]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/gtk/controls_wrap.cpp
font encoding support
[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 /***********************************************************************
128 * pyrun.swg for wxPython
129 *
130 * Include only the function prototypes and such from SWIG's pyrun.swg,
131 * but not the runtime functions themselves. This helps keep the
132 * wrapper files clean of unnecessary stuff that is in the libpy.c file
133 * anyway.
134 *
135 ************************************************************************/
136
137 #include "Python.h"
138
139 #ifdef __cplusplus
140 extern "C" {
141 #endif
142
143 #define SWIG_PY_INT 1
144 #define SWIG_PY_FLOAT 2
145 #define SWIG_PY_STRING 3
146 #define SWIG_PY_POINTER 4
147 #define SWIG_PY_BINARY 5
148
149 /* Flags for pointer conversion */
150
151 #define SWIG_POINTER_EXCEPTION 0x1
152 #define SWIG_POINTER_DISOWN 0x2
153
154 /* Exception handling in wrappers */
155 #define SWIG_fail goto fail
156
157 /* Constant information structure */
158 typedef struct swig_const_info {
159 int type;
160 char *name;
161 long lvalue;
162 double dvalue;
163 void *pvalue;
164 swig_type_info **ptype;
165 } swig_const_info;
166
167 /* Common SWIG API */
168 #define SWIG_ConvertPtr(obj, pp, type, flags) \
169 SWIG_Python_ConvertPtr(obj, pp, type, flags)
170 #define SWIG_NewPointerObj(p, type, flags) \
171 SWIG_Python_NewPointerObj(p, type, flags)
172 #define SWIG_MustGetPtr(p, type, argnum, flags) \
173 SWIG_Python_MustGetPtr(p, type, argnum, flags)
174
175 /* Python-specific SWIG API */
176 #define SWIG_newvarlink() \
177 SWIG_Python_newvarlink()
178 #define SWIG_addvarlink(p, name, get_attr, set_attr) \
179 SWIG_Python_addvarlink(p, name, get_attr, set_attr)
180 #define SWIG_ConvertPacked(obj, ptr, sz, ty, flags) \
181 SWIG_Python_ConvertPacked(obj, ptr, sz, ty, flags)
182 #define SWIG_NewPackedObj(ptr, sz, type) \
183 SWIG_Python_NewPackedObj(ptr, sz, type)
184 #define SWIG_InstallConstants(d, constants) \
185 SWIG_Python_InstallConstants(d, constants)
186
187 typedef double (*py_objasdbl_conv)(PyObject *obj);
188
189 SWIGIMPORT(int) SWIG_Python_ConvertPtr(PyObject *, void **, swig_type_info *, int);
190 SWIGIMPORT(PyObject *) SWIG_Python_NewPointerObj(void *, swig_type_info *,int own);
191 SWIGIMPORT(void *) SWIG_Python_MustGetPtr(PyObject *, swig_type_info *, int, int);
192 SWIGIMPORT(PyObject *) SWIG_Python_newvarlink(void);
193 SWIGIMPORT(void) SWIG_Python_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
194 SWIGIMPORT(int) SWIG_Python_ConvertPacked(PyObject *, void *, int sz, swig_type_info *, int);
195 SWIGIMPORT(PyObject *) SWIG_Python_NewPackedObj(void *, int sz, swig_type_info *);
196 SWIGIMPORT(void) SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]);
197
198 /* -----------------------------------------------------------------------------
199 * the needed conversions between C++ and python
200 * ----------------------------------------------------------------------------- */
201 /* basic types */
202 /*
203 utilities
204 */
205 SWIGIMPORT(char* ) SWIG_PyObj_AsCharPtr(PyObject *obj, swig_type_info* pchar_info);
206 SWIGIMPORT(PyObject *) SWIG_PyObj_FromCharPtr(const char* cptr);
207 SWIGIMPORT(unsigned long) SWIG_PyObj_AsUnsignedLong(PyObject * obj);
208 SWIGIMPORT(long) SWIG_PyObj_AsLongInRange(PyObject * obj, const char* type,
209 long min_value, long max_value);
210 SWIGIMPORT(unsigned long) SWIG_PyObj_AsUnsignedLongInRange(PyObject *obj, const char* type,
211 unsigned long max_value);
212 SWIGIMPORT(char *) SWIG_PyObj_AsNewCharPtr(PyObject *obj, swig_type_info* pchar_info);
213 SWIGIMPORT(void) SWIG_PyObj_AsCharPtrAndSize(PyObject *obj, swig_type_info* pchar_info,
214 char** cptr, size_t* size);
215 SWIGIMPORT(void) SWIG_PyObj_AsCharArray(PyObject *obj, swig_type_info* pchar_info,
216 char* carray, size_t size);
217 SWIGIMPORT(PyObject *) SWIG_PyObj_FromCharArray(const char* carray, size_t size);
218 SWIGIMPORT(float) SWIG_PyObj_AsFloatConv(PyObject *obj, py_objasdbl_conv pyconv);
219
220
221 /* Contract support */
222
223 #define SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else
224
225 #ifdef __cplusplus
226 }
227 #endif
228
229
230
231 /* -------- TYPES TABLE (BEGIN) -------- */
232
233 #define SWIGTYPE_p_wxTextUrlEvent swig_types[0]
234 #define SWIGTYPE_p_wxBookCtrlEvent swig_types[1]
235 #define SWIGTYPE_p_wxSizer swig_types[2]
236 #define SWIGTYPE_p_wxCheckBox swig_types[3]
237 #define SWIGTYPE_p_wxPyTreeCtrl swig_types[4]
238 #define SWIGTYPE_p_wxEvent swig_types[5]
239 #define SWIGTYPE_p_wxGenericDirCtrl swig_types[6]
240 #define SWIGTYPE_p_bool swig_types[7]
241 #define SWIGTYPE_p_wxPyTreeItemData swig_types[8]
242 #define SWIGTYPE_p_wxItemContainer swig_types[9]
243 #define SWIGTYPE_p_wxDirFilterListCtrl swig_types[10]
244 #define SWIGTYPE_p_wxPyListCtrl swig_types[11]
245 #define SWIGTYPE_p_wxStaticLine swig_types[12]
246 #define SWIGTYPE_p_wxControl swig_types[13]
247 #define SWIGTYPE_p_wxPyControl swig_types[14]
248 #define SWIGTYPE_p_wxGauge swig_types[15]
249 #define SWIGTYPE_p_wxToolBarBase swig_types[16]
250 #define SWIGTYPE_p_wxFont swig_types[17]
251 #define SWIGTYPE_p_wxToggleButton swig_types[18]
252 #define SWIGTYPE_p_wxRadioButton swig_types[19]
253 #define SWIGTYPE_p_wxChoice swig_types[20]
254 #define SWIGTYPE_p_wxMemoryDC swig_types[21]
255 #define SWIGTYPE_p_wxListItemAttr swig_types[22]
256 #define SWIGTYPE_p_void swig_types[23]
257 #define SWIGTYPE_p_int swig_types[24]
258 #define SWIGTYPE_p_wxSize swig_types[25]
259 #define SWIGTYPE_p_wxDC swig_types[26]
260 #define SWIGTYPE_p_wxListView swig_types[27]
261 #define SWIGTYPE_p_wxIcon swig_types[28]
262 #define SWIGTYPE_p_wxTextCtrl swig_types[29]
263 #define SWIGTYPE_p_wxNotebook swig_types[30]
264 #define SWIGTYPE_p_wxNotifyEvent swig_types[31]
265 #define SWIGTYPE_p_wxArrayString swig_types[32]
266 #define SWIGTYPE_p_wxListbook swig_types[33]
267 #define SWIGTYPE_p_wxStaticBitmap swig_types[34]
268 #define SWIGTYPE_p_wxSlider swig_types[35]
269 #define SWIGTYPE_p_wxStaticBox swig_types[36]
270 #define SWIGTYPE_p_wxArrayInt swig_types[37]
271 #define SWIGTYPE_p_wxContextHelp swig_types[38]
272 #define SWIGTYPE_p_long swig_types[39]
273 #define SWIGTYPE_p_wxEvtHandler swig_types[40]
274 #define SWIGTYPE_p_wxListEvent swig_types[41]
275 #define SWIGTYPE_p_wxListBox swig_types[42]
276 #define SWIGTYPE_p_wxCheckListBox swig_types[43]
277 #define SWIGTYPE_p_wxBookCtrl swig_types[44]
278 #define SWIGTYPE_p_wxSpinButton swig_types[45]
279 #define SWIGTYPE_p_wxButton swig_types[46]
280 #define SWIGTYPE_p_wxBitmapButton swig_types[47]
281 #define SWIGTYPE_p_wxRect swig_types[48]
282 #define SWIGTYPE_p_wxContextHelpButton swig_types[49]
283 #define SWIGTYPE_p_wxRadioBox swig_types[50]
284 #define SWIGTYPE_p_wxScrollBar swig_types[51]
285 #define SWIGTYPE_p_char swig_types[52]
286 #define SWIGTYPE_p_wxTreeItemId swig_types[53]
287 #define SWIGTYPE_p_wxComboBox swig_types[54]
288 #define SWIGTYPE_p_wxHelpEvent swig_types[55]
289 #define SWIGTYPE_p_wxListItem swig_types[56]
290 #define SWIGTYPE_p_wxNotebookSizer swig_types[57]
291 #define SWIGTYPE_p_wxSpinEvent swig_types[58]
292 #define SWIGTYPE_p_wxGenericDragImage swig_types[59]
293 #define SWIGTYPE_p_wxSpinCtrl swig_types[60]
294 #define SWIGTYPE_p_wxImageList swig_types[61]
295 #define SWIGTYPE_p_wxHelpProvider swig_types[62]
296 #define SWIGTYPE_p_wxTextAttr swig_types[63]
297 #define SWIGTYPE_p_wxSimpleHelpProvider swig_types[64]
298 #define SWIGTYPE_p_wxPoint swig_types[65]
299 #define SWIGTYPE_p_wxListbookEvent swig_types[66]
300 #define SWIGTYPE_p_wxNotebookEvent swig_types[67]
301 #define SWIGTYPE_p_wxObject swig_types[68]
302 #define SWIGTYPE_p_wxCursor swig_types[69]
303 #define SWIGTYPE_p_wxKeyEvent swig_types[70]
304 #define SWIGTYPE_p_wxWindow swig_types[71]
305 #define SWIGTYPE_p_wxString swig_types[72]
306 #define SWIGTYPE_p_wxBitmap swig_types[73]
307 #define SWIGTYPE_p_wxTreeEvent swig_types[74]
308 #define SWIGTYPE_p_wxMouseEvent swig_types[75]
309 #define SWIGTYPE_p_wxCommandEvent swig_types[76]
310 #define SWIGTYPE_p_wxStaticText swig_types[77]
311 #define SWIGTYPE_p_wxControlWithItems swig_types[78]
312 #define SWIGTYPE_p_wxToolBarToolBase swig_types[79]
313 #define SWIGTYPE_p_wxColour swig_types[80]
314 #define SWIGTYPE_p_wxToolBar swig_types[81]
315 #define SWIGTYPE_p_wxBookCtrlSizer swig_types[82]
316 #define SWIGTYPE_p_wxValidator swig_types[83]
317 static swig_type_info *swig_types[85];
318
319 /* -------- TYPES TABLE (END) -------- */
320
321
322 /*-----------------------------------------------
323 @(target):= _controls.so
324 ------------------------------------------------*/
325 #define SWIG_init init_controls
326
327 #define SWIG_name "_controls"
328
329 #include <limits.h>
330 #include <float.h>
331 #include <string.h>
332
333 #ifndef SWIGSTATIC
334 #ifdef __cplusplus
335 #define SWIGSTATIC(a) static inline a
336 #else
337 #define SWIGSTATIC(a) static a
338 #endif
339 #endif
340
341 #ifndef numeric_cast
342 #ifdef __cplusplus
343 #ifdef HAVE_NUMERIC_CAST
344 #define numeric_cast(type,a) numeric_cast<type>(a)
345 #else
346 #define numeric_cast(type,a) static_cast<type>(a)
347 #endif
348 #else
349 #define numeric_cast(type,a) (type)(a)
350 #endif
351 #endif
352
353
354
355 #define SWIG_PyObj_FromSignedChar PyInt_FromLong
356 #define SWIG_PyObj_FromUnsignedChar PyInt_FromLong
357 #define SWIG_PyObj_FromShort PyInt_FromLong
358 #define SWIG_PyObj_FromUnsignedShort PyInt_FromLong
359 #define SWIG_PyObj_FromInt PyInt_FromLong
360 #define SWIG_PyObj_FromLong PyInt_FromLong
361 #define SWIG_PyObj_FromFloat PyFloat_FromDouble
362 #define SWIG_PyObj_FromDouble PyFloat_FromDouble
363 #define SWIG_PyObj_FromFloat PyFloat_FromDouble
364 #define SWIG_PyObj_FromDouble PyFloat_FromDouble
365
366
367 #include "wx/wxPython/wxPython.h"
368 #include "wx/wxPython/pyclasses.h"
369
370 static const wxString wxPyPanelNameStr(wxPanelNameStr);
371 static const wxString wxPyEmptyString(wxEmptyString);
372 static const wxString wxPyControlNameStr(wxControlNameStr);
373
374 const wxArrayString wxPyEmptyStringArray;
375
376 static const wxString wxPyButtonNameStr(wxButtonNameStr);
377
378 SWIGSTATIC(int)
379 SWIG_PyObj_AsInt(PyObject *obj)
380 {
381 return numeric_cast(int,
382 SWIG_PyObj_AsLongInRange(obj, "int", INT_MIN, INT_MAX));
383 }
384
385
386 SWIGSTATIC(long)
387 SWIG_PyObj_AsLong(PyObject * obj)
388 {
389 return PyInt_Check(obj) ? PyInt_AsLong(obj) : PyLong_AsLong(obj);
390 }
391
392 static const wxString wxPyCheckBoxNameStr(wxCheckBoxNameStr);
393
394 SWIGSTATIC(bool)
395 SWIG_PyObj_AsBool(PyObject *obj)
396 {
397 return PyObject_IsTrue(obj) ? true : false;
398 }
399
400 static const wxString wxPyChoiceNameStr(wxChoiceNameStr);
401 static const wxString wxPyComboBoxNameStr(wxComboBoxNameStr);
402 static const wxString wxPyGaugeNameStr(wxGaugeNameStr);
403 static const wxString wxPyStaticBitmapNameStr(wxStaticBitmapNameStr);
404 static const wxString wxPyStaticBoxNameStr(wxStaticBoxNameStr);
405 static const wxString wxPyStaticTextNameStr(wxStaticTextNameStr);
406
407 #include <wx/checklst.h>
408
409
410 static const wxString wxPyListBoxNameStr(wxListBoxNameStr);
411 void wxListBox_Insert(wxListBox *self,wxString const &item,int pos,PyObject *clientData){
412 if (clientData) {
413 wxPyClientData* data = new wxPyClientData(clientData);
414 self->Insert(item, pos, data);
415 } else
416 self->Insert(item, pos);
417 }
418 PyObject *wxListBox_GetSelections(wxListBox *self){
419 wxArrayInt lst;
420 self->GetSelections(lst);
421 PyObject *tup = PyTuple_New(lst.GetCount());
422 for(size_t i=0; i<lst.GetCount(); i++) {
423 PyTuple_SetItem(tup, i, PyInt_FromLong(lst[i]));
424 }
425 return tup;
426 }
427 static const wxString wxPyTextCtrlNameStr(wxTextCtrlNameStr);
428
429 static PyObject* t_output_helper(PyObject* target, PyObject* o) {
430 PyObject* o2;
431 PyObject* o3;
432
433 if (!target) {
434 target = o;
435 } else if (target == Py_None) {
436 Py_DECREF(Py_None);
437 target = o;
438 } else {
439 if (!PyTuple_Check(target)) {
440 o2 = target;
441 target = PyTuple_New(1);
442 PyTuple_SetItem(target, 0, o2);
443 }
444 o3 = PyTuple_New(1);
445 PyTuple_SetItem(o3, 0, o);
446
447 o2 = target;
448 target = PySequence_Concat(o2, o3);
449 Py_DECREF(o2);
450 Py_DECREF(o3);
451 }
452 return target;
453 }
454
455 void wxTextCtrl_write(wxTextCtrl *self,wxString const &text){
456 self->AppendText(text);
457 }
458 wxString wxTextCtrl_GetString(wxTextCtrl *self,long from,long to){
459 return self->GetValue().Mid(from, to - from);
460 }
461 static const wxString wxPyScrollBarNameStr(wxScrollBarNameStr);
462 static const wxString wxPySPIN_BUTTON_NAME(wxSPIN_BUTTON_NAME);
463 static const wxString wxPySpinCtrlNameStr(_T("wxSpinCtrl"));
464 static const wxString wxPyRadioBoxNameStr(wxRadioBoxNameStr);
465 static const wxString wxPyRadioButtonNameStr(wxRadioButtonNameStr);
466 int wxRadioBox_GetColumnCount(wxRadioBox const *self){ return -1; }
467 int wxRadioBox_GetRowCount(wxRadioBox const *self){ return -1; }
468 int wxRadioBox_GetNextItem(wxRadioBox const *self,int item,wxDirection dir,long style){ return -1; }
469
470 #include <wx/slider.h>
471
472
473 static const wxString wxPySliderNameStr(wxSliderNameStr);
474 static const wxString wxPyToggleButtonNameStr(_T("wxToggleButton"));
475
476 #if defined(__WXMAC__) || defined(__WXX11__)
477 // implement dummy classes and such for wxMac
478
479 #define wxEVT_COMMAND_TOGGLEBUTTON_CLICKED 0
480
481 class wxToggleButton : public wxControl
482 {
483 public:
484 wxToggleButton(wxWindow *, wxWindowID, const wxString&,
485 const wxPoint&, const wxSize&, long,
486 const wxValidator&, const wxString&)
487 { wxPyRaiseNotImplemented(); }
488
489 wxToggleButton()
490 { wxPyRaiseNotImplemented(); }
491 };
492 #endif
493
494 static const wxString wxPyNOTEBOOK_NAME(wxNOTEBOOK_NAME);
495
496 SWIGSTATIC(PyObject* )
497 SWIG_PyObj_FromUnsignedLong(unsigned long value)
498 {
499 return (value > (unsigned long)(LONG_MAX)) ?
500 PyLong_FromUnsignedLong(value) : PyInt_FromLong((long)value);
501 }
502
503 static const wxString wxPyToolBarNameStr(wxToolBarNameStr);
504 PyObject *wxToolBarToolBase_GetClientData(wxToolBarToolBase *self){
505 wxPyUserData* udata = (wxPyUserData*)self->GetClientData();
506 if (udata) {
507 Py_INCREF(udata->m_obj);
508 return udata->m_obj;
509 } else {
510 Py_INCREF(Py_None);
511 return Py_None;
512 }
513 }
514 void wxToolBarToolBase_SetClientData(wxToolBarToolBase *self,PyObject *clientData){
515 self->SetClientData(new wxPyUserData(clientData));
516 }
517 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){
518 wxPyUserData* udata = NULL;
519 if (clientData && clientData != Py_None)
520 udata = new wxPyUserData(clientData);
521 return self->AddTool(id, label, bitmap, bmpDisabled, kind,
522 shortHelp, longHelp, udata);
523 }
524 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){
525 wxPyUserData* udata = NULL;
526 if (clientData && clientData != Py_None)
527 udata = new wxPyUserData(clientData);
528 return self->InsertTool(pos, id, label, bitmap, bmpDisabled, kind,
529 shortHelp, longHelp, udata);
530 }
531 PyObject *wxToolBarBase_GetToolClientData(wxToolBarBase *self,int id){
532 wxPyUserData* udata = (wxPyUserData*)self->GetToolClientData(id);
533 if (udata) {
534 Py_INCREF(udata->m_obj);
535 return udata->m_obj;
536 } else {
537 Py_INCREF(Py_None);
538 return Py_None;
539 }
540 }
541 void wxToolBarBase_SetToolClientData(wxToolBarBase *self,int id,PyObject *clientData){
542 self->SetToolClientData(id, new wxPyUserData(clientData));
543 }
544
545 #include <wx/listctrl.h>
546
547
548 static const wxString wxPyListCtrlNameStr(_T("wxListCtrl"));
549 void wxListItemAttr_Destroy(wxListItemAttr *self){ delete self; }
550 // Python aware sorting function for wxPyListCtrl
551 static int wxCALLBACK wxPyListCtrl_SortItems(long item1, long item2, long funcPtr) {
552 int retval = 0;
553 PyObject* func = (PyObject*)funcPtr;
554 wxPyBeginBlockThreads();
555
556 PyObject* args = Py_BuildValue("(ii)", item1, item2);
557 PyObject* result = PyEval_CallObject(func, args);
558 Py_DECREF(args);
559 if (result) {
560 retval = PyInt_AsLong(result);
561 Py_DECREF(result);
562 }
563
564 wxPyEndBlockThreads();
565 return retval;
566 }
567
568 // C++ Version of a Python aware class
569 class wxPyListCtrl : public wxListCtrl {
570 DECLARE_ABSTRACT_CLASS(wxPyListCtrl);
571 public:
572 wxPyListCtrl() : wxListCtrl() {}
573 wxPyListCtrl(wxWindow* parent, wxWindowID id,
574 const wxPoint& pos,
575 const wxSize& size,
576 long style,
577 const wxValidator& validator,
578 const wxString& name) :
579 wxListCtrl(parent, id, pos, size, style, validator, name) {}
580
581 bool Create(wxWindow* parent, wxWindowID id,
582 const wxPoint& pos,
583 const wxSize& size,
584 long style,
585 const wxValidator& validator,
586 const wxString& name) {
587 return wxListCtrl::Create(parent, id, pos, size, style, validator, name);
588 }
589
590 DEC_PYCALLBACK_STRING_LONGLONG(OnGetItemText);
591 DEC_PYCALLBACK_INT_LONG(OnGetItemImage);
592 DEC_PYCALLBACK_LISTATTR_LONG(OnGetItemAttr);
593
594 PYPRIVATE;
595 };
596
597 IMPLEMENT_ABSTRACT_CLASS(wxPyListCtrl, wxListCtrl);
598
599 IMP_PYCALLBACK_STRING_LONGLONG(wxPyListCtrl, wxListCtrl, OnGetItemText);
600 IMP_PYCALLBACK_INT_LONG(wxPyListCtrl, wxListCtrl, OnGetItemImage);
601 IMP_PYCALLBACK_LISTATTR_LONG(wxPyListCtrl, wxListCtrl, OnGetItemAttr);
602
603 wxListItem *wxPyListCtrl_GetColumn(wxPyListCtrl *self,int col){
604 wxListItem item;
605 item.SetMask( wxLIST_MASK_STATE |
606 wxLIST_MASK_TEXT |
607 wxLIST_MASK_IMAGE |
608 wxLIST_MASK_DATA |
609 wxLIST_SET_ITEM |
610 wxLIST_MASK_WIDTH |
611 wxLIST_MASK_FORMAT
612 );
613 if (self->GetColumn(col, item))
614 return new wxListItem(item);
615 else
616 return NULL;
617 }
618 wxListItem *wxPyListCtrl_GetItem(wxPyListCtrl *self,long itemId,int col){
619 wxListItem* info = new wxListItem;
620 info->m_itemId = itemId;
621 info->m_col = col;
622 info->m_mask = 0xFFFF;
623 self->GetItem(*info);
624 return info;
625 }
626 wxPoint wxPyListCtrl_GetItemPosition(wxPyListCtrl *self,long item){
627 wxPoint pos;
628 self->GetItemPosition(item, pos);
629 return pos;
630 }
631 wxRect wxPyListCtrl_GetItemRect(wxPyListCtrl *self,long item,int code){
632 wxRect rect;
633 self->GetItemRect(item, rect, code);
634 return rect;
635 }
636 bool wxPyListCtrl_SortItems(wxPyListCtrl *self,PyObject *func){
637 if (!PyCallable_Check(func))
638 return False;
639 return self->SortItems((wxListCtrlCompare)wxPyListCtrl_SortItems, (long)func);
640 }
641 wxWindow *wxPyListCtrl_GetMainWindow(wxPyListCtrl *self){
642
643
644
645 return (wxWindow*)self->m_mainWin;
646
647 }
648
649 #include <wx/treectrl.h>
650 #include "wx/wxPython/pytree.h"
651
652 static const wxString wxPyTreeCtrlNameStr(_T("wxTreeCtrl"));
653 bool wxTreeItemId_operator_ee___(wxTreeItemId *self,wxTreeItemId const *other){
654 if (!other) return False;
655 return *self == *other;
656 }
657 bool wxTreeItemId_operator_Ne___(wxTreeItemId *self,wxTreeItemId const *other){
658 if (!other) return True;
659 return *self != *other;
660 }
661 void wxPyTreeItemData_Destroy(wxPyTreeItemData *self){ delete self; }
662 // C++ version of Python aware wxTreeCtrl
663 class wxPyTreeCtrl : public wxTreeCtrl {
664 DECLARE_ABSTRACT_CLASS(wxPyTreeCtrl);
665 public:
666 wxPyTreeCtrl() : wxTreeCtrl() {}
667 wxPyTreeCtrl(wxWindow *parent, wxWindowID id,
668 const wxPoint& pos,
669 const wxSize& size,
670 long style,
671 const wxValidator& validator,
672 const wxString& name) :
673 wxTreeCtrl(parent, id, pos, size, style, validator, name) {}
674
675 bool Create(wxWindow *parent, wxWindowID id,
676 const wxPoint& pos,
677 const wxSize& size,
678 long style,
679 const wxValidator& validator,
680 const wxString& name) {
681 return wxTreeCtrl::Create(parent, id, pos, size, style, validator, name);
682 }
683
684
685 int OnCompareItems(const wxTreeItemId& item1,
686 const wxTreeItemId& item2) {
687 int rval = 0;
688 bool found;
689 wxPyBeginBlockThreads();
690 if ((found = wxPyCBH_findCallback(m_myInst, "OnCompareItems"))) {
691 PyObject *o1 = wxPyConstructObject((void*)&item1, wxT("wxTreeItemId"), False);
692 PyObject *o2 = wxPyConstructObject((void*)&item2, wxT("wxTreeItemId"), False);
693 rval = wxPyCBH_callCallback(m_myInst, Py_BuildValue("(OO)",o1,o2));
694 Py_DECREF(o1);
695 Py_DECREF(o2);
696 }
697 wxPyEndBlockThreads();
698 if (! found)
699 rval = wxTreeCtrl::OnCompareItems(item1, item2);
700 return rval;
701 }
702 PYPRIVATE;
703 };
704
705 IMPLEMENT_ABSTRACT_CLASS(wxPyTreeCtrl, wxTreeCtrl);
706
707
708
709 #define SWIG_PyObj_FromUnsignedInt SWIG_PyObj_FromUnsignedLong
710
711
712 SWIGSTATIC(unsigned int)
713 SWIG_PyObj_AsUnsignedInt(PyObject *obj)
714 {
715 return numeric_cast(unsigned int,
716 SWIG_PyObj_AsUnsignedLongInRange(obj, "unsigned int", UINT_MAX));
717 }
718
719 wxPyTreeItemData *wxPyTreeCtrl_GetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item){
720 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
721 if (data == NULL) {
722 data = new wxPyTreeItemData();
723 data->SetId(item); // set the id
724 self->SetItemData(item, data);
725 }
726 return data;
727 }
728 PyObject *wxPyTreeCtrl_GetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item){
729 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
730 if (data == NULL) {
731 data = new wxPyTreeItemData();
732 data->SetId(item); // set the id
733 self->SetItemData(item, data);
734 }
735 return data->GetData();
736 }
737 void wxPyTreeCtrl_SetItemData(wxPyTreeCtrl *self,wxTreeItemId const &item,wxPyTreeItemData *data){
738 data->SetId(item); // set the id
739 self->SetItemData(item, data);
740 }
741 void wxPyTreeCtrl_SetItemPyData(wxPyTreeCtrl *self,wxTreeItemId const &item,PyObject *obj){
742 wxPyTreeItemData* data = (wxPyTreeItemData*)self->GetItemData(item);
743 if (data == NULL) {
744 data = new wxPyTreeItemData(obj);
745 data->SetId(item); // set the id
746 self->SetItemData(item, data);
747 } else
748 data->SetData(obj);
749 }
750 PyObject *wxPyTreeCtrl_GetSelections(wxPyTreeCtrl *self){
751 wxPyBeginBlockThreads();
752 PyObject* rval = PyList_New(0);
753 wxArrayTreeItemIds array;
754 size_t num, x;
755 num = self->GetSelections(array);
756 for (x=0; x < num; x++) {
757 wxTreeItemId *tii = new wxTreeItemId(array.Item(x));
758 PyObject* item = wxPyConstructObject((void*)tii, wxT("wxTreeItemId"), True);
759 PyList_Append(rval, item);
760 }
761 wxPyEndBlockThreads();
762 return rval;
763 }
764 PyObject *wxPyTreeCtrl_GetFirstChild(wxPyTreeCtrl *self,wxTreeItemId const &item){
765 void* cookie = 0;
766 wxTreeItemId* ritem = new wxTreeItemId(self->GetFirstChild(item, cookie));
767 wxPyBeginBlockThreads();
768 PyObject* tup = PyTuple_New(2);
769 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), True));
770 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
771 wxPyEndBlockThreads();
772 return tup;
773 }
774 PyObject *wxPyTreeCtrl_GetNextChild(wxPyTreeCtrl *self,wxTreeItemId const &item,void *cookie){
775 wxTreeItemId* ritem = new wxTreeItemId(self->GetNextChild(item, cookie));
776 wxPyBeginBlockThreads();
777 PyObject* tup = PyTuple_New(2);
778 PyTuple_SET_ITEM(tup, 0, wxPyConstructObject(ritem, wxT("wxTreeItemId"), True));
779 PyTuple_SET_ITEM(tup, 1, wxPyMakeSwigPtr(cookie, wxT("void")));
780 wxPyEndBlockThreads();
781 return tup;
782 }
783 PyObject *wxPyTreeCtrl_GetBoundingRect(wxPyTreeCtrl *self,wxTreeItemId const &item,bool textOnly){
784 wxRect rect;
785 if (self->GetBoundingRect(item, rect, textOnly)) {
786 wxPyBeginBlockThreads();
787 wxRect* r = new wxRect(rect);
788 PyObject* val = wxPyConstructObject((void*)r, wxT("wxRect"), True);
789 wxPyEndBlockThreads();
790 return val;
791 }
792 else
793 RETURN_NONE();
794 }
795 static const wxString wxPyDirDialogDefaultFolderStr(wxDirDialogDefaultFolderStr);
796 // C++ version of Python aware wxControl
797 class wxPyControl : public wxControl
798 {
799 DECLARE_DYNAMIC_CLASS(wxPyControl)
800 public:
801 wxPyControl() : wxControl() {}
802 wxPyControl(wxWindow* parent, const wxWindowID id,
803 const wxPoint& pos = wxDefaultPosition,
804 const wxSize& size = wxDefaultSize,
805 long style = 0,
806 const wxValidator& validator=wxDefaultValidator,
807 const wxString& name = wxPyControlNameStr)
808 : wxControl(parent, id, pos, size, style, validator, name) {}
809
810
811 DEC_PYCALLBACK_VOID_INT4(DoMoveWindow);
812 DEC_PYCALLBACK_VOID_INT5(DoSetSize);
813 DEC_PYCALLBACK_VOID_INTINT(DoSetClientSize);
814 DEC_PYCALLBACK_VOID_INTINT(DoSetVirtualSize);
815
816 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetSize);
817 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetClientSize);
818 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetPosition);
819
820 DEC_PYCALLBACK_SIZE_const(DoGetVirtualSize);
821 DEC_PYCALLBACK_SIZE_const(DoGetBestSize);
822
823 DEC_PYCALLBACK__(InitDialog);
824 DEC_PYCALLBACK_BOOL_(TransferDataFromWindow);
825 DEC_PYCALLBACK_BOOL_(TransferDataToWindow);
826 DEC_PYCALLBACK_BOOL_(Validate);
827
828 DEC_PYCALLBACK_BOOL_const(AcceptsFocus);
829 DEC_PYCALLBACK_BOOL_const(AcceptsFocusFromKeyboard);
830 DEC_PYCALLBACK_SIZE_const(GetMaxSize);
831
832 DEC_PYCALLBACK_VOID_WXWINBASE(AddChild);
833 DEC_PYCALLBACK_VOID_WXWINBASE(RemoveChild);
834
835 PYPRIVATE;
836 };
837
838 IMPLEMENT_DYNAMIC_CLASS(wxPyControl, wxControl);
839
840 IMP_PYCALLBACK_VOID_INT4(wxPyControl, wxControl, DoMoveWindow);
841 IMP_PYCALLBACK_VOID_INT5(wxPyControl, wxControl, DoSetSize);
842 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetClientSize);
843 IMP_PYCALLBACK_VOID_INTINT(wxPyControl, wxControl, DoSetVirtualSize);
844
845 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetSize);
846 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetClientSize);
847 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl, wxControl, DoGetPosition);
848
849 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetVirtualSize);
850 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, DoGetBestSize);
851
852 IMP_PYCALLBACK__(wxPyControl, wxControl, InitDialog);
853 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataFromWindow);
854 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, TransferDataToWindow);
855 IMP_PYCALLBACK_BOOL_(wxPyControl, wxControl, Validate);
856
857 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocus);
858 IMP_PYCALLBACK_BOOL_const(wxPyControl, wxControl, AcceptsFocusFromKeyboard);
859 IMP_PYCALLBACK_SIZE_const(wxPyControl, wxControl, GetMaxSize);
860
861 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, AddChild);
862 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl, wxControl, RemoveChild);
863
864
865
866
867 void wxHelpProvider_Destroy(wxHelpProvider *self){ delete self; }
868
869 #include <wx/generic/dragimgg.h>
870
871 #ifdef __cplusplus
872 extern "C" {
873 #endif
874 static int _wrap_ButtonNameStr_set(PyObject *_val) {
875 PyErr_SetString(PyExc_TypeError,"Variable ButtonNameStr is read-only.");
876 return 1;
877 }
878
879
880 static PyObject *_wrap_ButtonNameStr_get() {
881 PyObject *pyobj;
882
883 {
884 #if wxUSE_UNICODE
885 pyobj = PyUnicode_FromWideChar((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
886 #else
887 pyobj = PyString_FromStringAndSize((&wxPyButtonNameStr)->c_str(), (&wxPyButtonNameStr)->Len());
888 #endif
889 }
890 return pyobj;
891 }
892
893
894 static PyObject *_wrap_new_Button(PyObject *self, PyObject *args, PyObject *kwargs) {
895 PyObject *resultobj;
896 wxWindow *arg1 = (wxWindow *) 0 ;
897 int arg2 ;
898 wxString *arg3 = 0 ;
899 wxPoint const &arg4_defvalue = wxDefaultPosition ;
900 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
901 wxSize const &arg5_defvalue = wxDefaultSize ;
902 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
903 long arg6 = (long) 0 ;
904 wxValidator const &arg7_defvalue = wxDefaultValidator ;
905 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
906 wxString const &arg8_defvalue = wxPyButtonNameStr ;
907 wxString *arg8 = (wxString *) &arg8_defvalue ;
908 wxButton *result;
909 bool temp3 = False ;
910 wxPoint temp4 ;
911 wxSize temp5 ;
912 bool temp8 = False ;
913 PyObject * obj0 = 0 ;
914 PyObject * obj1 = 0 ;
915 PyObject * obj2 = 0 ;
916 PyObject * obj3 = 0 ;
917 PyObject * obj4 = 0 ;
918 PyObject * obj5 = 0 ;
919 PyObject * obj6 = 0 ;
920 PyObject * obj7 = 0 ;
921 char *kwnames[] = {
922 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
923 };
924
925 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_Button",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
926 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
927 {
928 arg2 = (int) SWIG_PyObj_AsInt(obj1);
929 if (PyErr_Occurred()) SWIG_fail;
930 }
931 {
932 arg3 = wxString_in_helper(obj2);
933 if (arg3 == NULL) SWIG_fail;
934 temp3 = True;
935 }
936 if (obj3) {
937 {
938 arg4 = &temp4;
939 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
940 }
941 }
942 if (obj4) {
943 {
944 arg5 = &temp5;
945 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
946 }
947 }
948 if (obj5) {
949 {
950 arg6 = (long) SWIG_PyObj_AsLong(obj5);
951 if (PyErr_Occurred()) SWIG_fail;
952 }
953 }
954 if (obj6) {
955 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
956 if (arg7 == NULL) {
957 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
958 }
959 }
960 if (obj7) {
961 {
962 arg8 = wxString_in_helper(obj7);
963 if (arg8 == NULL) SWIG_fail;
964 temp8 = True;
965 }
966 }
967 {
968 PyThreadState* __tstate = wxPyBeginAllowThreads();
969 result = (wxButton *)new wxButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
970
971 wxPyEndAllowThreads(__tstate);
972 if (PyErr_Occurred()) SWIG_fail;
973 }
974 {
975 resultobj = wxPyMake_wxObject(result);
976 }
977 {
978 if (temp3)
979 delete arg3;
980 }
981 {
982 if (temp8)
983 delete arg8;
984 }
985 return resultobj;
986 fail:
987 {
988 if (temp3)
989 delete arg3;
990 }
991 {
992 if (temp8)
993 delete arg8;
994 }
995 return NULL;
996 }
997
998
999 static PyObject *_wrap_new_PreButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1000 PyObject *resultobj;
1001 wxButton *result;
1002 char *kwnames[] = {
1003 NULL
1004 };
1005
1006 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreButton",kwnames)) goto fail;
1007 {
1008 PyThreadState* __tstate = wxPyBeginAllowThreads();
1009 result = (wxButton *)new wxButton();
1010
1011 wxPyEndAllowThreads(__tstate);
1012 if (PyErr_Occurred()) SWIG_fail;
1013 }
1014 {
1015 resultobj = wxPyMake_wxObject(result);
1016 }
1017 return resultobj;
1018 fail:
1019 return NULL;
1020 }
1021
1022
1023 static PyObject *_wrap_Button_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1024 PyObject *resultobj;
1025 wxButton *arg1 = (wxButton *) 0 ;
1026 wxWindow *arg2 = (wxWindow *) 0 ;
1027 int arg3 ;
1028 wxString *arg4 = 0 ;
1029 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1030 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1031 wxSize const &arg6_defvalue = wxDefaultSize ;
1032 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1033 long arg7 = (long) 0 ;
1034 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1035 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1036 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1037 wxString *arg9 = (wxString *) &arg9_defvalue ;
1038 bool result;
1039 bool temp4 = False ;
1040 wxPoint temp5 ;
1041 wxSize temp6 ;
1042 bool temp9 = False ;
1043 PyObject * obj0 = 0 ;
1044 PyObject * obj1 = 0 ;
1045 PyObject * obj2 = 0 ;
1046 PyObject * obj3 = 0 ;
1047 PyObject * obj4 = 0 ;
1048 PyObject * obj5 = 0 ;
1049 PyObject * obj6 = 0 ;
1050 PyObject * obj7 = 0 ;
1051 PyObject * obj8 = 0 ;
1052 char *kwnames[] = {
1053 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1054 };
1055
1056 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:Button_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1057 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1058 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1059 {
1060 arg3 = (int) SWIG_PyObj_AsInt(obj2);
1061 if (PyErr_Occurred()) SWIG_fail;
1062 }
1063 {
1064 arg4 = wxString_in_helper(obj3);
1065 if (arg4 == NULL) SWIG_fail;
1066 temp4 = True;
1067 }
1068 if (obj4) {
1069 {
1070 arg5 = &temp5;
1071 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1072 }
1073 }
1074 if (obj5) {
1075 {
1076 arg6 = &temp6;
1077 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1078 }
1079 }
1080 if (obj6) {
1081 {
1082 arg7 = (long) SWIG_PyObj_AsLong(obj6);
1083 if (PyErr_Occurred()) SWIG_fail;
1084 }
1085 }
1086 if (obj7) {
1087 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1088 if (arg8 == NULL) {
1089 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1090 }
1091 }
1092 if (obj8) {
1093 {
1094 arg9 = wxString_in_helper(obj8);
1095 if (arg9 == NULL) SWIG_fail;
1096 temp9 = True;
1097 }
1098 }
1099 {
1100 PyThreadState* __tstate = wxPyBeginAllowThreads();
1101 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1102
1103 wxPyEndAllowThreads(__tstate);
1104 if (PyErr_Occurred()) SWIG_fail;
1105 }
1106 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1107 {
1108 if (temp4)
1109 delete arg4;
1110 }
1111 {
1112 if (temp9)
1113 delete arg9;
1114 }
1115 return resultobj;
1116 fail:
1117 {
1118 if (temp4)
1119 delete arg4;
1120 }
1121 {
1122 if (temp9)
1123 delete arg9;
1124 }
1125 return NULL;
1126 }
1127
1128
1129 static PyObject *_wrap_Button_SetDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
1130 PyObject *resultobj;
1131 wxButton *arg1 = (wxButton *) 0 ;
1132 PyObject * obj0 = 0 ;
1133 char *kwnames[] = {
1134 (char *) "self", NULL
1135 };
1136
1137 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Button_SetDefault",kwnames,&obj0)) goto fail;
1138 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1139 {
1140 PyThreadState* __tstate = wxPyBeginAllowThreads();
1141 (arg1)->SetDefault();
1142
1143 wxPyEndAllowThreads(__tstate);
1144 if (PyErr_Occurred()) SWIG_fail;
1145 }
1146 Py_INCREF(Py_None); resultobj = Py_None;
1147 return resultobj;
1148 fail:
1149 return NULL;
1150 }
1151
1152
1153 static PyObject *_wrap_Button_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
1154 PyObject *resultobj;
1155 wxSize result;
1156 char *kwnames[] = {
1157 NULL
1158 };
1159
1160 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":Button_GetDefaultSize",kwnames)) goto fail;
1161 {
1162 PyThreadState* __tstate = wxPyBeginAllowThreads();
1163 result = wxButton::GetDefaultSize();
1164
1165 wxPyEndAllowThreads(__tstate);
1166 if (PyErr_Occurred()) SWIG_fail;
1167 }
1168 {
1169 wxSize * resultptr;
1170 resultptr = new wxSize((wxSize &) result);
1171 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
1172 }
1173 return resultobj;
1174 fail:
1175 return NULL;
1176 }
1177
1178
1179 static PyObject * Button_swigregister(PyObject *self, PyObject *args) {
1180 PyObject *obj;
1181 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1182 SWIG_TypeClientData(SWIGTYPE_p_wxButton, obj);
1183 Py_INCREF(obj);
1184 return Py_BuildValue((char *)"");
1185 }
1186 static PyObject *_wrap_new_BitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1187 PyObject *resultobj;
1188 wxWindow *arg1 = (wxWindow *) 0 ;
1189 int arg2 ;
1190 wxBitmap *arg3 = 0 ;
1191 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1192 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1193 wxSize const &arg5_defvalue = wxDefaultSize ;
1194 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1195 long arg6 = (long) wxBU_AUTODRAW ;
1196 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1197 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1198 wxString const &arg8_defvalue = wxPyButtonNameStr ;
1199 wxString *arg8 = (wxString *) &arg8_defvalue ;
1200 wxBitmapButton *result;
1201 wxPoint temp4 ;
1202 wxSize temp5 ;
1203 bool temp8 = False ;
1204 PyObject * obj0 = 0 ;
1205 PyObject * obj1 = 0 ;
1206 PyObject * obj2 = 0 ;
1207 PyObject * obj3 = 0 ;
1208 PyObject * obj4 = 0 ;
1209 PyObject * obj5 = 0 ;
1210 PyObject * obj6 = 0 ;
1211 PyObject * obj7 = 0 ;
1212 char *kwnames[] = {
1213 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1214 };
1215
1216 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_BitmapButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1217 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1218 {
1219 arg2 = (int) SWIG_PyObj_AsInt(obj1);
1220 if (PyErr_Occurred()) SWIG_fail;
1221 }
1222 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1223 if (arg3 == NULL) {
1224 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1225 }
1226 if (obj3) {
1227 {
1228 arg4 = &temp4;
1229 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1230 }
1231 }
1232 if (obj4) {
1233 {
1234 arg5 = &temp5;
1235 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1236 }
1237 }
1238 if (obj5) {
1239 {
1240 arg6 = (long) SWIG_PyObj_AsLong(obj5);
1241 if (PyErr_Occurred()) SWIG_fail;
1242 }
1243 }
1244 if (obj6) {
1245 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1246 if (arg7 == NULL) {
1247 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1248 }
1249 }
1250 if (obj7) {
1251 {
1252 arg8 = wxString_in_helper(obj7);
1253 if (arg8 == NULL) SWIG_fail;
1254 temp8 = True;
1255 }
1256 }
1257 {
1258 PyThreadState* __tstate = wxPyBeginAllowThreads();
1259 result = (wxBitmapButton *)new wxBitmapButton(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1260
1261 wxPyEndAllowThreads(__tstate);
1262 if (PyErr_Occurred()) SWIG_fail;
1263 }
1264 {
1265 resultobj = wxPyMake_wxObject(result);
1266 }
1267 {
1268 if (temp8)
1269 delete arg8;
1270 }
1271 return resultobj;
1272 fail:
1273 {
1274 if (temp8)
1275 delete arg8;
1276 }
1277 return NULL;
1278 }
1279
1280
1281 static PyObject *_wrap_new_PreBitmapButton(PyObject *self, PyObject *args, PyObject *kwargs) {
1282 PyObject *resultobj;
1283 wxBitmapButton *result;
1284 char *kwnames[] = {
1285 NULL
1286 };
1287
1288 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreBitmapButton",kwnames)) goto fail;
1289 {
1290 PyThreadState* __tstate = wxPyBeginAllowThreads();
1291 result = (wxBitmapButton *)new wxBitmapButton();
1292
1293 wxPyEndAllowThreads(__tstate);
1294 if (PyErr_Occurred()) SWIG_fail;
1295 }
1296 {
1297 resultobj = wxPyMake_wxObject(result);
1298 }
1299 return resultobj;
1300 fail:
1301 return NULL;
1302 }
1303
1304
1305 static PyObject *_wrap_BitmapButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1306 PyObject *resultobj;
1307 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1308 wxWindow *arg2 = (wxWindow *) 0 ;
1309 int arg3 ;
1310 wxBitmap *arg4 = 0 ;
1311 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1312 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1313 wxSize const &arg6_defvalue = wxDefaultSize ;
1314 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1315 long arg7 = (long) wxBU_AUTODRAW ;
1316 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1317 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1318 wxString const &arg9_defvalue = wxPyButtonNameStr ;
1319 wxString *arg9 = (wxString *) &arg9_defvalue ;
1320 bool result;
1321 wxPoint temp5 ;
1322 wxSize temp6 ;
1323 bool temp9 = False ;
1324 PyObject * obj0 = 0 ;
1325 PyObject * obj1 = 0 ;
1326 PyObject * obj2 = 0 ;
1327 PyObject * obj3 = 0 ;
1328 PyObject * obj4 = 0 ;
1329 PyObject * obj5 = 0 ;
1330 PyObject * obj6 = 0 ;
1331 PyObject * obj7 = 0 ;
1332 PyObject * obj8 = 0 ;
1333 char *kwnames[] = {
1334 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1335 };
1336
1337 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:BitmapButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1338 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1339 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1340 {
1341 arg3 = (int) SWIG_PyObj_AsInt(obj2);
1342 if (PyErr_Occurred()) SWIG_fail;
1343 }
1344 if ((SWIG_ConvertPtr(obj3,(void **) &arg4, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1345 if (arg4 == NULL) {
1346 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1347 }
1348 if (obj4) {
1349 {
1350 arg5 = &temp5;
1351 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1352 }
1353 }
1354 if (obj5) {
1355 {
1356 arg6 = &temp6;
1357 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1358 }
1359 }
1360 if (obj6) {
1361 {
1362 arg7 = (long) SWIG_PyObj_AsLong(obj6);
1363 if (PyErr_Occurred()) SWIG_fail;
1364 }
1365 }
1366 if (obj7) {
1367 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1368 if (arg8 == NULL) {
1369 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1370 }
1371 }
1372 if (obj8) {
1373 {
1374 arg9 = wxString_in_helper(obj8);
1375 if (arg9 == NULL) SWIG_fail;
1376 temp9 = True;
1377 }
1378 }
1379 {
1380 PyThreadState* __tstate = wxPyBeginAllowThreads();
1381 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1382
1383 wxPyEndAllowThreads(__tstate);
1384 if (PyErr_Occurred()) SWIG_fail;
1385 }
1386 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1387 {
1388 if (temp9)
1389 delete arg9;
1390 }
1391 return resultobj;
1392 fail:
1393 {
1394 if (temp9)
1395 delete arg9;
1396 }
1397 return NULL;
1398 }
1399
1400
1401 static PyObject *_wrap_BitmapButton_GetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1402 PyObject *resultobj;
1403 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1404 wxBitmap result;
1405 PyObject * obj0 = 0 ;
1406 char *kwnames[] = {
1407 (char *) "self", NULL
1408 };
1409
1410 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapLabel",kwnames,&obj0)) goto fail;
1411 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1412 {
1413 PyThreadState* __tstate = wxPyBeginAllowThreads();
1414 result = (arg1)->GetBitmapLabel();
1415
1416 wxPyEndAllowThreads(__tstate);
1417 if (PyErr_Occurred()) SWIG_fail;
1418 }
1419 {
1420 wxBitmap * resultptr;
1421 resultptr = new wxBitmap((wxBitmap &) result);
1422 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxBitmap, 1);
1423 }
1424 return resultobj;
1425 fail:
1426 return NULL;
1427 }
1428
1429
1430 static PyObject *_wrap_BitmapButton_GetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1431 PyObject *resultobj;
1432 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1433 wxBitmap result;
1434 PyObject * obj0 = 0 ;
1435 char *kwnames[] = {
1436 (char *) "self", NULL
1437 };
1438
1439 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapDisabled",kwnames,&obj0)) goto fail;
1440 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1441 {
1442 PyThreadState* __tstate = wxPyBeginAllowThreads();
1443 result = (arg1)->GetBitmapDisabled();
1444
1445 wxPyEndAllowThreads(__tstate);
1446 if (PyErr_Occurred()) SWIG_fail;
1447 }
1448 {
1449 wxBitmap * resultptr;
1450 resultptr = new wxBitmap((wxBitmap &) result);
1451 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxBitmap, 1);
1452 }
1453 return resultobj;
1454 fail:
1455 return NULL;
1456 }
1457
1458
1459 static PyObject *_wrap_BitmapButton_GetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1460 PyObject *resultobj;
1461 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1462 wxBitmap result;
1463 PyObject * obj0 = 0 ;
1464 char *kwnames[] = {
1465 (char *) "self", NULL
1466 };
1467
1468 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapFocus",kwnames,&obj0)) goto fail;
1469 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1470 {
1471 PyThreadState* __tstate = wxPyBeginAllowThreads();
1472 result = (arg1)->GetBitmapFocus();
1473
1474 wxPyEndAllowThreads(__tstate);
1475 if (PyErr_Occurred()) SWIG_fail;
1476 }
1477 {
1478 wxBitmap * resultptr;
1479 resultptr = new wxBitmap((wxBitmap &) result);
1480 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxBitmap, 1);
1481 }
1482 return resultobj;
1483 fail:
1484 return NULL;
1485 }
1486
1487
1488 static PyObject *_wrap_BitmapButton_GetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1489 PyObject *resultobj;
1490 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1491 wxBitmap result;
1492 PyObject * obj0 = 0 ;
1493 char *kwnames[] = {
1494 (char *) "self", NULL
1495 };
1496
1497 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetBitmapSelected",kwnames,&obj0)) goto fail;
1498 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1499 {
1500 PyThreadState* __tstate = wxPyBeginAllowThreads();
1501 result = (arg1)->GetBitmapSelected();
1502
1503 wxPyEndAllowThreads(__tstate);
1504 if (PyErr_Occurred()) SWIG_fail;
1505 }
1506 {
1507 wxBitmap * resultptr;
1508 resultptr = new wxBitmap((wxBitmap &) result);
1509 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxBitmap, 1);
1510 }
1511 return resultobj;
1512 fail:
1513 return NULL;
1514 }
1515
1516
1517 static PyObject *_wrap_BitmapButton_SetBitmapDisabled(PyObject *self, PyObject *args, PyObject *kwargs) {
1518 PyObject *resultobj;
1519 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1520 wxBitmap *arg2 = 0 ;
1521 PyObject * obj0 = 0 ;
1522 PyObject * obj1 = 0 ;
1523 char *kwnames[] = {
1524 (char *) "self",(char *) "bitmap", NULL
1525 };
1526
1527 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapDisabled",kwnames,&obj0,&obj1)) goto fail;
1528 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1529 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1530 if (arg2 == NULL) {
1531 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1532 }
1533 {
1534 PyThreadState* __tstate = wxPyBeginAllowThreads();
1535 (arg1)->SetBitmapDisabled((wxBitmap const &)*arg2);
1536
1537 wxPyEndAllowThreads(__tstate);
1538 if (PyErr_Occurred()) SWIG_fail;
1539 }
1540 Py_INCREF(Py_None); resultobj = Py_None;
1541 return resultobj;
1542 fail:
1543 return NULL;
1544 }
1545
1546
1547 static PyObject *_wrap_BitmapButton_SetBitmapFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
1548 PyObject *resultobj;
1549 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1550 wxBitmap *arg2 = 0 ;
1551 PyObject * obj0 = 0 ;
1552 PyObject * obj1 = 0 ;
1553 char *kwnames[] = {
1554 (char *) "self",(char *) "bitmap", NULL
1555 };
1556
1557 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapFocus",kwnames,&obj0,&obj1)) goto fail;
1558 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1559 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1560 if (arg2 == NULL) {
1561 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1562 }
1563 {
1564 PyThreadState* __tstate = wxPyBeginAllowThreads();
1565 (arg1)->SetBitmapFocus((wxBitmap const &)*arg2);
1566
1567 wxPyEndAllowThreads(__tstate);
1568 if (PyErr_Occurred()) SWIG_fail;
1569 }
1570 Py_INCREF(Py_None); resultobj = Py_None;
1571 return resultobj;
1572 fail:
1573 return NULL;
1574 }
1575
1576
1577 static PyObject *_wrap_BitmapButton_SetBitmapSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
1578 PyObject *resultobj;
1579 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1580 wxBitmap *arg2 = 0 ;
1581 PyObject * obj0 = 0 ;
1582 PyObject * obj1 = 0 ;
1583 char *kwnames[] = {
1584 (char *) "self",(char *) "bitmap", NULL
1585 };
1586
1587 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapSelected",kwnames,&obj0,&obj1)) goto fail;
1588 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1589 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1590 if (arg2 == NULL) {
1591 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1592 }
1593 {
1594 PyThreadState* __tstate = wxPyBeginAllowThreads();
1595 (arg1)->SetBitmapSelected((wxBitmap const &)*arg2);
1596
1597 wxPyEndAllowThreads(__tstate);
1598 if (PyErr_Occurred()) SWIG_fail;
1599 }
1600 Py_INCREF(Py_None); resultobj = Py_None;
1601 return resultobj;
1602 fail:
1603 return NULL;
1604 }
1605
1606
1607 static PyObject *_wrap_BitmapButton_SetBitmapLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
1608 PyObject *resultobj;
1609 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1610 wxBitmap *arg2 = 0 ;
1611 PyObject * obj0 = 0 ;
1612 PyObject * obj1 = 0 ;
1613 char *kwnames[] = {
1614 (char *) "self",(char *) "bitmap", NULL
1615 };
1616
1617 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BitmapButton_SetBitmapLabel",kwnames,&obj0,&obj1)) goto fail;
1618 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1619 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1620 if (arg2 == NULL) {
1621 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1622 }
1623 {
1624 PyThreadState* __tstate = wxPyBeginAllowThreads();
1625 (arg1)->SetBitmapLabel((wxBitmap const &)*arg2);
1626
1627 wxPyEndAllowThreads(__tstate);
1628 if (PyErr_Occurred()) SWIG_fail;
1629 }
1630 Py_INCREF(Py_None); resultobj = Py_None;
1631 return resultobj;
1632 fail:
1633 return NULL;
1634 }
1635
1636
1637 static PyObject *_wrap_BitmapButton_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
1638 PyObject *resultobj;
1639 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1640 int arg2 ;
1641 int arg3 ;
1642 PyObject * obj0 = 0 ;
1643 PyObject * obj1 = 0 ;
1644 PyObject * obj2 = 0 ;
1645 char *kwnames[] = {
1646 (char *) "self",(char *) "x",(char *) "y", NULL
1647 };
1648
1649 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BitmapButton_SetMargins",kwnames,&obj0,&obj1,&obj2)) goto fail;
1650 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1651 {
1652 arg2 = (int) SWIG_PyObj_AsInt(obj1);
1653 if (PyErr_Occurred()) SWIG_fail;
1654 }
1655 {
1656 arg3 = (int) SWIG_PyObj_AsInt(obj2);
1657 if (PyErr_Occurred()) SWIG_fail;
1658 }
1659 {
1660 PyThreadState* __tstate = wxPyBeginAllowThreads();
1661 (arg1)->SetMargins(arg2,arg3);
1662
1663 wxPyEndAllowThreads(__tstate);
1664 if (PyErr_Occurred()) SWIG_fail;
1665 }
1666 Py_INCREF(Py_None); resultobj = Py_None;
1667 return resultobj;
1668 fail:
1669 return NULL;
1670 }
1671
1672
1673 static PyObject *_wrap_BitmapButton_GetMarginX(PyObject *self, PyObject *args, PyObject *kwargs) {
1674 PyObject *resultobj;
1675 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1676 int result;
1677 PyObject * obj0 = 0 ;
1678 char *kwnames[] = {
1679 (char *) "self", NULL
1680 };
1681
1682 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginX",kwnames,&obj0)) goto fail;
1683 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1684 {
1685 PyThreadState* __tstate = wxPyBeginAllowThreads();
1686 result = (int)((wxBitmapButton const *)arg1)->GetMarginX();
1687
1688 wxPyEndAllowThreads(__tstate);
1689 if (PyErr_Occurred()) SWIG_fail;
1690 }
1691 resultobj = SWIG_PyObj_FromInt((int)result);
1692 return resultobj;
1693 fail:
1694 return NULL;
1695 }
1696
1697
1698 static PyObject *_wrap_BitmapButton_GetMarginY(PyObject *self, PyObject *args, PyObject *kwargs) {
1699 PyObject *resultobj;
1700 wxBitmapButton *arg1 = (wxBitmapButton *) 0 ;
1701 int result;
1702 PyObject * obj0 = 0 ;
1703 char *kwnames[] = {
1704 (char *) "self", NULL
1705 };
1706
1707 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BitmapButton_GetMarginY",kwnames,&obj0)) goto fail;
1708 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmapButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1709 {
1710 PyThreadState* __tstate = wxPyBeginAllowThreads();
1711 result = (int)((wxBitmapButton const *)arg1)->GetMarginY();
1712
1713 wxPyEndAllowThreads(__tstate);
1714 if (PyErr_Occurred()) SWIG_fail;
1715 }
1716 resultobj = SWIG_PyObj_FromInt((int)result);
1717 return resultobj;
1718 fail:
1719 return NULL;
1720 }
1721
1722
1723 static PyObject * BitmapButton_swigregister(PyObject *self, PyObject *args) {
1724 PyObject *obj;
1725 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
1726 SWIG_TypeClientData(SWIGTYPE_p_wxBitmapButton, obj);
1727 Py_INCREF(obj);
1728 return Py_BuildValue((char *)"");
1729 }
1730 static int _wrap_CheckBoxNameStr_set(PyObject *_val) {
1731 PyErr_SetString(PyExc_TypeError,"Variable CheckBoxNameStr is read-only.");
1732 return 1;
1733 }
1734
1735
1736 static PyObject *_wrap_CheckBoxNameStr_get() {
1737 PyObject *pyobj;
1738
1739 {
1740 #if wxUSE_UNICODE
1741 pyobj = PyUnicode_FromWideChar((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
1742 #else
1743 pyobj = PyString_FromStringAndSize((&wxPyCheckBoxNameStr)->c_str(), (&wxPyCheckBoxNameStr)->Len());
1744 #endif
1745 }
1746 return pyobj;
1747 }
1748
1749
1750 static PyObject *_wrap_new_CheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
1751 PyObject *resultobj;
1752 wxWindow *arg1 = (wxWindow *) 0 ;
1753 int arg2 ;
1754 wxString *arg3 = 0 ;
1755 wxPoint const &arg4_defvalue = wxDefaultPosition ;
1756 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
1757 wxSize const &arg5_defvalue = wxDefaultSize ;
1758 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
1759 long arg6 = (long) 0 ;
1760 wxValidator const &arg7_defvalue = wxDefaultValidator ;
1761 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
1762 wxString const &arg8_defvalue = wxPyCheckBoxNameStr ;
1763 wxString *arg8 = (wxString *) &arg8_defvalue ;
1764 wxCheckBox *result;
1765 bool temp3 = False ;
1766 wxPoint temp4 ;
1767 wxSize temp5 ;
1768 bool temp8 = False ;
1769 PyObject * obj0 = 0 ;
1770 PyObject * obj1 = 0 ;
1771 PyObject * obj2 = 0 ;
1772 PyObject * obj3 = 0 ;
1773 PyObject * obj4 = 0 ;
1774 PyObject * obj5 = 0 ;
1775 PyObject * obj6 = 0 ;
1776 PyObject * obj7 = 0 ;
1777 char *kwnames[] = {
1778 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1779 };
1780
1781 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_CheckBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
1782 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1783 {
1784 arg2 = (int) SWIG_PyObj_AsInt(obj1);
1785 if (PyErr_Occurred()) SWIG_fail;
1786 }
1787 {
1788 arg3 = wxString_in_helper(obj2);
1789 if (arg3 == NULL) SWIG_fail;
1790 temp3 = True;
1791 }
1792 if (obj3) {
1793 {
1794 arg4 = &temp4;
1795 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
1796 }
1797 }
1798 if (obj4) {
1799 {
1800 arg5 = &temp5;
1801 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
1802 }
1803 }
1804 if (obj5) {
1805 {
1806 arg6 = (long) SWIG_PyObj_AsLong(obj5);
1807 if (PyErr_Occurred()) SWIG_fail;
1808 }
1809 }
1810 if (obj6) {
1811 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1812 if (arg7 == NULL) {
1813 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1814 }
1815 }
1816 if (obj7) {
1817 {
1818 arg8 = wxString_in_helper(obj7);
1819 if (arg8 == NULL) SWIG_fail;
1820 temp8 = True;
1821 }
1822 }
1823 {
1824 PyThreadState* __tstate = wxPyBeginAllowThreads();
1825 result = (wxCheckBox *)new wxCheckBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
1826
1827 wxPyEndAllowThreads(__tstate);
1828 if (PyErr_Occurred()) SWIG_fail;
1829 }
1830 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxCheckBox, 1);
1831 {
1832 if (temp3)
1833 delete arg3;
1834 }
1835 {
1836 if (temp8)
1837 delete arg8;
1838 }
1839 return resultobj;
1840 fail:
1841 {
1842 if (temp3)
1843 delete arg3;
1844 }
1845 {
1846 if (temp8)
1847 delete arg8;
1848 }
1849 return NULL;
1850 }
1851
1852
1853 static PyObject *_wrap_new_PreCheckBox(PyObject *self, PyObject *args, PyObject *kwargs) {
1854 PyObject *resultobj;
1855 wxCheckBox *result;
1856 char *kwnames[] = {
1857 NULL
1858 };
1859
1860 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckBox",kwnames)) goto fail;
1861 {
1862 PyThreadState* __tstate = wxPyBeginAllowThreads();
1863 result = (wxCheckBox *)new wxCheckBox();
1864
1865 wxPyEndAllowThreads(__tstate);
1866 if (PyErr_Occurred()) SWIG_fail;
1867 }
1868 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxCheckBox, 1);
1869 return resultobj;
1870 fail:
1871 return NULL;
1872 }
1873
1874
1875 static PyObject *_wrap_CheckBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
1876 PyObject *resultobj;
1877 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
1878 wxWindow *arg2 = (wxWindow *) 0 ;
1879 int arg3 ;
1880 wxString *arg4 = 0 ;
1881 wxPoint const &arg5_defvalue = wxDefaultPosition ;
1882 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
1883 wxSize const &arg6_defvalue = wxDefaultSize ;
1884 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
1885 long arg7 = (long) 0 ;
1886 wxValidator const &arg8_defvalue = wxDefaultValidator ;
1887 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
1888 wxString const &arg9_defvalue = wxPyCheckBoxNameStr ;
1889 wxString *arg9 = (wxString *) &arg9_defvalue ;
1890 bool result;
1891 bool temp4 = False ;
1892 wxPoint temp5 ;
1893 wxSize temp6 ;
1894 bool temp9 = False ;
1895 PyObject * obj0 = 0 ;
1896 PyObject * obj1 = 0 ;
1897 PyObject * obj2 = 0 ;
1898 PyObject * obj3 = 0 ;
1899 PyObject * obj4 = 0 ;
1900 PyObject * obj5 = 0 ;
1901 PyObject * obj6 = 0 ;
1902 PyObject * obj7 = 0 ;
1903 PyObject * obj8 = 0 ;
1904 char *kwnames[] = {
1905 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1906 };
1907
1908 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:CheckBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
1909 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1910 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1911 {
1912 arg3 = (int) SWIG_PyObj_AsInt(obj2);
1913 if (PyErr_Occurred()) SWIG_fail;
1914 }
1915 {
1916 arg4 = wxString_in_helper(obj3);
1917 if (arg4 == NULL) SWIG_fail;
1918 temp4 = True;
1919 }
1920 if (obj4) {
1921 {
1922 arg5 = &temp5;
1923 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
1924 }
1925 }
1926 if (obj5) {
1927 {
1928 arg6 = &temp6;
1929 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
1930 }
1931 }
1932 if (obj6) {
1933 {
1934 arg7 = (long) SWIG_PyObj_AsLong(obj6);
1935 if (PyErr_Occurred()) SWIG_fail;
1936 }
1937 }
1938 if (obj7) {
1939 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1940 if (arg8 == NULL) {
1941 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
1942 }
1943 }
1944 if (obj8) {
1945 {
1946 arg9 = wxString_in_helper(obj8);
1947 if (arg9 == NULL) SWIG_fail;
1948 temp9 = True;
1949 }
1950 }
1951 {
1952 PyThreadState* __tstate = wxPyBeginAllowThreads();
1953 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
1954
1955 wxPyEndAllowThreads(__tstate);
1956 if (PyErr_Occurred()) SWIG_fail;
1957 }
1958 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
1959 {
1960 if (temp4)
1961 delete arg4;
1962 }
1963 {
1964 if (temp9)
1965 delete arg9;
1966 }
1967 return resultobj;
1968 fail:
1969 {
1970 if (temp4)
1971 delete arg4;
1972 }
1973 {
1974 if (temp9)
1975 delete arg9;
1976 }
1977 return NULL;
1978 }
1979
1980
1981 static PyObject *_wrap_CheckBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
1982 PyObject *resultobj;
1983 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
1984 bool result;
1985 PyObject * obj0 = 0 ;
1986 char *kwnames[] = {
1987 (char *) "self", NULL
1988 };
1989
1990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_GetValue",kwnames,&obj0)) goto fail;
1991 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
1992 {
1993 PyThreadState* __tstate = wxPyBeginAllowThreads();
1994 result = (bool)(arg1)->GetValue();
1995
1996 wxPyEndAllowThreads(__tstate);
1997 if (PyErr_Occurred()) SWIG_fail;
1998 }
1999 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2000 return resultobj;
2001 fail:
2002 return NULL;
2003 }
2004
2005
2006 static PyObject *_wrap_CheckBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
2007 PyObject *resultobj;
2008 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2009 bool result;
2010 PyObject * obj0 = 0 ;
2011 char *kwnames[] = {
2012 (char *) "self", NULL
2013 };
2014
2015 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_IsChecked",kwnames,&obj0)) goto fail;
2016 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2017 {
2018 PyThreadState* __tstate = wxPyBeginAllowThreads();
2019 result = (bool)(arg1)->IsChecked();
2020
2021 wxPyEndAllowThreads(__tstate);
2022 if (PyErr_Occurred()) SWIG_fail;
2023 }
2024 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2025 return resultobj;
2026 fail:
2027 return NULL;
2028 }
2029
2030
2031 static PyObject *_wrap_CheckBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2032 PyObject *resultobj;
2033 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2034 bool arg2 ;
2035 PyObject * obj0 = 0 ;
2036 PyObject * obj1 = 0 ;
2037 char *kwnames[] = {
2038 (char *) "self",(char *) "state", NULL
2039 };
2040
2041 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
2042 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2043 {
2044 arg2 = (bool const) SWIG_PyObj_AsBool(obj1);
2045 if (PyErr_Occurred()) SWIG_fail;
2046 }
2047 {
2048 PyThreadState* __tstate = wxPyBeginAllowThreads();
2049 (arg1)->SetValue(arg2);
2050
2051 wxPyEndAllowThreads(__tstate);
2052 if (PyErr_Occurred()) SWIG_fail;
2053 }
2054 Py_INCREF(Py_None); resultobj = Py_None;
2055 return resultobj;
2056 fail:
2057 return NULL;
2058 }
2059
2060
2061 static PyObject *_wrap_CheckBox_Get3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2062 PyObject *resultobj;
2063 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2064 int result;
2065 PyObject * obj0 = 0 ;
2066 char *kwnames[] = {
2067 (char *) "self", NULL
2068 };
2069
2070 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Get3StateValue",kwnames,&obj0)) goto fail;
2071 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2072 {
2073 PyThreadState* __tstate = wxPyBeginAllowThreads();
2074 result = (int)((wxCheckBox const *)arg1)->Get3StateValue();
2075
2076 wxPyEndAllowThreads(__tstate);
2077 if (PyErr_Occurred()) SWIG_fail;
2078 }
2079 resultobj = SWIG_PyObj_FromInt((int)result);
2080 return resultobj;
2081 fail:
2082 return NULL;
2083 }
2084
2085
2086 static PyObject *_wrap_CheckBox_Set3StateValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2087 PyObject *resultobj;
2088 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2089 int arg2 ;
2090 PyObject * obj0 = 0 ;
2091 PyObject * obj1 = 0 ;
2092 char *kwnames[] = {
2093 (char *) "self",(char *) "state", NULL
2094 };
2095
2096 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckBox_Set3StateValue",kwnames,&obj0,&obj1)) goto fail;
2097 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2098 {
2099 arg2 = (wxCheckBoxState) SWIG_PyObj_AsInt(obj1);
2100 if (PyErr_Occurred()) SWIG_fail;
2101 }
2102 {
2103 PyThreadState* __tstate = wxPyBeginAllowThreads();
2104 (arg1)->Set3StateValue((wxCheckBoxState )arg2);
2105
2106 wxPyEndAllowThreads(__tstate);
2107 if (PyErr_Occurred()) SWIG_fail;
2108 }
2109 Py_INCREF(Py_None); resultobj = Py_None;
2110 return resultobj;
2111 fail:
2112 return NULL;
2113 }
2114
2115
2116 static PyObject *_wrap_CheckBox_Is3State(PyObject *self, PyObject *args, PyObject *kwargs) {
2117 PyObject *resultobj;
2118 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2119 bool result;
2120 PyObject * obj0 = 0 ;
2121 char *kwnames[] = {
2122 (char *) "self", NULL
2123 };
2124
2125 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3State",kwnames,&obj0)) goto fail;
2126 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2127 {
2128 PyThreadState* __tstate = wxPyBeginAllowThreads();
2129 result = (bool)((wxCheckBox const *)arg1)->Is3State();
2130
2131 wxPyEndAllowThreads(__tstate);
2132 if (PyErr_Occurred()) SWIG_fail;
2133 }
2134 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2135 return resultobj;
2136 fail:
2137 return NULL;
2138 }
2139
2140
2141 static PyObject *_wrap_CheckBox_Is3rdStateAllowedForUser(PyObject *self, PyObject *args, PyObject *kwargs) {
2142 PyObject *resultobj;
2143 wxCheckBox *arg1 = (wxCheckBox *) 0 ;
2144 bool result;
2145 PyObject * obj0 = 0 ;
2146 char *kwnames[] = {
2147 (char *) "self", NULL
2148 };
2149
2150 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckBox_Is3rdStateAllowedForUser",kwnames,&obj0)) goto fail;
2151 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2152 {
2153 PyThreadState* __tstate = wxPyBeginAllowThreads();
2154 result = (bool)((wxCheckBox const *)arg1)->Is3rdStateAllowedForUser();
2155
2156 wxPyEndAllowThreads(__tstate);
2157 if (PyErr_Occurred()) SWIG_fail;
2158 }
2159 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2160 return resultobj;
2161 fail:
2162 return NULL;
2163 }
2164
2165
2166 static PyObject * CheckBox_swigregister(PyObject *self, PyObject *args) {
2167 PyObject *obj;
2168 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2169 SWIG_TypeClientData(SWIGTYPE_p_wxCheckBox, obj);
2170 Py_INCREF(obj);
2171 return Py_BuildValue((char *)"");
2172 }
2173 static int _wrap_ChoiceNameStr_set(PyObject *_val) {
2174 PyErr_SetString(PyExc_TypeError,"Variable ChoiceNameStr is read-only.");
2175 return 1;
2176 }
2177
2178
2179 static PyObject *_wrap_ChoiceNameStr_get() {
2180 PyObject *pyobj;
2181
2182 {
2183 #if wxUSE_UNICODE
2184 pyobj = PyUnicode_FromWideChar((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2185 #else
2186 pyobj = PyString_FromStringAndSize((&wxPyChoiceNameStr)->c_str(), (&wxPyChoiceNameStr)->Len());
2187 #endif
2188 }
2189 return pyobj;
2190 }
2191
2192
2193 static PyObject *_wrap_new_Choice(PyObject *self, PyObject *args, PyObject *kwargs) {
2194 PyObject *resultobj;
2195 wxWindow *arg1 = (wxWindow *) 0 ;
2196 int arg2 ;
2197 wxPoint const &arg3_defvalue = wxDefaultPosition ;
2198 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
2199 wxSize const &arg4_defvalue = wxDefaultSize ;
2200 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
2201 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
2202 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
2203 long arg6 = (long) 0 ;
2204 wxValidator const &arg7_defvalue = wxDefaultValidator ;
2205 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
2206 wxString const &arg8_defvalue = wxPyChoiceNameStr ;
2207 wxString *arg8 = (wxString *) &arg8_defvalue ;
2208 wxChoice *result;
2209 wxPoint temp3 ;
2210 wxSize temp4 ;
2211 bool temp8 = False ;
2212 PyObject * obj0 = 0 ;
2213 PyObject * obj1 = 0 ;
2214 PyObject * obj2 = 0 ;
2215 PyObject * obj3 = 0 ;
2216 PyObject * obj4 = 0 ;
2217 PyObject * obj5 = 0 ;
2218 PyObject * obj6 = 0 ;
2219 PyObject * obj7 = 0 ;
2220 char *kwnames[] = {
2221 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2222 };
2223
2224 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_Choice",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
2225 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2226 {
2227 arg2 = (int) SWIG_PyObj_AsInt(obj1);
2228 if (PyErr_Occurred()) SWIG_fail;
2229 }
2230 if (obj2) {
2231 {
2232 arg3 = &temp3;
2233 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
2234 }
2235 }
2236 if (obj3) {
2237 {
2238 arg4 = &temp4;
2239 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
2240 }
2241 }
2242 if (obj4) {
2243 {
2244 if (! PySequence_Check(obj4)) {
2245 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2246 SWIG_fail;
2247 }
2248 arg5 = new wxArrayString;
2249 int i, len=PySequence_Length(obj4);
2250 for (i=0; i<len; i++) {
2251 PyObject* item = PySequence_GetItem(obj4, i);
2252 #if wxUSE_UNICODE
2253 PyObject* str = PyObject_Unicode(item);
2254 #else
2255 PyObject* str = PyObject_Str(item);
2256 #endif
2257 arg5->Add(Py2wxString(str));
2258 Py_DECREF(item);
2259 Py_DECREF(str);
2260 }
2261 }
2262 }
2263 if (obj5) {
2264 {
2265 arg6 = (long) SWIG_PyObj_AsLong(obj5);
2266 if (PyErr_Occurred()) SWIG_fail;
2267 }
2268 }
2269 if (obj6) {
2270 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2271 if (arg7 == NULL) {
2272 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
2273 }
2274 }
2275 if (obj7) {
2276 {
2277 arg8 = wxString_in_helper(obj7);
2278 if (arg8 == NULL) SWIG_fail;
2279 temp8 = True;
2280 }
2281 }
2282 {
2283 PyThreadState* __tstate = wxPyBeginAllowThreads();
2284 result = (wxChoice *)new wxChoice(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
2285
2286 wxPyEndAllowThreads(__tstate);
2287 if (PyErr_Occurred()) SWIG_fail;
2288 }
2289 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxChoice, 1);
2290 {
2291 if (arg5) delete arg5;
2292 }
2293 {
2294 if (temp8)
2295 delete arg8;
2296 }
2297 return resultobj;
2298 fail:
2299 {
2300 if (arg5) delete arg5;
2301 }
2302 {
2303 if (temp8)
2304 delete arg8;
2305 }
2306 return NULL;
2307 }
2308
2309
2310 static PyObject *_wrap_new_PreChoice(PyObject *self, PyObject *args, PyObject *kwargs) {
2311 PyObject *resultobj;
2312 wxChoice *result;
2313 char *kwnames[] = {
2314 NULL
2315 };
2316
2317 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreChoice",kwnames)) goto fail;
2318 {
2319 PyThreadState* __tstate = wxPyBeginAllowThreads();
2320 result = (wxChoice *)new wxChoice();
2321
2322 wxPyEndAllowThreads(__tstate);
2323 if (PyErr_Occurred()) SWIG_fail;
2324 }
2325 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxChoice, 1);
2326 return resultobj;
2327 fail:
2328 return NULL;
2329 }
2330
2331
2332 static PyObject *_wrap_Choice_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2333 PyObject *resultobj;
2334 wxChoice *arg1 = (wxChoice *) 0 ;
2335 wxWindow *arg2 = (wxWindow *) 0 ;
2336 int arg3 ;
2337 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2338 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2339 wxSize const &arg5_defvalue = wxDefaultSize ;
2340 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2341 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
2342 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
2343 long arg7 = (long) 0 ;
2344 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2345 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2346 wxString const &arg9_defvalue = wxPyChoiceNameStr ;
2347 wxString *arg9 = (wxString *) &arg9_defvalue ;
2348 bool result;
2349 wxPoint temp4 ;
2350 wxSize temp5 ;
2351 bool temp9 = False ;
2352 PyObject * obj0 = 0 ;
2353 PyObject * obj1 = 0 ;
2354 PyObject * obj2 = 0 ;
2355 PyObject * obj3 = 0 ;
2356 PyObject * obj4 = 0 ;
2357 PyObject * obj5 = 0 ;
2358 PyObject * obj6 = 0 ;
2359 PyObject * obj7 = 0 ;
2360 PyObject * obj8 = 0 ;
2361 char *kwnames[] = {
2362 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2363 };
2364
2365 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:Choice_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2366 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxChoice,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2367 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2368 {
2369 arg3 = (int) SWIG_PyObj_AsInt(obj2);
2370 if (PyErr_Occurred()) SWIG_fail;
2371 }
2372 if (obj3) {
2373 {
2374 arg4 = &temp4;
2375 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2376 }
2377 }
2378 if (obj4) {
2379 {
2380 arg5 = &temp5;
2381 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2382 }
2383 }
2384 if (obj5) {
2385 {
2386 if (! PySequence_Check(obj5)) {
2387 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2388 SWIG_fail;
2389 }
2390 arg6 = new wxArrayString;
2391 int i, len=PySequence_Length(obj5);
2392 for (i=0; i<len; i++) {
2393 PyObject* item = PySequence_GetItem(obj5, i);
2394 #if wxUSE_UNICODE
2395 PyObject* str = PyObject_Unicode(item);
2396 #else
2397 PyObject* str = PyObject_Str(item);
2398 #endif
2399 arg6->Add(Py2wxString(str));
2400 Py_DECREF(item);
2401 Py_DECREF(str);
2402 }
2403 }
2404 }
2405 if (obj6) {
2406 {
2407 arg7 = (long) SWIG_PyObj_AsLong(obj6);
2408 if (PyErr_Occurred()) SWIG_fail;
2409 }
2410 }
2411 if (obj7) {
2412 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2413 if (arg8 == NULL) {
2414 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
2415 }
2416 }
2417 if (obj8) {
2418 {
2419 arg9 = wxString_in_helper(obj8);
2420 if (arg9 == NULL) SWIG_fail;
2421 temp9 = True;
2422 }
2423 }
2424 {
2425 PyThreadState* __tstate = wxPyBeginAllowThreads();
2426 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
2427
2428 wxPyEndAllowThreads(__tstate);
2429 if (PyErr_Occurred()) SWIG_fail;
2430 }
2431 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2432 {
2433 if (arg6) delete arg6;
2434 }
2435 {
2436 if (temp9)
2437 delete arg9;
2438 }
2439 return resultobj;
2440 fail:
2441 {
2442 if (arg6) delete arg6;
2443 }
2444 {
2445 if (temp9)
2446 delete arg9;
2447 }
2448 return NULL;
2449 }
2450
2451
2452 static PyObject *_wrap_Choice_GetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
2453 PyObject *resultobj;
2454 wxChoice *arg1 = (wxChoice *) 0 ;
2455 int result;
2456 PyObject * obj0 = 0 ;
2457 char *kwnames[] = {
2458 (char *) "self", NULL
2459 };
2460
2461 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Choice_GetColumns",kwnames,&obj0)) goto fail;
2462 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxChoice,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2463 {
2464 PyThreadState* __tstate = wxPyBeginAllowThreads();
2465 result = (int)(arg1)->GetColumns();
2466
2467 wxPyEndAllowThreads(__tstate);
2468 if (PyErr_Occurred()) SWIG_fail;
2469 }
2470 resultobj = SWIG_PyObj_FromInt((int)result);
2471 return resultobj;
2472 fail:
2473 return NULL;
2474 }
2475
2476
2477 static PyObject *_wrap_Choice_SetColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
2478 PyObject *resultobj;
2479 wxChoice *arg1 = (wxChoice *) 0 ;
2480 int arg2 = (int) (int)1 ;
2481 PyObject * obj0 = 0 ;
2482 PyObject * obj1 = 0 ;
2483 char *kwnames[] = {
2484 (char *) "self",(char *) "n", NULL
2485 };
2486
2487 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:Choice_SetColumns",kwnames,&obj0,&obj1)) goto fail;
2488 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxChoice,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2489 if (obj1) {
2490 {
2491 arg2 = (int const) SWIG_PyObj_AsInt(obj1);
2492 if (PyErr_Occurred()) SWIG_fail;
2493 }
2494 }
2495 {
2496 PyThreadState* __tstate = wxPyBeginAllowThreads();
2497 (arg1)->SetColumns(arg2);
2498
2499 wxPyEndAllowThreads(__tstate);
2500 if (PyErr_Occurred()) SWIG_fail;
2501 }
2502 Py_INCREF(Py_None); resultobj = Py_None;
2503 return resultobj;
2504 fail:
2505 return NULL;
2506 }
2507
2508
2509 static PyObject *_wrap_Choice_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2510 PyObject *resultobj;
2511 wxChoice *arg1 = (wxChoice *) 0 ;
2512 int arg2 ;
2513 PyObject * obj0 = 0 ;
2514 PyObject * obj1 = 0 ;
2515 char *kwnames[] = {
2516 (char *) "self",(char *) "n", NULL
2517 };
2518
2519 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetSelection",kwnames,&obj0,&obj1)) goto fail;
2520 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxChoice,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2521 {
2522 arg2 = (int const) SWIG_PyObj_AsInt(obj1);
2523 if (PyErr_Occurred()) SWIG_fail;
2524 }
2525 {
2526 PyThreadState* __tstate = wxPyBeginAllowThreads();
2527 (arg1)->SetSelection(arg2);
2528
2529 wxPyEndAllowThreads(__tstate);
2530 if (PyErr_Occurred()) SWIG_fail;
2531 }
2532 Py_INCREF(Py_None); resultobj = Py_None;
2533 return resultobj;
2534 fail:
2535 return NULL;
2536 }
2537
2538
2539 static PyObject *_wrap_Choice_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
2540 PyObject *resultobj;
2541 wxChoice *arg1 = (wxChoice *) 0 ;
2542 wxString *arg2 = 0 ;
2543 bool temp2 = False ;
2544 PyObject * obj0 = 0 ;
2545 PyObject * obj1 = 0 ;
2546 char *kwnames[] = {
2547 (char *) "self",(char *) "string", NULL
2548 };
2549
2550 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Choice_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
2551 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxChoice,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2552 {
2553 arg2 = wxString_in_helper(obj1);
2554 if (arg2 == NULL) SWIG_fail;
2555 temp2 = True;
2556 }
2557 {
2558 PyThreadState* __tstate = wxPyBeginAllowThreads();
2559 (arg1)->SetStringSelection((wxString const &)*arg2);
2560
2561 wxPyEndAllowThreads(__tstate);
2562 if (PyErr_Occurred()) SWIG_fail;
2563 }
2564 Py_INCREF(Py_None); resultobj = Py_None;
2565 {
2566 if (temp2)
2567 delete arg2;
2568 }
2569 return resultobj;
2570 fail:
2571 {
2572 if (temp2)
2573 delete arg2;
2574 }
2575 return NULL;
2576 }
2577
2578
2579 static PyObject *_wrap_Choice_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
2580 PyObject *resultobj;
2581 wxChoice *arg1 = (wxChoice *) 0 ;
2582 int arg2 ;
2583 wxString *arg3 = 0 ;
2584 bool temp3 = False ;
2585 PyObject * obj0 = 0 ;
2586 PyObject * obj1 = 0 ;
2587 PyObject * obj2 = 0 ;
2588 char *kwnames[] = {
2589 (char *) "self",(char *) "n",(char *) "s", NULL
2590 };
2591
2592 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Choice_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
2593 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxChoice,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2594 {
2595 arg2 = (int) SWIG_PyObj_AsInt(obj1);
2596 if (PyErr_Occurred()) SWIG_fail;
2597 }
2598 {
2599 arg3 = wxString_in_helper(obj2);
2600 if (arg3 == NULL) SWIG_fail;
2601 temp3 = True;
2602 }
2603 {
2604 PyThreadState* __tstate = wxPyBeginAllowThreads();
2605 (arg1)->SetString(arg2,(wxString const &)*arg3);
2606
2607 wxPyEndAllowThreads(__tstate);
2608 if (PyErr_Occurred()) SWIG_fail;
2609 }
2610 Py_INCREF(Py_None); resultobj = Py_None;
2611 {
2612 if (temp3)
2613 delete arg3;
2614 }
2615 return resultobj;
2616 fail:
2617 {
2618 if (temp3)
2619 delete arg3;
2620 }
2621 return NULL;
2622 }
2623
2624
2625 static PyObject * Choice_swigregister(PyObject *self, PyObject *args) {
2626 PyObject *obj;
2627 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
2628 SWIG_TypeClientData(SWIGTYPE_p_wxChoice, obj);
2629 Py_INCREF(obj);
2630 return Py_BuildValue((char *)"");
2631 }
2632 static int _wrap_ComboBoxNameStr_set(PyObject *_val) {
2633 PyErr_SetString(PyExc_TypeError,"Variable ComboBoxNameStr is read-only.");
2634 return 1;
2635 }
2636
2637
2638 static PyObject *_wrap_ComboBoxNameStr_get() {
2639 PyObject *pyobj;
2640
2641 {
2642 #if wxUSE_UNICODE
2643 pyobj = PyUnicode_FromWideChar((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
2644 #else
2645 pyobj = PyString_FromStringAndSize((&wxPyComboBoxNameStr)->c_str(), (&wxPyComboBoxNameStr)->Len());
2646 #endif
2647 }
2648 return pyobj;
2649 }
2650
2651
2652 static PyObject *_wrap_new_ComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2653 PyObject *resultobj;
2654 wxWindow *arg1 = (wxWindow *) 0 ;
2655 int arg2 ;
2656 wxString const &arg3_defvalue = wxPyEmptyString ;
2657 wxString *arg3 = (wxString *) &arg3_defvalue ;
2658 wxPoint const &arg4_defvalue = wxDefaultPosition ;
2659 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
2660 wxSize const &arg5_defvalue = wxDefaultSize ;
2661 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
2662 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
2663 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
2664 long arg7 = (long) 0 ;
2665 wxValidator const &arg8_defvalue = wxDefaultValidator ;
2666 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
2667 wxString const &arg9_defvalue = wxPyComboBoxNameStr ;
2668 wxString *arg9 = (wxString *) &arg9_defvalue ;
2669 wxComboBox *result;
2670 bool temp3 = False ;
2671 wxPoint temp4 ;
2672 wxSize temp5 ;
2673 bool temp9 = False ;
2674 PyObject * obj0 = 0 ;
2675 PyObject * obj1 = 0 ;
2676 PyObject * obj2 = 0 ;
2677 PyObject * obj3 = 0 ;
2678 PyObject * obj4 = 0 ;
2679 PyObject * obj5 = 0 ;
2680 PyObject * obj6 = 0 ;
2681 PyObject * obj7 = 0 ;
2682 PyObject * obj8 = 0 ;
2683 char *kwnames[] = {
2684 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2685 };
2686
2687 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOO:new_ComboBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
2688 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2689 {
2690 arg2 = (int) SWIG_PyObj_AsInt(obj1);
2691 if (PyErr_Occurred()) SWIG_fail;
2692 }
2693 if (obj2) {
2694 {
2695 arg3 = wxString_in_helper(obj2);
2696 if (arg3 == NULL) SWIG_fail;
2697 temp3 = True;
2698 }
2699 }
2700 if (obj3) {
2701 {
2702 arg4 = &temp4;
2703 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
2704 }
2705 }
2706 if (obj4) {
2707 {
2708 arg5 = &temp5;
2709 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
2710 }
2711 }
2712 if (obj5) {
2713 {
2714 if (! PySequence_Check(obj5)) {
2715 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2716 SWIG_fail;
2717 }
2718 arg6 = new wxArrayString;
2719 int i, len=PySequence_Length(obj5);
2720 for (i=0; i<len; i++) {
2721 PyObject* item = PySequence_GetItem(obj5, i);
2722 #if wxUSE_UNICODE
2723 PyObject* str = PyObject_Unicode(item);
2724 #else
2725 PyObject* str = PyObject_Str(item);
2726 #endif
2727 arg6->Add(Py2wxString(str));
2728 Py_DECREF(item);
2729 Py_DECREF(str);
2730 }
2731 }
2732 }
2733 if (obj6) {
2734 {
2735 arg7 = (long) SWIG_PyObj_AsLong(obj6);
2736 if (PyErr_Occurred()) SWIG_fail;
2737 }
2738 }
2739 if (obj7) {
2740 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2741 if (arg8 == NULL) {
2742 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
2743 }
2744 }
2745 if (obj8) {
2746 {
2747 arg9 = wxString_in_helper(obj8);
2748 if (arg9 == NULL) SWIG_fail;
2749 temp9 = True;
2750 }
2751 }
2752 {
2753 PyThreadState* __tstate = wxPyBeginAllowThreads();
2754 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);
2755
2756 wxPyEndAllowThreads(__tstate);
2757 if (PyErr_Occurred()) SWIG_fail;
2758 }
2759 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxComboBox, 1);
2760 {
2761 if (temp3)
2762 delete arg3;
2763 }
2764 {
2765 if (arg6) delete arg6;
2766 }
2767 {
2768 if (temp9)
2769 delete arg9;
2770 }
2771 return resultobj;
2772 fail:
2773 {
2774 if (temp3)
2775 delete arg3;
2776 }
2777 {
2778 if (arg6) delete arg6;
2779 }
2780 {
2781 if (temp9)
2782 delete arg9;
2783 }
2784 return NULL;
2785 }
2786
2787
2788 static PyObject *_wrap_new_PreComboBox(PyObject *self, PyObject *args, PyObject *kwargs) {
2789 PyObject *resultobj;
2790 wxComboBox *result;
2791 char *kwnames[] = {
2792 NULL
2793 };
2794
2795 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreComboBox",kwnames)) goto fail;
2796 {
2797 PyThreadState* __tstate = wxPyBeginAllowThreads();
2798 result = (wxComboBox *)new wxComboBox();
2799
2800 wxPyEndAllowThreads(__tstate);
2801 if (PyErr_Occurred()) SWIG_fail;
2802 }
2803 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxComboBox, 1);
2804 return resultobj;
2805 fail:
2806 return NULL;
2807 }
2808
2809
2810 static PyObject *_wrap_ComboBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
2811 PyObject *resultobj;
2812 wxComboBox *arg1 = (wxComboBox *) 0 ;
2813 wxWindow *arg2 = (wxWindow *) 0 ;
2814 int arg3 ;
2815 wxString const &arg4_defvalue = wxPyEmptyString ;
2816 wxString *arg4 = (wxString *) &arg4_defvalue ;
2817 wxPoint const &arg5_defvalue = wxDefaultPosition ;
2818 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
2819 wxSize const &arg6_defvalue = wxDefaultSize ;
2820 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
2821 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
2822 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
2823 long arg8 = (long) 0 ;
2824 wxValidator const &arg9_defvalue = wxDefaultValidator ;
2825 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
2826 wxString const &arg10_defvalue = wxPyComboBoxNameStr ;
2827 wxString *arg10 = (wxString *) &arg10_defvalue ;
2828 bool result;
2829 bool temp4 = False ;
2830 wxPoint temp5 ;
2831 wxSize temp6 ;
2832 bool temp10 = False ;
2833 PyObject * obj0 = 0 ;
2834 PyObject * obj1 = 0 ;
2835 PyObject * obj2 = 0 ;
2836 PyObject * obj3 = 0 ;
2837 PyObject * obj4 = 0 ;
2838 PyObject * obj5 = 0 ;
2839 PyObject * obj6 = 0 ;
2840 PyObject * obj7 = 0 ;
2841 PyObject * obj8 = 0 ;
2842 PyObject * obj9 = 0 ;
2843 char *kwnames[] = {
2844 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2845 };
2846
2847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOOO:ComboBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
2848 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2849 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2850 {
2851 arg3 = (int) SWIG_PyObj_AsInt(obj2);
2852 if (PyErr_Occurred()) SWIG_fail;
2853 }
2854 if (obj3) {
2855 {
2856 arg4 = wxString_in_helper(obj3);
2857 if (arg4 == NULL) SWIG_fail;
2858 temp4 = True;
2859 }
2860 }
2861 if (obj4) {
2862 {
2863 arg5 = &temp5;
2864 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
2865 }
2866 }
2867 if (obj5) {
2868 {
2869 arg6 = &temp6;
2870 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
2871 }
2872 }
2873 if (obj6) {
2874 {
2875 if (! PySequence_Check(obj6)) {
2876 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
2877 SWIG_fail;
2878 }
2879 arg7 = new wxArrayString;
2880 int i, len=PySequence_Length(obj6);
2881 for (i=0; i<len; i++) {
2882 PyObject* item = PySequence_GetItem(obj6, i);
2883 #if wxUSE_UNICODE
2884 PyObject* str = PyObject_Unicode(item);
2885 #else
2886 PyObject* str = PyObject_Str(item);
2887 #endif
2888 arg7->Add(Py2wxString(str));
2889 Py_DECREF(item);
2890 Py_DECREF(str);
2891 }
2892 }
2893 }
2894 if (obj7) {
2895 {
2896 arg8 = (long) SWIG_PyObj_AsLong(obj7);
2897 if (PyErr_Occurred()) SWIG_fail;
2898 }
2899 }
2900 if (obj8) {
2901 if ((SWIG_ConvertPtr(obj8,(void **) &arg9, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2902 if (arg9 == NULL) {
2903 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
2904 }
2905 }
2906 if (obj9) {
2907 {
2908 arg10 = wxString_in_helper(obj9);
2909 if (arg10 == NULL) SWIG_fail;
2910 temp10 = True;
2911 }
2912 }
2913 {
2914 PyThreadState* __tstate = wxPyBeginAllowThreads();
2915 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);
2916
2917 wxPyEndAllowThreads(__tstate);
2918 if (PyErr_Occurred()) SWIG_fail;
2919 }
2920 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
2921 {
2922 if (temp4)
2923 delete arg4;
2924 }
2925 {
2926 if (arg7) delete arg7;
2927 }
2928 {
2929 if (temp10)
2930 delete arg10;
2931 }
2932 return resultobj;
2933 fail:
2934 {
2935 if (temp4)
2936 delete arg4;
2937 }
2938 {
2939 if (arg7) delete arg7;
2940 }
2941 {
2942 if (temp10)
2943 delete arg10;
2944 }
2945 return NULL;
2946 }
2947
2948
2949 static PyObject *_wrap_ComboBox_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2950 PyObject *resultobj;
2951 wxComboBox *arg1 = (wxComboBox *) 0 ;
2952 wxString result;
2953 PyObject * obj0 = 0 ;
2954 char *kwnames[] = {
2955 (char *) "self", NULL
2956 };
2957
2958 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetValue",kwnames,&obj0)) goto fail;
2959 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2960 {
2961 PyThreadState* __tstate = wxPyBeginAllowThreads();
2962 result = ((wxComboBox const *)arg1)->GetValue();
2963
2964 wxPyEndAllowThreads(__tstate);
2965 if (PyErr_Occurred()) SWIG_fail;
2966 }
2967 {
2968 #if wxUSE_UNICODE
2969 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
2970 #else
2971 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
2972 #endif
2973 }
2974 return resultobj;
2975 fail:
2976 return NULL;
2977 }
2978
2979
2980 static PyObject *_wrap_ComboBox_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
2981 PyObject *resultobj;
2982 wxComboBox *arg1 = (wxComboBox *) 0 ;
2983 wxString *arg2 = 0 ;
2984 bool temp2 = False ;
2985 PyObject * obj0 = 0 ;
2986 PyObject * obj1 = 0 ;
2987 char *kwnames[] = {
2988 (char *) "self",(char *) "value", NULL
2989 };
2990
2991 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetValue",kwnames,&obj0,&obj1)) goto fail;
2992 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
2993 {
2994 arg2 = wxString_in_helper(obj1);
2995 if (arg2 == NULL) SWIG_fail;
2996 temp2 = True;
2997 }
2998 {
2999 PyThreadState* __tstate = wxPyBeginAllowThreads();
3000 (arg1)->SetValue((wxString const &)*arg2);
3001
3002 wxPyEndAllowThreads(__tstate);
3003 if (PyErr_Occurred()) SWIG_fail;
3004 }
3005 Py_INCREF(Py_None); resultobj = Py_None;
3006 {
3007 if (temp2)
3008 delete arg2;
3009 }
3010 return resultobj;
3011 fail:
3012 {
3013 if (temp2)
3014 delete arg2;
3015 }
3016 return NULL;
3017 }
3018
3019
3020 static PyObject *_wrap_ComboBox_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
3021 PyObject *resultobj;
3022 wxComboBox *arg1 = (wxComboBox *) 0 ;
3023 PyObject * obj0 = 0 ;
3024 char *kwnames[] = {
3025 (char *) "self", NULL
3026 };
3027
3028 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Copy",kwnames,&obj0)) goto fail;
3029 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3030 {
3031 PyThreadState* __tstate = wxPyBeginAllowThreads();
3032 (arg1)->Copy();
3033
3034 wxPyEndAllowThreads(__tstate);
3035 if (PyErr_Occurred()) SWIG_fail;
3036 }
3037 Py_INCREF(Py_None); resultobj = Py_None;
3038 return resultobj;
3039 fail:
3040 return NULL;
3041 }
3042
3043
3044 static PyObject *_wrap_ComboBox_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
3045 PyObject *resultobj;
3046 wxComboBox *arg1 = (wxComboBox *) 0 ;
3047 PyObject * obj0 = 0 ;
3048 char *kwnames[] = {
3049 (char *) "self", NULL
3050 };
3051
3052 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Cut",kwnames,&obj0)) goto fail;
3053 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3054 {
3055 PyThreadState* __tstate = wxPyBeginAllowThreads();
3056 (arg1)->Cut();
3057
3058 wxPyEndAllowThreads(__tstate);
3059 if (PyErr_Occurred()) SWIG_fail;
3060 }
3061 Py_INCREF(Py_None); resultobj = Py_None;
3062 return resultobj;
3063 fail:
3064 return NULL;
3065 }
3066
3067
3068 static PyObject *_wrap_ComboBox_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
3069 PyObject *resultobj;
3070 wxComboBox *arg1 = (wxComboBox *) 0 ;
3071 PyObject * obj0 = 0 ;
3072 char *kwnames[] = {
3073 (char *) "self", NULL
3074 };
3075
3076 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_Paste",kwnames,&obj0)) goto fail;
3077 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3078 {
3079 PyThreadState* __tstate = wxPyBeginAllowThreads();
3080 (arg1)->Paste();
3081
3082 wxPyEndAllowThreads(__tstate);
3083 if (PyErr_Occurred()) SWIG_fail;
3084 }
3085 Py_INCREF(Py_None); resultobj = Py_None;
3086 return resultobj;
3087 fail:
3088 return NULL;
3089 }
3090
3091
3092 static PyObject *_wrap_ComboBox_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3093 PyObject *resultobj;
3094 wxComboBox *arg1 = (wxComboBox *) 0 ;
3095 long arg2 ;
3096 PyObject * obj0 = 0 ;
3097 PyObject * obj1 = 0 ;
3098 char *kwnames[] = {
3099 (char *) "self",(char *) "pos", NULL
3100 };
3101
3102 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
3103 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3104 {
3105 arg2 = (long) SWIG_PyObj_AsLong(obj1);
3106 if (PyErr_Occurred()) SWIG_fail;
3107 }
3108 {
3109 PyThreadState* __tstate = wxPyBeginAllowThreads();
3110 (arg1)->SetInsertionPoint(arg2);
3111
3112 wxPyEndAllowThreads(__tstate);
3113 if (PyErr_Occurred()) SWIG_fail;
3114 }
3115 Py_INCREF(Py_None); resultobj = Py_None;
3116 return resultobj;
3117 fail:
3118 return NULL;
3119 }
3120
3121
3122 static PyObject *_wrap_ComboBox_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
3123 PyObject *resultobj;
3124 wxComboBox *arg1 = (wxComboBox *) 0 ;
3125 long result;
3126 PyObject * obj0 = 0 ;
3127 char *kwnames[] = {
3128 (char *) "self", NULL
3129 };
3130
3131 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetInsertionPoint",kwnames,&obj0)) goto fail;
3132 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3133 {
3134 PyThreadState* __tstate = wxPyBeginAllowThreads();
3135 result = (long)((wxComboBox const *)arg1)->GetInsertionPoint();
3136
3137 wxPyEndAllowThreads(__tstate);
3138 if (PyErr_Occurred()) SWIG_fail;
3139 }
3140 resultobj = SWIG_PyObj_FromLong((long)result);
3141 return resultobj;
3142 fail:
3143 return NULL;
3144 }
3145
3146
3147 static PyObject *_wrap_ComboBox_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
3148 PyObject *resultobj;
3149 wxComboBox *arg1 = (wxComboBox *) 0 ;
3150 long result;
3151 PyObject * obj0 = 0 ;
3152 char *kwnames[] = {
3153 (char *) "self", NULL
3154 };
3155
3156 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_GetLastPosition",kwnames,&obj0)) goto fail;
3157 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3158 {
3159 PyThreadState* __tstate = wxPyBeginAllowThreads();
3160 result = (long)((wxComboBox const *)arg1)->GetLastPosition();
3161
3162 wxPyEndAllowThreads(__tstate);
3163 if (PyErr_Occurred()) SWIG_fail;
3164 }
3165 resultobj = SWIG_PyObj_FromLong((long)result);
3166 return resultobj;
3167 fail:
3168 return NULL;
3169 }
3170
3171
3172 static PyObject *_wrap_ComboBox_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
3173 PyObject *resultobj;
3174 wxComboBox *arg1 = (wxComboBox *) 0 ;
3175 long arg2 ;
3176 long arg3 ;
3177 wxString *arg4 = 0 ;
3178 bool temp4 = False ;
3179 PyObject * obj0 = 0 ;
3180 PyObject * obj1 = 0 ;
3181 PyObject * obj2 = 0 ;
3182 PyObject * obj3 = 0 ;
3183 char *kwnames[] = {
3184 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
3185 };
3186
3187 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ComboBox_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
3188 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3189 {
3190 arg2 = (long) SWIG_PyObj_AsLong(obj1);
3191 if (PyErr_Occurred()) SWIG_fail;
3192 }
3193 {
3194 arg3 = (long) SWIG_PyObj_AsLong(obj2);
3195 if (PyErr_Occurred()) SWIG_fail;
3196 }
3197 {
3198 arg4 = wxString_in_helper(obj3);
3199 if (arg4 == NULL) SWIG_fail;
3200 temp4 = True;
3201 }
3202 {
3203 PyThreadState* __tstate = wxPyBeginAllowThreads();
3204 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
3205
3206 wxPyEndAllowThreads(__tstate);
3207 if (PyErr_Occurred()) SWIG_fail;
3208 }
3209 Py_INCREF(Py_None); resultobj = Py_None;
3210 {
3211 if (temp4)
3212 delete arg4;
3213 }
3214 return resultobj;
3215 fail:
3216 {
3217 if (temp4)
3218 delete arg4;
3219 }
3220 return NULL;
3221 }
3222
3223
3224 static PyObject *_wrap_ComboBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
3225 PyObject *resultobj;
3226 wxComboBox *arg1 = (wxComboBox *) 0 ;
3227 int arg2 ;
3228 PyObject * obj0 = 0 ;
3229 PyObject * obj1 = 0 ;
3230 char *kwnames[] = {
3231 (char *) "self",(char *) "n", NULL
3232 };
3233
3234 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
3235 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3236 {
3237 arg2 = (int) SWIG_PyObj_AsInt(obj1);
3238 if (PyErr_Occurred()) SWIG_fail;
3239 }
3240 {
3241 PyThreadState* __tstate = wxPyBeginAllowThreads();
3242 (arg1)->SetSelection(arg2);
3243
3244 wxPyEndAllowThreads(__tstate);
3245 if (PyErr_Occurred()) SWIG_fail;
3246 }
3247 Py_INCREF(Py_None); resultobj = Py_None;
3248 return resultobj;
3249 fail:
3250 return NULL;
3251 }
3252
3253
3254 static PyObject *_wrap_ComboBox_SetMark(PyObject *self, PyObject *args, PyObject *kwargs) {
3255 PyObject *resultobj;
3256 wxComboBox *arg1 = (wxComboBox *) 0 ;
3257 long arg2 ;
3258 long arg3 ;
3259 PyObject * obj0 = 0 ;
3260 PyObject * obj1 = 0 ;
3261 PyObject * obj2 = 0 ;
3262 char *kwnames[] = {
3263 (char *) "self",(char *) "from",(char *) "to", NULL
3264 };
3265
3266 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_SetMark",kwnames,&obj0,&obj1,&obj2)) goto fail;
3267 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3268 {
3269 arg2 = (long) SWIG_PyObj_AsLong(obj1);
3270 if (PyErr_Occurred()) SWIG_fail;
3271 }
3272 {
3273 arg3 = (long) SWIG_PyObj_AsLong(obj2);
3274 if (PyErr_Occurred()) SWIG_fail;
3275 }
3276 {
3277 PyThreadState* __tstate = wxPyBeginAllowThreads();
3278 (arg1)->SetSelection(arg2,arg3);
3279
3280 wxPyEndAllowThreads(__tstate);
3281 if (PyErr_Occurred()) SWIG_fail;
3282 }
3283 Py_INCREF(Py_None); resultobj = Py_None;
3284 return resultobj;
3285 fail:
3286 return NULL;
3287 }
3288
3289
3290 static PyObject *_wrap_ComboBox_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
3291 PyObject *resultobj;
3292 wxComboBox *arg1 = (wxComboBox *) 0 ;
3293 bool arg2 ;
3294 PyObject * obj0 = 0 ;
3295 PyObject * obj1 = 0 ;
3296 char *kwnames[] = {
3297 (char *) "self",(char *) "editable", NULL
3298 };
3299
3300 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ComboBox_SetEditable",kwnames,&obj0,&obj1)) goto fail;
3301 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3302 {
3303 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
3304 if (PyErr_Occurred()) SWIG_fail;
3305 }
3306 {
3307 PyThreadState* __tstate = wxPyBeginAllowThreads();
3308 (arg1)->SetEditable(arg2);
3309
3310 wxPyEndAllowThreads(__tstate);
3311 if (PyErr_Occurred()) SWIG_fail;
3312 }
3313 Py_INCREF(Py_None); resultobj = Py_None;
3314 return resultobj;
3315 fail:
3316 return NULL;
3317 }
3318
3319
3320 static PyObject *_wrap_ComboBox_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
3321 PyObject *resultobj;
3322 wxComboBox *arg1 = (wxComboBox *) 0 ;
3323 PyObject * obj0 = 0 ;
3324 char *kwnames[] = {
3325 (char *) "self", NULL
3326 };
3327
3328 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ComboBox_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
3329 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3330 {
3331 PyThreadState* __tstate = wxPyBeginAllowThreads();
3332 (arg1)->SetInsertionPointEnd();
3333
3334 wxPyEndAllowThreads(__tstate);
3335 if (PyErr_Occurred()) SWIG_fail;
3336 }
3337 Py_INCREF(Py_None); resultobj = Py_None;
3338 return resultobj;
3339 fail:
3340 return NULL;
3341 }
3342
3343
3344 static PyObject *_wrap_ComboBox_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
3345 PyObject *resultobj;
3346 wxComboBox *arg1 = (wxComboBox *) 0 ;
3347 long arg2 ;
3348 long arg3 ;
3349 PyObject * obj0 = 0 ;
3350 PyObject * obj1 = 0 ;
3351 PyObject * obj2 = 0 ;
3352 char *kwnames[] = {
3353 (char *) "self",(char *) "from",(char *) "to", NULL
3354 };
3355
3356 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ComboBox_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
3357 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxComboBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3358 {
3359 arg2 = (long) SWIG_PyObj_AsLong(obj1);
3360 if (PyErr_Occurred()) SWIG_fail;
3361 }
3362 {
3363 arg3 = (long) SWIG_PyObj_AsLong(obj2);
3364 if (PyErr_Occurred()) SWIG_fail;
3365 }
3366 {
3367 PyThreadState* __tstate = wxPyBeginAllowThreads();
3368 (arg1)->Remove(arg2,arg3);
3369
3370 wxPyEndAllowThreads(__tstate);
3371 if (PyErr_Occurred()) SWIG_fail;
3372 }
3373 Py_INCREF(Py_None); resultobj = Py_None;
3374 return resultobj;
3375 fail:
3376 return NULL;
3377 }
3378
3379
3380 static PyObject * ComboBox_swigregister(PyObject *self, PyObject *args) {
3381 PyObject *obj;
3382 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
3383 SWIG_TypeClientData(SWIGTYPE_p_wxComboBox, obj);
3384 Py_INCREF(obj);
3385 return Py_BuildValue((char *)"");
3386 }
3387 static int _wrap_GaugeNameStr_set(PyObject *_val) {
3388 PyErr_SetString(PyExc_TypeError,"Variable GaugeNameStr is read-only.");
3389 return 1;
3390 }
3391
3392
3393 static PyObject *_wrap_GaugeNameStr_get() {
3394 PyObject *pyobj;
3395
3396 {
3397 #if wxUSE_UNICODE
3398 pyobj = PyUnicode_FromWideChar((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3399 #else
3400 pyobj = PyString_FromStringAndSize((&wxPyGaugeNameStr)->c_str(), (&wxPyGaugeNameStr)->Len());
3401 #endif
3402 }
3403 return pyobj;
3404 }
3405
3406
3407 static PyObject *_wrap_new_Gauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3408 PyObject *resultobj;
3409 wxWindow *arg1 = (wxWindow *) 0 ;
3410 int arg2 ;
3411 int arg3 ;
3412 wxPoint const &arg4_defvalue = wxDefaultPosition ;
3413 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
3414 wxSize const &arg5_defvalue = wxDefaultSize ;
3415 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
3416 long arg6 = (long) wxGA_HORIZONTAL ;
3417 wxValidator const &arg7_defvalue = wxDefaultValidator ;
3418 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
3419 wxString const &arg8_defvalue = wxPyGaugeNameStr ;
3420 wxString *arg8 = (wxString *) &arg8_defvalue ;
3421 wxGauge *result;
3422 wxPoint temp4 ;
3423 wxSize temp5 ;
3424 bool temp8 = False ;
3425 PyObject * obj0 = 0 ;
3426 PyObject * obj1 = 0 ;
3427 PyObject * obj2 = 0 ;
3428 PyObject * obj3 = 0 ;
3429 PyObject * obj4 = 0 ;
3430 PyObject * obj5 = 0 ;
3431 PyObject * obj6 = 0 ;
3432 PyObject * obj7 = 0 ;
3433 char *kwnames[] = {
3434 (char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
3435 };
3436
3437 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_Gauge",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
3438 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3439 {
3440 arg2 = (int) SWIG_PyObj_AsInt(obj1);
3441 if (PyErr_Occurred()) SWIG_fail;
3442 }
3443 {
3444 arg3 = (int) SWIG_PyObj_AsInt(obj2);
3445 if (PyErr_Occurred()) SWIG_fail;
3446 }
3447 if (obj3) {
3448 {
3449 arg4 = &temp4;
3450 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
3451 }
3452 }
3453 if (obj4) {
3454 {
3455 arg5 = &temp5;
3456 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
3457 }
3458 }
3459 if (obj5) {
3460 {
3461 arg6 = (long) SWIG_PyObj_AsLong(obj5);
3462 if (PyErr_Occurred()) SWIG_fail;
3463 }
3464 }
3465 if (obj6) {
3466 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3467 if (arg7 == NULL) {
3468 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
3469 }
3470 }
3471 if (obj7) {
3472 {
3473 arg8 = wxString_in_helper(obj7);
3474 if (arg8 == NULL) SWIG_fail;
3475 temp8 = True;
3476 }
3477 }
3478 {
3479 PyThreadState* __tstate = wxPyBeginAllowThreads();
3480 result = (wxGauge *)new wxGauge(arg1,arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
3481
3482 wxPyEndAllowThreads(__tstate);
3483 if (PyErr_Occurred()) SWIG_fail;
3484 }
3485 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGauge, 1);
3486 {
3487 if (temp8)
3488 delete arg8;
3489 }
3490 return resultobj;
3491 fail:
3492 {
3493 if (temp8)
3494 delete arg8;
3495 }
3496 return NULL;
3497 }
3498
3499
3500 static PyObject *_wrap_new_PreGauge(PyObject *self, PyObject *args, PyObject *kwargs) {
3501 PyObject *resultobj;
3502 wxGauge *result;
3503 char *kwnames[] = {
3504 NULL
3505 };
3506
3507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGauge",kwnames)) goto fail;
3508 {
3509 PyThreadState* __tstate = wxPyBeginAllowThreads();
3510 result = (wxGauge *)new wxGauge();
3511
3512 wxPyEndAllowThreads(__tstate);
3513 if (PyErr_Occurred()) SWIG_fail;
3514 }
3515 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGauge, 1);
3516 return resultobj;
3517 fail:
3518 return NULL;
3519 }
3520
3521
3522 static PyObject *_wrap_Gauge_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
3523 PyObject *resultobj;
3524 wxGauge *arg1 = (wxGauge *) 0 ;
3525 wxWindow *arg2 = (wxWindow *) 0 ;
3526 int arg3 ;
3527 int arg4 ;
3528 wxPoint const &arg5_defvalue = wxDefaultPosition ;
3529 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
3530 wxSize const &arg6_defvalue = wxDefaultSize ;
3531 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
3532 long arg7 = (long) wxGA_HORIZONTAL ;
3533 wxValidator const &arg8_defvalue = wxDefaultValidator ;
3534 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
3535 wxString const &arg9_defvalue = wxPyGaugeNameStr ;
3536 wxString *arg9 = (wxString *) &arg9_defvalue ;
3537 bool result;
3538 wxPoint temp5 ;
3539 wxSize temp6 ;
3540 bool temp9 = False ;
3541 PyObject * obj0 = 0 ;
3542 PyObject * obj1 = 0 ;
3543 PyObject * obj2 = 0 ;
3544 PyObject * obj3 = 0 ;
3545 PyObject * obj4 = 0 ;
3546 PyObject * obj5 = 0 ;
3547 PyObject * obj6 = 0 ;
3548 PyObject * obj7 = 0 ;
3549 PyObject * obj8 = 0 ;
3550 char *kwnames[] = {
3551 (char *) "self",(char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
3552 };
3553
3554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:Gauge_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
3555 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3556 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3557 {
3558 arg3 = (int) SWIG_PyObj_AsInt(obj2);
3559 if (PyErr_Occurred()) SWIG_fail;
3560 }
3561 {
3562 arg4 = (int) SWIG_PyObj_AsInt(obj3);
3563 if (PyErr_Occurred()) SWIG_fail;
3564 }
3565 if (obj4) {
3566 {
3567 arg5 = &temp5;
3568 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
3569 }
3570 }
3571 if (obj5) {
3572 {
3573 arg6 = &temp6;
3574 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
3575 }
3576 }
3577 if (obj6) {
3578 {
3579 arg7 = (long) SWIG_PyObj_AsLong(obj6);
3580 if (PyErr_Occurred()) SWIG_fail;
3581 }
3582 }
3583 if (obj7) {
3584 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3585 if (arg8 == NULL) {
3586 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
3587 }
3588 }
3589 if (obj8) {
3590 {
3591 arg9 = wxString_in_helper(obj8);
3592 if (arg9 == NULL) SWIG_fail;
3593 temp9 = True;
3594 }
3595 }
3596 {
3597 PyThreadState* __tstate = wxPyBeginAllowThreads();
3598 result = (bool)(arg1)->Create(arg2,arg3,arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
3599
3600 wxPyEndAllowThreads(__tstate);
3601 if (PyErr_Occurred()) SWIG_fail;
3602 }
3603 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3604 {
3605 if (temp9)
3606 delete arg9;
3607 }
3608 return resultobj;
3609 fail:
3610 {
3611 if (temp9)
3612 delete arg9;
3613 }
3614 return NULL;
3615 }
3616
3617
3618 static PyObject *_wrap_Gauge_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
3619 PyObject *resultobj;
3620 wxGauge *arg1 = (wxGauge *) 0 ;
3621 int arg2 ;
3622 PyObject * obj0 = 0 ;
3623 PyObject * obj1 = 0 ;
3624 char *kwnames[] = {
3625 (char *) "self",(char *) "range", NULL
3626 };
3627
3628 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetRange",kwnames,&obj0,&obj1)) goto fail;
3629 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3630 {
3631 arg2 = (int) SWIG_PyObj_AsInt(obj1);
3632 if (PyErr_Occurred()) SWIG_fail;
3633 }
3634 {
3635 PyThreadState* __tstate = wxPyBeginAllowThreads();
3636 (arg1)->SetRange(arg2);
3637
3638 wxPyEndAllowThreads(__tstate);
3639 if (PyErr_Occurred()) SWIG_fail;
3640 }
3641 Py_INCREF(Py_None); resultobj = Py_None;
3642 return resultobj;
3643 fail:
3644 return NULL;
3645 }
3646
3647
3648 static PyObject *_wrap_Gauge_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
3649 PyObject *resultobj;
3650 wxGauge *arg1 = (wxGauge *) 0 ;
3651 int result;
3652 PyObject * obj0 = 0 ;
3653 char *kwnames[] = {
3654 (char *) "self", NULL
3655 };
3656
3657 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetRange",kwnames,&obj0)) goto fail;
3658 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3659 {
3660 PyThreadState* __tstate = wxPyBeginAllowThreads();
3661 result = (int)((wxGauge const *)arg1)->GetRange();
3662
3663 wxPyEndAllowThreads(__tstate);
3664 if (PyErr_Occurred()) SWIG_fail;
3665 }
3666 resultobj = SWIG_PyObj_FromInt((int)result);
3667 return resultobj;
3668 fail:
3669 return NULL;
3670 }
3671
3672
3673 static PyObject *_wrap_Gauge_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3674 PyObject *resultobj;
3675 wxGauge *arg1 = (wxGauge *) 0 ;
3676 int arg2 ;
3677 PyObject * obj0 = 0 ;
3678 PyObject * obj1 = 0 ;
3679 char *kwnames[] = {
3680 (char *) "self",(char *) "pos", NULL
3681 };
3682
3683 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetValue",kwnames,&obj0,&obj1)) goto fail;
3684 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3685 {
3686 arg2 = (int) SWIG_PyObj_AsInt(obj1);
3687 if (PyErr_Occurred()) SWIG_fail;
3688 }
3689 {
3690 PyThreadState* __tstate = wxPyBeginAllowThreads();
3691 (arg1)->SetValue(arg2);
3692
3693 wxPyEndAllowThreads(__tstate);
3694 if (PyErr_Occurred()) SWIG_fail;
3695 }
3696 Py_INCREF(Py_None); resultobj = Py_None;
3697 return resultobj;
3698 fail:
3699 return NULL;
3700 }
3701
3702
3703 static PyObject *_wrap_Gauge_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
3704 PyObject *resultobj;
3705 wxGauge *arg1 = (wxGauge *) 0 ;
3706 int result;
3707 PyObject * obj0 = 0 ;
3708 char *kwnames[] = {
3709 (char *) "self", NULL
3710 };
3711
3712 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetValue",kwnames,&obj0)) goto fail;
3713 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3714 {
3715 PyThreadState* __tstate = wxPyBeginAllowThreads();
3716 result = (int)((wxGauge const *)arg1)->GetValue();
3717
3718 wxPyEndAllowThreads(__tstate);
3719 if (PyErr_Occurred()) SWIG_fail;
3720 }
3721 resultobj = SWIG_PyObj_FromInt((int)result);
3722 return resultobj;
3723 fail:
3724 return NULL;
3725 }
3726
3727
3728 static PyObject *_wrap_Gauge_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
3729 PyObject *resultobj;
3730 wxGauge *arg1 = (wxGauge *) 0 ;
3731 bool result;
3732 PyObject * obj0 = 0 ;
3733 char *kwnames[] = {
3734 (char *) "self", NULL
3735 };
3736
3737 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_IsVertical",kwnames,&obj0)) goto fail;
3738 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3739 {
3740 PyThreadState* __tstate = wxPyBeginAllowThreads();
3741 result = (bool)((wxGauge const *)arg1)->IsVertical();
3742
3743 wxPyEndAllowThreads(__tstate);
3744 if (PyErr_Occurred()) SWIG_fail;
3745 }
3746 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
3747 return resultobj;
3748 fail:
3749 return NULL;
3750 }
3751
3752
3753 static PyObject *_wrap_Gauge_SetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
3754 PyObject *resultobj;
3755 wxGauge *arg1 = (wxGauge *) 0 ;
3756 int arg2 ;
3757 PyObject * obj0 = 0 ;
3758 PyObject * obj1 = 0 ;
3759 char *kwnames[] = {
3760 (char *) "self",(char *) "w", NULL
3761 };
3762
3763 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetShadowWidth",kwnames,&obj0,&obj1)) goto fail;
3764 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3765 {
3766 arg2 = (int) SWIG_PyObj_AsInt(obj1);
3767 if (PyErr_Occurred()) SWIG_fail;
3768 }
3769 {
3770 PyThreadState* __tstate = wxPyBeginAllowThreads();
3771 (arg1)->SetShadowWidth(arg2);
3772
3773 wxPyEndAllowThreads(__tstate);
3774 if (PyErr_Occurred()) SWIG_fail;
3775 }
3776 Py_INCREF(Py_None); resultobj = Py_None;
3777 return resultobj;
3778 fail:
3779 return NULL;
3780 }
3781
3782
3783 static PyObject *_wrap_Gauge_GetShadowWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
3784 PyObject *resultobj;
3785 wxGauge *arg1 = (wxGauge *) 0 ;
3786 int result;
3787 PyObject * obj0 = 0 ;
3788 char *kwnames[] = {
3789 (char *) "self", NULL
3790 };
3791
3792 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetShadowWidth",kwnames,&obj0)) goto fail;
3793 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3794 {
3795 PyThreadState* __tstate = wxPyBeginAllowThreads();
3796 result = (int)((wxGauge const *)arg1)->GetShadowWidth();
3797
3798 wxPyEndAllowThreads(__tstate);
3799 if (PyErr_Occurred()) SWIG_fail;
3800 }
3801 resultobj = SWIG_PyObj_FromInt((int)result);
3802 return resultobj;
3803 fail:
3804 return NULL;
3805 }
3806
3807
3808 static PyObject *_wrap_Gauge_SetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
3809 PyObject *resultobj;
3810 wxGauge *arg1 = (wxGauge *) 0 ;
3811 int arg2 ;
3812 PyObject * obj0 = 0 ;
3813 PyObject * obj1 = 0 ;
3814 char *kwnames[] = {
3815 (char *) "self",(char *) "w", NULL
3816 };
3817
3818 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Gauge_SetBezelFace",kwnames,&obj0,&obj1)) goto fail;
3819 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3820 {
3821 arg2 = (int) SWIG_PyObj_AsInt(obj1);
3822 if (PyErr_Occurred()) SWIG_fail;
3823 }
3824 {
3825 PyThreadState* __tstate = wxPyBeginAllowThreads();
3826 (arg1)->SetBezelFace(arg2);
3827
3828 wxPyEndAllowThreads(__tstate);
3829 if (PyErr_Occurred()) SWIG_fail;
3830 }
3831 Py_INCREF(Py_None); resultobj = Py_None;
3832 return resultobj;
3833 fail:
3834 return NULL;
3835 }
3836
3837
3838 static PyObject *_wrap_Gauge_GetBezelFace(PyObject *self, PyObject *args, PyObject *kwargs) {
3839 PyObject *resultobj;
3840 wxGauge *arg1 = (wxGauge *) 0 ;
3841 int result;
3842 PyObject * obj0 = 0 ;
3843 char *kwnames[] = {
3844 (char *) "self", NULL
3845 };
3846
3847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Gauge_GetBezelFace",kwnames,&obj0)) goto fail;
3848 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGauge,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3849 {
3850 PyThreadState* __tstate = wxPyBeginAllowThreads();
3851 result = (int)((wxGauge const *)arg1)->GetBezelFace();
3852
3853 wxPyEndAllowThreads(__tstate);
3854 if (PyErr_Occurred()) SWIG_fail;
3855 }
3856 resultobj = SWIG_PyObj_FromInt((int)result);
3857 return resultobj;
3858 fail:
3859 return NULL;
3860 }
3861
3862
3863 static PyObject * Gauge_swigregister(PyObject *self, PyObject *args) {
3864 PyObject *obj;
3865 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
3866 SWIG_TypeClientData(SWIGTYPE_p_wxGauge, obj);
3867 Py_INCREF(obj);
3868 return Py_BuildValue((char *)"");
3869 }
3870 static int _wrap_StaticBitmapNameStr_set(PyObject *_val) {
3871 PyErr_SetString(PyExc_TypeError,"Variable StaticBitmapNameStr is read-only.");
3872 return 1;
3873 }
3874
3875
3876 static PyObject *_wrap_StaticBitmapNameStr_get() {
3877 PyObject *pyobj;
3878
3879 {
3880 #if wxUSE_UNICODE
3881 pyobj = PyUnicode_FromWideChar((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
3882 #else
3883 pyobj = PyString_FromStringAndSize((&wxPyStaticBitmapNameStr)->c_str(), (&wxPyStaticBitmapNameStr)->Len());
3884 #endif
3885 }
3886 return pyobj;
3887 }
3888
3889
3890 static int _wrap_StaticBoxNameStr_set(PyObject *_val) {
3891 PyErr_SetString(PyExc_TypeError,"Variable StaticBoxNameStr is read-only.");
3892 return 1;
3893 }
3894
3895
3896 static PyObject *_wrap_StaticBoxNameStr_get() {
3897 PyObject *pyobj;
3898
3899 {
3900 #if wxUSE_UNICODE
3901 pyobj = PyUnicode_FromWideChar((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
3902 #else
3903 pyobj = PyString_FromStringAndSize((&wxPyStaticBoxNameStr)->c_str(), (&wxPyStaticBoxNameStr)->Len());
3904 #endif
3905 }
3906 return pyobj;
3907 }
3908
3909
3910 static int _wrap_StaticTextNameStr_set(PyObject *_val) {
3911 PyErr_SetString(PyExc_TypeError,"Variable StaticTextNameStr is read-only.");
3912 return 1;
3913 }
3914
3915
3916 static PyObject *_wrap_StaticTextNameStr_get() {
3917 PyObject *pyobj;
3918
3919 {
3920 #if wxUSE_UNICODE
3921 pyobj = PyUnicode_FromWideChar((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
3922 #else
3923 pyobj = PyString_FromStringAndSize((&wxPyStaticTextNameStr)->c_str(), (&wxPyStaticTextNameStr)->Len());
3924 #endif
3925 }
3926 return pyobj;
3927 }
3928
3929
3930 static PyObject *_wrap_new_StaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
3931 PyObject *resultobj;
3932 wxWindow *arg1 = (wxWindow *) 0 ;
3933 int arg2 ;
3934 wxString *arg3 = 0 ;
3935 wxPoint const &arg4_defvalue = wxDefaultPosition ;
3936 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
3937 wxSize const &arg5_defvalue = wxDefaultSize ;
3938 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
3939 long arg6 = (long) 0 ;
3940 wxString const &arg7_defvalue = wxPyStaticBoxNameStr ;
3941 wxString *arg7 = (wxString *) &arg7_defvalue ;
3942 wxStaticBox *result;
3943 bool temp3 = False ;
3944 wxPoint temp4 ;
3945 wxSize temp5 ;
3946 bool temp7 = False ;
3947 PyObject * obj0 = 0 ;
3948 PyObject * obj1 = 0 ;
3949 PyObject * obj2 = 0 ;
3950 PyObject * obj3 = 0 ;
3951 PyObject * obj4 = 0 ;
3952 PyObject * obj5 = 0 ;
3953 PyObject * obj6 = 0 ;
3954 char *kwnames[] = {
3955 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
3956 };
3957
3958 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
3959 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
3960 {
3961 arg2 = (int) SWIG_PyObj_AsInt(obj1);
3962 if (PyErr_Occurred()) SWIG_fail;
3963 }
3964 {
3965 arg3 = wxString_in_helper(obj2);
3966 if (arg3 == NULL) SWIG_fail;
3967 temp3 = True;
3968 }
3969 if (obj3) {
3970 {
3971 arg4 = &temp4;
3972 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
3973 }
3974 }
3975 if (obj4) {
3976 {
3977 arg5 = &temp5;
3978 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
3979 }
3980 }
3981 if (obj5) {
3982 {
3983 arg6 = (long) SWIG_PyObj_AsLong(obj5);
3984 if (PyErr_Occurred()) SWIG_fail;
3985 }
3986 }
3987 if (obj6) {
3988 {
3989 arg7 = wxString_in_helper(obj6);
3990 if (arg7 == NULL) SWIG_fail;
3991 temp7 = True;
3992 }
3993 }
3994 {
3995 PyThreadState* __tstate = wxPyBeginAllowThreads();
3996 result = (wxStaticBox *)new wxStaticBox(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
3997
3998 wxPyEndAllowThreads(__tstate);
3999 if (PyErr_Occurred()) SWIG_fail;
4000 }
4001 {
4002 resultobj = wxPyMake_wxObject(result);
4003 }
4004 {
4005 if (temp3)
4006 delete arg3;
4007 }
4008 {
4009 if (temp7)
4010 delete arg7;
4011 }
4012 return resultobj;
4013 fail:
4014 {
4015 if (temp3)
4016 delete arg3;
4017 }
4018 {
4019 if (temp7)
4020 delete arg7;
4021 }
4022 return NULL;
4023 }
4024
4025
4026 static PyObject *_wrap_new_PreStaticBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4027 PyObject *resultobj;
4028 wxStaticBox *result;
4029 char *kwnames[] = {
4030 NULL
4031 };
4032
4033 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBox",kwnames)) goto fail;
4034 {
4035 PyThreadState* __tstate = wxPyBeginAllowThreads();
4036 result = (wxStaticBox *)new wxStaticBox();
4037
4038 wxPyEndAllowThreads(__tstate);
4039 if (PyErr_Occurred()) SWIG_fail;
4040 }
4041 {
4042 resultobj = wxPyMake_wxObject(result);
4043 }
4044 return resultobj;
4045 fail:
4046 return NULL;
4047 }
4048
4049
4050 static PyObject *_wrap_StaticBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4051 PyObject *resultobj;
4052 wxStaticBox *arg1 = (wxStaticBox *) 0 ;
4053 wxWindow *arg2 = (wxWindow *) 0 ;
4054 int arg3 ;
4055 wxString *arg4 = 0 ;
4056 wxPoint const &arg5_defvalue = wxDefaultPosition ;
4057 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
4058 wxSize const &arg6_defvalue = wxDefaultSize ;
4059 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
4060 long arg7 = (long) 0 ;
4061 wxString const &arg8_defvalue = wxPyStaticBoxNameStr ;
4062 wxString *arg8 = (wxString *) &arg8_defvalue ;
4063 bool result;
4064 bool temp4 = False ;
4065 wxPoint temp5 ;
4066 wxSize temp6 ;
4067 bool temp8 = False ;
4068 PyObject * obj0 = 0 ;
4069 PyObject * obj1 = 0 ;
4070 PyObject * obj2 = 0 ;
4071 PyObject * obj3 = 0 ;
4072 PyObject * obj4 = 0 ;
4073 PyObject * obj5 = 0 ;
4074 PyObject * obj6 = 0 ;
4075 PyObject * obj7 = 0 ;
4076 char *kwnames[] = {
4077 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4078 };
4079
4080 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
4081 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxStaticBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4082 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4083 {
4084 arg3 = (int) SWIG_PyObj_AsInt(obj2);
4085 if (PyErr_Occurred()) SWIG_fail;
4086 }
4087 {
4088 arg4 = wxString_in_helper(obj3);
4089 if (arg4 == NULL) SWIG_fail;
4090 temp4 = True;
4091 }
4092 if (obj4) {
4093 {
4094 arg5 = &temp5;
4095 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
4096 }
4097 }
4098 if (obj5) {
4099 {
4100 arg6 = &temp6;
4101 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
4102 }
4103 }
4104 if (obj6) {
4105 {
4106 arg7 = (long) SWIG_PyObj_AsLong(obj6);
4107 if (PyErr_Occurred()) SWIG_fail;
4108 }
4109 }
4110 if (obj7) {
4111 {
4112 arg8 = wxString_in_helper(obj7);
4113 if (arg8 == NULL) SWIG_fail;
4114 temp8 = True;
4115 }
4116 }
4117 {
4118 PyThreadState* __tstate = wxPyBeginAllowThreads();
4119 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
4120
4121 wxPyEndAllowThreads(__tstate);
4122 if (PyErr_Occurred()) SWIG_fail;
4123 }
4124 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4125 {
4126 if (temp4)
4127 delete arg4;
4128 }
4129 {
4130 if (temp8)
4131 delete arg8;
4132 }
4133 return resultobj;
4134 fail:
4135 {
4136 if (temp4)
4137 delete arg4;
4138 }
4139 {
4140 if (temp8)
4141 delete arg8;
4142 }
4143 return NULL;
4144 }
4145
4146
4147 static PyObject * StaticBox_swigregister(PyObject *self, PyObject *args) {
4148 PyObject *obj;
4149 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4150 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBox, obj);
4151 Py_INCREF(obj);
4152 return Py_BuildValue((char *)"");
4153 }
4154 static PyObject *_wrap_new_StaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4155 PyObject *resultobj;
4156 wxWindow *arg1 = (wxWindow *) 0 ;
4157 int arg2 ;
4158 wxPoint const &arg3_defvalue = wxDefaultPosition ;
4159 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
4160 wxSize const &arg4_defvalue = wxDefaultSize ;
4161 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
4162 long arg5 = (long) wxLI_HORIZONTAL ;
4163 wxString const &arg6_defvalue = wxPyStaticTextNameStr ;
4164 wxString *arg6 = (wxString *) &arg6_defvalue ;
4165 wxStaticLine *result;
4166 wxPoint temp3 ;
4167 wxSize temp4 ;
4168 bool temp6 = False ;
4169 PyObject * obj0 = 0 ;
4170 PyObject * obj1 = 0 ;
4171 PyObject * obj2 = 0 ;
4172 PyObject * obj3 = 0 ;
4173 PyObject * obj4 = 0 ;
4174 PyObject * obj5 = 0 ;
4175 char *kwnames[] = {
4176 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4177 };
4178
4179 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_StaticLine",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
4180 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4181 {
4182 arg2 = (int) SWIG_PyObj_AsInt(obj1);
4183 if (PyErr_Occurred()) SWIG_fail;
4184 }
4185 if (obj2) {
4186 {
4187 arg3 = &temp3;
4188 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
4189 }
4190 }
4191 if (obj3) {
4192 {
4193 arg4 = &temp4;
4194 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
4195 }
4196 }
4197 if (obj4) {
4198 {
4199 arg5 = (long) SWIG_PyObj_AsLong(obj4);
4200 if (PyErr_Occurred()) SWIG_fail;
4201 }
4202 }
4203 if (obj5) {
4204 {
4205 arg6 = wxString_in_helper(obj5);
4206 if (arg6 == NULL) SWIG_fail;
4207 temp6 = True;
4208 }
4209 }
4210 {
4211 PyThreadState* __tstate = wxPyBeginAllowThreads();
4212 result = (wxStaticLine *)new wxStaticLine(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
4213
4214 wxPyEndAllowThreads(__tstate);
4215 if (PyErr_Occurred()) SWIG_fail;
4216 }
4217 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxStaticLine, 1);
4218 {
4219 if (temp6)
4220 delete arg6;
4221 }
4222 return resultobj;
4223 fail:
4224 {
4225 if (temp6)
4226 delete arg6;
4227 }
4228 return NULL;
4229 }
4230
4231
4232 static PyObject *_wrap_new_PreStaticLine(PyObject *self, PyObject *args, PyObject *kwargs) {
4233 PyObject *resultobj;
4234 wxStaticLine *result;
4235 char *kwnames[] = {
4236 NULL
4237 };
4238
4239 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticLine",kwnames)) goto fail;
4240 {
4241 PyThreadState* __tstate = wxPyBeginAllowThreads();
4242 result = (wxStaticLine *)new wxStaticLine();
4243
4244 wxPyEndAllowThreads(__tstate);
4245 if (PyErr_Occurred()) SWIG_fail;
4246 }
4247 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxStaticLine, 1);
4248 return resultobj;
4249 fail:
4250 return NULL;
4251 }
4252
4253
4254 static PyObject *_wrap_StaticLine_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4255 PyObject *resultobj;
4256 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4257 wxWindow *arg2 = (wxWindow *) 0 ;
4258 int arg3 ;
4259 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4260 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4261 wxSize const &arg5_defvalue = wxDefaultSize ;
4262 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4263 long arg6 = (long) wxLI_HORIZONTAL ;
4264 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
4265 wxString *arg7 = (wxString *) &arg7_defvalue ;
4266 bool result;
4267 wxPoint temp4 ;
4268 wxSize temp5 ;
4269 bool temp7 = False ;
4270 PyObject * obj0 = 0 ;
4271 PyObject * obj1 = 0 ;
4272 PyObject * obj2 = 0 ;
4273 PyObject * obj3 = 0 ;
4274 PyObject * obj4 = 0 ;
4275 PyObject * obj5 = 0 ;
4276 PyObject * obj6 = 0 ;
4277 char *kwnames[] = {
4278 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4279 };
4280
4281 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:StaticLine_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4282 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxStaticLine,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4283 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4284 {
4285 arg3 = (int) SWIG_PyObj_AsInt(obj2);
4286 if (PyErr_Occurred()) SWIG_fail;
4287 }
4288 if (obj3) {
4289 {
4290 arg4 = &temp4;
4291 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4292 }
4293 }
4294 if (obj4) {
4295 {
4296 arg5 = &temp5;
4297 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4298 }
4299 }
4300 if (obj5) {
4301 {
4302 arg6 = (long) SWIG_PyObj_AsLong(obj5);
4303 if (PyErr_Occurred()) SWIG_fail;
4304 }
4305 }
4306 if (obj6) {
4307 {
4308 arg7 = wxString_in_helper(obj6);
4309 if (arg7 == NULL) SWIG_fail;
4310 temp7 = True;
4311 }
4312 }
4313 {
4314 PyThreadState* __tstate = wxPyBeginAllowThreads();
4315 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4316
4317 wxPyEndAllowThreads(__tstate);
4318 if (PyErr_Occurred()) SWIG_fail;
4319 }
4320 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4321 {
4322 if (temp7)
4323 delete arg7;
4324 }
4325 return resultobj;
4326 fail:
4327 {
4328 if (temp7)
4329 delete arg7;
4330 }
4331 return NULL;
4332 }
4333
4334
4335 static PyObject *_wrap_StaticLine_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
4336 PyObject *resultobj;
4337 wxStaticLine *arg1 = (wxStaticLine *) 0 ;
4338 bool result;
4339 PyObject * obj0 = 0 ;
4340 char *kwnames[] = {
4341 (char *) "self", NULL
4342 };
4343
4344 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticLine_IsVertical",kwnames,&obj0)) goto fail;
4345 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxStaticLine,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4346 {
4347 PyThreadState* __tstate = wxPyBeginAllowThreads();
4348 result = (bool)((wxStaticLine const *)arg1)->IsVertical();
4349
4350 wxPyEndAllowThreads(__tstate);
4351 if (PyErr_Occurred()) SWIG_fail;
4352 }
4353 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4354 return resultobj;
4355 fail:
4356 return NULL;
4357 }
4358
4359
4360 static PyObject *_wrap_StaticLine_GetDefaultSize(PyObject *self, PyObject *args, PyObject *kwargs) {
4361 PyObject *resultobj;
4362 int result;
4363 char *kwnames[] = {
4364 NULL
4365 };
4366
4367 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":StaticLine_GetDefaultSize",kwnames)) goto fail;
4368 {
4369 PyThreadState* __tstate = wxPyBeginAllowThreads();
4370 result = (int)wxStaticLine::GetDefaultSize();
4371
4372 wxPyEndAllowThreads(__tstate);
4373 if (PyErr_Occurred()) SWIG_fail;
4374 }
4375 resultobj = SWIG_PyObj_FromInt((int)result);
4376 return resultobj;
4377 fail:
4378 return NULL;
4379 }
4380
4381
4382 static PyObject * StaticLine_swigregister(PyObject *self, PyObject *args) {
4383 PyObject *obj;
4384 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4385 SWIG_TypeClientData(SWIGTYPE_p_wxStaticLine, obj);
4386 Py_INCREF(obj);
4387 return Py_BuildValue((char *)"");
4388 }
4389 static PyObject *_wrap_new_StaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4390 PyObject *resultobj;
4391 wxWindow *arg1 = (wxWindow *) 0 ;
4392 int arg2 ;
4393 wxString *arg3 = 0 ;
4394 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4395 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4396 wxSize const &arg5_defvalue = wxDefaultSize ;
4397 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4398 long arg6 = (long) 0 ;
4399 wxString const &arg7_defvalue = wxPyStaticTextNameStr ;
4400 wxString *arg7 = (wxString *) &arg7_defvalue ;
4401 wxStaticText *result;
4402 bool temp3 = False ;
4403 wxPoint temp4 ;
4404 wxSize temp5 ;
4405 bool temp7 = False ;
4406 PyObject * obj0 = 0 ;
4407 PyObject * obj1 = 0 ;
4408 PyObject * obj2 = 0 ;
4409 PyObject * obj3 = 0 ;
4410 PyObject * obj4 = 0 ;
4411 PyObject * obj5 = 0 ;
4412 PyObject * obj6 = 0 ;
4413 char *kwnames[] = {
4414 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4415 };
4416
4417 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticText",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4418 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4419 {
4420 arg2 = (int) SWIG_PyObj_AsInt(obj1);
4421 if (PyErr_Occurred()) SWIG_fail;
4422 }
4423 {
4424 arg3 = wxString_in_helper(obj2);
4425 if (arg3 == NULL) SWIG_fail;
4426 temp3 = True;
4427 }
4428 if (obj3) {
4429 {
4430 arg4 = &temp4;
4431 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4432 }
4433 }
4434 if (obj4) {
4435 {
4436 arg5 = &temp5;
4437 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4438 }
4439 }
4440 if (obj5) {
4441 {
4442 arg6 = (long) SWIG_PyObj_AsLong(obj5);
4443 if (PyErr_Occurred()) SWIG_fail;
4444 }
4445 }
4446 if (obj6) {
4447 {
4448 arg7 = wxString_in_helper(obj6);
4449 if (arg7 == NULL) SWIG_fail;
4450 temp7 = True;
4451 }
4452 }
4453 {
4454 PyThreadState* __tstate = wxPyBeginAllowThreads();
4455 result = (wxStaticText *)new wxStaticText(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4456
4457 wxPyEndAllowThreads(__tstate);
4458 if (PyErr_Occurred()) SWIG_fail;
4459 }
4460 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxStaticText, 1);
4461 {
4462 if (temp3)
4463 delete arg3;
4464 }
4465 {
4466 if (temp7)
4467 delete arg7;
4468 }
4469 return resultobj;
4470 fail:
4471 {
4472 if (temp3)
4473 delete arg3;
4474 }
4475 {
4476 if (temp7)
4477 delete arg7;
4478 }
4479 return NULL;
4480 }
4481
4482
4483 static PyObject *_wrap_new_PreStaticText(PyObject *self, PyObject *args, PyObject *kwargs) {
4484 PyObject *resultobj;
4485 wxStaticText *result;
4486 char *kwnames[] = {
4487 NULL
4488 };
4489
4490 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticText",kwnames)) goto fail;
4491 {
4492 PyThreadState* __tstate = wxPyBeginAllowThreads();
4493 result = (wxStaticText *)new wxStaticText();
4494
4495 wxPyEndAllowThreads(__tstate);
4496 if (PyErr_Occurred()) SWIG_fail;
4497 }
4498 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxStaticText, 1);
4499 return resultobj;
4500 fail:
4501 return NULL;
4502 }
4503
4504
4505 static PyObject *_wrap_StaticText_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4506 PyObject *resultobj;
4507 wxStaticText *arg1 = (wxStaticText *) 0 ;
4508 wxWindow *arg2 = (wxWindow *) 0 ;
4509 int arg3 ;
4510 wxString *arg4 = 0 ;
4511 wxPoint const &arg5_defvalue = wxDefaultPosition ;
4512 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
4513 wxSize const &arg6_defvalue = wxDefaultSize ;
4514 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
4515 long arg7 = (long) 0 ;
4516 wxString const &arg8_defvalue = wxPyStaticTextNameStr ;
4517 wxString *arg8 = (wxString *) &arg8_defvalue ;
4518 bool result;
4519 bool temp4 = False ;
4520 wxPoint temp5 ;
4521 wxSize temp6 ;
4522 bool temp8 = False ;
4523 PyObject * obj0 = 0 ;
4524 PyObject * obj1 = 0 ;
4525 PyObject * obj2 = 0 ;
4526 PyObject * obj3 = 0 ;
4527 PyObject * obj4 = 0 ;
4528 PyObject * obj5 = 0 ;
4529 PyObject * obj6 = 0 ;
4530 PyObject * obj7 = 0 ;
4531 char *kwnames[] = {
4532 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4533 };
4534
4535 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticText_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
4536 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxStaticText,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4537 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4538 {
4539 arg3 = (int) SWIG_PyObj_AsInt(obj2);
4540 if (PyErr_Occurred()) SWIG_fail;
4541 }
4542 {
4543 arg4 = wxString_in_helper(obj3);
4544 if (arg4 == NULL) SWIG_fail;
4545 temp4 = True;
4546 }
4547 if (obj4) {
4548 {
4549 arg5 = &temp5;
4550 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
4551 }
4552 }
4553 if (obj5) {
4554 {
4555 arg6 = &temp6;
4556 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
4557 }
4558 }
4559 if (obj6) {
4560 {
4561 arg7 = (long) SWIG_PyObj_AsLong(obj6);
4562 if (PyErr_Occurred()) SWIG_fail;
4563 }
4564 }
4565 if (obj7) {
4566 {
4567 arg8 = wxString_in_helper(obj7);
4568 if (arg8 == NULL) SWIG_fail;
4569 temp8 = True;
4570 }
4571 }
4572 {
4573 PyThreadState* __tstate = wxPyBeginAllowThreads();
4574 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
4575
4576 wxPyEndAllowThreads(__tstate);
4577 if (PyErr_Occurred()) SWIG_fail;
4578 }
4579 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4580 {
4581 if (temp4)
4582 delete arg4;
4583 }
4584 {
4585 if (temp8)
4586 delete arg8;
4587 }
4588 return resultobj;
4589 fail:
4590 {
4591 if (temp4)
4592 delete arg4;
4593 }
4594 {
4595 if (temp8)
4596 delete arg8;
4597 }
4598 return NULL;
4599 }
4600
4601
4602 static PyObject * StaticText_swigregister(PyObject *self, PyObject *args) {
4603 PyObject *obj;
4604 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4605 SWIG_TypeClientData(SWIGTYPE_p_wxStaticText, obj);
4606 Py_INCREF(obj);
4607 return Py_BuildValue((char *)"");
4608 }
4609 static PyObject *_wrap_new_StaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
4610 PyObject *resultobj;
4611 wxWindow *arg1 = (wxWindow *) 0 ;
4612 int arg2 ;
4613 wxBitmap *arg3 = 0 ;
4614 wxPoint const &arg4_defvalue = wxDefaultPosition ;
4615 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
4616 wxSize const &arg5_defvalue = wxDefaultSize ;
4617 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
4618 long arg6 = (long) 0 ;
4619 wxString const &arg7_defvalue = wxPyStaticBitmapNameStr ;
4620 wxString *arg7 = (wxString *) &arg7_defvalue ;
4621 wxStaticBitmap *result;
4622 wxPoint temp4 ;
4623 wxSize temp5 ;
4624 bool temp7 = False ;
4625 PyObject * obj0 = 0 ;
4626 PyObject * obj1 = 0 ;
4627 PyObject * obj2 = 0 ;
4628 PyObject * obj3 = 0 ;
4629 PyObject * obj4 = 0 ;
4630 PyObject * obj5 = 0 ;
4631 PyObject * obj6 = 0 ;
4632 char *kwnames[] = {
4633 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4634 };
4635
4636 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticBitmap",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
4637 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4638 {
4639 arg2 = (int) SWIG_PyObj_AsInt(obj1);
4640 if (PyErr_Occurred()) SWIG_fail;
4641 }
4642 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4643 if (arg3 == NULL) {
4644 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
4645 }
4646 if (obj3) {
4647 {
4648 arg4 = &temp4;
4649 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
4650 }
4651 }
4652 if (obj4) {
4653 {
4654 arg5 = &temp5;
4655 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
4656 }
4657 }
4658 if (obj5) {
4659 {
4660 arg6 = (long) SWIG_PyObj_AsLong(obj5);
4661 if (PyErr_Occurred()) SWIG_fail;
4662 }
4663 }
4664 if (obj6) {
4665 {
4666 arg7 = wxString_in_helper(obj6);
4667 if (arg7 == NULL) SWIG_fail;
4668 temp7 = True;
4669 }
4670 }
4671 {
4672 PyThreadState* __tstate = wxPyBeginAllowThreads();
4673 result = (wxStaticBitmap *)new wxStaticBitmap(arg1,arg2,(wxBitmap const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
4674
4675 wxPyEndAllowThreads(__tstate);
4676 if (PyErr_Occurred()) SWIG_fail;
4677 }
4678 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxStaticBitmap, 1);
4679 {
4680 if (temp7)
4681 delete arg7;
4682 }
4683 return resultobj;
4684 fail:
4685 {
4686 if (temp7)
4687 delete arg7;
4688 }
4689 return NULL;
4690 }
4691
4692
4693 static PyObject *_wrap_new_PreStaticBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
4694 PyObject *resultobj;
4695 wxStaticBitmap *result;
4696 char *kwnames[] = {
4697 NULL
4698 };
4699
4700 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreStaticBitmap",kwnames)) goto fail;
4701 {
4702 PyThreadState* __tstate = wxPyBeginAllowThreads();
4703 result = (wxStaticBitmap *)new wxStaticBitmap();
4704
4705 wxPyEndAllowThreads(__tstate);
4706 if (PyErr_Occurred()) SWIG_fail;
4707 }
4708 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxStaticBitmap, 1);
4709 return resultobj;
4710 fail:
4711 return NULL;
4712 }
4713
4714
4715 static PyObject *_wrap_StaticBitmap_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
4716 PyObject *resultobj;
4717 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
4718 wxWindow *arg2 = (wxWindow *) 0 ;
4719 int arg3 ;
4720 wxBitmap *arg4 = 0 ;
4721 wxPoint const &arg5_defvalue = wxDefaultPosition ;
4722 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
4723 wxSize const &arg6_defvalue = wxDefaultSize ;
4724 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
4725 long arg7 = (long) 0 ;
4726 wxString const &arg8_defvalue = wxPyStaticBitmapNameStr ;
4727 wxString *arg8 = (wxString *) &arg8_defvalue ;
4728 bool result;
4729 wxPoint temp5 ;
4730 wxSize temp6 ;
4731 bool temp8 = False ;
4732 PyObject * obj0 = 0 ;
4733 PyObject * obj1 = 0 ;
4734 PyObject * obj2 = 0 ;
4735 PyObject * obj3 = 0 ;
4736 PyObject * obj4 = 0 ;
4737 PyObject * obj5 = 0 ;
4738 PyObject * obj6 = 0 ;
4739 PyObject * obj7 = 0 ;
4740 char *kwnames[] = {
4741 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4742 };
4743
4744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticBitmap_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
4745 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxStaticBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4746 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4747 {
4748 arg3 = (int) SWIG_PyObj_AsInt(obj2);
4749 if (PyErr_Occurred()) SWIG_fail;
4750 }
4751 if ((SWIG_ConvertPtr(obj3,(void **) &arg4, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4752 if (arg4 == NULL) {
4753 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
4754 }
4755 if (obj4) {
4756 {
4757 arg5 = &temp5;
4758 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
4759 }
4760 }
4761 if (obj5) {
4762 {
4763 arg6 = &temp6;
4764 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
4765 }
4766 }
4767 if (obj6) {
4768 {
4769 arg7 = (long) SWIG_PyObj_AsLong(obj6);
4770 if (PyErr_Occurred()) SWIG_fail;
4771 }
4772 }
4773 if (obj7) {
4774 {
4775 arg8 = wxString_in_helper(obj7);
4776 if (arg8 == NULL) SWIG_fail;
4777 temp8 = True;
4778 }
4779 }
4780 {
4781 PyThreadState* __tstate = wxPyBeginAllowThreads();
4782 result = (bool)(arg1)->Create(arg2,arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8);
4783
4784 wxPyEndAllowThreads(__tstate);
4785 if (PyErr_Occurred()) SWIG_fail;
4786 }
4787 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
4788 {
4789 if (temp8)
4790 delete arg8;
4791 }
4792 return resultobj;
4793 fail:
4794 {
4795 if (temp8)
4796 delete arg8;
4797 }
4798 return NULL;
4799 }
4800
4801
4802 static PyObject *_wrap_StaticBitmap_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
4803 PyObject *resultobj;
4804 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
4805 wxBitmap result;
4806 PyObject * obj0 = 0 ;
4807 char *kwnames[] = {
4808 (char *) "self", NULL
4809 };
4810
4811 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:StaticBitmap_GetBitmap",kwnames,&obj0)) goto fail;
4812 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxStaticBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4813 {
4814 PyThreadState* __tstate = wxPyBeginAllowThreads();
4815 result = (arg1)->GetBitmap();
4816
4817 wxPyEndAllowThreads(__tstate);
4818 if (PyErr_Occurred()) SWIG_fail;
4819 }
4820 {
4821 wxBitmap * resultptr;
4822 resultptr = new wxBitmap((wxBitmap &) result);
4823 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxBitmap, 1);
4824 }
4825 return resultobj;
4826 fail:
4827 return NULL;
4828 }
4829
4830
4831 static PyObject *_wrap_StaticBitmap_SetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
4832 PyObject *resultobj;
4833 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
4834 wxBitmap *arg2 = 0 ;
4835 PyObject * obj0 = 0 ;
4836 PyObject * obj1 = 0 ;
4837 char *kwnames[] = {
4838 (char *) "self",(char *) "bitmap", NULL
4839 };
4840
4841 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetBitmap",kwnames,&obj0,&obj1)) goto fail;
4842 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxStaticBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4843 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4844 if (arg2 == NULL) {
4845 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
4846 }
4847 {
4848 PyThreadState* __tstate = wxPyBeginAllowThreads();
4849 (arg1)->SetBitmap((wxBitmap const &)*arg2);
4850
4851 wxPyEndAllowThreads(__tstate);
4852 if (PyErr_Occurred()) SWIG_fail;
4853 }
4854 Py_INCREF(Py_None); resultobj = Py_None;
4855 return resultobj;
4856 fail:
4857 return NULL;
4858 }
4859
4860
4861 static PyObject *_wrap_StaticBitmap_SetIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
4862 PyObject *resultobj;
4863 wxStaticBitmap *arg1 = (wxStaticBitmap *) 0 ;
4864 wxIcon *arg2 = 0 ;
4865 PyObject * obj0 = 0 ;
4866 PyObject * obj1 = 0 ;
4867 char *kwnames[] = {
4868 (char *) "self",(char *) "icon", NULL
4869 };
4870
4871 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:StaticBitmap_SetIcon",kwnames,&obj0,&obj1)) goto fail;
4872 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxStaticBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4873 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxIcon,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4874 if (arg2 == NULL) {
4875 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
4876 }
4877 {
4878 PyThreadState* __tstate = wxPyBeginAllowThreads();
4879 (arg1)->SetIcon((wxIcon const &)*arg2);
4880
4881 wxPyEndAllowThreads(__tstate);
4882 if (PyErr_Occurred()) SWIG_fail;
4883 }
4884 Py_INCREF(Py_None); resultobj = Py_None;
4885 return resultobj;
4886 fail:
4887 return NULL;
4888 }
4889
4890
4891 static PyObject * StaticBitmap_swigregister(PyObject *self, PyObject *args) {
4892 PyObject *obj;
4893 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
4894 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBitmap, obj);
4895 Py_INCREF(obj);
4896 return Py_BuildValue((char *)"");
4897 }
4898 static int _wrap_ListBoxNameStr_set(PyObject *_val) {
4899 PyErr_SetString(PyExc_TypeError,"Variable ListBoxNameStr is read-only.");
4900 return 1;
4901 }
4902
4903
4904 static PyObject *_wrap_ListBoxNameStr_get() {
4905 PyObject *pyobj;
4906
4907 {
4908 #if wxUSE_UNICODE
4909 pyobj = PyUnicode_FromWideChar((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
4910 #else
4911 pyobj = PyString_FromStringAndSize((&wxPyListBoxNameStr)->c_str(), (&wxPyListBoxNameStr)->Len());
4912 #endif
4913 }
4914 return pyobj;
4915 }
4916
4917
4918 static PyObject *_wrap_new_ListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
4919 PyObject *resultobj;
4920 wxWindow *arg1 = (wxWindow *) 0 ;
4921 int arg2 ;
4922 wxPoint const &arg3_defvalue = wxDefaultPosition ;
4923 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
4924 wxSize const &arg4_defvalue = wxDefaultSize ;
4925 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
4926 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
4927 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
4928 long arg6 = (long) 0 ;
4929 wxValidator const &arg7_defvalue = wxDefaultValidator ;
4930 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
4931 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
4932 wxString *arg8 = (wxString *) &arg8_defvalue ;
4933 wxListBox *result;
4934 wxPoint temp3 ;
4935 wxSize temp4 ;
4936 bool temp8 = False ;
4937 PyObject * obj0 = 0 ;
4938 PyObject * obj1 = 0 ;
4939 PyObject * obj2 = 0 ;
4940 PyObject * obj3 = 0 ;
4941 PyObject * obj4 = 0 ;
4942 PyObject * obj5 = 0 ;
4943 PyObject * obj6 = 0 ;
4944 PyObject * obj7 = 0 ;
4945 char *kwnames[] = {
4946 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
4947 };
4948
4949 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_ListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
4950 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4951 {
4952 arg2 = (int) SWIG_PyObj_AsInt(obj1);
4953 if (PyErr_Occurred()) SWIG_fail;
4954 }
4955 if (obj2) {
4956 {
4957 arg3 = &temp3;
4958 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
4959 }
4960 }
4961 if (obj3) {
4962 {
4963 arg4 = &temp4;
4964 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
4965 }
4966 }
4967 if (obj4) {
4968 {
4969 if (! PySequence_Check(obj4)) {
4970 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
4971 SWIG_fail;
4972 }
4973 arg5 = new wxArrayString;
4974 int i, len=PySequence_Length(obj4);
4975 for (i=0; i<len; i++) {
4976 PyObject* item = PySequence_GetItem(obj4, i);
4977 #if wxUSE_UNICODE
4978 PyObject* str = PyObject_Unicode(item);
4979 #else
4980 PyObject* str = PyObject_Str(item);
4981 #endif
4982 arg5->Add(Py2wxString(str));
4983 Py_DECREF(item);
4984 Py_DECREF(str);
4985 }
4986 }
4987 }
4988 if (obj5) {
4989 {
4990 arg6 = (long) SWIG_PyObj_AsLong(obj5);
4991 if (PyErr_Occurred()) SWIG_fail;
4992 }
4993 }
4994 if (obj6) {
4995 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
4996 if (arg7 == NULL) {
4997 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
4998 }
4999 }
5000 if (obj7) {
5001 {
5002 arg8 = wxString_in_helper(obj7);
5003 if (arg8 == NULL) SWIG_fail;
5004 temp8 = True;
5005 }
5006 }
5007 {
5008 PyThreadState* __tstate = wxPyBeginAllowThreads();
5009 result = (wxListBox *)new wxListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
5010
5011 wxPyEndAllowThreads(__tstate);
5012 if (PyErr_Occurred()) SWIG_fail;
5013 }
5014 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListBox, 1);
5015 {
5016 if (arg5) delete arg5;
5017 }
5018 {
5019 if (temp8)
5020 delete arg8;
5021 }
5022 return resultobj;
5023 fail:
5024 {
5025 if (arg5) delete arg5;
5026 }
5027 {
5028 if (temp8)
5029 delete arg8;
5030 }
5031 return NULL;
5032 }
5033
5034
5035 static PyObject *_wrap_new_PreListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5036 PyObject *resultobj;
5037 wxListBox *result;
5038 char *kwnames[] = {
5039 NULL
5040 };
5041
5042 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListBox",kwnames)) goto fail;
5043 {
5044 PyThreadState* __tstate = wxPyBeginAllowThreads();
5045 result = (wxListBox *)new wxListBox();
5046
5047 wxPyEndAllowThreads(__tstate);
5048 if (PyErr_Occurred()) SWIG_fail;
5049 }
5050 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListBox, 1);
5051 return resultobj;
5052 fail:
5053 return NULL;
5054 }
5055
5056
5057 static PyObject *_wrap_ListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5058 PyObject *resultobj;
5059 wxListBox *arg1 = (wxListBox *) 0 ;
5060 wxWindow *arg2 = (wxWindow *) 0 ;
5061 int arg3 ;
5062 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5063 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5064 wxSize const &arg5_defvalue = wxDefaultSize ;
5065 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5066 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
5067 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
5068 long arg7 = (long) 0 ;
5069 wxValidator const &arg8_defvalue = wxDefaultValidator ;
5070 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
5071 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
5072 wxString *arg9 = (wxString *) &arg9_defvalue ;
5073 bool result;
5074 wxPoint temp4 ;
5075 wxSize temp5 ;
5076 bool temp9 = False ;
5077 PyObject * obj0 = 0 ;
5078 PyObject * obj1 = 0 ;
5079 PyObject * obj2 = 0 ;
5080 PyObject * obj3 = 0 ;
5081 PyObject * obj4 = 0 ;
5082 PyObject * obj5 = 0 ;
5083 PyObject * obj6 = 0 ;
5084 PyObject * obj7 = 0 ;
5085 PyObject * obj8 = 0 ;
5086 char *kwnames[] = {
5087 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5088 };
5089
5090 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:ListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
5091 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5092 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5093 {
5094 arg3 = (int) SWIG_PyObj_AsInt(obj2);
5095 if (PyErr_Occurred()) SWIG_fail;
5096 }
5097 if (obj3) {
5098 {
5099 arg4 = &temp4;
5100 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5101 }
5102 }
5103 if (obj4) {
5104 {
5105 arg5 = &temp5;
5106 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5107 }
5108 }
5109 if (obj5) {
5110 {
5111 if (! PySequence_Check(obj5)) {
5112 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5113 SWIG_fail;
5114 }
5115 arg6 = new wxArrayString;
5116 int i, len=PySequence_Length(obj5);
5117 for (i=0; i<len; i++) {
5118 PyObject* item = PySequence_GetItem(obj5, i);
5119 #if wxUSE_UNICODE
5120 PyObject* str = PyObject_Unicode(item);
5121 #else
5122 PyObject* str = PyObject_Str(item);
5123 #endif
5124 arg6->Add(Py2wxString(str));
5125 Py_DECREF(item);
5126 Py_DECREF(str);
5127 }
5128 }
5129 }
5130 if (obj6) {
5131 {
5132 arg7 = (long) SWIG_PyObj_AsLong(obj6);
5133 if (PyErr_Occurred()) SWIG_fail;
5134 }
5135 }
5136 if (obj7) {
5137 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5138 if (arg8 == NULL) {
5139 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
5140 }
5141 }
5142 if (obj8) {
5143 {
5144 arg9 = wxString_in_helper(obj8);
5145 if (arg9 == NULL) SWIG_fail;
5146 temp9 = True;
5147 }
5148 }
5149 {
5150 PyThreadState* __tstate = wxPyBeginAllowThreads();
5151 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
5152
5153 wxPyEndAllowThreads(__tstate);
5154 if (PyErr_Occurred()) SWIG_fail;
5155 }
5156 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5157 {
5158 if (arg6) delete arg6;
5159 }
5160 {
5161 if (temp9)
5162 delete arg9;
5163 }
5164 return resultobj;
5165 fail:
5166 {
5167 if (arg6) delete arg6;
5168 }
5169 {
5170 if (temp9)
5171 delete arg9;
5172 }
5173 return NULL;
5174 }
5175
5176
5177 static PyObject *_wrap_ListBox_Insert(PyObject *self, PyObject *args, PyObject *kwargs) {
5178 PyObject *resultobj;
5179 wxListBox *arg1 = (wxListBox *) 0 ;
5180 wxString *arg2 = 0 ;
5181 int arg3 ;
5182 PyObject *arg4 = (PyObject *) NULL ;
5183 bool temp2 = False ;
5184 PyObject * obj0 = 0 ;
5185 PyObject * obj1 = 0 ;
5186 PyObject * obj2 = 0 ;
5187 PyObject * obj3 = 0 ;
5188 char *kwnames[] = {
5189 (char *) "self",(char *) "item",(char *) "pos",(char *) "clientData", NULL
5190 };
5191
5192 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListBox_Insert",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
5193 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5194 {
5195 arg2 = wxString_in_helper(obj1);
5196 if (arg2 == NULL) SWIG_fail;
5197 temp2 = True;
5198 }
5199 {
5200 arg3 = (int) SWIG_PyObj_AsInt(obj2);
5201 if (PyErr_Occurred()) SWIG_fail;
5202 }
5203 if (obj3) {
5204 arg4 = obj3;
5205 }
5206 {
5207 PyThreadState* __tstate = wxPyBeginAllowThreads();
5208 wxListBox_Insert(arg1,(wxString const &)*arg2,arg3,arg4);
5209
5210 wxPyEndAllowThreads(__tstate);
5211 if (PyErr_Occurred()) SWIG_fail;
5212 }
5213 Py_INCREF(Py_None); resultobj = Py_None;
5214 {
5215 if (temp2)
5216 delete arg2;
5217 }
5218 return resultobj;
5219 fail:
5220 {
5221 if (temp2)
5222 delete arg2;
5223 }
5224 return NULL;
5225 }
5226
5227
5228 static PyObject *_wrap_ListBox_InsertItems(PyObject *self, PyObject *args, PyObject *kwargs) {
5229 PyObject *resultobj;
5230 wxListBox *arg1 = (wxListBox *) 0 ;
5231 wxArrayString *arg2 = 0 ;
5232 int arg3 ;
5233 PyObject * obj0 = 0 ;
5234 PyObject * obj1 = 0 ;
5235 PyObject * obj2 = 0 ;
5236 char *kwnames[] = {
5237 (char *) "self",(char *) "items",(char *) "pos", NULL
5238 };
5239
5240 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListBox_InsertItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
5241 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5242 {
5243 if (! PySequence_Check(obj1)) {
5244 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5245 SWIG_fail;
5246 }
5247 arg2 = new wxArrayString;
5248 int i, len=PySequence_Length(obj1);
5249 for (i=0; i<len; i++) {
5250 PyObject* item = PySequence_GetItem(obj1, i);
5251 #if wxUSE_UNICODE
5252 PyObject* str = PyObject_Unicode(item);
5253 #else
5254 PyObject* str = PyObject_Str(item);
5255 #endif
5256 arg2->Add(Py2wxString(str));
5257 Py_DECREF(item);
5258 Py_DECREF(str);
5259 }
5260 }
5261 {
5262 arg3 = (int) SWIG_PyObj_AsInt(obj2);
5263 if (PyErr_Occurred()) SWIG_fail;
5264 }
5265 {
5266 PyThreadState* __tstate = wxPyBeginAllowThreads();
5267 (arg1)->InsertItems((wxArrayString const &)*arg2,arg3);
5268
5269 wxPyEndAllowThreads(__tstate);
5270 if (PyErr_Occurred()) SWIG_fail;
5271 }
5272 Py_INCREF(Py_None); resultobj = Py_None;
5273 {
5274 if (arg2) delete arg2;
5275 }
5276 return resultobj;
5277 fail:
5278 {
5279 if (arg2) delete arg2;
5280 }
5281 return NULL;
5282 }
5283
5284
5285 static PyObject *_wrap_ListBox_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
5286 PyObject *resultobj;
5287 wxListBox *arg1 = (wxListBox *) 0 ;
5288 wxArrayString *arg2 = 0 ;
5289 PyObject * obj0 = 0 ;
5290 PyObject * obj1 = 0 ;
5291 char *kwnames[] = {
5292 (char *) "self",(char *) "items", NULL
5293 };
5294
5295 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Set",kwnames,&obj0,&obj1)) goto fail;
5296 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5297 {
5298 if (! PySequence_Check(obj1)) {
5299 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5300 SWIG_fail;
5301 }
5302 arg2 = new wxArrayString;
5303 int i, len=PySequence_Length(obj1);
5304 for (i=0; i<len; i++) {
5305 PyObject* item = PySequence_GetItem(obj1, i);
5306 #if wxUSE_UNICODE
5307 PyObject* str = PyObject_Unicode(item);
5308 #else
5309 PyObject* str = PyObject_Str(item);
5310 #endif
5311 arg2->Add(Py2wxString(str));
5312 Py_DECREF(item);
5313 Py_DECREF(str);
5314 }
5315 }
5316 {
5317 PyThreadState* __tstate = wxPyBeginAllowThreads();
5318 (arg1)->Set((wxArrayString const &)*arg2);
5319
5320 wxPyEndAllowThreads(__tstate);
5321 if (PyErr_Occurred()) SWIG_fail;
5322 }
5323 Py_INCREF(Py_None); resultobj = Py_None;
5324 {
5325 if (arg2) delete arg2;
5326 }
5327 return resultobj;
5328 fail:
5329 {
5330 if (arg2) delete arg2;
5331 }
5332 return NULL;
5333 }
5334
5335
5336 static PyObject *_wrap_ListBox_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
5337 PyObject *resultobj;
5338 wxListBox *arg1 = (wxListBox *) 0 ;
5339 int arg2 ;
5340 bool result;
5341 PyObject * obj0 = 0 ;
5342 PyObject * obj1 = 0 ;
5343 char *kwnames[] = {
5344 (char *) "self",(char *) "n", NULL
5345 };
5346
5347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_IsSelected",kwnames,&obj0,&obj1)) goto fail;
5348 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5349 {
5350 arg2 = (int) SWIG_PyObj_AsInt(obj1);
5351 if (PyErr_Occurred()) SWIG_fail;
5352 }
5353 {
5354 PyThreadState* __tstate = wxPyBeginAllowThreads();
5355 result = (bool)((wxListBox const *)arg1)->IsSelected(arg2);
5356
5357 wxPyEndAllowThreads(__tstate);
5358 if (PyErr_Occurred()) SWIG_fail;
5359 }
5360 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5361 return resultobj;
5362 fail:
5363 return NULL;
5364 }
5365
5366
5367 static PyObject *_wrap_ListBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5368 PyObject *resultobj;
5369 wxListBox *arg1 = (wxListBox *) 0 ;
5370 int arg2 ;
5371 bool arg3 = (bool) True ;
5372 PyObject * obj0 = 0 ;
5373 PyObject * obj1 = 0 ;
5374 PyObject * obj2 = 0 ;
5375 char *kwnames[] = {
5376 (char *) "self",(char *) "n",(char *) "select", NULL
5377 };
5378
5379 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
5380 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5381 {
5382 arg2 = (int) SWIG_PyObj_AsInt(obj1);
5383 if (PyErr_Occurred()) SWIG_fail;
5384 }
5385 if (obj2) {
5386 {
5387 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
5388 if (PyErr_Occurred()) SWIG_fail;
5389 }
5390 }
5391 {
5392 PyThreadState* __tstate = wxPyBeginAllowThreads();
5393 (arg1)->SetSelection(arg2,arg3);
5394
5395 wxPyEndAllowThreads(__tstate);
5396 if (PyErr_Occurred()) SWIG_fail;
5397 }
5398 Py_INCREF(Py_None); resultobj = Py_None;
5399 return resultobj;
5400 fail:
5401 return NULL;
5402 }
5403
5404
5405 static PyObject *_wrap_ListBox_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
5406 PyObject *resultobj;
5407 wxListBox *arg1 = (wxListBox *) 0 ;
5408 int arg2 ;
5409 PyObject * obj0 = 0 ;
5410 PyObject * obj1 = 0 ;
5411 char *kwnames[] = {
5412 (char *) "self",(char *) "n", NULL
5413 };
5414
5415 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Select",kwnames,&obj0,&obj1)) goto fail;
5416 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5417 {
5418 arg2 = (int) SWIG_PyObj_AsInt(obj1);
5419 if (PyErr_Occurred()) SWIG_fail;
5420 }
5421 {
5422 PyThreadState* __tstate = wxPyBeginAllowThreads();
5423 (arg1)->Select(arg2);
5424
5425 wxPyEndAllowThreads(__tstate);
5426 if (PyErr_Occurred()) SWIG_fail;
5427 }
5428 Py_INCREF(Py_None); resultobj = Py_None;
5429 return resultobj;
5430 fail:
5431 return NULL;
5432 }
5433
5434
5435 static PyObject *_wrap_ListBox_Deselect(PyObject *self, PyObject *args, PyObject *kwargs) {
5436 PyObject *resultobj;
5437 wxListBox *arg1 = (wxListBox *) 0 ;
5438 int arg2 ;
5439 PyObject * obj0 = 0 ;
5440 PyObject * obj1 = 0 ;
5441 char *kwnames[] = {
5442 (char *) "self",(char *) "n", NULL
5443 };
5444
5445 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_Deselect",kwnames,&obj0,&obj1)) goto fail;
5446 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5447 {
5448 arg2 = (int) SWIG_PyObj_AsInt(obj1);
5449 if (PyErr_Occurred()) SWIG_fail;
5450 }
5451 {
5452 PyThreadState* __tstate = wxPyBeginAllowThreads();
5453 (arg1)->Deselect(arg2);
5454
5455 wxPyEndAllowThreads(__tstate);
5456 if (PyErr_Occurred()) SWIG_fail;
5457 }
5458 Py_INCREF(Py_None); resultobj = Py_None;
5459 return resultobj;
5460 fail:
5461 return NULL;
5462 }
5463
5464
5465 static PyObject *_wrap_ListBox_DeselectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
5466 PyObject *resultobj;
5467 wxListBox *arg1 = (wxListBox *) 0 ;
5468 int arg2 = (int) -1 ;
5469 PyObject * obj0 = 0 ;
5470 PyObject * obj1 = 0 ;
5471 char *kwnames[] = {
5472 (char *) "self",(char *) "itemToLeaveSelected", NULL
5473 };
5474
5475 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListBox_DeselectAll",kwnames,&obj0,&obj1)) goto fail;
5476 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5477 if (obj1) {
5478 {
5479 arg2 = (int) SWIG_PyObj_AsInt(obj1);
5480 if (PyErr_Occurred()) SWIG_fail;
5481 }
5482 }
5483 {
5484 PyThreadState* __tstate = wxPyBeginAllowThreads();
5485 (arg1)->DeselectAll(arg2);
5486
5487 wxPyEndAllowThreads(__tstate);
5488 if (PyErr_Occurred()) SWIG_fail;
5489 }
5490 Py_INCREF(Py_None); resultobj = Py_None;
5491 return resultobj;
5492 fail:
5493 return NULL;
5494 }
5495
5496
5497 static PyObject *_wrap_ListBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
5498 PyObject *resultobj;
5499 wxListBox *arg1 = (wxListBox *) 0 ;
5500 wxString *arg2 = 0 ;
5501 bool arg3 = (bool) True ;
5502 bool result;
5503 bool temp2 = False ;
5504 PyObject * obj0 = 0 ;
5505 PyObject * obj1 = 0 ;
5506 PyObject * obj2 = 0 ;
5507 char *kwnames[] = {
5508 (char *) "self",(char *) "s",(char *) "select", NULL
5509 };
5510
5511 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListBox_SetStringSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
5512 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5513 {
5514 arg2 = wxString_in_helper(obj1);
5515 if (arg2 == NULL) SWIG_fail;
5516 temp2 = True;
5517 }
5518 if (obj2) {
5519 {
5520 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
5521 if (PyErr_Occurred()) SWIG_fail;
5522 }
5523 }
5524 {
5525 PyThreadState* __tstate = wxPyBeginAllowThreads();
5526 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2,arg3);
5527
5528 wxPyEndAllowThreads(__tstate);
5529 if (PyErr_Occurred()) SWIG_fail;
5530 }
5531 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5532 {
5533 if (temp2)
5534 delete arg2;
5535 }
5536 return resultobj;
5537 fail:
5538 {
5539 if (temp2)
5540 delete arg2;
5541 }
5542 return NULL;
5543 }
5544
5545
5546 static PyObject *_wrap_ListBox_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
5547 PyObject *resultobj;
5548 wxListBox *arg1 = (wxListBox *) 0 ;
5549 PyObject *result;
5550 PyObject * obj0 = 0 ;
5551 char *kwnames[] = {
5552 (char *) "self", NULL
5553 };
5554
5555 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_GetSelections",kwnames,&obj0)) goto fail;
5556 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5557 {
5558 PyThreadState* __tstate = wxPyBeginAllowThreads();
5559 result = (PyObject *)wxListBox_GetSelections(arg1);
5560
5561 wxPyEndAllowThreads(__tstate);
5562 if (PyErr_Occurred()) SWIG_fail;
5563 }
5564 resultobj = result;
5565 return resultobj;
5566 fail:
5567 return NULL;
5568 }
5569
5570
5571 static PyObject *_wrap_ListBox_SetFirstItem(PyObject *self, PyObject *args, PyObject *kwargs) {
5572 PyObject *resultobj;
5573 wxListBox *arg1 = (wxListBox *) 0 ;
5574 int arg2 ;
5575 PyObject * obj0 = 0 ;
5576 PyObject * obj1 = 0 ;
5577 char *kwnames[] = {
5578 (char *) "self",(char *) "n", NULL
5579 };
5580
5581 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItem",kwnames,&obj0,&obj1)) goto fail;
5582 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5583 {
5584 arg2 = (int) SWIG_PyObj_AsInt(obj1);
5585 if (PyErr_Occurred()) SWIG_fail;
5586 }
5587 {
5588 PyThreadState* __tstate = wxPyBeginAllowThreads();
5589 (arg1)->SetFirstItem(arg2);
5590
5591 wxPyEndAllowThreads(__tstate);
5592 if (PyErr_Occurred()) SWIG_fail;
5593 }
5594 Py_INCREF(Py_None); resultobj = Py_None;
5595 return resultobj;
5596 fail:
5597 return NULL;
5598 }
5599
5600
5601 static PyObject *_wrap_ListBox_SetFirstItemStr(PyObject *self, PyObject *args, PyObject *kwargs) {
5602 PyObject *resultobj;
5603 wxListBox *arg1 = (wxListBox *) 0 ;
5604 wxString *arg2 = 0 ;
5605 bool temp2 = False ;
5606 PyObject * obj0 = 0 ;
5607 PyObject * obj1 = 0 ;
5608 char *kwnames[] = {
5609 (char *) "self",(char *) "s", NULL
5610 };
5611
5612 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_SetFirstItemStr",kwnames,&obj0,&obj1)) goto fail;
5613 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5614 {
5615 arg2 = wxString_in_helper(obj1);
5616 if (arg2 == NULL) SWIG_fail;
5617 temp2 = True;
5618 }
5619 {
5620 PyThreadState* __tstate = wxPyBeginAllowThreads();
5621 (arg1)->SetFirstItem((wxString const &)*arg2);
5622
5623 wxPyEndAllowThreads(__tstate);
5624 if (PyErr_Occurred()) SWIG_fail;
5625 }
5626 Py_INCREF(Py_None); resultobj = Py_None;
5627 {
5628 if (temp2)
5629 delete arg2;
5630 }
5631 return resultobj;
5632 fail:
5633 {
5634 if (temp2)
5635 delete arg2;
5636 }
5637 return NULL;
5638 }
5639
5640
5641 static PyObject *_wrap_ListBox_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
5642 PyObject *resultobj;
5643 wxListBox *arg1 = (wxListBox *) 0 ;
5644 int arg2 ;
5645 PyObject * obj0 = 0 ;
5646 PyObject * obj1 = 0 ;
5647 char *kwnames[] = {
5648 (char *) "self",(char *) "n", NULL
5649 };
5650
5651 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
5652 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5653 {
5654 arg2 = (int) SWIG_PyObj_AsInt(obj1);
5655 if (PyErr_Occurred()) SWIG_fail;
5656 }
5657 {
5658 PyThreadState* __tstate = wxPyBeginAllowThreads();
5659 (arg1)->EnsureVisible(arg2);
5660
5661 wxPyEndAllowThreads(__tstate);
5662 if (PyErr_Occurred()) SWIG_fail;
5663 }
5664 Py_INCREF(Py_None); resultobj = Py_None;
5665 return resultobj;
5666 fail:
5667 return NULL;
5668 }
5669
5670
5671 static PyObject *_wrap_ListBox_AppendAndEnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
5672 PyObject *resultobj;
5673 wxListBox *arg1 = (wxListBox *) 0 ;
5674 wxString *arg2 = 0 ;
5675 bool temp2 = False ;
5676 PyObject * obj0 = 0 ;
5677 PyObject * obj1 = 0 ;
5678 char *kwnames[] = {
5679 (char *) "self",(char *) "s", NULL
5680 };
5681
5682 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListBox_AppendAndEnsureVisible",kwnames,&obj0,&obj1)) goto fail;
5683 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5684 {
5685 arg2 = wxString_in_helper(obj1);
5686 if (arg2 == NULL) SWIG_fail;
5687 temp2 = True;
5688 }
5689 {
5690 PyThreadState* __tstate = wxPyBeginAllowThreads();
5691 (arg1)->AppendAndEnsureVisible((wxString const &)*arg2);
5692
5693 wxPyEndAllowThreads(__tstate);
5694 if (PyErr_Occurred()) SWIG_fail;
5695 }
5696 Py_INCREF(Py_None); resultobj = Py_None;
5697 {
5698 if (temp2)
5699 delete arg2;
5700 }
5701 return resultobj;
5702 fail:
5703 {
5704 if (temp2)
5705 delete arg2;
5706 }
5707 return NULL;
5708 }
5709
5710
5711 static PyObject *_wrap_ListBox_IsSorted(PyObject *self, PyObject *args, PyObject *kwargs) {
5712 PyObject *resultobj;
5713 wxListBox *arg1 = (wxListBox *) 0 ;
5714 bool result;
5715 PyObject * obj0 = 0 ;
5716 char *kwnames[] = {
5717 (char *) "self", NULL
5718 };
5719
5720 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListBox_IsSorted",kwnames,&obj0)) goto fail;
5721 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5722 {
5723 PyThreadState* __tstate = wxPyBeginAllowThreads();
5724 result = (bool)((wxListBox const *)arg1)->IsSorted();
5725
5726 wxPyEndAllowThreads(__tstate);
5727 if (PyErr_Occurred()) SWIG_fail;
5728 }
5729 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5730 return resultobj;
5731 fail:
5732 return NULL;
5733 }
5734
5735
5736 static PyObject * ListBox_swigregister(PyObject *self, PyObject *args) {
5737 PyObject *obj;
5738 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
5739 SWIG_TypeClientData(SWIGTYPE_p_wxListBox, obj);
5740 Py_INCREF(obj);
5741 return Py_BuildValue((char *)"");
5742 }
5743 static PyObject *_wrap_new_CheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5744 PyObject *resultobj;
5745 wxWindow *arg1 = (wxWindow *) 0 ;
5746 int arg2 ;
5747 wxPoint const &arg3_defvalue = wxDefaultPosition ;
5748 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
5749 wxSize const &arg4_defvalue = wxDefaultSize ;
5750 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
5751 wxArrayString const &arg5_defvalue = wxPyEmptyStringArray ;
5752 wxArrayString *arg5 = (wxArrayString *) &arg5_defvalue ;
5753 long arg6 = (long) 0 ;
5754 wxValidator const &arg7_defvalue = wxDefaultValidator ;
5755 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
5756 wxString const &arg8_defvalue = wxPyListBoxNameStr ;
5757 wxString *arg8 = (wxString *) &arg8_defvalue ;
5758 wxCheckListBox *result;
5759 wxPoint temp3 ;
5760 wxSize temp4 ;
5761 bool temp8 = False ;
5762 PyObject * obj0 = 0 ;
5763 PyObject * obj1 = 0 ;
5764 PyObject * obj2 = 0 ;
5765 PyObject * obj3 = 0 ;
5766 PyObject * obj4 = 0 ;
5767 PyObject * obj5 = 0 ;
5768 PyObject * obj6 = 0 ;
5769 PyObject * obj7 = 0 ;
5770 char *kwnames[] = {
5771 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5772 };
5773
5774 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_CheckListBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
5775 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5776 {
5777 arg2 = (int) SWIG_PyObj_AsInt(obj1);
5778 if (PyErr_Occurred()) SWIG_fail;
5779 }
5780 if (obj2) {
5781 {
5782 arg3 = &temp3;
5783 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
5784 }
5785 }
5786 if (obj3) {
5787 {
5788 arg4 = &temp4;
5789 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
5790 }
5791 }
5792 if (obj4) {
5793 {
5794 if (! PySequence_Check(obj4)) {
5795 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5796 SWIG_fail;
5797 }
5798 arg5 = new wxArrayString;
5799 int i, len=PySequence_Length(obj4);
5800 for (i=0; i<len; i++) {
5801 PyObject* item = PySequence_GetItem(obj4, i);
5802 #if wxUSE_UNICODE
5803 PyObject* str = PyObject_Unicode(item);
5804 #else
5805 PyObject* str = PyObject_Str(item);
5806 #endif
5807 arg5->Add(Py2wxString(str));
5808 Py_DECREF(item);
5809 Py_DECREF(str);
5810 }
5811 }
5812 }
5813 if (obj5) {
5814 {
5815 arg6 = (long) SWIG_PyObj_AsLong(obj5);
5816 if (PyErr_Occurred()) SWIG_fail;
5817 }
5818 }
5819 if (obj6) {
5820 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5821 if (arg7 == NULL) {
5822 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
5823 }
5824 }
5825 if (obj7) {
5826 {
5827 arg8 = wxString_in_helper(obj7);
5828 if (arg8 == NULL) SWIG_fail;
5829 temp8 = True;
5830 }
5831 }
5832 {
5833 PyThreadState* __tstate = wxPyBeginAllowThreads();
5834 result = (wxCheckListBox *)new wxCheckListBox(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,(wxArrayString const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
5835
5836 wxPyEndAllowThreads(__tstate);
5837 if (PyErr_Occurred()) SWIG_fail;
5838 }
5839 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxCheckListBox, 1);
5840 {
5841 if (arg5) delete arg5;
5842 }
5843 {
5844 if (temp8)
5845 delete arg8;
5846 }
5847 return resultobj;
5848 fail:
5849 {
5850 if (arg5) delete arg5;
5851 }
5852 {
5853 if (temp8)
5854 delete arg8;
5855 }
5856 return NULL;
5857 }
5858
5859
5860 static PyObject *_wrap_new_PreCheckListBox(PyObject *self, PyObject *args, PyObject *kwargs) {
5861 PyObject *resultobj;
5862 wxCheckListBox *result;
5863 char *kwnames[] = {
5864 NULL
5865 };
5866
5867 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreCheckListBox",kwnames)) goto fail;
5868 {
5869 PyThreadState* __tstate = wxPyBeginAllowThreads();
5870 result = (wxCheckListBox *)new wxCheckListBox();
5871
5872 wxPyEndAllowThreads(__tstate);
5873 if (PyErr_Occurred()) SWIG_fail;
5874 }
5875 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxCheckListBox, 1);
5876 return resultobj;
5877 fail:
5878 return NULL;
5879 }
5880
5881
5882 static PyObject *_wrap_CheckListBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
5883 PyObject *resultobj;
5884 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
5885 wxWindow *arg2 = (wxWindow *) 0 ;
5886 int arg3 ;
5887 wxPoint const &arg4_defvalue = wxDefaultPosition ;
5888 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
5889 wxSize const &arg5_defvalue = wxDefaultSize ;
5890 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
5891 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
5892 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
5893 long arg7 = (long) 0 ;
5894 wxValidator const &arg8_defvalue = wxDefaultValidator ;
5895 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
5896 wxString const &arg9_defvalue = wxPyListBoxNameStr ;
5897 wxString *arg9 = (wxString *) &arg9_defvalue ;
5898 bool result;
5899 wxPoint temp4 ;
5900 wxSize temp5 ;
5901 bool temp9 = False ;
5902 PyObject * obj0 = 0 ;
5903 PyObject * obj1 = 0 ;
5904 PyObject * obj2 = 0 ;
5905 PyObject * obj3 = 0 ;
5906 PyObject * obj4 = 0 ;
5907 PyObject * obj5 = 0 ;
5908 PyObject * obj6 = 0 ;
5909 PyObject * obj7 = 0 ;
5910 PyObject * obj8 = 0 ;
5911 char *kwnames[] = {
5912 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5913 };
5914
5915 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:CheckListBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
5916 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5917 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5918 {
5919 arg3 = (int) SWIG_PyObj_AsInt(obj2);
5920 if (PyErr_Occurred()) SWIG_fail;
5921 }
5922 if (obj3) {
5923 {
5924 arg4 = &temp4;
5925 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
5926 }
5927 }
5928 if (obj4) {
5929 {
5930 arg5 = &temp5;
5931 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
5932 }
5933 }
5934 if (obj5) {
5935 {
5936 if (! PySequence_Check(obj5)) {
5937 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
5938 SWIG_fail;
5939 }
5940 arg6 = new wxArrayString;
5941 int i, len=PySequence_Length(obj5);
5942 for (i=0; i<len; i++) {
5943 PyObject* item = PySequence_GetItem(obj5, i);
5944 #if wxUSE_UNICODE
5945 PyObject* str = PyObject_Unicode(item);
5946 #else
5947 PyObject* str = PyObject_Str(item);
5948 #endif
5949 arg6->Add(Py2wxString(str));
5950 Py_DECREF(item);
5951 Py_DECREF(str);
5952 }
5953 }
5954 }
5955 if (obj6) {
5956 {
5957 arg7 = (long) SWIG_PyObj_AsLong(obj6);
5958 if (PyErr_Occurred()) SWIG_fail;
5959 }
5960 }
5961 if (obj7) {
5962 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
5963 if (arg8 == NULL) {
5964 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
5965 }
5966 }
5967 if (obj8) {
5968 {
5969 arg9 = wxString_in_helper(obj8);
5970 if (arg9 == NULL) SWIG_fail;
5971 temp9 = True;
5972 }
5973 }
5974 {
5975 PyThreadState* __tstate = wxPyBeginAllowThreads();
5976 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,(wxArrayString const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
5977
5978 wxPyEndAllowThreads(__tstate);
5979 if (PyErr_Occurred()) SWIG_fail;
5980 }
5981 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
5982 {
5983 if (arg6) delete arg6;
5984 }
5985 {
5986 if (temp9)
5987 delete arg9;
5988 }
5989 return resultobj;
5990 fail:
5991 {
5992 if (arg6) delete arg6;
5993 }
5994 {
5995 if (temp9)
5996 delete arg9;
5997 }
5998 return NULL;
5999 }
6000
6001
6002 static PyObject *_wrap_CheckListBox_IsChecked(PyObject *self, PyObject *args, PyObject *kwargs) {
6003 PyObject *resultobj;
6004 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6005 int arg2 ;
6006 bool result;
6007 PyObject * obj0 = 0 ;
6008 PyObject * obj1 = 0 ;
6009 char *kwnames[] = {
6010 (char *) "self",(char *) "index", NULL
6011 };
6012
6013 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_IsChecked",kwnames,&obj0,&obj1)) goto fail;
6014 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6015 {
6016 arg2 = (int) SWIG_PyObj_AsInt(obj1);
6017 if (PyErr_Occurred()) SWIG_fail;
6018 }
6019 {
6020 PyThreadState* __tstate = wxPyBeginAllowThreads();
6021 result = (bool)(arg1)->IsChecked(arg2);
6022
6023 wxPyEndAllowThreads(__tstate);
6024 if (PyErr_Occurred()) SWIG_fail;
6025 }
6026 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6027 return resultobj;
6028 fail:
6029 return NULL;
6030 }
6031
6032
6033 static PyObject *_wrap_CheckListBox_Check(PyObject *self, PyObject *args, PyObject *kwargs) {
6034 PyObject *resultobj;
6035 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6036 int arg2 ;
6037 int arg3 = (int) True ;
6038 PyObject * obj0 = 0 ;
6039 PyObject * obj1 = 0 ;
6040 PyObject * obj2 = 0 ;
6041 char *kwnames[] = {
6042 (char *) "self",(char *) "index",(char *) "check", NULL
6043 };
6044
6045 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:CheckListBox_Check",kwnames,&obj0,&obj1,&obj2)) goto fail;
6046 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6047 {
6048 arg2 = (int) SWIG_PyObj_AsInt(obj1);
6049 if (PyErr_Occurred()) SWIG_fail;
6050 }
6051 if (obj2) {
6052 {
6053 arg3 = (int) SWIG_PyObj_AsInt(obj2);
6054 if (PyErr_Occurred()) SWIG_fail;
6055 }
6056 }
6057 {
6058 PyThreadState* __tstate = wxPyBeginAllowThreads();
6059 (arg1)->Check(arg2,arg3);
6060
6061 wxPyEndAllowThreads(__tstate);
6062 if (PyErr_Occurred()) SWIG_fail;
6063 }
6064 Py_INCREF(Py_None); resultobj = Py_None;
6065 return resultobj;
6066 fail:
6067 return NULL;
6068 }
6069
6070
6071 static PyObject *_wrap_CheckListBox_GetItemHeight(PyObject *self, PyObject *args, PyObject *kwargs) {
6072 PyObject *resultobj;
6073 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6074 int result;
6075 PyObject * obj0 = 0 ;
6076 char *kwnames[] = {
6077 (char *) "self", NULL
6078 };
6079
6080 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:CheckListBox_GetItemHeight",kwnames,&obj0)) goto fail;
6081 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6082 {
6083 PyThreadState* __tstate = wxPyBeginAllowThreads();
6084 result = (int)(arg1)->GetItemHeight();
6085
6086 wxPyEndAllowThreads(__tstate);
6087 if (PyErr_Occurred()) SWIG_fail;
6088 }
6089 resultobj = SWIG_PyObj_FromInt((int)result);
6090 return resultobj;
6091 fail:
6092 return NULL;
6093 }
6094
6095
6096 static PyObject *_wrap_CheckListBox_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
6097 PyObject *resultobj;
6098 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6099 wxPoint *arg2 = 0 ;
6100 int result;
6101 wxPoint temp2 ;
6102 PyObject * obj0 = 0 ;
6103 PyObject * obj1 = 0 ;
6104 char *kwnames[] = {
6105 (char *) "self",(char *) "pt", NULL
6106 };
6107
6108 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:CheckListBox_HitTest",kwnames,&obj0,&obj1)) goto fail;
6109 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6110 {
6111 arg2 = &temp2;
6112 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
6113 }
6114 {
6115 PyThreadState* __tstate = wxPyBeginAllowThreads();
6116 result = (int)((wxCheckListBox const *)arg1)->HitTest((wxPoint const &)*arg2);
6117
6118 wxPyEndAllowThreads(__tstate);
6119 if (PyErr_Occurred()) SWIG_fail;
6120 }
6121 resultobj = SWIG_PyObj_FromInt((int)result);
6122 return resultobj;
6123 fail:
6124 return NULL;
6125 }
6126
6127
6128 static PyObject *_wrap_CheckListBox_HitTestXY(PyObject *self, PyObject *args, PyObject *kwargs) {
6129 PyObject *resultobj;
6130 wxCheckListBox *arg1 = (wxCheckListBox *) 0 ;
6131 int arg2 ;
6132 int arg3 ;
6133 int result;
6134 PyObject * obj0 = 0 ;
6135 PyObject * obj1 = 0 ;
6136 PyObject * obj2 = 0 ;
6137 char *kwnames[] = {
6138 (char *) "self",(char *) "x",(char *) "y", NULL
6139 };
6140
6141 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:CheckListBox_HitTestXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
6142 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxCheckListBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6143 {
6144 arg2 = (int) SWIG_PyObj_AsInt(obj1);
6145 if (PyErr_Occurred()) SWIG_fail;
6146 }
6147 {
6148 arg3 = (int) SWIG_PyObj_AsInt(obj2);
6149 if (PyErr_Occurred()) SWIG_fail;
6150 }
6151 {
6152 PyThreadState* __tstate = wxPyBeginAllowThreads();
6153 result = (int)((wxCheckListBox const *)arg1)->HitTest(arg2,arg3);
6154
6155 wxPyEndAllowThreads(__tstate);
6156 if (PyErr_Occurred()) SWIG_fail;
6157 }
6158 resultobj = SWIG_PyObj_FromInt((int)result);
6159 return resultobj;
6160 fail:
6161 return NULL;
6162 }
6163
6164
6165 static PyObject * CheckListBox_swigregister(PyObject *self, PyObject *args) {
6166 PyObject *obj;
6167 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
6168 SWIG_TypeClientData(SWIGTYPE_p_wxCheckListBox, obj);
6169 Py_INCREF(obj);
6170 return Py_BuildValue((char *)"");
6171 }
6172 static int _wrap_TextCtrlNameStr_set(PyObject *_val) {
6173 PyErr_SetString(PyExc_TypeError,"Variable TextCtrlNameStr is read-only.");
6174 return 1;
6175 }
6176
6177
6178 static PyObject *_wrap_TextCtrlNameStr_get() {
6179 PyObject *pyobj;
6180
6181 {
6182 #if wxUSE_UNICODE
6183 pyobj = PyUnicode_FromWideChar((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
6184 #else
6185 pyobj = PyString_FromStringAndSize((&wxPyTextCtrlNameStr)->c_str(), (&wxPyTextCtrlNameStr)->Len());
6186 #endif
6187 }
6188 return pyobj;
6189 }
6190
6191
6192 static PyObject *_wrap_new_TextAttr__SWIG_0(PyObject *self, PyObject *args) {
6193 PyObject *resultobj;
6194 wxTextAttr *result;
6195
6196 if(!PyArg_ParseTuple(args,(char *)":new_TextAttr")) goto fail;
6197 {
6198 PyThreadState* __tstate = wxPyBeginAllowThreads();
6199 result = (wxTextAttr *)new wxTextAttr();
6200
6201 wxPyEndAllowThreads(__tstate);
6202 if (PyErr_Occurred()) SWIG_fail;
6203 }
6204 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxTextAttr, 1);
6205 return resultobj;
6206 fail:
6207 return NULL;
6208 }
6209
6210
6211 static PyObject *_wrap_new_TextAttr__SWIG_1(PyObject *self, PyObject *args) {
6212 PyObject *resultobj;
6213 wxColour *arg1 = 0 ;
6214 wxColour const &arg2_defvalue = wxNullColour ;
6215 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
6216 wxFont const &arg3_defvalue = wxNullFont ;
6217 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
6218 int arg4 = (int) wxTEXT_ALIGNMENT_DEFAULT ;
6219 wxTextAttr *result;
6220 wxColour temp1 ;
6221 wxColour temp2 ;
6222 PyObject * obj0 = 0 ;
6223 PyObject * obj1 = 0 ;
6224 PyObject * obj2 = 0 ;
6225 PyObject * obj3 = 0 ;
6226
6227 if(!PyArg_ParseTuple(args,(char *)"O|OOO:new_TextAttr",&obj0,&obj1,&obj2,&obj3)) goto fail;
6228 {
6229 arg1 = &temp1;
6230 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
6231 }
6232 if (obj1) {
6233 {
6234 arg2 = &temp2;
6235 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
6236 }
6237 }
6238 if (obj2) {
6239 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxFont,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6240 if (arg3 == NULL) {
6241 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
6242 }
6243 }
6244 if (obj3) {
6245 {
6246 arg4 = (wxTextAttrAlignment) SWIG_PyObj_AsInt(obj3);
6247 if (PyErr_Occurred()) SWIG_fail;
6248 }
6249 }
6250 {
6251 PyThreadState* __tstate = wxPyBeginAllowThreads();
6252 result = (wxTextAttr *)new wxTextAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3,(wxTextAttrAlignment )arg4);
6253
6254 wxPyEndAllowThreads(__tstate);
6255 if (PyErr_Occurred()) SWIG_fail;
6256 }
6257 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxTextAttr, 1);
6258 return resultobj;
6259 fail:
6260 return NULL;
6261 }
6262
6263
6264 static PyObject *_wrap_new_TextAttr(PyObject *self, PyObject *args) {
6265 int argc;
6266 PyObject *argv[5];
6267 int ii;
6268
6269 argc = PyObject_Length(args);
6270 for (ii = 0; (ii < argc) && (ii < 4); ii++) {
6271 argv[ii] = PyTuple_GetItem(args,ii);
6272 }
6273 if (argc == 0) {
6274 return _wrap_new_TextAttr__SWIG_0(self,args);
6275 }
6276 if ((argc >= 1) && (argc <= 4)) {
6277 int _v;
6278 {
6279 _v = wxColour_typecheck(argv[0]);
6280 }
6281 if (_v) {
6282 if (argc <= 1) {
6283 return _wrap_new_TextAttr__SWIG_1(self,args);
6284 }
6285 {
6286 _v = wxColour_typecheck(argv[1]);
6287 }
6288 if (_v) {
6289 if (argc <= 2) {
6290 return _wrap_new_TextAttr__SWIG_1(self,args);
6291 }
6292 {
6293 void *ptr;
6294 if (SWIG_ConvertPtr(argv[2], (void **) &ptr, SWIGTYPE_p_wxFont, 0) == -1) {
6295 _v = 0;
6296 PyErr_Clear();
6297 } else {
6298 _v = 1;
6299 }
6300 }
6301 if (_v) {
6302 if (argc <= 3) {
6303 return _wrap_new_TextAttr__SWIG_1(self,args);
6304 }
6305 {
6306 SWIG_PyObj_AsInt(argv[3]);
6307 if (PyErr_Occurred()) {
6308 _v = 0;
6309 PyErr_Clear();
6310 } else {
6311 _v = 1;
6312 }
6313 }
6314 if (_v) {
6315 return _wrap_new_TextAttr__SWIG_1(self,args);
6316 }
6317 }
6318 }
6319 }
6320 }
6321
6322 PyErr_SetString(PyExc_TypeError,"No matching function for overloaded 'new_TextAttr'");
6323 return NULL;
6324 }
6325
6326
6327 static PyObject *_wrap_delete_TextAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
6328 PyObject *resultobj;
6329 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6330 PyObject * obj0 = 0 ;
6331 char *kwnames[] = {
6332 (char *) "self", NULL
6333 };
6334
6335 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TextAttr",kwnames,&obj0)) goto fail;
6336 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6337 {
6338 PyThreadState* __tstate = wxPyBeginAllowThreads();
6339 delete arg1;
6340
6341 wxPyEndAllowThreads(__tstate);
6342 if (PyErr_Occurred()) SWIG_fail;
6343 }
6344 Py_INCREF(Py_None); resultobj = Py_None;
6345 return resultobj;
6346 fail:
6347 return NULL;
6348 }
6349
6350
6351 static PyObject *_wrap_TextAttr_Init(PyObject *self, PyObject *args, PyObject *kwargs) {
6352 PyObject *resultobj;
6353 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6354 PyObject * obj0 = 0 ;
6355 char *kwnames[] = {
6356 (char *) "self", NULL
6357 };
6358
6359 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_Init",kwnames,&obj0)) goto fail;
6360 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6361 {
6362 PyThreadState* __tstate = wxPyBeginAllowThreads();
6363 (arg1)->Init();
6364
6365 wxPyEndAllowThreads(__tstate);
6366 if (PyErr_Occurred()) SWIG_fail;
6367 }
6368 Py_INCREF(Py_None); resultobj = Py_None;
6369 return resultobj;
6370 fail:
6371 return NULL;
6372 }
6373
6374
6375 static PyObject *_wrap_TextAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6376 PyObject *resultobj;
6377 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6378 wxColour *arg2 = 0 ;
6379 wxColour temp2 ;
6380 PyObject * obj0 = 0 ;
6381 PyObject * obj1 = 0 ;
6382 char *kwnames[] = {
6383 (char *) "self",(char *) "colText", NULL
6384 };
6385
6386 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
6387 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6388 {
6389 arg2 = &temp2;
6390 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
6391 }
6392 {
6393 PyThreadState* __tstate = wxPyBeginAllowThreads();
6394 (arg1)->SetTextColour((wxColour const &)*arg2);
6395
6396 wxPyEndAllowThreads(__tstate);
6397 if (PyErr_Occurred()) SWIG_fail;
6398 }
6399 Py_INCREF(Py_None); resultobj = Py_None;
6400 return resultobj;
6401 fail:
6402 return NULL;
6403 }
6404
6405
6406 static PyObject *_wrap_TextAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6407 PyObject *resultobj;
6408 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6409 wxColour *arg2 = 0 ;
6410 wxColour temp2 ;
6411 PyObject * obj0 = 0 ;
6412 PyObject * obj1 = 0 ;
6413 char *kwnames[] = {
6414 (char *) "self",(char *) "colBack", NULL
6415 };
6416
6417 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
6418 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6419 {
6420 arg2 = &temp2;
6421 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
6422 }
6423 {
6424 PyThreadState* __tstate = wxPyBeginAllowThreads();
6425 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
6426
6427 wxPyEndAllowThreads(__tstate);
6428 if (PyErr_Occurred()) SWIG_fail;
6429 }
6430 Py_INCREF(Py_None); resultobj = Py_None;
6431 return resultobj;
6432 fail:
6433 return NULL;
6434 }
6435
6436
6437 static PyObject *_wrap_TextAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6438 PyObject *resultobj;
6439 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6440 wxFont *arg2 = 0 ;
6441 long arg3 = (long) wxTEXT_ATTR_FONT ;
6442 PyObject * obj0 = 0 ;
6443 PyObject * obj1 = 0 ;
6444 PyObject * obj2 = 0 ;
6445 char *kwnames[] = {
6446 (char *) "self",(char *) "font",(char *) "flags", NULL
6447 };
6448
6449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TextAttr_SetFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
6450 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6451 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxFont,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6452 if (arg2 == NULL) {
6453 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
6454 }
6455 if (obj2) {
6456 {
6457 arg3 = (long) SWIG_PyObj_AsLong(obj2);
6458 if (PyErr_Occurred()) SWIG_fail;
6459 }
6460 }
6461 {
6462 PyThreadState* __tstate = wxPyBeginAllowThreads();
6463 (arg1)->SetFont((wxFont const &)*arg2,arg3);
6464
6465 wxPyEndAllowThreads(__tstate);
6466 if (PyErr_Occurred()) SWIG_fail;
6467 }
6468 Py_INCREF(Py_None); resultobj = Py_None;
6469 return resultobj;
6470 fail:
6471 return NULL;
6472 }
6473
6474
6475 static PyObject *_wrap_TextAttr_SetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
6476 PyObject *resultobj;
6477 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6478 int arg2 ;
6479 PyObject * obj0 = 0 ;
6480 PyObject * obj1 = 0 ;
6481 char *kwnames[] = {
6482 (char *) "self",(char *) "alignment", NULL
6483 };
6484
6485 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetAlignment",kwnames,&obj0,&obj1)) goto fail;
6486 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6487 {
6488 arg2 = (wxTextAttrAlignment) SWIG_PyObj_AsInt(obj1);
6489 if (PyErr_Occurred()) SWIG_fail;
6490 }
6491 {
6492 PyThreadState* __tstate = wxPyBeginAllowThreads();
6493 (arg1)->SetAlignment((wxTextAttrAlignment )arg2);
6494
6495 wxPyEndAllowThreads(__tstate);
6496 if (PyErr_Occurred()) SWIG_fail;
6497 }
6498 Py_INCREF(Py_None); resultobj = Py_None;
6499 return resultobj;
6500 fail:
6501 return NULL;
6502 }
6503
6504
6505 static PyObject *_wrap_TextAttr_SetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
6506 PyObject *resultobj;
6507 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6508 wxArrayInt *arg2 = 0 ;
6509 PyObject * obj0 = 0 ;
6510 PyObject * obj1 = 0 ;
6511 char *kwnames[] = {
6512 (char *) "self",(char *) "tabs", NULL
6513 };
6514
6515 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetTabs",kwnames,&obj0,&obj1)) goto fail;
6516 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6517 {
6518 if (! PySequence_Check(obj1)) {
6519 PyErr_SetString(PyExc_TypeError, "Sequence of integers expected.");
6520 SWIG_fail;
6521 }
6522 arg2 = new wxArrayInt;
6523 int i, len=PySequence_Length(obj1);
6524 for (i=0; i<len; i++) {
6525 PyObject* item = PySequence_GetItem(obj1, i);
6526 PyObject* number = PyNumber_Int(item);
6527 arg2->Add(PyInt_AS_LONG(number));
6528 Py_DECREF(item);
6529 Py_DECREF(number);
6530 }
6531 }
6532 {
6533 PyThreadState* __tstate = wxPyBeginAllowThreads();
6534 (arg1)->SetTabs((wxArrayInt const &)*arg2);
6535
6536 wxPyEndAllowThreads(__tstate);
6537 if (PyErr_Occurred()) SWIG_fail;
6538 }
6539 Py_INCREF(Py_None); resultobj = Py_None;
6540 {
6541 if (arg2) delete arg2;
6542 }
6543 return resultobj;
6544 fail:
6545 {
6546 if (arg2) delete arg2;
6547 }
6548 return NULL;
6549 }
6550
6551
6552 static PyObject *_wrap_TextAttr_SetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6553 PyObject *resultobj;
6554 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6555 int arg2 ;
6556 PyObject * obj0 = 0 ;
6557 PyObject * obj1 = 0 ;
6558 char *kwnames[] = {
6559 (char *) "self",(char *) "indent", NULL
6560 };
6561
6562 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetLeftIndent",kwnames,&obj0,&obj1)) goto fail;
6563 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6564 {
6565 arg2 = (int) SWIG_PyObj_AsInt(obj1);
6566 if (PyErr_Occurred()) SWIG_fail;
6567 }
6568 {
6569 PyThreadState* __tstate = wxPyBeginAllowThreads();
6570 (arg1)->SetLeftIndent(arg2);
6571
6572 wxPyEndAllowThreads(__tstate);
6573 if (PyErr_Occurred()) SWIG_fail;
6574 }
6575 Py_INCREF(Py_None); resultobj = Py_None;
6576 return resultobj;
6577 fail:
6578 return NULL;
6579 }
6580
6581
6582 static PyObject *_wrap_TextAttr_SetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6583 PyObject *resultobj;
6584 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6585 int arg2 ;
6586 PyObject * obj0 = 0 ;
6587 PyObject * obj1 = 0 ;
6588 char *kwnames[] = {
6589 (char *) "self",(char *) "indent", NULL
6590 };
6591
6592 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetRightIndent",kwnames,&obj0,&obj1)) goto fail;
6593 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6594 {
6595 arg2 = (int) SWIG_PyObj_AsInt(obj1);
6596 if (PyErr_Occurred()) SWIG_fail;
6597 }
6598 {
6599 PyThreadState* __tstate = wxPyBeginAllowThreads();
6600 (arg1)->SetRightIndent(arg2);
6601
6602 wxPyEndAllowThreads(__tstate);
6603 if (PyErr_Occurred()) SWIG_fail;
6604 }
6605 Py_INCREF(Py_None); resultobj = Py_None;
6606 return resultobj;
6607 fail:
6608 return NULL;
6609 }
6610
6611
6612 static PyObject *_wrap_TextAttr_SetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
6613 PyObject *resultobj;
6614 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6615 long arg2 ;
6616 PyObject * obj0 = 0 ;
6617 PyObject * obj1 = 0 ;
6618 char *kwnames[] = {
6619 (char *) "self",(char *) "flags", NULL
6620 };
6621
6622 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_SetFlags",kwnames,&obj0,&obj1)) goto fail;
6623 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6624 {
6625 arg2 = (long) SWIG_PyObj_AsLong(obj1);
6626 if (PyErr_Occurred()) SWIG_fail;
6627 }
6628 {
6629 PyThreadState* __tstate = wxPyBeginAllowThreads();
6630 (arg1)->SetFlags(arg2);
6631
6632 wxPyEndAllowThreads(__tstate);
6633 if (PyErr_Occurred()) SWIG_fail;
6634 }
6635 Py_INCREF(Py_None); resultobj = Py_None;
6636 return resultobj;
6637 fail:
6638 return NULL;
6639 }
6640
6641
6642 static PyObject *_wrap_TextAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6643 PyObject *resultobj;
6644 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6645 bool result;
6646 PyObject * obj0 = 0 ;
6647 char *kwnames[] = {
6648 (char *) "self", NULL
6649 };
6650
6651 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasTextColour",kwnames,&obj0)) goto fail;
6652 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6653 {
6654 PyThreadState* __tstate = wxPyBeginAllowThreads();
6655 result = (bool)((wxTextAttr const *)arg1)->HasTextColour();
6656
6657 wxPyEndAllowThreads(__tstate);
6658 if (PyErr_Occurred()) SWIG_fail;
6659 }
6660 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6661 return resultobj;
6662 fail:
6663 return NULL;
6664 }
6665
6666
6667 static PyObject *_wrap_TextAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6668 PyObject *resultobj;
6669 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6670 bool result;
6671 PyObject * obj0 = 0 ;
6672 char *kwnames[] = {
6673 (char *) "self", NULL
6674 };
6675
6676 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
6677 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6678 {
6679 PyThreadState* __tstate = wxPyBeginAllowThreads();
6680 result = (bool)((wxTextAttr const *)arg1)->HasBackgroundColour();
6681
6682 wxPyEndAllowThreads(__tstate);
6683 if (PyErr_Occurred()) SWIG_fail;
6684 }
6685 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6686 return resultobj;
6687 fail:
6688 return NULL;
6689 }
6690
6691
6692 static PyObject *_wrap_TextAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6693 PyObject *resultobj;
6694 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6695 bool result;
6696 PyObject * obj0 = 0 ;
6697 char *kwnames[] = {
6698 (char *) "self", NULL
6699 };
6700
6701 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasFont",kwnames,&obj0)) goto fail;
6702 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6703 {
6704 PyThreadState* __tstate = wxPyBeginAllowThreads();
6705 result = (bool)((wxTextAttr const *)arg1)->HasFont();
6706
6707 wxPyEndAllowThreads(__tstate);
6708 if (PyErr_Occurred()) SWIG_fail;
6709 }
6710 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6711 return resultobj;
6712 fail:
6713 return NULL;
6714 }
6715
6716
6717 static PyObject *_wrap_TextAttr_HasAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
6718 PyObject *resultobj;
6719 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6720 bool result;
6721 PyObject * obj0 = 0 ;
6722 char *kwnames[] = {
6723 (char *) "self", NULL
6724 };
6725
6726 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasAlignment",kwnames,&obj0)) goto fail;
6727 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6728 {
6729 PyThreadState* __tstate = wxPyBeginAllowThreads();
6730 result = (bool)((wxTextAttr const *)arg1)->HasAlignment();
6731
6732 wxPyEndAllowThreads(__tstate);
6733 if (PyErr_Occurred()) SWIG_fail;
6734 }
6735 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6736 return resultobj;
6737 fail:
6738 return NULL;
6739 }
6740
6741
6742 static PyObject *_wrap_TextAttr_HasTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
6743 PyObject *resultobj;
6744 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6745 bool result;
6746 PyObject * obj0 = 0 ;
6747 char *kwnames[] = {
6748 (char *) "self", NULL
6749 };
6750
6751 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasTabs",kwnames,&obj0)) goto fail;
6752 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6753 {
6754 PyThreadState* __tstate = wxPyBeginAllowThreads();
6755 result = (bool)((wxTextAttr const *)arg1)->HasTabs();
6756
6757 wxPyEndAllowThreads(__tstate);
6758 if (PyErr_Occurred()) SWIG_fail;
6759 }
6760 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6761 return resultobj;
6762 fail:
6763 return NULL;
6764 }
6765
6766
6767 static PyObject *_wrap_TextAttr_HasLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6768 PyObject *resultobj;
6769 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6770 bool result;
6771 PyObject * obj0 = 0 ;
6772 char *kwnames[] = {
6773 (char *) "self", NULL
6774 };
6775
6776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasLeftIndent",kwnames,&obj0)) goto fail;
6777 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6778 {
6779 PyThreadState* __tstate = wxPyBeginAllowThreads();
6780 result = (bool)((wxTextAttr const *)arg1)->HasLeftIndent();
6781
6782 wxPyEndAllowThreads(__tstate);
6783 if (PyErr_Occurred()) SWIG_fail;
6784 }
6785 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6786 return resultobj;
6787 fail:
6788 return NULL;
6789 }
6790
6791
6792 static PyObject *_wrap_TextAttr_HasRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6793 PyObject *resultobj;
6794 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6795 bool result;
6796 PyObject * obj0 = 0 ;
6797 char *kwnames[] = {
6798 (char *) "self", NULL
6799 };
6800
6801 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_HasRightIndent",kwnames,&obj0)) goto fail;
6802 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6803 {
6804 PyThreadState* __tstate = wxPyBeginAllowThreads();
6805 result = (bool)((wxTextAttr const *)arg1)->HasRightIndent();
6806
6807 wxPyEndAllowThreads(__tstate);
6808 if (PyErr_Occurred()) SWIG_fail;
6809 }
6810 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6811 return resultobj;
6812 fail:
6813 return NULL;
6814 }
6815
6816
6817 static PyObject *_wrap_TextAttr_HasFlag(PyObject *self, PyObject *args, PyObject *kwargs) {
6818 PyObject *resultobj;
6819 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6820 long arg2 ;
6821 bool result;
6822 PyObject * obj0 = 0 ;
6823 PyObject * obj1 = 0 ;
6824 char *kwnames[] = {
6825 (char *) "self",(char *) "flag", NULL
6826 };
6827
6828 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextAttr_HasFlag",kwnames,&obj0,&obj1)) goto fail;
6829 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6830 {
6831 arg2 = (long) SWIG_PyObj_AsLong(obj1);
6832 if (PyErr_Occurred()) SWIG_fail;
6833 }
6834 {
6835 PyThreadState* __tstate = wxPyBeginAllowThreads();
6836 result = (bool)((wxTextAttr const *)arg1)->HasFlag(arg2);
6837
6838 wxPyEndAllowThreads(__tstate);
6839 if (PyErr_Occurred()) SWIG_fail;
6840 }
6841 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
6842 return resultobj;
6843 fail:
6844 return NULL;
6845 }
6846
6847
6848 static PyObject *_wrap_TextAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6849 PyObject *resultobj;
6850 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6851 wxColour *result;
6852 PyObject * obj0 = 0 ;
6853 char *kwnames[] = {
6854 (char *) "self", NULL
6855 };
6856
6857 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTextColour",kwnames,&obj0)) goto fail;
6858 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6859 {
6860 PyThreadState* __tstate = wxPyBeginAllowThreads();
6861 {
6862 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetTextColour();
6863 result = (wxColour *) &_result_ref;
6864 }
6865
6866 wxPyEndAllowThreads(__tstate);
6867 if (PyErr_Occurred()) SWIG_fail;
6868 }
6869 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxColour, 0);
6870 return resultobj;
6871 fail:
6872 return NULL;
6873 }
6874
6875
6876 static PyObject *_wrap_TextAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
6877 PyObject *resultobj;
6878 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6879 wxColour *result;
6880 PyObject * obj0 = 0 ;
6881 char *kwnames[] = {
6882 (char *) "self", NULL
6883 };
6884
6885 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
6886 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6887 {
6888 PyThreadState* __tstate = wxPyBeginAllowThreads();
6889 {
6890 wxColour const &_result_ref = ((wxTextAttr const *)arg1)->GetBackgroundColour();
6891 result = (wxColour *) &_result_ref;
6892 }
6893
6894 wxPyEndAllowThreads(__tstate);
6895 if (PyErr_Occurred()) SWIG_fail;
6896 }
6897 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxColour, 0);
6898 return resultobj;
6899 fail:
6900 return NULL;
6901 }
6902
6903
6904 static PyObject *_wrap_TextAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
6905 PyObject *resultobj;
6906 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6907 wxFont *result;
6908 PyObject * obj0 = 0 ;
6909 char *kwnames[] = {
6910 (char *) "self", NULL
6911 };
6912
6913 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFont",kwnames,&obj0)) goto fail;
6914 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6915 {
6916 PyThreadState* __tstate = wxPyBeginAllowThreads();
6917 {
6918 wxFont const &_result_ref = ((wxTextAttr const *)arg1)->GetFont();
6919 result = (wxFont *) &_result_ref;
6920 }
6921
6922 wxPyEndAllowThreads(__tstate);
6923 if (PyErr_Occurred()) SWIG_fail;
6924 }
6925 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxFont, 0);
6926 return resultobj;
6927 fail:
6928 return NULL;
6929 }
6930
6931
6932 static PyObject *_wrap_TextAttr_GetAlignment(PyObject *self, PyObject *args, PyObject *kwargs) {
6933 PyObject *resultobj;
6934 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6935 int result;
6936 PyObject * obj0 = 0 ;
6937 char *kwnames[] = {
6938 (char *) "self", NULL
6939 };
6940
6941 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetAlignment",kwnames,&obj0)) goto fail;
6942 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6943 {
6944 PyThreadState* __tstate = wxPyBeginAllowThreads();
6945 result = (int)((wxTextAttr const *)arg1)->GetAlignment();
6946
6947 wxPyEndAllowThreads(__tstate);
6948 if (PyErr_Occurred()) SWIG_fail;
6949 }
6950 resultobj = SWIG_PyObj_FromInt((int)result);
6951 return resultobj;
6952 fail:
6953 return NULL;
6954 }
6955
6956
6957 static PyObject *_wrap_TextAttr_GetTabs(PyObject *self, PyObject *args, PyObject *kwargs) {
6958 PyObject *resultobj;
6959 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6960 wxArrayInt *result;
6961 PyObject * obj0 = 0 ;
6962 char *kwnames[] = {
6963 (char *) "self", NULL
6964 };
6965
6966 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetTabs",kwnames,&obj0)) goto fail;
6967 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
6968 {
6969 PyThreadState* __tstate = wxPyBeginAllowThreads();
6970 {
6971 wxArrayInt const &_result_ref = ((wxTextAttr const *)arg1)->GetTabs();
6972 result = (wxArrayInt *) &_result_ref;
6973 }
6974
6975 wxPyEndAllowThreads(__tstate);
6976 if (PyErr_Occurred()) SWIG_fail;
6977 }
6978 {
6979 resultobj = PyList_New(0);
6980 size_t idx;
6981 for (idx = 0; idx < result->GetCount(); idx += 1) {
6982 PyObject* val = PyInt_FromLong( result->Item(idx) );
6983 PyList_Append(resultobj, val);
6984 Py_DECREF(val);
6985 }
6986 }
6987 return resultobj;
6988 fail:
6989 return NULL;
6990 }
6991
6992
6993 static PyObject *_wrap_TextAttr_GetLeftIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
6994 PyObject *resultobj;
6995 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
6996 long result;
6997 PyObject * obj0 = 0 ;
6998 char *kwnames[] = {
6999 (char *) "self", NULL
7000 };
7001
7002 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetLeftIndent",kwnames,&obj0)) goto fail;
7003 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7004 {
7005 PyThreadState* __tstate = wxPyBeginAllowThreads();
7006 result = (long)((wxTextAttr const *)arg1)->GetLeftIndent();
7007
7008 wxPyEndAllowThreads(__tstate);
7009 if (PyErr_Occurred()) SWIG_fail;
7010 }
7011 resultobj = SWIG_PyObj_FromLong((long)result);
7012 return resultobj;
7013 fail:
7014 return NULL;
7015 }
7016
7017
7018 static PyObject *_wrap_TextAttr_GetRightIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
7019 PyObject *resultobj;
7020 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7021 long result;
7022 PyObject * obj0 = 0 ;
7023 char *kwnames[] = {
7024 (char *) "self", NULL
7025 };
7026
7027 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetRightIndent",kwnames,&obj0)) goto fail;
7028 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7029 {
7030 PyThreadState* __tstate = wxPyBeginAllowThreads();
7031 result = (long)((wxTextAttr const *)arg1)->GetRightIndent();
7032
7033 wxPyEndAllowThreads(__tstate);
7034 if (PyErr_Occurred()) SWIG_fail;
7035 }
7036 resultobj = SWIG_PyObj_FromLong((long)result);
7037 return resultobj;
7038 fail:
7039 return NULL;
7040 }
7041
7042
7043 static PyObject *_wrap_TextAttr_GetFlags(PyObject *self, PyObject *args, PyObject *kwargs) {
7044 PyObject *resultobj;
7045 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7046 long result;
7047 PyObject * obj0 = 0 ;
7048 char *kwnames[] = {
7049 (char *) "self", NULL
7050 };
7051
7052 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_GetFlags",kwnames,&obj0)) goto fail;
7053 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7054 {
7055 PyThreadState* __tstate = wxPyBeginAllowThreads();
7056 result = (long)((wxTextAttr const *)arg1)->GetFlags();
7057
7058 wxPyEndAllowThreads(__tstate);
7059 if (PyErr_Occurred()) SWIG_fail;
7060 }
7061 resultobj = SWIG_PyObj_FromLong((long)result);
7062 return resultobj;
7063 fail:
7064 return NULL;
7065 }
7066
7067
7068 static PyObject *_wrap_TextAttr_IsDefault(PyObject *self, PyObject *args, PyObject *kwargs) {
7069 PyObject *resultobj;
7070 wxTextAttr *arg1 = (wxTextAttr *) 0 ;
7071 bool result;
7072 PyObject * obj0 = 0 ;
7073 char *kwnames[] = {
7074 (char *) "self", NULL
7075 };
7076
7077 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextAttr_IsDefault",kwnames,&obj0)) goto fail;
7078 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7079 {
7080 PyThreadState* __tstate = wxPyBeginAllowThreads();
7081 result = (bool)((wxTextAttr const *)arg1)->IsDefault();
7082
7083 wxPyEndAllowThreads(__tstate);
7084 if (PyErr_Occurred()) SWIG_fail;
7085 }
7086 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7087 return resultobj;
7088 fail:
7089 return NULL;
7090 }
7091
7092
7093 static PyObject *_wrap_TextAttr_Combine(PyObject *self, PyObject *args, PyObject *kwargs) {
7094 PyObject *resultobj;
7095 wxTextAttr *arg1 = 0 ;
7096 wxTextAttr *arg2 = 0 ;
7097 wxTextCtrl *arg3 = (wxTextCtrl *) 0 ;
7098 wxTextAttr result;
7099 PyObject * obj0 = 0 ;
7100 PyObject * obj1 = 0 ;
7101 PyObject * obj2 = 0 ;
7102 char *kwnames[] = {
7103 (char *) "attr",(char *) "attrDef",(char *) "text", NULL
7104 };
7105
7106 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextAttr_Combine",kwnames,&obj0,&obj1,&obj2)) goto fail;
7107 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7108 if (arg1 == NULL) {
7109 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
7110 }
7111 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7112 if (arg2 == NULL) {
7113 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
7114 }
7115 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7116 {
7117 PyThreadState* __tstate = wxPyBeginAllowThreads();
7118 result = wxTextAttr::Combine((wxTextAttr const &)*arg1,(wxTextAttr const &)*arg2,(wxTextCtrl const *)arg3);
7119
7120 wxPyEndAllowThreads(__tstate);
7121 if (PyErr_Occurred()) SWIG_fail;
7122 }
7123 {
7124 wxTextAttr * resultptr;
7125 resultptr = new wxTextAttr((wxTextAttr &) result);
7126 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTextAttr, 1);
7127 }
7128 return resultobj;
7129 fail:
7130 return NULL;
7131 }
7132
7133
7134 static PyObject * TextAttr_swigregister(PyObject *self, PyObject *args) {
7135 PyObject *obj;
7136 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
7137 SWIG_TypeClientData(SWIGTYPE_p_wxTextAttr, obj);
7138 Py_INCREF(obj);
7139 return Py_BuildValue((char *)"");
7140 }
7141 static PyObject *_wrap_new_TextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
7142 PyObject *resultobj;
7143 wxWindow *arg1 = (wxWindow *) 0 ;
7144 int arg2 ;
7145 wxString const &arg3_defvalue = wxPyEmptyString ;
7146 wxString *arg3 = (wxString *) &arg3_defvalue ;
7147 wxPoint const &arg4_defvalue = wxDefaultPosition ;
7148 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
7149 wxSize const &arg5_defvalue = wxDefaultSize ;
7150 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
7151 long arg6 = (long) 0 ;
7152 wxValidator const &arg7_defvalue = wxDefaultValidator ;
7153 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
7154 wxString const &arg8_defvalue = wxPyTextCtrlNameStr ;
7155 wxString *arg8 = (wxString *) &arg8_defvalue ;
7156 wxTextCtrl *result;
7157 bool temp3 = False ;
7158 wxPoint temp4 ;
7159 wxSize temp5 ;
7160 bool temp8 = False ;
7161 PyObject * obj0 = 0 ;
7162 PyObject * obj1 = 0 ;
7163 PyObject * obj2 = 0 ;
7164 PyObject * obj3 = 0 ;
7165 PyObject * obj4 = 0 ;
7166 PyObject * obj5 = 0 ;
7167 PyObject * obj6 = 0 ;
7168 PyObject * obj7 = 0 ;
7169 char *kwnames[] = {
7170 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
7171 };
7172
7173 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:new_TextCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
7174 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7175 {
7176 arg2 = (int) SWIG_PyObj_AsInt(obj1);
7177 if (PyErr_Occurred()) SWIG_fail;
7178 }
7179 if (obj2) {
7180 {
7181 arg3 = wxString_in_helper(obj2);
7182 if (arg3 == NULL) SWIG_fail;
7183 temp3 = True;
7184 }
7185 }
7186 if (obj3) {
7187 {
7188 arg4 = &temp4;
7189 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
7190 }
7191 }
7192 if (obj4) {
7193 {
7194 arg5 = &temp5;
7195 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
7196 }
7197 }
7198 if (obj5) {
7199 {
7200 arg6 = (long) SWIG_PyObj_AsLong(obj5);
7201 if (PyErr_Occurred()) SWIG_fail;
7202 }
7203 }
7204 if (obj6) {
7205 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7206 if (arg7 == NULL) {
7207 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
7208 }
7209 }
7210 if (obj7) {
7211 {
7212 arg8 = wxString_in_helper(obj7);
7213 if (arg8 == NULL) SWIG_fail;
7214 temp8 = True;
7215 }
7216 }
7217 {
7218 PyThreadState* __tstate = wxPyBeginAllowThreads();
7219 result = (wxTextCtrl *)new wxTextCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
7220
7221 wxPyEndAllowThreads(__tstate);
7222 if (PyErr_Occurred()) SWIG_fail;
7223 }
7224 {
7225 resultobj = wxPyMake_wxObject(result);
7226 }
7227 {
7228 if (temp3)
7229 delete arg3;
7230 }
7231 {
7232 if (temp8)
7233 delete arg8;
7234 }
7235 return resultobj;
7236 fail:
7237 {
7238 if (temp3)
7239 delete arg3;
7240 }
7241 {
7242 if (temp8)
7243 delete arg8;
7244 }
7245 return NULL;
7246 }
7247
7248
7249 static PyObject *_wrap_new_PreTextCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
7250 PyObject *resultobj;
7251 wxTextCtrl *result;
7252 char *kwnames[] = {
7253 NULL
7254 };
7255
7256 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTextCtrl",kwnames)) goto fail;
7257 {
7258 PyThreadState* __tstate = wxPyBeginAllowThreads();
7259 result = (wxTextCtrl *)new wxTextCtrl();
7260
7261 wxPyEndAllowThreads(__tstate);
7262 if (PyErr_Occurred()) SWIG_fail;
7263 }
7264 {
7265 resultobj = wxPyMake_wxObject(result);
7266 }
7267 return resultobj;
7268 fail:
7269 return NULL;
7270 }
7271
7272
7273 static PyObject *_wrap_TextCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
7274 PyObject *resultobj;
7275 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7276 wxWindow *arg2 = (wxWindow *) 0 ;
7277 int arg3 ;
7278 wxString const &arg4_defvalue = wxPyEmptyString ;
7279 wxString *arg4 = (wxString *) &arg4_defvalue ;
7280 wxPoint const &arg5_defvalue = wxDefaultPosition ;
7281 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
7282 wxSize const &arg6_defvalue = wxDefaultSize ;
7283 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
7284 long arg7 = (long) 0 ;
7285 wxValidator const &arg8_defvalue = wxDefaultValidator ;
7286 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
7287 wxString const &arg9_defvalue = wxPyTextCtrlNameStr ;
7288 wxString *arg9 = (wxString *) &arg9_defvalue ;
7289 bool result;
7290 bool temp4 = False ;
7291 wxPoint temp5 ;
7292 wxSize temp6 ;
7293 bool temp9 = False ;
7294 PyObject * obj0 = 0 ;
7295 PyObject * obj1 = 0 ;
7296 PyObject * obj2 = 0 ;
7297 PyObject * obj3 = 0 ;
7298 PyObject * obj4 = 0 ;
7299 PyObject * obj5 = 0 ;
7300 PyObject * obj6 = 0 ;
7301 PyObject * obj7 = 0 ;
7302 PyObject * obj8 = 0 ;
7303 char *kwnames[] = {
7304 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
7305 };
7306
7307 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOO:TextCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
7308 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7309 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7310 {
7311 arg3 = (int) SWIG_PyObj_AsInt(obj2);
7312 if (PyErr_Occurred()) SWIG_fail;
7313 }
7314 if (obj3) {
7315 {
7316 arg4 = wxString_in_helper(obj3);
7317 if (arg4 == NULL) SWIG_fail;
7318 temp4 = True;
7319 }
7320 }
7321 if (obj4) {
7322 {
7323 arg5 = &temp5;
7324 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
7325 }
7326 }
7327 if (obj5) {
7328 {
7329 arg6 = &temp6;
7330 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
7331 }
7332 }
7333 if (obj6) {
7334 {
7335 arg7 = (long) SWIG_PyObj_AsLong(obj6);
7336 if (PyErr_Occurred()) SWIG_fail;
7337 }
7338 }
7339 if (obj7) {
7340 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7341 if (arg8 == NULL) {
7342 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
7343 }
7344 }
7345 if (obj8) {
7346 {
7347 arg9 = wxString_in_helper(obj8);
7348 if (arg9 == NULL) SWIG_fail;
7349 temp9 = True;
7350 }
7351 }
7352 {
7353 PyThreadState* __tstate = wxPyBeginAllowThreads();
7354 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
7355
7356 wxPyEndAllowThreads(__tstate);
7357 if (PyErr_Occurred()) SWIG_fail;
7358 }
7359 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7360 {
7361 if (temp4)
7362 delete arg4;
7363 }
7364 {
7365 if (temp9)
7366 delete arg9;
7367 }
7368 return resultobj;
7369 fail:
7370 {
7371 if (temp4)
7372 delete arg4;
7373 }
7374 {
7375 if (temp9)
7376 delete arg9;
7377 }
7378 return NULL;
7379 }
7380
7381
7382 static PyObject *_wrap_TextCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
7383 PyObject *resultobj;
7384 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7385 wxString result;
7386 PyObject * obj0 = 0 ;
7387 char *kwnames[] = {
7388 (char *) "self", NULL
7389 };
7390
7391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetValue",kwnames,&obj0)) goto fail;
7392 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7393 {
7394 PyThreadState* __tstate = wxPyBeginAllowThreads();
7395 result = ((wxTextCtrl const *)arg1)->GetValue();
7396
7397 wxPyEndAllowThreads(__tstate);
7398 if (PyErr_Occurred()) SWIG_fail;
7399 }
7400 {
7401 #if wxUSE_UNICODE
7402 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
7403 #else
7404 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
7405 #endif
7406 }
7407 return resultobj;
7408 fail:
7409 return NULL;
7410 }
7411
7412
7413 static PyObject *_wrap_TextCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
7414 PyObject *resultobj;
7415 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7416 wxString *arg2 = 0 ;
7417 bool temp2 = False ;
7418 PyObject * obj0 = 0 ;
7419 PyObject * obj1 = 0 ;
7420 char *kwnames[] = {
7421 (char *) "self",(char *) "value", NULL
7422 };
7423
7424 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
7425 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7426 {
7427 arg2 = wxString_in_helper(obj1);
7428 if (arg2 == NULL) SWIG_fail;
7429 temp2 = True;
7430 }
7431 {
7432 PyThreadState* __tstate = wxPyBeginAllowThreads();
7433 (arg1)->SetValue((wxString const &)*arg2);
7434
7435 wxPyEndAllowThreads(__tstate);
7436 if (PyErr_Occurred()) SWIG_fail;
7437 }
7438 Py_INCREF(Py_None); resultobj = Py_None;
7439 {
7440 if (temp2)
7441 delete arg2;
7442 }
7443 return resultobj;
7444 fail:
7445 {
7446 if (temp2)
7447 delete arg2;
7448 }
7449 return NULL;
7450 }
7451
7452
7453 static PyObject *_wrap_TextCtrl_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
7454 PyObject *resultobj;
7455 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7456 long arg2 ;
7457 long arg3 ;
7458 wxString result;
7459 PyObject * obj0 = 0 ;
7460 PyObject * obj1 = 0 ;
7461 PyObject * obj2 = 0 ;
7462 char *kwnames[] = {
7463 (char *) "self",(char *) "from",(char *) "to", NULL
7464 };
7465
7466 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
7467 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7468 {
7469 arg2 = (long) SWIG_PyObj_AsLong(obj1);
7470 if (PyErr_Occurred()) SWIG_fail;
7471 }
7472 {
7473 arg3 = (long) SWIG_PyObj_AsLong(obj2);
7474 if (PyErr_Occurred()) SWIG_fail;
7475 }
7476 {
7477 PyThreadState* __tstate = wxPyBeginAllowThreads();
7478 result = ((wxTextCtrl const *)arg1)->GetRange(arg2,arg3);
7479
7480 wxPyEndAllowThreads(__tstate);
7481 if (PyErr_Occurred()) SWIG_fail;
7482 }
7483 {
7484 #if wxUSE_UNICODE
7485 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
7486 #else
7487 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
7488 #endif
7489 }
7490 return resultobj;
7491 fail:
7492 return NULL;
7493 }
7494
7495
7496 static PyObject *_wrap_TextCtrl_GetLineLength(PyObject *self, PyObject *args, PyObject *kwargs) {
7497 PyObject *resultobj;
7498 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7499 long arg2 ;
7500 int result;
7501 PyObject * obj0 = 0 ;
7502 PyObject * obj1 = 0 ;
7503 char *kwnames[] = {
7504 (char *) "self",(char *) "lineNo", NULL
7505 };
7506
7507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineLength",kwnames,&obj0,&obj1)) goto fail;
7508 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7509 {
7510 arg2 = (long) SWIG_PyObj_AsLong(obj1);
7511 if (PyErr_Occurred()) SWIG_fail;
7512 }
7513 {
7514 PyThreadState* __tstate = wxPyBeginAllowThreads();
7515 result = (int)((wxTextCtrl const *)arg1)->GetLineLength(arg2);
7516
7517 wxPyEndAllowThreads(__tstate);
7518 if (PyErr_Occurred()) SWIG_fail;
7519 }
7520 resultobj = SWIG_PyObj_FromInt((int)result);
7521 return resultobj;
7522 fail:
7523 return NULL;
7524 }
7525
7526
7527 static PyObject *_wrap_TextCtrl_GetLineText(PyObject *self, PyObject *args, PyObject *kwargs) {
7528 PyObject *resultobj;
7529 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7530 long arg2 ;
7531 wxString result;
7532 PyObject * obj0 = 0 ;
7533 PyObject * obj1 = 0 ;
7534 char *kwnames[] = {
7535 (char *) "self",(char *) "lineNo", NULL
7536 };
7537
7538 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_GetLineText",kwnames,&obj0,&obj1)) goto fail;
7539 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7540 {
7541 arg2 = (long) SWIG_PyObj_AsLong(obj1);
7542 if (PyErr_Occurred()) SWIG_fail;
7543 }
7544 {
7545 PyThreadState* __tstate = wxPyBeginAllowThreads();
7546 result = ((wxTextCtrl const *)arg1)->GetLineText(arg2);
7547
7548 wxPyEndAllowThreads(__tstate);
7549 if (PyErr_Occurred()) SWIG_fail;
7550 }
7551 {
7552 #if wxUSE_UNICODE
7553 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
7554 #else
7555 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
7556 #endif
7557 }
7558 return resultobj;
7559 fail:
7560 return NULL;
7561 }
7562
7563
7564 static PyObject *_wrap_TextCtrl_GetNumberOfLines(PyObject *self, PyObject *args, PyObject *kwargs) {
7565 PyObject *resultobj;
7566 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7567 int result;
7568 PyObject * obj0 = 0 ;
7569 char *kwnames[] = {
7570 (char *) "self", NULL
7571 };
7572
7573 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetNumberOfLines",kwnames,&obj0)) goto fail;
7574 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7575 {
7576 PyThreadState* __tstate = wxPyBeginAllowThreads();
7577 result = (int)((wxTextCtrl const *)arg1)->GetNumberOfLines();
7578
7579 wxPyEndAllowThreads(__tstate);
7580 if (PyErr_Occurred()) SWIG_fail;
7581 }
7582 resultobj = SWIG_PyObj_FromInt((int)result);
7583 return resultobj;
7584 fail:
7585 return NULL;
7586 }
7587
7588
7589 static PyObject *_wrap_TextCtrl_IsModified(PyObject *self, PyObject *args, PyObject *kwargs) {
7590 PyObject *resultobj;
7591 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7592 bool result;
7593 PyObject * obj0 = 0 ;
7594 char *kwnames[] = {
7595 (char *) "self", NULL
7596 };
7597
7598 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsModified",kwnames,&obj0)) goto fail;
7599 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7600 {
7601 PyThreadState* __tstate = wxPyBeginAllowThreads();
7602 result = (bool)((wxTextCtrl const *)arg1)->IsModified();
7603
7604 wxPyEndAllowThreads(__tstate);
7605 if (PyErr_Occurred()) SWIG_fail;
7606 }
7607 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7608 return resultobj;
7609 fail:
7610 return NULL;
7611 }
7612
7613
7614 static PyObject *_wrap_TextCtrl_IsEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
7615 PyObject *resultobj;
7616 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7617 bool result;
7618 PyObject * obj0 = 0 ;
7619 char *kwnames[] = {
7620 (char *) "self", NULL
7621 };
7622
7623 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsEditable",kwnames,&obj0)) goto fail;
7624 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7625 {
7626 PyThreadState* __tstate = wxPyBeginAllowThreads();
7627 result = (bool)((wxTextCtrl const *)arg1)->IsEditable();
7628
7629 wxPyEndAllowThreads(__tstate);
7630 if (PyErr_Occurred()) SWIG_fail;
7631 }
7632 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7633 return resultobj;
7634 fail:
7635 return NULL;
7636 }
7637
7638
7639 static PyObject *_wrap_TextCtrl_IsSingleLine(PyObject *self, PyObject *args, PyObject *kwargs) {
7640 PyObject *resultobj;
7641 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7642 bool result;
7643 PyObject * obj0 = 0 ;
7644 char *kwnames[] = {
7645 (char *) "self", NULL
7646 };
7647
7648 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsSingleLine",kwnames,&obj0)) goto fail;
7649 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7650 {
7651 PyThreadState* __tstate = wxPyBeginAllowThreads();
7652 result = (bool)((wxTextCtrl const *)arg1)->IsSingleLine();
7653
7654 wxPyEndAllowThreads(__tstate);
7655 if (PyErr_Occurred()) SWIG_fail;
7656 }
7657 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7658 return resultobj;
7659 fail:
7660 return NULL;
7661 }
7662
7663
7664 static PyObject *_wrap_TextCtrl_IsMultiLine(PyObject *self, PyObject *args, PyObject *kwargs) {
7665 PyObject *resultobj;
7666 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7667 bool result;
7668 PyObject * obj0 = 0 ;
7669 char *kwnames[] = {
7670 (char *) "self", NULL
7671 };
7672
7673 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_IsMultiLine",kwnames,&obj0)) goto fail;
7674 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7675 {
7676 PyThreadState* __tstate = wxPyBeginAllowThreads();
7677 result = (bool)((wxTextCtrl const *)arg1)->IsMultiLine();
7678
7679 wxPyEndAllowThreads(__tstate);
7680 if (PyErr_Occurred()) SWIG_fail;
7681 }
7682 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7683 return resultobj;
7684 fail:
7685 return NULL;
7686 }
7687
7688
7689 static PyObject *_wrap_TextCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
7690 PyObject *resultobj;
7691 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7692 long *arg2 = (long *) 0 ;
7693 long *arg3 = (long *) 0 ;
7694 long temp2 ;
7695 long temp3 ;
7696 PyObject * obj0 = 0 ;
7697 char *kwnames[] = {
7698 (char *) "self", NULL
7699 };
7700
7701 arg2 = &temp2;
7702 arg3 = &temp3;
7703 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetSelection",kwnames,&obj0)) goto fail;
7704 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7705 {
7706 PyThreadState* __tstate = wxPyBeginAllowThreads();
7707 ((wxTextCtrl const *)arg1)->GetSelection(arg2,arg3);
7708
7709 wxPyEndAllowThreads(__tstate);
7710 if (PyErr_Occurred()) SWIG_fail;
7711 }
7712 Py_INCREF(Py_None); resultobj = Py_None;
7713 {
7714 PyObject *o = PyInt_FromLong((long) (*arg2));
7715 resultobj = t_output_helper(resultobj,o);
7716 }
7717 {
7718 PyObject *o = PyInt_FromLong((long) (*arg3));
7719 resultobj = t_output_helper(resultobj,o);
7720 }
7721 return resultobj;
7722 fail:
7723 return NULL;
7724 }
7725
7726
7727 static PyObject *_wrap_TextCtrl_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
7728 PyObject *resultobj;
7729 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7730 wxString result;
7731 PyObject * obj0 = 0 ;
7732 char *kwnames[] = {
7733 (char *) "self", NULL
7734 };
7735
7736 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetStringSelection",kwnames,&obj0)) goto fail;
7737 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7738 {
7739 PyThreadState* __tstate = wxPyBeginAllowThreads();
7740 result = ((wxTextCtrl const *)arg1)->GetStringSelection();
7741
7742 wxPyEndAllowThreads(__tstate);
7743 if (PyErr_Occurred()) SWIG_fail;
7744 }
7745 {
7746 #if wxUSE_UNICODE
7747 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
7748 #else
7749 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
7750 #endif
7751 }
7752 return resultobj;
7753 fail:
7754 return NULL;
7755 }
7756
7757
7758 static PyObject *_wrap_TextCtrl_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
7759 PyObject *resultobj;
7760 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7761 PyObject * obj0 = 0 ;
7762 char *kwnames[] = {
7763 (char *) "self", NULL
7764 };
7765
7766 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Clear",kwnames,&obj0)) goto fail;
7767 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7768 {
7769 PyThreadState* __tstate = wxPyBeginAllowThreads();
7770 (arg1)->Clear();
7771
7772 wxPyEndAllowThreads(__tstate);
7773 if (PyErr_Occurred()) SWIG_fail;
7774 }
7775 Py_INCREF(Py_None); resultobj = Py_None;
7776 return resultobj;
7777 fail:
7778 return NULL;
7779 }
7780
7781
7782 static PyObject *_wrap_TextCtrl_Replace(PyObject *self, PyObject *args, PyObject *kwargs) {
7783 PyObject *resultobj;
7784 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7785 long arg2 ;
7786 long arg3 ;
7787 wxString *arg4 = 0 ;
7788 bool temp4 = False ;
7789 PyObject * obj0 = 0 ;
7790 PyObject * obj1 = 0 ;
7791 PyObject * obj2 = 0 ;
7792 PyObject * obj3 = 0 ;
7793 char *kwnames[] = {
7794 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
7795 };
7796
7797 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_Replace",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
7798 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7799 {
7800 arg2 = (long) SWIG_PyObj_AsLong(obj1);
7801 if (PyErr_Occurred()) SWIG_fail;
7802 }
7803 {
7804 arg3 = (long) SWIG_PyObj_AsLong(obj2);
7805 if (PyErr_Occurred()) SWIG_fail;
7806 }
7807 {
7808 arg4 = wxString_in_helper(obj3);
7809 if (arg4 == NULL) SWIG_fail;
7810 temp4 = True;
7811 }
7812 {
7813 PyThreadState* __tstate = wxPyBeginAllowThreads();
7814 (arg1)->Replace(arg2,arg3,(wxString const &)*arg4);
7815
7816 wxPyEndAllowThreads(__tstate);
7817 if (PyErr_Occurred()) SWIG_fail;
7818 }
7819 Py_INCREF(Py_None); resultobj = Py_None;
7820 {
7821 if (temp4)
7822 delete arg4;
7823 }
7824 return resultobj;
7825 fail:
7826 {
7827 if (temp4)
7828 delete arg4;
7829 }
7830 return NULL;
7831 }
7832
7833
7834 static PyObject *_wrap_TextCtrl_Remove(PyObject *self, PyObject *args, PyObject *kwargs) {
7835 PyObject *resultobj;
7836 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7837 long arg2 ;
7838 long arg3 ;
7839 PyObject * obj0 = 0 ;
7840 PyObject * obj1 = 0 ;
7841 PyObject * obj2 = 0 ;
7842 char *kwnames[] = {
7843 (char *) "self",(char *) "from",(char *) "to", NULL
7844 };
7845
7846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_Remove",kwnames,&obj0,&obj1,&obj2)) goto fail;
7847 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7848 {
7849 arg2 = (long) SWIG_PyObj_AsLong(obj1);
7850 if (PyErr_Occurred()) SWIG_fail;
7851 }
7852 {
7853 arg3 = (long) SWIG_PyObj_AsLong(obj2);
7854 if (PyErr_Occurred()) SWIG_fail;
7855 }
7856 {
7857 PyThreadState* __tstate = wxPyBeginAllowThreads();
7858 (arg1)->Remove(arg2,arg3);
7859
7860 wxPyEndAllowThreads(__tstate);
7861 if (PyErr_Occurred()) SWIG_fail;
7862 }
7863 Py_INCREF(Py_None); resultobj = Py_None;
7864 return resultobj;
7865 fail:
7866 return NULL;
7867 }
7868
7869
7870 static PyObject *_wrap_TextCtrl_LoadFile(PyObject *self, PyObject *args, PyObject *kwargs) {
7871 PyObject *resultobj;
7872 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7873 wxString *arg2 = 0 ;
7874 bool result;
7875 bool temp2 = False ;
7876 PyObject * obj0 = 0 ;
7877 PyObject * obj1 = 0 ;
7878 char *kwnames[] = {
7879 (char *) "self",(char *) "file", NULL
7880 };
7881
7882 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_LoadFile",kwnames,&obj0,&obj1)) goto fail;
7883 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7884 {
7885 arg2 = wxString_in_helper(obj1);
7886 if (arg2 == NULL) SWIG_fail;
7887 temp2 = True;
7888 }
7889 {
7890 PyThreadState* __tstate = wxPyBeginAllowThreads();
7891 result = (bool)(arg1)->LoadFile((wxString const &)*arg2);
7892
7893 wxPyEndAllowThreads(__tstate);
7894 if (PyErr_Occurred()) SWIG_fail;
7895 }
7896 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7897 {
7898 if (temp2)
7899 delete arg2;
7900 }
7901 return resultobj;
7902 fail:
7903 {
7904 if (temp2)
7905 delete arg2;
7906 }
7907 return NULL;
7908 }
7909
7910
7911 static PyObject *_wrap_TextCtrl_SaveFile(PyObject *self, PyObject *args, PyObject *kwargs) {
7912 PyObject *resultobj;
7913 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7914 wxString const &arg2_defvalue = wxPyEmptyString ;
7915 wxString *arg2 = (wxString *) &arg2_defvalue ;
7916 bool result;
7917 bool temp2 = False ;
7918 PyObject * obj0 = 0 ;
7919 PyObject * obj1 = 0 ;
7920 char *kwnames[] = {
7921 (char *) "self",(char *) "file", NULL
7922 };
7923
7924 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:TextCtrl_SaveFile",kwnames,&obj0,&obj1)) goto fail;
7925 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7926 if (obj1) {
7927 {
7928 arg2 = wxString_in_helper(obj1);
7929 if (arg2 == NULL) SWIG_fail;
7930 temp2 = True;
7931 }
7932 }
7933 {
7934 PyThreadState* __tstate = wxPyBeginAllowThreads();
7935 result = (bool)(arg1)->SaveFile((wxString const &)*arg2);
7936
7937 wxPyEndAllowThreads(__tstate);
7938 if (PyErr_Occurred()) SWIG_fail;
7939 }
7940 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
7941 {
7942 if (temp2)
7943 delete arg2;
7944 }
7945 return resultobj;
7946 fail:
7947 {
7948 if (temp2)
7949 delete arg2;
7950 }
7951 return NULL;
7952 }
7953
7954
7955 static PyObject *_wrap_TextCtrl_MarkDirty(PyObject *self, PyObject *args, PyObject *kwargs) {
7956 PyObject *resultobj;
7957 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7958 PyObject * obj0 = 0 ;
7959 char *kwnames[] = {
7960 (char *) "self", NULL
7961 };
7962
7963 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_MarkDirty",kwnames,&obj0)) goto fail;
7964 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7965 {
7966 PyThreadState* __tstate = wxPyBeginAllowThreads();
7967 (arg1)->MarkDirty();
7968
7969 wxPyEndAllowThreads(__tstate);
7970 if (PyErr_Occurred()) SWIG_fail;
7971 }
7972 Py_INCREF(Py_None); resultobj = Py_None;
7973 return resultobj;
7974 fail:
7975 return NULL;
7976 }
7977
7978
7979 static PyObject *_wrap_TextCtrl_DiscardEdits(PyObject *self, PyObject *args, PyObject *kwargs) {
7980 PyObject *resultobj;
7981 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
7982 PyObject * obj0 = 0 ;
7983 char *kwnames[] = {
7984 (char *) "self", NULL
7985 };
7986
7987 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_DiscardEdits",kwnames,&obj0)) goto fail;
7988 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
7989 {
7990 PyThreadState* __tstate = wxPyBeginAllowThreads();
7991 (arg1)->DiscardEdits();
7992
7993 wxPyEndAllowThreads(__tstate);
7994 if (PyErr_Occurred()) SWIG_fail;
7995 }
7996 Py_INCREF(Py_None); resultobj = Py_None;
7997 return resultobj;
7998 fail:
7999 return NULL;
8000 }
8001
8002
8003 static PyObject *_wrap_TextCtrl_SetMaxLength(PyObject *self, PyObject *args, PyObject *kwargs) {
8004 PyObject *resultobj;
8005 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8006 unsigned long arg2 ;
8007 PyObject * obj0 = 0 ;
8008 PyObject * obj1 = 0 ;
8009 char *kwnames[] = {
8010 (char *) "self",(char *) "len", NULL
8011 };
8012
8013 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetMaxLength",kwnames,&obj0,&obj1)) goto fail;
8014 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8015 {
8016 arg2 = (unsigned long) SWIG_PyObj_AsUnsignedLong(obj1);
8017 if (PyErr_Occurred()) SWIG_fail;
8018 }
8019 {
8020 PyThreadState* __tstate = wxPyBeginAllowThreads();
8021 (arg1)->SetMaxLength(arg2);
8022
8023 wxPyEndAllowThreads(__tstate);
8024 if (PyErr_Occurred()) SWIG_fail;
8025 }
8026 Py_INCREF(Py_None); resultobj = Py_None;
8027 return resultobj;
8028 fail:
8029 return NULL;
8030 }
8031
8032
8033 static PyObject *_wrap_TextCtrl_WriteText(PyObject *self, PyObject *args, PyObject *kwargs) {
8034 PyObject *resultobj;
8035 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8036 wxString *arg2 = 0 ;
8037 bool temp2 = False ;
8038 PyObject * obj0 = 0 ;
8039 PyObject * obj1 = 0 ;
8040 char *kwnames[] = {
8041 (char *) "self",(char *) "text", NULL
8042 };
8043
8044 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_WriteText",kwnames,&obj0,&obj1)) goto fail;
8045 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8046 {
8047 arg2 = wxString_in_helper(obj1);
8048 if (arg2 == NULL) SWIG_fail;
8049 temp2 = True;
8050 }
8051 {
8052 PyThreadState* __tstate = wxPyBeginAllowThreads();
8053 (arg1)->WriteText((wxString const &)*arg2);
8054
8055 wxPyEndAllowThreads(__tstate);
8056 if (PyErr_Occurred()) SWIG_fail;
8057 }
8058 Py_INCREF(Py_None); resultobj = Py_None;
8059 {
8060 if (temp2)
8061 delete arg2;
8062 }
8063 return resultobj;
8064 fail:
8065 {
8066 if (temp2)
8067 delete arg2;
8068 }
8069 return NULL;
8070 }
8071
8072
8073 static PyObject *_wrap_TextCtrl_AppendText(PyObject *self, PyObject *args, PyObject *kwargs) {
8074 PyObject *resultobj;
8075 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8076 wxString *arg2 = 0 ;
8077 bool temp2 = False ;
8078 PyObject * obj0 = 0 ;
8079 PyObject * obj1 = 0 ;
8080 char *kwnames[] = {
8081 (char *) "self",(char *) "text", NULL
8082 };
8083
8084 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_AppendText",kwnames,&obj0,&obj1)) goto fail;
8085 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8086 {
8087 arg2 = wxString_in_helper(obj1);
8088 if (arg2 == NULL) SWIG_fail;
8089 temp2 = True;
8090 }
8091 {
8092 PyThreadState* __tstate = wxPyBeginAllowThreads();
8093 (arg1)->AppendText((wxString const &)*arg2);
8094
8095 wxPyEndAllowThreads(__tstate);
8096 if (PyErr_Occurred()) SWIG_fail;
8097 }
8098 Py_INCREF(Py_None); resultobj = Py_None;
8099 {
8100 if (temp2)
8101 delete arg2;
8102 }
8103 return resultobj;
8104 fail:
8105 {
8106 if (temp2)
8107 delete arg2;
8108 }
8109 return NULL;
8110 }
8111
8112
8113 static PyObject *_wrap_TextCtrl_EmulateKeyPress(PyObject *self, PyObject *args, PyObject *kwargs) {
8114 PyObject *resultobj;
8115 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8116 wxKeyEvent *arg2 = 0 ;
8117 bool result;
8118 PyObject * obj0 = 0 ;
8119 PyObject * obj1 = 0 ;
8120 char *kwnames[] = {
8121 (char *) "self",(char *) "event", NULL
8122 };
8123
8124 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_EmulateKeyPress",kwnames,&obj0,&obj1)) goto fail;
8125 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8126 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxKeyEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8127 if (arg2 == NULL) {
8128 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
8129 }
8130 {
8131 PyThreadState* __tstate = wxPyBeginAllowThreads();
8132 result = (bool)(arg1)->EmulateKeyPress((wxKeyEvent const &)*arg2);
8133
8134 wxPyEndAllowThreads(__tstate);
8135 if (PyErr_Occurred()) SWIG_fail;
8136 }
8137 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8138 return resultobj;
8139 fail:
8140 return NULL;
8141 }
8142
8143
8144 static PyObject *_wrap_TextCtrl_SetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8145 PyObject *resultobj;
8146 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8147 long arg2 ;
8148 long arg3 ;
8149 wxTextAttr *arg4 = 0 ;
8150 bool result;
8151 PyObject * obj0 = 0 ;
8152 PyObject * obj1 = 0 ;
8153 PyObject * obj2 = 0 ;
8154 PyObject * obj3 = 0 ;
8155 char *kwnames[] = {
8156 (char *) "self",(char *) "start",(char *) "end",(char *) "style", NULL
8157 };
8158
8159 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:TextCtrl_SetStyle",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
8160 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8161 {
8162 arg2 = (long) SWIG_PyObj_AsLong(obj1);
8163 if (PyErr_Occurred()) SWIG_fail;
8164 }
8165 {
8166 arg3 = (long) SWIG_PyObj_AsLong(obj2);
8167 if (PyErr_Occurred()) SWIG_fail;
8168 }
8169 if ((SWIG_ConvertPtr(obj3,(void **) &arg4, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8170 if (arg4 == NULL) {
8171 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
8172 }
8173 {
8174 PyThreadState* __tstate = wxPyBeginAllowThreads();
8175 result = (bool)(arg1)->SetStyle(arg2,arg3,(wxTextAttr const &)*arg4);
8176
8177 wxPyEndAllowThreads(__tstate);
8178 if (PyErr_Occurred()) SWIG_fail;
8179 }
8180 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8181 return resultobj;
8182 fail:
8183 return NULL;
8184 }
8185
8186
8187 static PyObject *_wrap_TextCtrl_GetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8188 PyObject *resultobj;
8189 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8190 long arg2 ;
8191 wxTextAttr *arg3 = 0 ;
8192 bool result;
8193 PyObject * obj0 = 0 ;
8194 PyObject * obj1 = 0 ;
8195 PyObject * obj2 = 0 ;
8196 char *kwnames[] = {
8197 (char *) "self",(char *) "position",(char *) "style", NULL
8198 };
8199
8200 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
8201 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8202 {
8203 arg2 = (long) SWIG_PyObj_AsLong(obj1);
8204 if (PyErr_Occurred()) SWIG_fail;
8205 }
8206 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8207 if (arg3 == NULL) {
8208 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
8209 }
8210 {
8211 PyThreadState* __tstate = wxPyBeginAllowThreads();
8212 result = (bool)(arg1)->GetStyle(arg2,*arg3);
8213
8214 wxPyEndAllowThreads(__tstate);
8215 if (PyErr_Occurred()) SWIG_fail;
8216 }
8217 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8218 return resultobj;
8219 fail:
8220 return NULL;
8221 }
8222
8223
8224 static PyObject *_wrap_TextCtrl_SetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8225 PyObject *resultobj;
8226 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8227 wxTextAttr *arg2 = 0 ;
8228 bool result;
8229 PyObject * obj0 = 0 ;
8230 PyObject * obj1 = 0 ;
8231 char *kwnames[] = {
8232 (char *) "self",(char *) "style", NULL
8233 };
8234
8235 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetDefaultStyle",kwnames,&obj0,&obj1)) goto fail;
8236 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8237 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTextAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8238 if (arg2 == NULL) {
8239 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
8240 }
8241 {
8242 PyThreadState* __tstate = wxPyBeginAllowThreads();
8243 result = (bool)(arg1)->SetDefaultStyle((wxTextAttr const &)*arg2);
8244
8245 wxPyEndAllowThreads(__tstate);
8246 if (PyErr_Occurred()) SWIG_fail;
8247 }
8248 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8249 return resultobj;
8250 fail:
8251 return NULL;
8252 }
8253
8254
8255 static PyObject *_wrap_TextCtrl_GetDefaultStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
8256 PyObject *resultobj;
8257 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8258 wxTextAttr *result;
8259 PyObject * obj0 = 0 ;
8260 char *kwnames[] = {
8261 (char *) "self", NULL
8262 };
8263
8264 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetDefaultStyle",kwnames,&obj0)) goto fail;
8265 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8266 {
8267 PyThreadState* __tstate = wxPyBeginAllowThreads();
8268 {
8269 wxTextAttr const &_result_ref = ((wxTextCtrl const *)arg1)->GetDefaultStyle();
8270 result = (wxTextAttr *) &_result_ref;
8271 }
8272
8273 wxPyEndAllowThreads(__tstate);
8274 if (PyErr_Occurred()) SWIG_fail;
8275 }
8276 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxTextAttr, 0);
8277 return resultobj;
8278 fail:
8279 return NULL;
8280 }
8281
8282
8283 static PyObject *_wrap_TextCtrl_XYToPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8284 PyObject *resultobj;
8285 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8286 long arg2 ;
8287 long arg3 ;
8288 long result;
8289 PyObject * obj0 = 0 ;
8290 PyObject * obj1 = 0 ;
8291 PyObject * obj2 = 0 ;
8292 char *kwnames[] = {
8293 (char *) "self",(char *) "x",(char *) "y", NULL
8294 };
8295
8296 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_XYToPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
8297 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8298 {
8299 arg2 = (long) SWIG_PyObj_AsLong(obj1);
8300 if (PyErr_Occurred()) SWIG_fail;
8301 }
8302 {
8303 arg3 = (long) SWIG_PyObj_AsLong(obj2);
8304 if (PyErr_Occurred()) SWIG_fail;
8305 }
8306 {
8307 PyThreadState* __tstate = wxPyBeginAllowThreads();
8308 result = (long)((wxTextCtrl const *)arg1)->XYToPosition(arg2,arg3);
8309
8310 wxPyEndAllowThreads(__tstate);
8311 if (PyErr_Occurred()) SWIG_fail;
8312 }
8313 resultobj = SWIG_PyObj_FromLong((long)result);
8314 return resultobj;
8315 fail:
8316 return NULL;
8317 }
8318
8319
8320 static PyObject *_wrap_TextCtrl_PositionToXY(PyObject *self, PyObject *args, PyObject *kwargs) {
8321 PyObject *resultobj;
8322 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8323 long arg2 ;
8324 long *arg3 = (long *) 0 ;
8325 long *arg4 = (long *) 0 ;
8326 long temp3 ;
8327 long temp4 ;
8328 PyObject * obj0 = 0 ;
8329 PyObject * obj1 = 0 ;
8330 char *kwnames[] = {
8331 (char *) "self",(char *) "pos", NULL
8332 };
8333
8334 arg3 = &temp3;
8335 arg4 = &temp4;
8336 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_PositionToXY",kwnames,&obj0,&obj1)) goto fail;
8337 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8338 {
8339 arg2 = (long) SWIG_PyObj_AsLong(obj1);
8340 if (PyErr_Occurred()) SWIG_fail;
8341 }
8342 {
8343 PyThreadState* __tstate = wxPyBeginAllowThreads();
8344 ((wxTextCtrl const *)arg1)->PositionToXY(arg2,arg3,arg4);
8345
8346 wxPyEndAllowThreads(__tstate);
8347 if (PyErr_Occurred()) SWIG_fail;
8348 }
8349 Py_INCREF(Py_None); resultobj = Py_None;
8350 {
8351 PyObject *o = PyInt_FromLong((long) (*arg3));
8352 resultobj = t_output_helper(resultobj,o);
8353 }
8354 {
8355 PyObject *o = PyInt_FromLong((long) (*arg4));
8356 resultobj = t_output_helper(resultobj,o);
8357 }
8358 return resultobj;
8359 fail:
8360 return NULL;
8361 }
8362
8363
8364 static PyObject *_wrap_TextCtrl_ShowPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8365 PyObject *resultobj;
8366 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8367 long arg2 ;
8368 PyObject * obj0 = 0 ;
8369 PyObject * obj1 = 0 ;
8370 char *kwnames[] = {
8371 (char *) "self",(char *) "pos", NULL
8372 };
8373
8374 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_ShowPosition",kwnames,&obj0,&obj1)) goto fail;
8375 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8376 {
8377 arg2 = (long) SWIG_PyObj_AsLong(obj1);
8378 if (PyErr_Occurred()) SWIG_fail;
8379 }
8380 {
8381 PyThreadState* __tstate = wxPyBeginAllowThreads();
8382 (arg1)->ShowPosition(arg2);
8383
8384 wxPyEndAllowThreads(__tstate);
8385 if (PyErr_Occurred()) SWIG_fail;
8386 }
8387 Py_INCREF(Py_None); resultobj = Py_None;
8388 return resultobj;
8389 fail:
8390 return NULL;
8391 }
8392
8393
8394 static PyObject *_wrap_TextCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
8395 PyObject *resultobj;
8396 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8397 wxPoint *arg2 = 0 ;
8398 long *arg3 = (long *) 0 ;
8399 long *arg4 = (long *) 0 ;
8400 int result;
8401 wxPoint temp2 ;
8402 long temp3 ;
8403 long temp4 ;
8404 PyObject * obj0 = 0 ;
8405 PyObject * obj1 = 0 ;
8406 char *kwnames[] = {
8407 (char *) "self",(char *) "pt", NULL
8408 };
8409
8410 arg3 = &temp3;
8411 arg4 = &temp4;
8412 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
8413 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8414 {
8415 arg2 = &temp2;
8416 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
8417 }
8418 {
8419 PyThreadState* __tstate = wxPyBeginAllowThreads();
8420 result = (int)((wxTextCtrl const *)arg1)->HitTest((wxPoint const &)*arg2,arg3,arg4);
8421
8422 wxPyEndAllowThreads(__tstate);
8423 if (PyErr_Occurred()) SWIG_fail;
8424 }
8425 resultobj = SWIG_PyObj_FromInt((int)result);
8426 {
8427 PyObject *o = PyInt_FromLong((long) (*arg3));
8428 resultobj = t_output_helper(resultobj,o);
8429 }
8430 {
8431 PyObject *o = PyInt_FromLong((long) (*arg4));
8432 resultobj = t_output_helper(resultobj,o);
8433 }
8434 return resultobj;
8435 fail:
8436 return NULL;
8437 }
8438
8439
8440 static PyObject *_wrap_TextCtrl_Copy(PyObject *self, PyObject *args, PyObject *kwargs) {
8441 PyObject *resultobj;
8442 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8443 PyObject * obj0 = 0 ;
8444 char *kwnames[] = {
8445 (char *) "self", NULL
8446 };
8447
8448 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Copy",kwnames,&obj0)) goto fail;
8449 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8450 {
8451 PyThreadState* __tstate = wxPyBeginAllowThreads();
8452 (arg1)->Copy();
8453
8454 wxPyEndAllowThreads(__tstate);
8455 if (PyErr_Occurred()) SWIG_fail;
8456 }
8457 Py_INCREF(Py_None); resultobj = Py_None;
8458 return resultobj;
8459 fail:
8460 return NULL;
8461 }
8462
8463
8464 static PyObject *_wrap_TextCtrl_Cut(PyObject *self, PyObject *args, PyObject *kwargs) {
8465 PyObject *resultobj;
8466 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8467 PyObject * obj0 = 0 ;
8468 char *kwnames[] = {
8469 (char *) "self", NULL
8470 };
8471
8472 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Cut",kwnames,&obj0)) goto fail;
8473 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8474 {
8475 PyThreadState* __tstate = wxPyBeginAllowThreads();
8476 (arg1)->Cut();
8477
8478 wxPyEndAllowThreads(__tstate);
8479 if (PyErr_Occurred()) SWIG_fail;
8480 }
8481 Py_INCREF(Py_None); resultobj = Py_None;
8482 return resultobj;
8483 fail:
8484 return NULL;
8485 }
8486
8487
8488 static PyObject *_wrap_TextCtrl_Paste(PyObject *self, PyObject *args, PyObject *kwargs) {
8489 PyObject *resultobj;
8490 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8491 PyObject * obj0 = 0 ;
8492 char *kwnames[] = {
8493 (char *) "self", NULL
8494 };
8495
8496 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Paste",kwnames,&obj0)) goto fail;
8497 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8498 {
8499 PyThreadState* __tstate = wxPyBeginAllowThreads();
8500 (arg1)->Paste();
8501
8502 wxPyEndAllowThreads(__tstate);
8503 if (PyErr_Occurred()) SWIG_fail;
8504 }
8505 Py_INCREF(Py_None); resultobj = Py_None;
8506 return resultobj;
8507 fail:
8508 return NULL;
8509 }
8510
8511
8512 static PyObject *_wrap_TextCtrl_CanCopy(PyObject *self, PyObject *args, PyObject *kwargs) {
8513 PyObject *resultobj;
8514 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8515 bool result;
8516 PyObject * obj0 = 0 ;
8517 char *kwnames[] = {
8518 (char *) "self", NULL
8519 };
8520
8521 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCopy",kwnames,&obj0)) goto fail;
8522 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8523 {
8524 PyThreadState* __tstate = wxPyBeginAllowThreads();
8525 result = (bool)((wxTextCtrl const *)arg1)->CanCopy();
8526
8527 wxPyEndAllowThreads(__tstate);
8528 if (PyErr_Occurred()) SWIG_fail;
8529 }
8530 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8531 return resultobj;
8532 fail:
8533 return NULL;
8534 }
8535
8536
8537 static PyObject *_wrap_TextCtrl_CanCut(PyObject *self, PyObject *args, PyObject *kwargs) {
8538 PyObject *resultobj;
8539 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8540 bool result;
8541 PyObject * obj0 = 0 ;
8542 char *kwnames[] = {
8543 (char *) "self", NULL
8544 };
8545
8546 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanCut",kwnames,&obj0)) goto fail;
8547 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8548 {
8549 PyThreadState* __tstate = wxPyBeginAllowThreads();
8550 result = (bool)((wxTextCtrl const *)arg1)->CanCut();
8551
8552 wxPyEndAllowThreads(__tstate);
8553 if (PyErr_Occurred()) SWIG_fail;
8554 }
8555 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8556 return resultobj;
8557 fail:
8558 return NULL;
8559 }
8560
8561
8562 static PyObject *_wrap_TextCtrl_CanPaste(PyObject *self, PyObject *args, PyObject *kwargs) {
8563 PyObject *resultobj;
8564 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8565 bool result;
8566 PyObject * obj0 = 0 ;
8567 char *kwnames[] = {
8568 (char *) "self", NULL
8569 };
8570
8571 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanPaste",kwnames,&obj0)) goto fail;
8572 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8573 {
8574 PyThreadState* __tstate = wxPyBeginAllowThreads();
8575 result = (bool)((wxTextCtrl const *)arg1)->CanPaste();
8576
8577 wxPyEndAllowThreads(__tstate);
8578 if (PyErr_Occurred()) SWIG_fail;
8579 }
8580 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8581 return resultobj;
8582 fail:
8583 return NULL;
8584 }
8585
8586
8587 static PyObject *_wrap_TextCtrl_Undo(PyObject *self, PyObject *args, PyObject *kwargs) {
8588 PyObject *resultobj;
8589 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8590 PyObject * obj0 = 0 ;
8591 char *kwnames[] = {
8592 (char *) "self", NULL
8593 };
8594
8595 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Undo",kwnames,&obj0)) goto fail;
8596 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8597 {
8598 PyThreadState* __tstate = wxPyBeginAllowThreads();
8599 (arg1)->Undo();
8600
8601 wxPyEndAllowThreads(__tstate);
8602 if (PyErr_Occurred()) SWIG_fail;
8603 }
8604 Py_INCREF(Py_None); resultobj = Py_None;
8605 return resultobj;
8606 fail:
8607 return NULL;
8608 }
8609
8610
8611 static PyObject *_wrap_TextCtrl_Redo(PyObject *self, PyObject *args, PyObject *kwargs) {
8612 PyObject *resultobj;
8613 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8614 PyObject * obj0 = 0 ;
8615 char *kwnames[] = {
8616 (char *) "self", NULL
8617 };
8618
8619 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_Redo",kwnames,&obj0)) goto fail;
8620 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8621 {
8622 PyThreadState* __tstate = wxPyBeginAllowThreads();
8623 (arg1)->Redo();
8624
8625 wxPyEndAllowThreads(__tstate);
8626 if (PyErr_Occurred()) SWIG_fail;
8627 }
8628 Py_INCREF(Py_None); resultobj = Py_None;
8629 return resultobj;
8630 fail:
8631 return NULL;
8632 }
8633
8634
8635 static PyObject *_wrap_TextCtrl_CanUndo(PyObject *self, PyObject *args, PyObject *kwargs) {
8636 PyObject *resultobj;
8637 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8638 bool result;
8639 PyObject * obj0 = 0 ;
8640 char *kwnames[] = {
8641 (char *) "self", NULL
8642 };
8643
8644 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanUndo",kwnames,&obj0)) goto fail;
8645 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8646 {
8647 PyThreadState* __tstate = wxPyBeginAllowThreads();
8648 result = (bool)((wxTextCtrl const *)arg1)->CanUndo();
8649
8650 wxPyEndAllowThreads(__tstate);
8651 if (PyErr_Occurred()) SWIG_fail;
8652 }
8653 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8654 return resultobj;
8655 fail:
8656 return NULL;
8657 }
8658
8659
8660 static PyObject *_wrap_TextCtrl_CanRedo(PyObject *self, PyObject *args, PyObject *kwargs) {
8661 PyObject *resultobj;
8662 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8663 bool result;
8664 PyObject * obj0 = 0 ;
8665 char *kwnames[] = {
8666 (char *) "self", NULL
8667 };
8668
8669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_CanRedo",kwnames,&obj0)) goto fail;
8670 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8671 {
8672 PyThreadState* __tstate = wxPyBeginAllowThreads();
8673 result = (bool)((wxTextCtrl const *)arg1)->CanRedo();
8674
8675 wxPyEndAllowThreads(__tstate);
8676 if (PyErr_Occurred()) SWIG_fail;
8677 }
8678 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
8679 return resultobj;
8680 fail:
8681 return NULL;
8682 }
8683
8684
8685 static PyObject *_wrap_TextCtrl_SetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
8686 PyObject *resultobj;
8687 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8688 long arg2 ;
8689 PyObject * obj0 = 0 ;
8690 PyObject * obj1 = 0 ;
8691 char *kwnames[] = {
8692 (char *) "self",(char *) "pos", NULL
8693 };
8694
8695 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetInsertionPoint",kwnames,&obj0,&obj1)) goto fail;
8696 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8697 {
8698 arg2 = (long) SWIG_PyObj_AsLong(obj1);
8699 if (PyErr_Occurred()) SWIG_fail;
8700 }
8701 {
8702 PyThreadState* __tstate = wxPyBeginAllowThreads();
8703 (arg1)->SetInsertionPoint(arg2);
8704
8705 wxPyEndAllowThreads(__tstate);
8706 if (PyErr_Occurred()) SWIG_fail;
8707 }
8708 Py_INCREF(Py_None); resultobj = Py_None;
8709 return resultobj;
8710 fail:
8711 return NULL;
8712 }
8713
8714
8715 static PyObject *_wrap_TextCtrl_SetInsertionPointEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
8716 PyObject *resultobj;
8717 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8718 PyObject * obj0 = 0 ;
8719 char *kwnames[] = {
8720 (char *) "self", NULL
8721 };
8722
8723 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SetInsertionPointEnd",kwnames,&obj0)) goto fail;
8724 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8725 {
8726 PyThreadState* __tstate = wxPyBeginAllowThreads();
8727 (arg1)->SetInsertionPointEnd();
8728
8729 wxPyEndAllowThreads(__tstate);
8730 if (PyErr_Occurred()) SWIG_fail;
8731 }
8732 Py_INCREF(Py_None); resultobj = Py_None;
8733 return resultobj;
8734 fail:
8735 return NULL;
8736 }
8737
8738
8739 static PyObject *_wrap_TextCtrl_GetInsertionPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
8740 PyObject *resultobj;
8741 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8742 long result;
8743 PyObject * obj0 = 0 ;
8744 char *kwnames[] = {
8745 (char *) "self", NULL
8746 };
8747
8748 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetInsertionPoint",kwnames,&obj0)) goto fail;
8749 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8750 {
8751 PyThreadState* __tstate = wxPyBeginAllowThreads();
8752 result = (long)((wxTextCtrl const *)arg1)->GetInsertionPoint();
8753
8754 wxPyEndAllowThreads(__tstate);
8755 if (PyErr_Occurred()) SWIG_fail;
8756 }
8757 resultobj = SWIG_PyObj_FromLong((long)result);
8758 return resultobj;
8759 fail:
8760 return NULL;
8761 }
8762
8763
8764 static PyObject *_wrap_TextCtrl_GetLastPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
8765 PyObject *resultobj;
8766 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8767 long result;
8768 PyObject * obj0 = 0 ;
8769 char *kwnames[] = {
8770 (char *) "self", NULL
8771 };
8772
8773 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_GetLastPosition",kwnames,&obj0)) goto fail;
8774 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8775 {
8776 PyThreadState* __tstate = wxPyBeginAllowThreads();
8777 result = (long)((wxTextCtrl const *)arg1)->GetLastPosition();
8778
8779 wxPyEndAllowThreads(__tstate);
8780 if (PyErr_Occurred()) SWIG_fail;
8781 }
8782 resultobj = SWIG_PyObj_FromLong((long)result);
8783 return resultobj;
8784 fail:
8785 return NULL;
8786 }
8787
8788
8789 static PyObject *_wrap_TextCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
8790 PyObject *resultobj;
8791 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8792 long arg2 ;
8793 long arg3 ;
8794 PyObject * obj0 = 0 ;
8795 PyObject * obj1 = 0 ;
8796 PyObject * obj2 = 0 ;
8797 char *kwnames[] = {
8798 (char *) "self",(char *) "from",(char *) "to", NULL
8799 };
8800
8801 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
8802 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8803 {
8804 arg2 = (long) SWIG_PyObj_AsLong(obj1);
8805 if (PyErr_Occurred()) SWIG_fail;
8806 }
8807 {
8808 arg3 = (long) SWIG_PyObj_AsLong(obj2);
8809 if (PyErr_Occurred()) SWIG_fail;
8810 }
8811 {
8812 PyThreadState* __tstate = wxPyBeginAllowThreads();
8813 (arg1)->SetSelection(arg2,arg3);
8814
8815 wxPyEndAllowThreads(__tstate);
8816 if (PyErr_Occurred()) SWIG_fail;
8817 }
8818 Py_INCREF(Py_None); resultobj = Py_None;
8819 return resultobj;
8820 fail:
8821 return NULL;
8822 }
8823
8824
8825 static PyObject *_wrap_TextCtrl_SelectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
8826 PyObject *resultobj;
8827 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8828 PyObject * obj0 = 0 ;
8829 char *kwnames[] = {
8830 (char *) "self", NULL
8831 };
8832
8833 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextCtrl_SelectAll",kwnames,&obj0)) goto fail;
8834 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8835 {
8836 PyThreadState* __tstate = wxPyBeginAllowThreads();
8837 (arg1)->SelectAll();
8838
8839 wxPyEndAllowThreads(__tstate);
8840 if (PyErr_Occurred()) SWIG_fail;
8841 }
8842 Py_INCREF(Py_None); resultobj = Py_None;
8843 return resultobj;
8844 fail:
8845 return NULL;
8846 }
8847
8848
8849 static PyObject *_wrap_TextCtrl_SetEditable(PyObject *self, PyObject *args, PyObject *kwargs) {
8850 PyObject *resultobj;
8851 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8852 bool arg2 ;
8853 PyObject * obj0 = 0 ;
8854 PyObject * obj1 = 0 ;
8855 char *kwnames[] = {
8856 (char *) "self",(char *) "editable", NULL
8857 };
8858
8859 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_SetEditable",kwnames,&obj0,&obj1)) goto fail;
8860 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8861 {
8862 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
8863 if (PyErr_Occurred()) SWIG_fail;
8864 }
8865 {
8866 PyThreadState* __tstate = wxPyBeginAllowThreads();
8867 (arg1)->SetEditable(arg2);
8868
8869 wxPyEndAllowThreads(__tstate);
8870 if (PyErr_Occurred()) SWIG_fail;
8871 }
8872 Py_INCREF(Py_None); resultobj = Py_None;
8873 return resultobj;
8874 fail:
8875 return NULL;
8876 }
8877
8878
8879 static PyObject *_wrap_TextCtrl_write(PyObject *self, PyObject *args, PyObject *kwargs) {
8880 PyObject *resultobj;
8881 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8882 wxString *arg2 = 0 ;
8883 bool temp2 = False ;
8884 PyObject * obj0 = 0 ;
8885 PyObject * obj1 = 0 ;
8886 char *kwnames[] = {
8887 (char *) "self",(char *) "text", NULL
8888 };
8889
8890 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TextCtrl_write",kwnames,&obj0,&obj1)) goto fail;
8891 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8892 {
8893 arg2 = wxString_in_helper(obj1);
8894 if (arg2 == NULL) SWIG_fail;
8895 temp2 = True;
8896 }
8897 {
8898 PyThreadState* __tstate = wxPyBeginAllowThreads();
8899 wxTextCtrl_write(arg1,(wxString const &)*arg2);
8900
8901 wxPyEndAllowThreads(__tstate);
8902 if (PyErr_Occurred()) SWIG_fail;
8903 }
8904 Py_INCREF(Py_None); resultobj = Py_None;
8905 {
8906 if (temp2)
8907 delete arg2;
8908 }
8909 return resultobj;
8910 fail:
8911 {
8912 if (temp2)
8913 delete arg2;
8914 }
8915 return NULL;
8916 }
8917
8918
8919 static PyObject *_wrap_TextCtrl_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
8920 PyObject *resultobj;
8921 wxTextCtrl *arg1 = (wxTextCtrl *) 0 ;
8922 long arg2 ;
8923 long arg3 ;
8924 wxString result;
8925 PyObject * obj0 = 0 ;
8926 PyObject * obj1 = 0 ;
8927 PyObject * obj2 = 0 ;
8928 char *kwnames[] = {
8929 (char *) "self",(char *) "from",(char *) "to", NULL
8930 };
8931
8932 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TextCtrl_GetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
8933 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8934 {
8935 arg2 = (long) SWIG_PyObj_AsLong(obj1);
8936 if (PyErr_Occurred()) SWIG_fail;
8937 }
8938 {
8939 arg3 = (long) SWIG_PyObj_AsLong(obj2);
8940 if (PyErr_Occurred()) SWIG_fail;
8941 }
8942 {
8943 PyThreadState* __tstate = wxPyBeginAllowThreads();
8944 result = wxTextCtrl_GetString(arg1,arg2,arg3);
8945
8946 wxPyEndAllowThreads(__tstate);
8947 if (PyErr_Occurred()) SWIG_fail;
8948 }
8949 {
8950 #if wxUSE_UNICODE
8951 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
8952 #else
8953 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
8954 #endif
8955 }
8956 return resultobj;
8957 fail:
8958 return NULL;
8959 }
8960
8961
8962 static PyObject * TextCtrl_swigregister(PyObject *self, PyObject *args) {
8963 PyObject *obj;
8964 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
8965 SWIG_TypeClientData(SWIGTYPE_p_wxTextCtrl, obj);
8966 Py_INCREF(obj);
8967 return Py_BuildValue((char *)"");
8968 }
8969 static PyObject *_wrap_new_TextUrlEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
8970 PyObject *resultobj;
8971 int arg1 ;
8972 wxMouseEvent *arg2 = 0 ;
8973 long arg3 ;
8974 long arg4 ;
8975 wxTextUrlEvent *result;
8976 PyObject * obj0 = 0 ;
8977 PyObject * obj1 = 0 ;
8978 PyObject * obj2 = 0 ;
8979 PyObject * obj3 = 0 ;
8980 char *kwnames[] = {
8981 (char *) "winid",(char *) "evtMouse",(char *) "start",(char *) "end", NULL
8982 };
8983
8984 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:new_TextUrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
8985 {
8986 arg1 = (int) SWIG_PyObj_AsInt(obj0);
8987 if (PyErr_Occurred()) SWIG_fail;
8988 }
8989 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxMouseEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
8990 if (arg2 == NULL) {
8991 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
8992 }
8993 {
8994 arg3 = (long) SWIG_PyObj_AsLong(obj2);
8995 if (PyErr_Occurred()) SWIG_fail;
8996 }
8997 {
8998 arg4 = (long) SWIG_PyObj_AsLong(obj3);
8999 if (PyErr_Occurred()) SWIG_fail;
9000 }
9001 {
9002 PyThreadState* __tstate = wxPyBeginAllowThreads();
9003 result = (wxTextUrlEvent *)new wxTextUrlEvent(arg1,(wxMouseEvent const &)*arg2,arg3,arg4);
9004
9005 wxPyEndAllowThreads(__tstate);
9006 if (PyErr_Occurred()) SWIG_fail;
9007 }
9008 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxTextUrlEvent, 1);
9009 return resultobj;
9010 fail:
9011 return NULL;
9012 }
9013
9014
9015 static PyObject *_wrap_TextUrlEvent_GetMouseEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
9016 PyObject *resultobj;
9017 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
9018 wxMouseEvent *result;
9019 PyObject * obj0 = 0 ;
9020 char *kwnames[] = {
9021 (char *) "self", NULL
9022 };
9023
9024 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetMouseEvent",kwnames,&obj0)) goto fail;
9025 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextUrlEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9026 {
9027 PyThreadState* __tstate = wxPyBeginAllowThreads();
9028 {
9029 wxMouseEvent const &_result_ref = (arg1)->GetMouseEvent();
9030 result = (wxMouseEvent *) &_result_ref;
9031 }
9032
9033 wxPyEndAllowThreads(__tstate);
9034 if (PyErr_Occurred()) SWIG_fail;
9035 }
9036 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxMouseEvent, 0);
9037 return resultobj;
9038 fail:
9039 return NULL;
9040 }
9041
9042
9043 static PyObject *_wrap_TextUrlEvent_GetURLStart(PyObject *self, PyObject *args, PyObject *kwargs) {
9044 PyObject *resultobj;
9045 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
9046 long result;
9047 PyObject * obj0 = 0 ;
9048 char *kwnames[] = {
9049 (char *) "self", NULL
9050 };
9051
9052 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLStart",kwnames,&obj0)) goto fail;
9053 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextUrlEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9054 {
9055 PyThreadState* __tstate = wxPyBeginAllowThreads();
9056 result = (long)((wxTextUrlEvent const *)arg1)->GetURLStart();
9057
9058 wxPyEndAllowThreads(__tstate);
9059 if (PyErr_Occurred()) SWIG_fail;
9060 }
9061 resultobj = SWIG_PyObj_FromLong((long)result);
9062 return resultobj;
9063 fail:
9064 return NULL;
9065 }
9066
9067
9068 static PyObject *_wrap_TextUrlEvent_GetURLEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
9069 PyObject *resultobj;
9070 wxTextUrlEvent *arg1 = (wxTextUrlEvent *) 0 ;
9071 long result;
9072 PyObject * obj0 = 0 ;
9073 char *kwnames[] = {
9074 (char *) "self", NULL
9075 };
9076
9077 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TextUrlEvent_GetURLEnd",kwnames,&obj0)) goto fail;
9078 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTextUrlEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9079 {
9080 PyThreadState* __tstate = wxPyBeginAllowThreads();
9081 result = (long)((wxTextUrlEvent const *)arg1)->GetURLEnd();
9082
9083 wxPyEndAllowThreads(__tstate);
9084 if (PyErr_Occurred()) SWIG_fail;
9085 }
9086 resultobj = SWIG_PyObj_FromLong((long)result);
9087 return resultobj;
9088 fail:
9089 return NULL;
9090 }
9091
9092
9093 static PyObject * TextUrlEvent_swigregister(PyObject *self, PyObject *args) {
9094 PyObject *obj;
9095 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
9096 SWIG_TypeClientData(SWIGTYPE_p_wxTextUrlEvent, obj);
9097 Py_INCREF(obj);
9098 return Py_BuildValue((char *)"");
9099 }
9100 static int _wrap_ScrollBarNameStr_set(PyObject *_val) {
9101 PyErr_SetString(PyExc_TypeError,"Variable ScrollBarNameStr is read-only.");
9102 return 1;
9103 }
9104
9105
9106 static PyObject *_wrap_ScrollBarNameStr_get() {
9107 PyObject *pyobj;
9108
9109 {
9110 #if wxUSE_UNICODE
9111 pyobj = PyUnicode_FromWideChar((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
9112 #else
9113 pyobj = PyString_FromStringAndSize((&wxPyScrollBarNameStr)->c_str(), (&wxPyScrollBarNameStr)->Len());
9114 #endif
9115 }
9116 return pyobj;
9117 }
9118
9119
9120 static PyObject *_wrap_new_ScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
9121 PyObject *resultobj;
9122 wxWindow *arg1 = (wxWindow *) 0 ;
9123 int arg2 = (int) -1 ;
9124 wxPoint const &arg3_defvalue = wxDefaultPosition ;
9125 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
9126 wxSize const &arg4_defvalue = wxDefaultSize ;
9127 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
9128 long arg5 = (long) wxSB_HORIZONTAL ;
9129 wxValidator const &arg6_defvalue = wxDefaultValidator ;
9130 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
9131 wxString const &arg7_defvalue = wxPyScrollBarNameStr ;
9132 wxString *arg7 = (wxString *) &arg7_defvalue ;
9133 wxScrollBar *result;
9134 wxPoint temp3 ;
9135 wxSize temp4 ;
9136 bool temp7 = False ;
9137 PyObject * obj0 = 0 ;
9138 PyObject * obj1 = 0 ;
9139 PyObject * obj2 = 0 ;
9140 PyObject * obj3 = 0 ;
9141 PyObject * obj4 = 0 ;
9142 PyObject * obj5 = 0 ;
9143 PyObject * obj6 = 0 ;
9144 char *kwnames[] = {
9145 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
9146 };
9147
9148 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ScrollBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
9149 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9150 if (obj1) {
9151 {
9152 arg2 = (int) SWIG_PyObj_AsInt(obj1);
9153 if (PyErr_Occurred()) SWIG_fail;
9154 }
9155 }
9156 if (obj2) {
9157 {
9158 arg3 = &temp3;
9159 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
9160 }
9161 }
9162 if (obj3) {
9163 {
9164 arg4 = &temp4;
9165 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
9166 }
9167 }
9168 if (obj4) {
9169 {
9170 arg5 = (long) SWIG_PyObj_AsLong(obj4);
9171 if (PyErr_Occurred()) SWIG_fail;
9172 }
9173 }
9174 if (obj5) {
9175 if ((SWIG_ConvertPtr(obj5,(void **) &arg6, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9176 if (arg6 == NULL) {
9177 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
9178 }
9179 }
9180 if (obj6) {
9181 {
9182 arg7 = wxString_in_helper(obj6);
9183 if (arg7 == NULL) SWIG_fail;
9184 temp7 = True;
9185 }
9186 }
9187 {
9188 PyThreadState* __tstate = wxPyBeginAllowThreads();
9189 result = (wxScrollBar *)new wxScrollBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
9190
9191 wxPyEndAllowThreads(__tstate);
9192 if (PyErr_Occurred()) SWIG_fail;
9193 }
9194 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxScrollBar, 1);
9195 {
9196 if (temp7)
9197 delete arg7;
9198 }
9199 return resultobj;
9200 fail:
9201 {
9202 if (temp7)
9203 delete arg7;
9204 }
9205 return NULL;
9206 }
9207
9208
9209 static PyObject *_wrap_new_PreScrollBar(PyObject *self, PyObject *args, PyObject *kwargs) {
9210 PyObject *resultobj;
9211 wxScrollBar *result;
9212 char *kwnames[] = {
9213 NULL
9214 };
9215
9216 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreScrollBar",kwnames)) goto fail;
9217 {
9218 PyThreadState* __tstate = wxPyBeginAllowThreads();
9219 result = (wxScrollBar *)new wxScrollBar();
9220
9221 wxPyEndAllowThreads(__tstate);
9222 if (PyErr_Occurred()) SWIG_fail;
9223 }
9224 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxScrollBar, 1);
9225 return resultobj;
9226 fail:
9227 return NULL;
9228 }
9229
9230
9231 static PyObject *_wrap_ScrollBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9232 PyObject *resultobj;
9233 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
9234 wxWindow *arg2 = (wxWindow *) 0 ;
9235 int arg3 = (int) -1 ;
9236 wxPoint const &arg4_defvalue = wxDefaultPosition ;
9237 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
9238 wxSize const &arg5_defvalue = wxDefaultSize ;
9239 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
9240 long arg6 = (long) wxSB_HORIZONTAL ;
9241 wxValidator const &arg7_defvalue = wxDefaultValidator ;
9242 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
9243 wxString const &arg8_defvalue = wxPyScrollBarNameStr ;
9244 wxString *arg8 = (wxString *) &arg8_defvalue ;
9245 bool result;
9246 wxPoint temp4 ;
9247 wxSize temp5 ;
9248 bool temp8 = False ;
9249 PyObject * obj0 = 0 ;
9250 PyObject * obj1 = 0 ;
9251 PyObject * obj2 = 0 ;
9252 PyObject * obj3 = 0 ;
9253 PyObject * obj4 = 0 ;
9254 PyObject * obj5 = 0 ;
9255 PyObject * obj6 = 0 ;
9256 PyObject * obj7 = 0 ;
9257 char *kwnames[] = {
9258 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
9259 };
9260
9261 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ScrollBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
9262 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxScrollBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9263 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9264 if (obj2) {
9265 {
9266 arg3 = (int) SWIG_PyObj_AsInt(obj2);
9267 if (PyErr_Occurred()) SWIG_fail;
9268 }
9269 }
9270 if (obj3) {
9271 {
9272 arg4 = &temp4;
9273 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
9274 }
9275 }
9276 if (obj4) {
9277 {
9278 arg5 = &temp5;
9279 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
9280 }
9281 }
9282 if (obj5) {
9283 {
9284 arg6 = (long) SWIG_PyObj_AsLong(obj5);
9285 if (PyErr_Occurred()) SWIG_fail;
9286 }
9287 }
9288 if (obj6) {
9289 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9290 if (arg7 == NULL) {
9291 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
9292 }
9293 }
9294 if (obj7) {
9295 {
9296 arg8 = wxString_in_helper(obj7);
9297 if (arg8 == NULL) SWIG_fail;
9298 temp8 = True;
9299 }
9300 }
9301 {
9302 PyThreadState* __tstate = wxPyBeginAllowThreads();
9303 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
9304
9305 wxPyEndAllowThreads(__tstate);
9306 if (PyErr_Occurred()) SWIG_fail;
9307 }
9308 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9309 {
9310 if (temp8)
9311 delete arg8;
9312 }
9313 return resultobj;
9314 fail:
9315 {
9316 if (temp8)
9317 delete arg8;
9318 }
9319 return NULL;
9320 }
9321
9322
9323 static PyObject *_wrap_ScrollBar_GetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9324 PyObject *resultobj;
9325 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
9326 int result;
9327 PyObject * obj0 = 0 ;
9328 char *kwnames[] = {
9329 (char *) "self", NULL
9330 };
9331
9332 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbPosition",kwnames,&obj0)) goto fail;
9333 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxScrollBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9334 {
9335 PyThreadState* __tstate = wxPyBeginAllowThreads();
9336 result = (int)((wxScrollBar const *)arg1)->GetThumbPosition();
9337
9338 wxPyEndAllowThreads(__tstate);
9339 if (PyErr_Occurred()) SWIG_fail;
9340 }
9341 resultobj = SWIG_PyObj_FromInt((int)result);
9342 return resultobj;
9343 fail:
9344 return NULL;
9345 }
9346
9347
9348 static PyObject *_wrap_ScrollBar_GetThumbSize(PyObject *self, PyObject *args, PyObject *kwargs) {
9349 PyObject *resultobj;
9350 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
9351 int result;
9352 PyObject * obj0 = 0 ;
9353 char *kwnames[] = {
9354 (char *) "self", NULL
9355 };
9356
9357 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetThumbSize",kwnames,&obj0)) goto fail;
9358 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxScrollBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9359 {
9360 PyThreadState* __tstate = wxPyBeginAllowThreads();
9361 result = (int)((wxScrollBar const *)arg1)->GetThumbSize();
9362
9363 wxPyEndAllowThreads(__tstate);
9364 if (PyErr_Occurred()) SWIG_fail;
9365 }
9366 resultobj = SWIG_PyObj_FromInt((int)result);
9367 return resultobj;
9368 fail:
9369 return NULL;
9370 }
9371
9372
9373 static PyObject *_wrap_ScrollBar_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
9374 PyObject *resultobj;
9375 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
9376 int result;
9377 PyObject * obj0 = 0 ;
9378 char *kwnames[] = {
9379 (char *) "self", NULL
9380 };
9381
9382 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetPageSize",kwnames,&obj0)) goto fail;
9383 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxScrollBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9384 {
9385 PyThreadState* __tstate = wxPyBeginAllowThreads();
9386 result = (int)((wxScrollBar const *)arg1)->GetPageSize();
9387
9388 wxPyEndAllowThreads(__tstate);
9389 if (PyErr_Occurred()) SWIG_fail;
9390 }
9391 resultobj = SWIG_PyObj_FromInt((int)result);
9392 return resultobj;
9393 fail:
9394 return NULL;
9395 }
9396
9397
9398 static PyObject *_wrap_ScrollBar_GetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
9399 PyObject *resultobj;
9400 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
9401 int result;
9402 PyObject * obj0 = 0 ;
9403 char *kwnames[] = {
9404 (char *) "self", NULL
9405 };
9406
9407 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ScrollBar_GetRange",kwnames,&obj0)) goto fail;
9408 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxScrollBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9409 {
9410 PyThreadState* __tstate = wxPyBeginAllowThreads();
9411 result = (int)((wxScrollBar const *)arg1)->GetRange();
9412
9413 wxPyEndAllowThreads(__tstate);
9414 if (PyErr_Occurred()) SWIG_fail;
9415 }
9416 resultobj = SWIG_PyObj_FromInt((int)result);
9417 return resultobj;
9418 fail:
9419 return NULL;
9420 }
9421
9422
9423 static PyObject *_wrap_ScrollBar_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
9424 PyObject *resultobj;
9425 wxScrollBar *arg1 = (wxScrollBar *) 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:ScrollBar_IsVertical",kwnames,&obj0)) goto fail;
9433 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxScrollBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9434 {
9435 PyThreadState* __tstate = wxPyBeginAllowThreads();
9436 result = (bool)((wxScrollBar const *)arg1)->IsVertical();
9437
9438 wxPyEndAllowThreads(__tstate);
9439 if (PyErr_Occurred()) SWIG_fail;
9440 }
9441 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9442 return resultobj;
9443 fail:
9444 return NULL;
9445 }
9446
9447
9448 static PyObject *_wrap_ScrollBar_SetThumbPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
9449 PyObject *resultobj;
9450 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
9451 int arg2 ;
9452 PyObject * obj0 = 0 ;
9453 PyObject * obj1 = 0 ;
9454 char *kwnames[] = {
9455 (char *) "self",(char *) "viewStart", NULL
9456 };
9457
9458 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ScrollBar_SetThumbPosition",kwnames,&obj0,&obj1)) goto fail;
9459 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxScrollBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9460 {
9461 arg2 = (int) SWIG_PyObj_AsInt(obj1);
9462 if (PyErr_Occurred()) SWIG_fail;
9463 }
9464 {
9465 PyThreadState* __tstate = wxPyBeginAllowThreads();
9466 (arg1)->SetThumbPosition(arg2);
9467
9468 wxPyEndAllowThreads(__tstate);
9469 if (PyErr_Occurred()) SWIG_fail;
9470 }
9471 Py_INCREF(Py_None); resultobj = Py_None;
9472 return resultobj;
9473 fail:
9474 return NULL;
9475 }
9476
9477
9478 static PyObject *_wrap_ScrollBar_SetScrollbar(PyObject *self, PyObject *args, PyObject *kwargs) {
9479 PyObject *resultobj;
9480 wxScrollBar *arg1 = (wxScrollBar *) 0 ;
9481 int arg2 ;
9482 int arg3 ;
9483 int arg4 ;
9484 int arg5 ;
9485 bool arg6 = (bool) True ;
9486 PyObject * obj0 = 0 ;
9487 PyObject * obj1 = 0 ;
9488 PyObject * obj2 = 0 ;
9489 PyObject * obj3 = 0 ;
9490 PyObject * obj4 = 0 ;
9491 PyObject * obj5 = 0 ;
9492 char *kwnames[] = {
9493 (char *) "self",(char *) "position",(char *) "thumbSize",(char *) "range",(char *) "pageSize",(char *) "refresh", NULL
9494 };
9495
9496 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:ScrollBar_SetScrollbar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
9497 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxScrollBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9498 {
9499 arg2 = (int) SWIG_PyObj_AsInt(obj1);
9500 if (PyErr_Occurred()) SWIG_fail;
9501 }
9502 {
9503 arg3 = (int) SWIG_PyObj_AsInt(obj2);
9504 if (PyErr_Occurred()) SWIG_fail;
9505 }
9506 {
9507 arg4 = (int) SWIG_PyObj_AsInt(obj3);
9508 if (PyErr_Occurred()) SWIG_fail;
9509 }
9510 {
9511 arg5 = (int) SWIG_PyObj_AsInt(obj4);
9512 if (PyErr_Occurred()) SWIG_fail;
9513 }
9514 if (obj5) {
9515 {
9516 arg6 = (bool) SWIG_PyObj_AsBool(obj5);
9517 if (PyErr_Occurred()) SWIG_fail;
9518 }
9519 }
9520 {
9521 PyThreadState* __tstate = wxPyBeginAllowThreads();
9522 (arg1)->SetScrollbar(arg2,arg3,arg4,arg5,arg6);
9523
9524 wxPyEndAllowThreads(__tstate);
9525 if (PyErr_Occurred()) SWIG_fail;
9526 }
9527 Py_INCREF(Py_None); resultobj = Py_None;
9528 return resultobj;
9529 fail:
9530 return NULL;
9531 }
9532
9533
9534 static PyObject * ScrollBar_swigregister(PyObject *self, PyObject *args) {
9535 PyObject *obj;
9536 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
9537 SWIG_TypeClientData(SWIGTYPE_p_wxScrollBar, obj);
9538 Py_INCREF(obj);
9539 return Py_BuildValue((char *)"");
9540 }
9541 static int _wrap_SPIN_BUTTON_NAME_set(PyObject *_val) {
9542 PyErr_SetString(PyExc_TypeError,"Variable SPIN_BUTTON_NAME is read-only.");
9543 return 1;
9544 }
9545
9546
9547 static PyObject *_wrap_SPIN_BUTTON_NAME_get() {
9548 PyObject *pyobj;
9549
9550 {
9551 #if wxUSE_UNICODE
9552 pyobj = PyUnicode_FromWideChar((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
9553 #else
9554 pyobj = PyString_FromStringAndSize((&wxPySPIN_BUTTON_NAME)->c_str(), (&wxPySPIN_BUTTON_NAME)->Len());
9555 #endif
9556 }
9557 return pyobj;
9558 }
9559
9560
9561 static int _wrap_SpinCtrlNameStr_set(PyObject *_val) {
9562 PyErr_SetString(PyExc_TypeError,"Variable SpinCtrlNameStr is read-only.");
9563 return 1;
9564 }
9565
9566
9567 static PyObject *_wrap_SpinCtrlNameStr_get() {
9568 PyObject *pyobj;
9569
9570 {
9571 #if wxUSE_UNICODE
9572 pyobj = PyUnicode_FromWideChar((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
9573 #else
9574 pyobj = PyString_FromStringAndSize((&wxPySpinCtrlNameStr)->c_str(), (&wxPySpinCtrlNameStr)->Len());
9575 #endif
9576 }
9577 return pyobj;
9578 }
9579
9580
9581 static PyObject *_wrap_new_SpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
9582 PyObject *resultobj;
9583 wxWindow *arg1 = (wxWindow *) 0 ;
9584 int arg2 = (int) -1 ;
9585 wxPoint const &arg3_defvalue = wxDefaultPosition ;
9586 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
9587 wxSize const &arg4_defvalue = wxDefaultSize ;
9588 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
9589 long arg5 = (long) wxSP_HORIZONTAL ;
9590 wxString const &arg6_defvalue = wxPySPIN_BUTTON_NAME ;
9591 wxString *arg6 = (wxString *) &arg6_defvalue ;
9592 wxSpinButton *result;
9593 wxPoint temp3 ;
9594 wxSize temp4 ;
9595 bool temp6 = False ;
9596 PyObject * obj0 = 0 ;
9597 PyObject * obj1 = 0 ;
9598 PyObject * obj2 = 0 ;
9599 PyObject * obj3 = 0 ;
9600 PyObject * obj4 = 0 ;
9601 PyObject * obj5 = 0 ;
9602 char *kwnames[] = {
9603 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
9604 };
9605
9606 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_SpinButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
9607 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9608 if (obj1) {
9609 {
9610 arg2 = (int) SWIG_PyObj_AsInt(obj1);
9611 if (PyErr_Occurred()) SWIG_fail;
9612 }
9613 }
9614 if (obj2) {
9615 {
9616 arg3 = &temp3;
9617 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
9618 }
9619 }
9620 if (obj3) {
9621 {
9622 arg4 = &temp4;
9623 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
9624 }
9625 }
9626 if (obj4) {
9627 {
9628 arg5 = (long) SWIG_PyObj_AsLong(obj4);
9629 if (PyErr_Occurred()) SWIG_fail;
9630 }
9631 }
9632 if (obj5) {
9633 {
9634 arg6 = wxString_in_helper(obj5);
9635 if (arg6 == NULL) SWIG_fail;
9636 temp6 = True;
9637 }
9638 }
9639 {
9640 PyThreadState* __tstate = wxPyBeginAllowThreads();
9641 result = (wxSpinButton *)new wxSpinButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
9642
9643 wxPyEndAllowThreads(__tstate);
9644 if (PyErr_Occurred()) SWIG_fail;
9645 }
9646 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxSpinButton, 1);
9647 {
9648 if (temp6)
9649 delete arg6;
9650 }
9651 return resultobj;
9652 fail:
9653 {
9654 if (temp6)
9655 delete arg6;
9656 }
9657 return NULL;
9658 }
9659
9660
9661 static PyObject *_wrap_new_PreSpinButton(PyObject *self, PyObject *args, PyObject *kwargs) {
9662 PyObject *resultobj;
9663 wxSpinButton *result;
9664 char *kwnames[] = {
9665 NULL
9666 };
9667
9668 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinButton",kwnames)) goto fail;
9669 {
9670 PyThreadState* __tstate = wxPyBeginAllowThreads();
9671 result = (wxSpinButton *)new wxSpinButton();
9672
9673 wxPyEndAllowThreads(__tstate);
9674 if (PyErr_Occurred()) SWIG_fail;
9675 }
9676 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxSpinButton, 1);
9677 return resultobj;
9678 fail:
9679 return NULL;
9680 }
9681
9682
9683 static PyObject *_wrap_SpinButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
9684 PyObject *resultobj;
9685 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
9686 wxWindow *arg2 = (wxWindow *) 0 ;
9687 int arg3 = (int) -1 ;
9688 wxPoint const &arg4_defvalue = wxDefaultPosition ;
9689 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
9690 wxSize const &arg5_defvalue = wxDefaultSize ;
9691 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
9692 long arg6 = (long) wxSP_HORIZONTAL ;
9693 wxString const &arg7_defvalue = wxPySPIN_BUTTON_NAME ;
9694 wxString *arg7 = (wxString *) &arg7_defvalue ;
9695 bool result;
9696 wxPoint temp4 ;
9697 wxSize temp5 ;
9698 bool temp7 = False ;
9699 PyObject * obj0 = 0 ;
9700 PyObject * obj1 = 0 ;
9701 PyObject * obj2 = 0 ;
9702 PyObject * obj3 = 0 ;
9703 PyObject * obj4 = 0 ;
9704 PyObject * obj5 = 0 ;
9705 PyObject * obj6 = 0 ;
9706 char *kwnames[] = {
9707 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
9708 };
9709
9710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:SpinButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
9711 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9712 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9713 if (obj2) {
9714 {
9715 arg3 = (int) SWIG_PyObj_AsInt(obj2);
9716 if (PyErr_Occurred()) SWIG_fail;
9717 }
9718 }
9719 if (obj3) {
9720 {
9721 arg4 = &temp4;
9722 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
9723 }
9724 }
9725 if (obj4) {
9726 {
9727 arg5 = &temp5;
9728 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
9729 }
9730 }
9731 if (obj5) {
9732 {
9733 arg6 = (long) SWIG_PyObj_AsLong(obj5);
9734 if (PyErr_Occurred()) SWIG_fail;
9735 }
9736 }
9737 if (obj6) {
9738 {
9739 arg7 = wxString_in_helper(obj6);
9740 if (arg7 == NULL) SWIG_fail;
9741 temp7 = True;
9742 }
9743 }
9744 {
9745 PyThreadState* __tstate = wxPyBeginAllowThreads();
9746 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
9747
9748 wxPyEndAllowThreads(__tstate);
9749 if (PyErr_Occurred()) SWIG_fail;
9750 }
9751 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9752 {
9753 if (temp7)
9754 delete arg7;
9755 }
9756 return resultobj;
9757 fail:
9758 {
9759 if (temp7)
9760 delete arg7;
9761 }
9762 return NULL;
9763 }
9764
9765
9766 static PyObject *_wrap_SpinButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
9767 PyObject *resultobj;
9768 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
9769 int result;
9770 PyObject * obj0 = 0 ;
9771 char *kwnames[] = {
9772 (char *) "self", NULL
9773 };
9774
9775 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetValue",kwnames,&obj0)) goto fail;
9776 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9777 {
9778 PyThreadState* __tstate = wxPyBeginAllowThreads();
9779 result = (int)((wxSpinButton const *)arg1)->GetValue();
9780
9781 wxPyEndAllowThreads(__tstate);
9782 if (PyErr_Occurred()) SWIG_fail;
9783 }
9784 resultobj = SWIG_PyObj_FromInt((int)result);
9785 return resultobj;
9786 fail:
9787 return NULL;
9788 }
9789
9790
9791 static PyObject *_wrap_SpinButton_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
9792 PyObject *resultobj;
9793 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
9794 int result;
9795 PyObject * obj0 = 0 ;
9796 char *kwnames[] = {
9797 (char *) "self", NULL
9798 };
9799
9800 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMin",kwnames,&obj0)) goto fail;
9801 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9802 {
9803 PyThreadState* __tstate = wxPyBeginAllowThreads();
9804 result = (int)((wxSpinButton const *)arg1)->GetMin();
9805
9806 wxPyEndAllowThreads(__tstate);
9807 if (PyErr_Occurred()) SWIG_fail;
9808 }
9809 resultobj = SWIG_PyObj_FromInt((int)result);
9810 return resultobj;
9811 fail:
9812 return NULL;
9813 }
9814
9815
9816 static PyObject *_wrap_SpinButton_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
9817 PyObject *resultobj;
9818 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
9819 int result;
9820 PyObject * obj0 = 0 ;
9821 char *kwnames[] = {
9822 (char *) "self", NULL
9823 };
9824
9825 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_GetMax",kwnames,&obj0)) goto fail;
9826 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9827 {
9828 PyThreadState* __tstate = wxPyBeginAllowThreads();
9829 result = (int)((wxSpinButton const *)arg1)->GetMax();
9830
9831 wxPyEndAllowThreads(__tstate);
9832 if (PyErr_Occurred()) SWIG_fail;
9833 }
9834 resultobj = SWIG_PyObj_FromInt((int)result);
9835 return resultobj;
9836 fail:
9837 return NULL;
9838 }
9839
9840
9841 static PyObject *_wrap_SpinButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
9842 PyObject *resultobj;
9843 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
9844 int arg2 ;
9845 PyObject * obj0 = 0 ;
9846 PyObject * obj1 = 0 ;
9847 char *kwnames[] = {
9848 (char *) "self",(char *) "val", NULL
9849 };
9850
9851 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
9852 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9853 {
9854 arg2 = (int) SWIG_PyObj_AsInt(obj1);
9855 if (PyErr_Occurred()) SWIG_fail;
9856 }
9857 {
9858 PyThreadState* __tstate = wxPyBeginAllowThreads();
9859 (arg1)->SetValue(arg2);
9860
9861 wxPyEndAllowThreads(__tstate);
9862 if (PyErr_Occurred()) SWIG_fail;
9863 }
9864 Py_INCREF(Py_None); resultobj = Py_None;
9865 return resultobj;
9866 fail:
9867 return NULL;
9868 }
9869
9870
9871 static PyObject *_wrap_SpinButton_SetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
9872 PyObject *resultobj;
9873 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
9874 int arg2 ;
9875 PyObject * obj0 = 0 ;
9876 PyObject * obj1 = 0 ;
9877 char *kwnames[] = {
9878 (char *) "self",(char *) "minVal", NULL
9879 };
9880
9881 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMin",kwnames,&obj0,&obj1)) goto fail;
9882 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9883 {
9884 arg2 = (int) SWIG_PyObj_AsInt(obj1);
9885 if (PyErr_Occurred()) SWIG_fail;
9886 }
9887 {
9888 PyThreadState* __tstate = wxPyBeginAllowThreads();
9889 (arg1)->SetMin(arg2);
9890
9891 wxPyEndAllowThreads(__tstate);
9892 if (PyErr_Occurred()) SWIG_fail;
9893 }
9894 Py_INCREF(Py_None); resultobj = Py_None;
9895 return resultobj;
9896 fail:
9897 return NULL;
9898 }
9899
9900
9901 static PyObject *_wrap_SpinButton_SetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
9902 PyObject *resultobj;
9903 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
9904 int arg2 ;
9905 PyObject * obj0 = 0 ;
9906 PyObject * obj1 = 0 ;
9907 char *kwnames[] = {
9908 (char *) "self",(char *) "maxVal", NULL
9909 };
9910
9911 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinButton_SetMax",kwnames,&obj0,&obj1)) goto fail;
9912 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9913 {
9914 arg2 = (int) SWIG_PyObj_AsInt(obj1);
9915 if (PyErr_Occurred()) SWIG_fail;
9916 }
9917 {
9918 PyThreadState* __tstate = wxPyBeginAllowThreads();
9919 (arg1)->SetMax(arg2);
9920
9921 wxPyEndAllowThreads(__tstate);
9922 if (PyErr_Occurred()) SWIG_fail;
9923 }
9924 Py_INCREF(Py_None); resultobj = Py_None;
9925 return resultobj;
9926 fail:
9927 return NULL;
9928 }
9929
9930
9931 static PyObject *_wrap_SpinButton_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
9932 PyObject *resultobj;
9933 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
9934 int arg2 ;
9935 int arg3 ;
9936 PyObject * obj0 = 0 ;
9937 PyObject * obj1 = 0 ;
9938 PyObject * obj2 = 0 ;
9939 char *kwnames[] = {
9940 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
9941 };
9942
9943 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinButton_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
9944 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9945 {
9946 arg2 = (int) SWIG_PyObj_AsInt(obj1);
9947 if (PyErr_Occurred()) SWIG_fail;
9948 }
9949 {
9950 arg3 = (int) SWIG_PyObj_AsInt(obj2);
9951 if (PyErr_Occurred()) SWIG_fail;
9952 }
9953 {
9954 PyThreadState* __tstate = wxPyBeginAllowThreads();
9955 (arg1)->SetRange(arg2,arg3);
9956
9957 wxPyEndAllowThreads(__tstate);
9958 if (PyErr_Occurred()) SWIG_fail;
9959 }
9960 Py_INCREF(Py_None); resultobj = Py_None;
9961 return resultobj;
9962 fail:
9963 return NULL;
9964 }
9965
9966
9967 static PyObject *_wrap_SpinButton_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
9968 PyObject *resultobj;
9969 wxSpinButton *arg1 = (wxSpinButton *) 0 ;
9970 bool result;
9971 PyObject * obj0 = 0 ;
9972 char *kwnames[] = {
9973 (char *) "self", NULL
9974 };
9975
9976 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinButton_IsVertical",kwnames,&obj0)) goto fail;
9977 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
9978 {
9979 PyThreadState* __tstate = wxPyBeginAllowThreads();
9980 result = (bool)((wxSpinButton const *)arg1)->IsVertical();
9981
9982 wxPyEndAllowThreads(__tstate);
9983 if (PyErr_Occurred()) SWIG_fail;
9984 }
9985 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
9986 return resultobj;
9987 fail:
9988 return NULL;
9989 }
9990
9991
9992 static PyObject * SpinButton_swigregister(PyObject *self, PyObject *args) {
9993 PyObject *obj;
9994 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
9995 SWIG_TypeClientData(SWIGTYPE_p_wxSpinButton, obj);
9996 Py_INCREF(obj);
9997 return Py_BuildValue((char *)"");
9998 }
9999 static PyObject *_wrap_new_SpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
10000 PyObject *resultobj;
10001 wxWindow *arg1 = (wxWindow *) 0 ;
10002 int arg2 = (int) -1 ;
10003 wxString const &arg3_defvalue = wxPyEmptyString ;
10004 wxString *arg3 = (wxString *) &arg3_defvalue ;
10005 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10006 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10007 wxSize const &arg5_defvalue = wxDefaultSize ;
10008 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10009 long arg6 = (long) wxSP_ARROW_KEYS ;
10010 int arg7 = (int) 0 ;
10011 int arg8 = (int) 100 ;
10012 int arg9 = (int) 0 ;
10013 wxString const &arg10_defvalue = wxPySpinCtrlNameStr ;
10014 wxString *arg10 = (wxString *) &arg10_defvalue ;
10015 wxSpinCtrl *result;
10016 bool temp3 = False ;
10017 wxPoint temp4 ;
10018 wxSize temp5 ;
10019 bool temp10 = False ;
10020 PyObject * obj0 = 0 ;
10021 PyObject * obj1 = 0 ;
10022 PyObject * obj2 = 0 ;
10023 PyObject * obj3 = 0 ;
10024 PyObject * obj4 = 0 ;
10025 PyObject * obj5 = 0 ;
10026 PyObject * obj6 = 0 ;
10027 PyObject * obj7 = 0 ;
10028 PyObject * obj8 = 0 ;
10029 PyObject * obj9 = 0 ;
10030 char *kwnames[] = {
10031 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
10032 };
10033
10034 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOOO:new_SpinCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
10035 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10036 if (obj1) {
10037 {
10038 arg2 = (int) SWIG_PyObj_AsInt(obj1);
10039 if (PyErr_Occurred()) SWIG_fail;
10040 }
10041 }
10042 if (obj2) {
10043 {
10044 arg3 = wxString_in_helper(obj2);
10045 if (arg3 == NULL) SWIG_fail;
10046 temp3 = True;
10047 }
10048 }
10049 if (obj3) {
10050 {
10051 arg4 = &temp4;
10052 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10053 }
10054 }
10055 if (obj4) {
10056 {
10057 arg5 = &temp5;
10058 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10059 }
10060 }
10061 if (obj5) {
10062 {
10063 arg6 = (long) SWIG_PyObj_AsLong(obj5);
10064 if (PyErr_Occurred()) SWIG_fail;
10065 }
10066 }
10067 if (obj6) {
10068 {
10069 arg7 = (int) SWIG_PyObj_AsInt(obj6);
10070 if (PyErr_Occurred()) SWIG_fail;
10071 }
10072 }
10073 if (obj7) {
10074 {
10075 arg8 = (int) SWIG_PyObj_AsInt(obj7);
10076 if (PyErr_Occurred()) SWIG_fail;
10077 }
10078 }
10079 if (obj8) {
10080 {
10081 arg9 = (int) SWIG_PyObj_AsInt(obj8);
10082 if (PyErr_Occurred()) SWIG_fail;
10083 }
10084 }
10085 if (obj9) {
10086 {
10087 arg10 = wxString_in_helper(obj9);
10088 if (arg10 == NULL) SWIG_fail;
10089 temp10 = True;
10090 }
10091 }
10092 {
10093 PyThreadState* __tstate = wxPyBeginAllowThreads();
10094 result = (wxSpinCtrl *)new wxSpinCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,arg7,arg8,arg9,(wxString const &)*arg10);
10095
10096 wxPyEndAllowThreads(__tstate);
10097 if (PyErr_Occurred()) SWIG_fail;
10098 }
10099 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxSpinCtrl, 1);
10100 {
10101 if (temp3)
10102 delete arg3;
10103 }
10104 {
10105 if (temp10)
10106 delete arg10;
10107 }
10108 return resultobj;
10109 fail:
10110 {
10111 if (temp3)
10112 delete arg3;
10113 }
10114 {
10115 if (temp10)
10116 delete arg10;
10117 }
10118 return NULL;
10119 }
10120
10121
10122 static PyObject *_wrap_new_PreSpinCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
10123 PyObject *resultobj;
10124 wxSpinCtrl *result;
10125 char *kwnames[] = {
10126 NULL
10127 };
10128
10129 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSpinCtrl",kwnames)) goto fail;
10130 {
10131 PyThreadState* __tstate = wxPyBeginAllowThreads();
10132 result = (wxSpinCtrl *)new wxSpinCtrl();
10133
10134 wxPyEndAllowThreads(__tstate);
10135 if (PyErr_Occurred()) SWIG_fail;
10136 }
10137 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxSpinCtrl, 1);
10138 return resultobj;
10139 fail:
10140 return NULL;
10141 }
10142
10143
10144 static PyObject *_wrap_SpinCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10145 PyObject *resultobj;
10146 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
10147 wxWindow *arg2 = (wxWindow *) 0 ;
10148 int arg3 = (int) -1 ;
10149 wxString const &arg4_defvalue = wxPyEmptyString ;
10150 wxString *arg4 = (wxString *) &arg4_defvalue ;
10151 wxPoint const &arg5_defvalue = wxDefaultPosition ;
10152 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
10153 wxSize const &arg6_defvalue = wxDefaultSize ;
10154 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
10155 long arg7 = (long) wxSP_ARROW_KEYS ;
10156 int arg8 = (int) 0 ;
10157 int arg9 = (int) 100 ;
10158 int arg10 = (int) 0 ;
10159 wxString const &arg11_defvalue = wxPySpinCtrlNameStr ;
10160 wxString *arg11 = (wxString *) &arg11_defvalue ;
10161 bool result;
10162 bool temp4 = False ;
10163 wxPoint temp5 ;
10164 wxSize temp6 ;
10165 bool temp11 = False ;
10166 PyObject * obj0 = 0 ;
10167 PyObject * obj1 = 0 ;
10168 PyObject * obj2 = 0 ;
10169 PyObject * obj3 = 0 ;
10170 PyObject * obj4 = 0 ;
10171 PyObject * obj5 = 0 ;
10172 PyObject * obj6 = 0 ;
10173 PyObject * obj7 = 0 ;
10174 PyObject * obj8 = 0 ;
10175 PyObject * obj9 = 0 ;
10176 PyObject * obj10 = 0 ;
10177 char *kwnames[] = {
10178 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
10179 };
10180
10181 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOOO:SpinCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
10182 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10183 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10184 if (obj2) {
10185 {
10186 arg3 = (int) SWIG_PyObj_AsInt(obj2);
10187 if (PyErr_Occurred()) SWIG_fail;
10188 }
10189 }
10190 if (obj3) {
10191 {
10192 arg4 = wxString_in_helper(obj3);
10193 if (arg4 == NULL) SWIG_fail;
10194 temp4 = True;
10195 }
10196 }
10197 if (obj4) {
10198 {
10199 arg5 = &temp5;
10200 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
10201 }
10202 }
10203 if (obj5) {
10204 {
10205 arg6 = &temp6;
10206 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
10207 }
10208 }
10209 if (obj6) {
10210 {
10211 arg7 = (long) SWIG_PyObj_AsLong(obj6);
10212 if (PyErr_Occurred()) SWIG_fail;
10213 }
10214 }
10215 if (obj7) {
10216 {
10217 arg8 = (int) SWIG_PyObj_AsInt(obj7);
10218 if (PyErr_Occurred()) SWIG_fail;
10219 }
10220 }
10221 if (obj8) {
10222 {
10223 arg9 = (int) SWIG_PyObj_AsInt(obj8);
10224 if (PyErr_Occurred()) SWIG_fail;
10225 }
10226 }
10227 if (obj9) {
10228 {
10229 arg10 = (int) SWIG_PyObj_AsInt(obj9);
10230 if (PyErr_Occurred()) SWIG_fail;
10231 }
10232 }
10233 if (obj10) {
10234 {
10235 arg11 = wxString_in_helper(obj10);
10236 if (arg11 == NULL) SWIG_fail;
10237 temp11 = True;
10238 }
10239 }
10240 {
10241 PyThreadState* __tstate = wxPyBeginAllowThreads();
10242 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,arg8,arg9,arg10,(wxString const &)*arg11);
10243
10244 wxPyEndAllowThreads(__tstate);
10245 if (PyErr_Occurred()) SWIG_fail;
10246 }
10247 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10248 {
10249 if (temp4)
10250 delete arg4;
10251 }
10252 {
10253 if (temp11)
10254 delete arg11;
10255 }
10256 return resultobj;
10257 fail:
10258 {
10259 if (temp4)
10260 delete arg4;
10261 }
10262 {
10263 if (temp11)
10264 delete arg11;
10265 }
10266 return NULL;
10267 }
10268
10269
10270 static PyObject *_wrap_SpinCtrl_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10271 PyObject *resultobj;
10272 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
10273 int result;
10274 PyObject * obj0 = 0 ;
10275 char *kwnames[] = {
10276 (char *) "self", NULL
10277 };
10278
10279 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetValue",kwnames,&obj0)) goto fail;
10280 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10281 {
10282 PyThreadState* __tstate = wxPyBeginAllowThreads();
10283 result = (int)((wxSpinCtrl const *)arg1)->GetValue();
10284
10285 wxPyEndAllowThreads(__tstate);
10286 if (PyErr_Occurred()) SWIG_fail;
10287 }
10288 resultobj = SWIG_PyObj_FromInt((int)result);
10289 return resultobj;
10290 fail:
10291 return NULL;
10292 }
10293
10294
10295 static PyObject *_wrap_SpinCtrl_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
10296 PyObject *resultobj;
10297 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
10298 int arg2 ;
10299 PyObject * obj0 = 0 ;
10300 PyObject * obj1 = 0 ;
10301 char *kwnames[] = {
10302 (char *) "self",(char *) "value", NULL
10303 };
10304
10305 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValue",kwnames,&obj0,&obj1)) goto fail;
10306 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10307 {
10308 arg2 = (int) SWIG_PyObj_AsInt(obj1);
10309 if (PyErr_Occurred()) SWIG_fail;
10310 }
10311 {
10312 PyThreadState* __tstate = wxPyBeginAllowThreads();
10313 (arg1)->SetValue(arg2);
10314
10315 wxPyEndAllowThreads(__tstate);
10316 if (PyErr_Occurred()) SWIG_fail;
10317 }
10318 Py_INCREF(Py_None); resultobj = Py_None;
10319 return resultobj;
10320 fail:
10321 return NULL;
10322 }
10323
10324
10325 static PyObject *_wrap_SpinCtrl_SetValueString(PyObject *self, PyObject *args, PyObject *kwargs) {
10326 PyObject *resultobj;
10327 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
10328 wxString *arg2 = 0 ;
10329 bool temp2 = False ;
10330 PyObject * obj0 = 0 ;
10331 PyObject * obj1 = 0 ;
10332 char *kwnames[] = {
10333 (char *) "self",(char *) "text", NULL
10334 };
10335
10336 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinCtrl_SetValueString",kwnames,&obj0,&obj1)) goto fail;
10337 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10338 {
10339 arg2 = wxString_in_helper(obj1);
10340 if (arg2 == NULL) SWIG_fail;
10341 temp2 = True;
10342 }
10343 {
10344 PyThreadState* __tstate = wxPyBeginAllowThreads();
10345 (arg1)->SetValue((wxString const &)*arg2);
10346
10347 wxPyEndAllowThreads(__tstate);
10348 if (PyErr_Occurred()) SWIG_fail;
10349 }
10350 Py_INCREF(Py_None); resultobj = Py_None;
10351 {
10352 if (temp2)
10353 delete arg2;
10354 }
10355 return resultobj;
10356 fail:
10357 {
10358 if (temp2)
10359 delete arg2;
10360 }
10361 return NULL;
10362 }
10363
10364
10365 static PyObject *_wrap_SpinCtrl_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
10366 PyObject *resultobj;
10367 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
10368 int arg2 ;
10369 int arg3 ;
10370 PyObject * obj0 = 0 ;
10371 PyObject * obj1 = 0 ;
10372 PyObject * obj2 = 0 ;
10373 char *kwnames[] = {
10374 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
10375 };
10376
10377 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
10378 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10379 {
10380 arg2 = (int) SWIG_PyObj_AsInt(obj1);
10381 if (PyErr_Occurred()) SWIG_fail;
10382 }
10383 {
10384 arg3 = (int) SWIG_PyObj_AsInt(obj2);
10385 if (PyErr_Occurred()) SWIG_fail;
10386 }
10387 {
10388 PyThreadState* __tstate = wxPyBeginAllowThreads();
10389 (arg1)->SetRange(arg2,arg3);
10390
10391 wxPyEndAllowThreads(__tstate);
10392 if (PyErr_Occurred()) SWIG_fail;
10393 }
10394 Py_INCREF(Py_None); resultobj = Py_None;
10395 return resultobj;
10396 fail:
10397 return NULL;
10398 }
10399
10400
10401 static PyObject *_wrap_SpinCtrl_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
10402 PyObject *resultobj;
10403 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
10404 int result;
10405 PyObject * obj0 = 0 ;
10406 char *kwnames[] = {
10407 (char *) "self", NULL
10408 };
10409
10410 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMin",kwnames,&obj0)) goto fail;
10411 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10412 {
10413 PyThreadState* __tstate = wxPyBeginAllowThreads();
10414 result = (int)((wxSpinCtrl const *)arg1)->GetMin();
10415
10416 wxPyEndAllowThreads(__tstate);
10417 if (PyErr_Occurred()) SWIG_fail;
10418 }
10419 resultobj = SWIG_PyObj_FromInt((int)result);
10420 return resultobj;
10421 fail:
10422 return NULL;
10423 }
10424
10425
10426 static PyObject *_wrap_SpinCtrl_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
10427 PyObject *resultobj;
10428 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
10429 int result;
10430 PyObject * obj0 = 0 ;
10431 char *kwnames[] = {
10432 (char *) "self", NULL
10433 };
10434
10435 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinCtrl_GetMax",kwnames,&obj0)) goto fail;
10436 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10437 {
10438 PyThreadState* __tstate = wxPyBeginAllowThreads();
10439 result = (int)((wxSpinCtrl const *)arg1)->GetMax();
10440
10441 wxPyEndAllowThreads(__tstate);
10442 if (PyErr_Occurred()) SWIG_fail;
10443 }
10444 resultobj = SWIG_PyObj_FromInt((int)result);
10445 return resultobj;
10446 fail:
10447 return NULL;
10448 }
10449
10450
10451 static PyObject *_wrap_SpinCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10452 PyObject *resultobj;
10453 wxSpinCtrl *arg1 = (wxSpinCtrl *) 0 ;
10454 long arg2 ;
10455 long arg3 ;
10456 PyObject * obj0 = 0 ;
10457 PyObject * obj1 = 0 ;
10458 PyObject * obj2 = 0 ;
10459 char *kwnames[] = {
10460 (char *) "self",(char *) "from",(char *) "to", NULL
10461 };
10462
10463 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:SpinCtrl_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
10464 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10465 {
10466 arg2 = (long) SWIG_PyObj_AsLong(obj1);
10467 if (PyErr_Occurred()) SWIG_fail;
10468 }
10469 {
10470 arg3 = (long) SWIG_PyObj_AsLong(obj2);
10471 if (PyErr_Occurred()) SWIG_fail;
10472 }
10473 {
10474 PyThreadState* __tstate = wxPyBeginAllowThreads();
10475 (arg1)->SetSelection(arg2,arg3);
10476
10477 wxPyEndAllowThreads(__tstate);
10478 if (PyErr_Occurred()) SWIG_fail;
10479 }
10480 Py_INCREF(Py_None); resultobj = Py_None;
10481 return resultobj;
10482 fail:
10483 return NULL;
10484 }
10485
10486
10487 static PyObject * SpinCtrl_swigregister(PyObject *self, PyObject *args) {
10488 PyObject *obj;
10489 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10490 SWIG_TypeClientData(SWIGTYPE_p_wxSpinCtrl, obj);
10491 Py_INCREF(obj);
10492 return Py_BuildValue((char *)"");
10493 }
10494 static PyObject *_wrap_new_SpinEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
10495 PyObject *resultobj;
10496 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
10497 int arg2 = (int) 0 ;
10498 wxSpinEvent *result;
10499 PyObject * obj0 = 0 ;
10500 PyObject * obj1 = 0 ;
10501 char *kwnames[] = {
10502 (char *) "commandType",(char *) "winid", NULL
10503 };
10504
10505 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_SpinEvent",kwnames,&obj0,&obj1)) goto fail;
10506 if (obj0) {
10507 {
10508 arg1 = (wxEventType) SWIG_PyObj_AsInt(obj0);
10509 if (PyErr_Occurred()) SWIG_fail;
10510 }
10511 }
10512 if (obj1) {
10513 {
10514 arg2 = (int) SWIG_PyObj_AsInt(obj1);
10515 if (PyErr_Occurred()) SWIG_fail;
10516 }
10517 }
10518 {
10519 PyThreadState* __tstate = wxPyBeginAllowThreads();
10520 result = (wxSpinEvent *)new wxSpinEvent(arg1,arg2);
10521
10522 wxPyEndAllowThreads(__tstate);
10523 if (PyErr_Occurred()) SWIG_fail;
10524 }
10525 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxSpinEvent, 1);
10526 return resultobj;
10527 fail:
10528 return NULL;
10529 }
10530
10531
10532 static PyObject *_wrap_SpinEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
10533 PyObject *resultobj;
10534 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
10535 int result;
10536 PyObject * obj0 = 0 ;
10537 char *kwnames[] = {
10538 (char *) "self", NULL
10539 };
10540
10541 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:SpinEvent_GetPosition",kwnames,&obj0)) goto fail;
10542 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10543 {
10544 PyThreadState* __tstate = wxPyBeginAllowThreads();
10545 result = (int)((wxSpinEvent const *)arg1)->GetPosition();
10546
10547 wxPyEndAllowThreads(__tstate);
10548 if (PyErr_Occurred()) SWIG_fail;
10549 }
10550 resultobj = SWIG_PyObj_FromInt((int)result);
10551 return resultobj;
10552 fail:
10553 return NULL;
10554 }
10555
10556
10557 static PyObject *_wrap_SpinEvent_SetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
10558 PyObject *resultobj;
10559 wxSpinEvent *arg1 = (wxSpinEvent *) 0 ;
10560 int arg2 ;
10561 PyObject * obj0 = 0 ;
10562 PyObject * obj1 = 0 ;
10563 char *kwnames[] = {
10564 (char *) "self",(char *) "pos", NULL
10565 };
10566
10567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:SpinEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
10568 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSpinEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10569 {
10570 arg2 = (int) SWIG_PyObj_AsInt(obj1);
10571 if (PyErr_Occurred()) SWIG_fail;
10572 }
10573 {
10574 PyThreadState* __tstate = wxPyBeginAllowThreads();
10575 (arg1)->SetPosition(arg2);
10576
10577 wxPyEndAllowThreads(__tstate);
10578 if (PyErr_Occurred()) SWIG_fail;
10579 }
10580 Py_INCREF(Py_None); resultobj = Py_None;
10581 return resultobj;
10582 fail:
10583 return NULL;
10584 }
10585
10586
10587 static PyObject * SpinEvent_swigregister(PyObject *self, PyObject *args) {
10588 PyObject *obj;
10589 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
10590 SWIG_TypeClientData(SWIGTYPE_p_wxSpinEvent, obj);
10591 Py_INCREF(obj);
10592 return Py_BuildValue((char *)"");
10593 }
10594 static int _wrap_RadioBoxNameStr_set(PyObject *_val) {
10595 PyErr_SetString(PyExc_TypeError,"Variable RadioBoxNameStr is read-only.");
10596 return 1;
10597 }
10598
10599
10600 static PyObject *_wrap_RadioBoxNameStr_get() {
10601 PyObject *pyobj;
10602
10603 {
10604 #if wxUSE_UNICODE
10605 pyobj = PyUnicode_FromWideChar((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
10606 #else
10607 pyobj = PyString_FromStringAndSize((&wxPyRadioBoxNameStr)->c_str(), (&wxPyRadioBoxNameStr)->Len());
10608 #endif
10609 }
10610 return pyobj;
10611 }
10612
10613
10614 static int _wrap_RadioButtonNameStr_set(PyObject *_val) {
10615 PyErr_SetString(PyExc_TypeError,"Variable RadioButtonNameStr is read-only.");
10616 return 1;
10617 }
10618
10619
10620 static PyObject *_wrap_RadioButtonNameStr_get() {
10621 PyObject *pyobj;
10622
10623 {
10624 #if wxUSE_UNICODE
10625 pyobj = PyUnicode_FromWideChar((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
10626 #else
10627 pyobj = PyString_FromStringAndSize((&wxPyRadioButtonNameStr)->c_str(), (&wxPyRadioButtonNameStr)->Len());
10628 #endif
10629 }
10630 return pyobj;
10631 }
10632
10633
10634 static PyObject *_wrap_new_RadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
10635 PyObject *resultobj;
10636 wxWindow *arg1 = (wxWindow *) 0 ;
10637 int arg2 ;
10638 wxString *arg3 = 0 ;
10639 wxPoint const &arg4_defvalue = wxDefaultPosition ;
10640 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
10641 wxSize const &arg5_defvalue = wxDefaultSize ;
10642 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
10643 wxArrayString const &arg6_defvalue = wxPyEmptyStringArray ;
10644 wxArrayString *arg6 = (wxArrayString *) &arg6_defvalue ;
10645 int arg7 = (int) 0 ;
10646 long arg8 = (long) wxRA_HORIZONTAL ;
10647 wxValidator const &arg9_defvalue = wxDefaultValidator ;
10648 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
10649 wxString const &arg10_defvalue = wxPyRadioBoxNameStr ;
10650 wxString *arg10 = (wxString *) &arg10_defvalue ;
10651 wxRadioBox *result;
10652 bool temp3 = False ;
10653 wxPoint temp4 ;
10654 wxSize temp5 ;
10655 bool temp10 = False ;
10656 PyObject * obj0 = 0 ;
10657 PyObject * obj1 = 0 ;
10658 PyObject * obj2 = 0 ;
10659 PyObject * obj3 = 0 ;
10660 PyObject * obj4 = 0 ;
10661 PyObject * obj5 = 0 ;
10662 PyObject * obj6 = 0 ;
10663 PyObject * obj7 = 0 ;
10664 PyObject * obj8 = 0 ;
10665 PyObject * obj9 = 0 ;
10666 char *kwnames[] = {
10667 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
10668 };
10669
10670 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOOOO:new_RadioBox",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
10671 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10672 {
10673 arg2 = (int) SWIG_PyObj_AsInt(obj1);
10674 if (PyErr_Occurred()) SWIG_fail;
10675 }
10676 {
10677 arg3 = wxString_in_helper(obj2);
10678 if (arg3 == NULL) SWIG_fail;
10679 temp3 = True;
10680 }
10681 if (obj3) {
10682 {
10683 arg4 = &temp4;
10684 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
10685 }
10686 }
10687 if (obj4) {
10688 {
10689 arg5 = &temp5;
10690 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
10691 }
10692 }
10693 if (obj5) {
10694 {
10695 if (! PySequence_Check(obj5)) {
10696 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
10697 SWIG_fail;
10698 }
10699 arg6 = new wxArrayString;
10700 int i, len=PySequence_Length(obj5);
10701 for (i=0; i<len; i++) {
10702 PyObject* item = PySequence_GetItem(obj5, i);
10703 #if wxUSE_UNICODE
10704 PyObject* str = PyObject_Unicode(item);
10705 #else
10706 PyObject* str = PyObject_Str(item);
10707 #endif
10708 arg6->Add(Py2wxString(str));
10709 Py_DECREF(item);
10710 Py_DECREF(str);
10711 }
10712 }
10713 }
10714 if (obj6) {
10715 {
10716 arg7 = (int) SWIG_PyObj_AsInt(obj6);
10717 if (PyErr_Occurred()) SWIG_fail;
10718 }
10719 }
10720 if (obj7) {
10721 {
10722 arg8 = (long) SWIG_PyObj_AsLong(obj7);
10723 if (PyErr_Occurred()) SWIG_fail;
10724 }
10725 }
10726 if (obj8) {
10727 if ((SWIG_ConvertPtr(obj8,(void **) &arg9, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10728 if (arg9 == NULL) {
10729 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
10730 }
10731 }
10732 if (obj9) {
10733 {
10734 arg10 = wxString_in_helper(obj9);
10735 if (arg10 == NULL) SWIG_fail;
10736 temp10 = True;
10737 }
10738 }
10739 {
10740 PyThreadState* __tstate = wxPyBeginAllowThreads();
10741 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);
10742
10743 wxPyEndAllowThreads(__tstate);
10744 if (PyErr_Occurred()) SWIG_fail;
10745 }
10746 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxRadioBox, 1);
10747 {
10748 if (temp3)
10749 delete arg3;
10750 }
10751 {
10752 if (arg6) delete arg6;
10753 }
10754 {
10755 if (temp10)
10756 delete arg10;
10757 }
10758 return resultobj;
10759 fail:
10760 {
10761 if (temp3)
10762 delete arg3;
10763 }
10764 {
10765 if (arg6) delete arg6;
10766 }
10767 {
10768 if (temp10)
10769 delete arg10;
10770 }
10771 return NULL;
10772 }
10773
10774
10775 static PyObject *_wrap_new_PreRadioBox(PyObject *self, PyObject *args, PyObject *kwargs) {
10776 PyObject *resultobj;
10777 wxRadioBox *result;
10778 char *kwnames[] = {
10779 NULL
10780 };
10781
10782 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioBox",kwnames)) goto fail;
10783 {
10784 PyThreadState* __tstate = wxPyBeginAllowThreads();
10785 result = (wxRadioBox *)new wxRadioBox();
10786
10787 wxPyEndAllowThreads(__tstate);
10788 if (PyErr_Occurred()) SWIG_fail;
10789 }
10790 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxRadioBox, 1);
10791 return resultobj;
10792 fail:
10793 return NULL;
10794 }
10795
10796
10797 static PyObject *_wrap_RadioBox_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
10798 PyObject *resultobj;
10799 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
10800 wxWindow *arg2 = (wxWindow *) 0 ;
10801 int arg3 ;
10802 wxString *arg4 = 0 ;
10803 wxPoint const &arg5_defvalue = wxDefaultPosition ;
10804 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
10805 wxSize const &arg6_defvalue = wxDefaultSize ;
10806 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
10807 wxArrayString const &arg7_defvalue = wxPyEmptyStringArray ;
10808 wxArrayString *arg7 = (wxArrayString *) &arg7_defvalue ;
10809 int arg8 = (int) 0 ;
10810 long arg9 = (long) wxRA_HORIZONTAL ;
10811 wxValidator const &arg10_defvalue = wxDefaultValidator ;
10812 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
10813 wxString const &arg11_defvalue = wxPyRadioBoxNameStr ;
10814 wxString *arg11 = (wxString *) &arg11_defvalue ;
10815 bool result;
10816 bool temp4 = False ;
10817 wxPoint temp5 ;
10818 wxSize temp6 ;
10819 bool temp11 = False ;
10820 PyObject * obj0 = 0 ;
10821 PyObject * obj1 = 0 ;
10822 PyObject * obj2 = 0 ;
10823 PyObject * obj3 = 0 ;
10824 PyObject * obj4 = 0 ;
10825 PyObject * obj5 = 0 ;
10826 PyObject * obj6 = 0 ;
10827 PyObject * obj7 = 0 ;
10828 PyObject * obj8 = 0 ;
10829 PyObject * obj9 = 0 ;
10830 PyObject * obj10 = 0 ;
10831 char *kwnames[] = {
10832 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
10833 };
10834
10835 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOOOO:RadioBox_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
10836 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10837 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10838 {
10839 arg3 = (int) SWIG_PyObj_AsInt(obj2);
10840 if (PyErr_Occurred()) SWIG_fail;
10841 }
10842 {
10843 arg4 = wxString_in_helper(obj3);
10844 if (arg4 == NULL) SWIG_fail;
10845 temp4 = True;
10846 }
10847 if (obj4) {
10848 {
10849 arg5 = &temp5;
10850 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
10851 }
10852 }
10853 if (obj5) {
10854 {
10855 arg6 = &temp6;
10856 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
10857 }
10858 }
10859 if (obj6) {
10860 {
10861 if (! PySequence_Check(obj6)) {
10862 PyErr_SetString(PyExc_TypeError, "Sequence of strings expected.");
10863 SWIG_fail;
10864 }
10865 arg7 = new wxArrayString;
10866 int i, len=PySequence_Length(obj6);
10867 for (i=0; i<len; i++) {
10868 PyObject* item = PySequence_GetItem(obj6, i);
10869 #if wxUSE_UNICODE
10870 PyObject* str = PyObject_Unicode(item);
10871 #else
10872 PyObject* str = PyObject_Str(item);
10873 #endif
10874 arg7->Add(Py2wxString(str));
10875 Py_DECREF(item);
10876 Py_DECREF(str);
10877 }
10878 }
10879 }
10880 if (obj7) {
10881 {
10882 arg8 = (int) SWIG_PyObj_AsInt(obj7);
10883 if (PyErr_Occurred()) SWIG_fail;
10884 }
10885 }
10886 if (obj8) {
10887 {
10888 arg9 = (long) SWIG_PyObj_AsLong(obj8);
10889 if (PyErr_Occurred()) SWIG_fail;
10890 }
10891 }
10892 if (obj9) {
10893 if ((SWIG_ConvertPtr(obj9,(void **) &arg10, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10894 if (arg10 == NULL) {
10895 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
10896 }
10897 }
10898 if (obj10) {
10899 {
10900 arg11 = wxString_in_helper(obj10);
10901 if (arg11 == NULL) SWIG_fail;
10902 temp11 = True;
10903 }
10904 }
10905 {
10906 PyThreadState* __tstate = wxPyBeginAllowThreads();
10907 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);
10908
10909 wxPyEndAllowThreads(__tstate);
10910 if (PyErr_Occurred()) SWIG_fail;
10911 }
10912 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
10913 {
10914 if (temp4)
10915 delete arg4;
10916 }
10917 {
10918 if (arg7) delete arg7;
10919 }
10920 {
10921 if (temp11)
10922 delete arg11;
10923 }
10924 return resultobj;
10925 fail:
10926 {
10927 if (temp4)
10928 delete arg4;
10929 }
10930 {
10931 if (arg7) delete arg7;
10932 }
10933 {
10934 if (temp11)
10935 delete arg11;
10936 }
10937 return NULL;
10938 }
10939
10940
10941 static PyObject *_wrap_RadioBox_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10942 PyObject *resultobj;
10943 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
10944 int arg2 ;
10945 PyObject * obj0 = 0 ;
10946 PyObject * obj1 = 0 ;
10947 char *kwnames[] = {
10948 (char *) "self",(char *) "n", NULL
10949 };
10950
10951 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetSelection",kwnames,&obj0,&obj1)) goto fail;
10952 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10953 {
10954 arg2 = (int) SWIG_PyObj_AsInt(obj1);
10955 if (PyErr_Occurred()) SWIG_fail;
10956 }
10957 {
10958 PyThreadState* __tstate = wxPyBeginAllowThreads();
10959 (arg1)->SetSelection(arg2);
10960
10961 wxPyEndAllowThreads(__tstate);
10962 if (PyErr_Occurred()) SWIG_fail;
10963 }
10964 Py_INCREF(Py_None); resultobj = Py_None;
10965 return resultobj;
10966 fail:
10967 return NULL;
10968 }
10969
10970
10971 static PyObject *_wrap_RadioBox_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10972 PyObject *resultobj;
10973 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
10974 int result;
10975 PyObject * obj0 = 0 ;
10976 char *kwnames[] = {
10977 (char *) "self", NULL
10978 };
10979
10980 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetSelection",kwnames,&obj0)) goto fail;
10981 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
10982 {
10983 PyThreadState* __tstate = wxPyBeginAllowThreads();
10984 result = (int)((wxRadioBox const *)arg1)->GetSelection();
10985
10986 wxPyEndAllowThreads(__tstate);
10987 if (PyErr_Occurred()) SWIG_fail;
10988 }
10989 resultobj = SWIG_PyObj_FromInt((int)result);
10990 return resultobj;
10991 fail:
10992 return NULL;
10993 }
10994
10995
10996 static PyObject *_wrap_RadioBox_GetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
10997 PyObject *resultobj;
10998 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
10999 wxString result;
11000 PyObject * obj0 = 0 ;
11001 char *kwnames[] = {
11002 (char *) "self", NULL
11003 };
11004
11005 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetStringSelection",kwnames,&obj0)) goto fail;
11006 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11007 {
11008 PyThreadState* __tstate = wxPyBeginAllowThreads();
11009 result = ((wxRadioBox const *)arg1)->GetStringSelection();
11010
11011 wxPyEndAllowThreads(__tstate);
11012 if (PyErr_Occurred()) SWIG_fail;
11013 }
11014 {
11015 #if wxUSE_UNICODE
11016 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
11017 #else
11018 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
11019 #endif
11020 }
11021 return resultobj;
11022 fail:
11023 return NULL;
11024 }
11025
11026
11027 static PyObject *_wrap_RadioBox_SetStringSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
11028 PyObject *resultobj;
11029 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11030 wxString *arg2 = 0 ;
11031 bool result;
11032 bool temp2 = False ;
11033 PyObject * obj0 = 0 ;
11034 PyObject * obj1 = 0 ;
11035 char *kwnames[] = {
11036 (char *) "self",(char *) "s", NULL
11037 };
11038
11039 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_SetStringSelection",kwnames,&obj0,&obj1)) goto fail;
11040 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11041 {
11042 arg2 = wxString_in_helper(obj1);
11043 if (arg2 == NULL) SWIG_fail;
11044 temp2 = True;
11045 }
11046 {
11047 PyThreadState* __tstate = wxPyBeginAllowThreads();
11048 result = (bool)(arg1)->SetStringSelection((wxString const &)*arg2);
11049
11050 wxPyEndAllowThreads(__tstate);
11051 if (PyErr_Occurred()) SWIG_fail;
11052 }
11053 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11054 {
11055 if (temp2)
11056 delete arg2;
11057 }
11058 return resultobj;
11059 fail:
11060 {
11061 if (temp2)
11062 delete arg2;
11063 }
11064 return NULL;
11065 }
11066
11067
11068 static PyObject *_wrap_RadioBox_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
11069 PyObject *resultobj;
11070 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11071 int result;
11072 PyObject * obj0 = 0 ;
11073 char *kwnames[] = {
11074 (char *) "self", NULL
11075 };
11076
11077 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetCount",kwnames,&obj0)) goto fail;
11078 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11079 {
11080 PyThreadState* __tstate = wxPyBeginAllowThreads();
11081 result = (int)((wxRadioBox const *)arg1)->GetCount();
11082
11083 wxPyEndAllowThreads(__tstate);
11084 if (PyErr_Occurred()) SWIG_fail;
11085 }
11086 resultobj = SWIG_PyObj_FromInt((int)result);
11087 return resultobj;
11088 fail:
11089 return NULL;
11090 }
11091
11092
11093 static PyObject *_wrap_RadioBox_FindString(PyObject *self, PyObject *args, PyObject *kwargs) {
11094 PyObject *resultobj;
11095 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11096 wxString *arg2 = 0 ;
11097 int result;
11098 bool temp2 = False ;
11099 PyObject * obj0 = 0 ;
11100 PyObject * obj1 = 0 ;
11101 char *kwnames[] = {
11102 (char *) "self",(char *) "s", NULL
11103 };
11104
11105 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_FindString",kwnames,&obj0,&obj1)) goto fail;
11106 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11107 {
11108 arg2 = wxString_in_helper(obj1);
11109 if (arg2 == NULL) SWIG_fail;
11110 temp2 = True;
11111 }
11112 {
11113 PyThreadState* __tstate = wxPyBeginAllowThreads();
11114 result = (int)((wxRadioBox const *)arg1)->FindString((wxString const &)*arg2);
11115
11116 wxPyEndAllowThreads(__tstate);
11117 if (PyErr_Occurred()) SWIG_fail;
11118 }
11119 resultobj = SWIG_PyObj_FromInt((int)result);
11120 {
11121 if (temp2)
11122 delete arg2;
11123 }
11124 return resultobj;
11125 fail:
11126 {
11127 if (temp2)
11128 delete arg2;
11129 }
11130 return NULL;
11131 }
11132
11133
11134 static PyObject *_wrap_RadioBox_GetString(PyObject *self, PyObject *args, PyObject *kwargs) {
11135 PyObject *resultobj;
11136 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11137 int arg2 ;
11138 wxString result;
11139 PyObject * obj0 = 0 ;
11140 PyObject * obj1 = 0 ;
11141 char *kwnames[] = {
11142 (char *) "self",(char *) "n", NULL
11143 };
11144
11145 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioBox_GetString",kwnames,&obj0,&obj1)) goto fail;
11146 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11147 {
11148 arg2 = (int) SWIG_PyObj_AsInt(obj1);
11149 if (PyErr_Occurred()) SWIG_fail;
11150 }
11151 {
11152 PyThreadState* __tstate = wxPyBeginAllowThreads();
11153 result = ((wxRadioBox const *)arg1)->GetString(arg2);
11154
11155 wxPyEndAllowThreads(__tstate);
11156 if (PyErr_Occurred()) SWIG_fail;
11157 }
11158 {
11159 #if wxUSE_UNICODE
11160 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
11161 #else
11162 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
11163 #endif
11164 }
11165 return resultobj;
11166 fail:
11167 return NULL;
11168 }
11169
11170
11171 static PyObject *_wrap_RadioBox_SetString(PyObject *self, PyObject *args, PyObject *kwargs) {
11172 PyObject *resultobj;
11173 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11174 int arg2 ;
11175 wxString *arg3 = 0 ;
11176 bool temp3 = False ;
11177 PyObject * obj0 = 0 ;
11178 PyObject * obj1 = 0 ;
11179 PyObject * obj2 = 0 ;
11180 char *kwnames[] = {
11181 (char *) "self",(char *) "n",(char *) "label", NULL
11182 };
11183
11184 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:RadioBox_SetString",kwnames,&obj0,&obj1,&obj2)) goto fail;
11185 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11186 {
11187 arg2 = (int) SWIG_PyObj_AsInt(obj1);
11188 if (PyErr_Occurred()) SWIG_fail;
11189 }
11190 {
11191 arg3 = wxString_in_helper(obj2);
11192 if (arg3 == NULL) SWIG_fail;
11193 temp3 = True;
11194 }
11195 {
11196 PyThreadState* __tstate = wxPyBeginAllowThreads();
11197 (arg1)->SetString(arg2,(wxString const &)*arg3);
11198
11199 wxPyEndAllowThreads(__tstate);
11200 if (PyErr_Occurred()) SWIG_fail;
11201 }
11202 Py_INCREF(Py_None); resultobj = Py_None;
11203 {
11204 if (temp3)
11205 delete arg3;
11206 }
11207 return resultobj;
11208 fail:
11209 {
11210 if (temp3)
11211 delete arg3;
11212 }
11213 return NULL;
11214 }
11215
11216
11217 static PyObject *_wrap_RadioBox_EnableItem(PyObject *self, PyObject *args, PyObject *kwargs) {
11218 PyObject *resultobj;
11219 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11220 int arg2 ;
11221 bool arg3 = (bool) True ;
11222 PyObject * obj0 = 0 ;
11223 PyObject * obj1 = 0 ;
11224 PyObject * obj2 = 0 ;
11225 char *kwnames[] = {
11226 (char *) "self",(char *) "n",(char *) "enable", NULL
11227 };
11228
11229 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_EnableItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
11230 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11231 {
11232 arg2 = (int) SWIG_PyObj_AsInt(obj1);
11233 if (PyErr_Occurred()) SWIG_fail;
11234 }
11235 if (obj2) {
11236 {
11237 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
11238 if (PyErr_Occurred()) SWIG_fail;
11239 }
11240 }
11241 {
11242 PyThreadState* __tstate = wxPyBeginAllowThreads();
11243 (arg1)->Enable(arg2,arg3);
11244
11245 wxPyEndAllowThreads(__tstate);
11246 if (PyErr_Occurred()) SWIG_fail;
11247 }
11248 Py_INCREF(Py_None); resultobj = Py_None;
11249 return resultobj;
11250 fail:
11251 return NULL;
11252 }
11253
11254
11255 static PyObject *_wrap_RadioBox_ShowItem(PyObject *self, PyObject *args, PyObject *kwargs) {
11256 PyObject *resultobj;
11257 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11258 int arg2 ;
11259 bool arg3 = (bool) True ;
11260 PyObject * obj0 = 0 ;
11261 PyObject * obj1 = 0 ;
11262 PyObject * obj2 = 0 ;
11263 char *kwnames[] = {
11264 (char *) "self",(char *) "n",(char *) "show", NULL
11265 };
11266
11267 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:RadioBox_ShowItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
11268 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11269 {
11270 arg2 = (int) SWIG_PyObj_AsInt(obj1);
11271 if (PyErr_Occurred()) SWIG_fail;
11272 }
11273 if (obj2) {
11274 {
11275 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
11276 if (PyErr_Occurred()) SWIG_fail;
11277 }
11278 }
11279 {
11280 PyThreadState* __tstate = wxPyBeginAllowThreads();
11281 (arg1)->Show(arg2,arg3);
11282
11283 wxPyEndAllowThreads(__tstate);
11284 if (PyErr_Occurred()) SWIG_fail;
11285 }
11286 Py_INCREF(Py_None); resultobj = Py_None;
11287 return resultobj;
11288 fail:
11289 return NULL;
11290 }
11291
11292
11293 static PyObject *_wrap_RadioBox_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
11294 PyObject *resultobj;
11295 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11296 int result;
11297 PyObject * obj0 = 0 ;
11298 char *kwnames[] = {
11299 (char *) "self", NULL
11300 };
11301
11302 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetColumnCount",kwnames,&obj0)) goto fail;
11303 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11304 {
11305 PyThreadState* __tstate = wxPyBeginAllowThreads();
11306 result = (int)wxRadioBox_GetColumnCount((wxRadioBox const *)arg1);
11307
11308 wxPyEndAllowThreads(__tstate);
11309 if (PyErr_Occurred()) SWIG_fail;
11310 }
11311 resultobj = SWIG_PyObj_FromInt((int)result);
11312 return resultobj;
11313 fail:
11314 return NULL;
11315 }
11316
11317
11318 static PyObject *_wrap_RadioBox_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
11319 PyObject *resultobj;
11320 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11321 int result;
11322 PyObject * obj0 = 0 ;
11323 char *kwnames[] = {
11324 (char *) "self", NULL
11325 };
11326
11327 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioBox_GetRowCount",kwnames,&obj0)) goto fail;
11328 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11329 {
11330 PyThreadState* __tstate = wxPyBeginAllowThreads();
11331 result = (int)wxRadioBox_GetRowCount((wxRadioBox const *)arg1);
11332
11333 wxPyEndAllowThreads(__tstate);
11334 if (PyErr_Occurred()) SWIG_fail;
11335 }
11336 resultobj = SWIG_PyObj_FromInt((int)result);
11337 return resultobj;
11338 fail:
11339 return NULL;
11340 }
11341
11342
11343 static PyObject *_wrap_RadioBox_GetNextItem(PyObject *self, PyObject *args, PyObject *kwargs) {
11344 PyObject *resultobj;
11345 wxRadioBox *arg1 = (wxRadioBox *) 0 ;
11346 int arg2 ;
11347 int arg3 ;
11348 long arg4 ;
11349 int result;
11350 PyObject * obj0 = 0 ;
11351 PyObject * obj1 = 0 ;
11352 PyObject * obj2 = 0 ;
11353 PyObject * obj3 = 0 ;
11354 char *kwnames[] = {
11355 (char *) "self",(char *) "item",(char *) "dir",(char *) "style", NULL
11356 };
11357
11358 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:RadioBox_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
11359 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioBox,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11360 {
11361 arg2 = (int) SWIG_PyObj_AsInt(obj1);
11362 if (PyErr_Occurred()) SWIG_fail;
11363 }
11364 {
11365 arg3 = (wxDirection) SWIG_PyObj_AsInt(obj2);
11366 if (PyErr_Occurred()) SWIG_fail;
11367 }
11368 {
11369 arg4 = (long) SWIG_PyObj_AsLong(obj3);
11370 if (PyErr_Occurred()) SWIG_fail;
11371 }
11372 {
11373 PyThreadState* __tstate = wxPyBeginAllowThreads();
11374 result = (int)wxRadioBox_GetNextItem((wxRadioBox const *)arg1,arg2,(wxDirection )arg3,arg4);
11375
11376 wxPyEndAllowThreads(__tstate);
11377 if (PyErr_Occurred()) SWIG_fail;
11378 }
11379 resultobj = SWIG_PyObj_FromInt((int)result);
11380 return resultobj;
11381 fail:
11382 return NULL;
11383 }
11384
11385
11386 static PyObject * RadioBox_swigregister(PyObject *self, PyObject *args) {
11387 PyObject *obj;
11388 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11389 SWIG_TypeClientData(SWIGTYPE_p_wxRadioBox, obj);
11390 Py_INCREF(obj);
11391 return Py_BuildValue((char *)"");
11392 }
11393 static PyObject *_wrap_new_RadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
11394 PyObject *resultobj;
11395 wxWindow *arg1 = (wxWindow *) 0 ;
11396 int arg2 ;
11397 wxString *arg3 = 0 ;
11398 wxPoint const &arg4_defvalue = wxDefaultPosition ;
11399 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
11400 wxSize const &arg5_defvalue = wxDefaultSize ;
11401 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
11402 long arg6 = (long) 0 ;
11403 wxValidator const &arg7_defvalue = wxDefaultValidator ;
11404 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
11405 wxString const &arg8_defvalue = wxPyRadioButtonNameStr ;
11406 wxString *arg8 = (wxString *) &arg8_defvalue ;
11407 wxRadioButton *result;
11408 bool temp3 = False ;
11409 wxPoint temp4 ;
11410 wxSize temp5 ;
11411 bool temp8 = False ;
11412 PyObject * obj0 = 0 ;
11413 PyObject * obj1 = 0 ;
11414 PyObject * obj2 = 0 ;
11415 PyObject * obj3 = 0 ;
11416 PyObject * obj4 = 0 ;
11417 PyObject * obj5 = 0 ;
11418 PyObject * obj6 = 0 ;
11419 PyObject * obj7 = 0 ;
11420 char *kwnames[] = {
11421 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
11422 };
11423
11424 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_RadioButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
11425 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11426 {
11427 arg2 = (int) SWIG_PyObj_AsInt(obj1);
11428 if (PyErr_Occurred()) SWIG_fail;
11429 }
11430 {
11431 arg3 = wxString_in_helper(obj2);
11432 if (arg3 == NULL) SWIG_fail;
11433 temp3 = True;
11434 }
11435 if (obj3) {
11436 {
11437 arg4 = &temp4;
11438 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
11439 }
11440 }
11441 if (obj4) {
11442 {
11443 arg5 = &temp5;
11444 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
11445 }
11446 }
11447 if (obj5) {
11448 {
11449 arg6 = (long) SWIG_PyObj_AsLong(obj5);
11450 if (PyErr_Occurred()) SWIG_fail;
11451 }
11452 }
11453 if (obj6) {
11454 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11455 if (arg7 == NULL) {
11456 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
11457 }
11458 }
11459 if (obj7) {
11460 {
11461 arg8 = wxString_in_helper(obj7);
11462 if (arg8 == NULL) SWIG_fail;
11463 temp8 = True;
11464 }
11465 }
11466 {
11467 PyThreadState* __tstate = wxPyBeginAllowThreads();
11468 result = (wxRadioButton *)new wxRadioButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
11469
11470 wxPyEndAllowThreads(__tstate);
11471 if (PyErr_Occurred()) SWIG_fail;
11472 }
11473 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxRadioButton, 1);
11474 {
11475 if (temp3)
11476 delete arg3;
11477 }
11478 {
11479 if (temp8)
11480 delete arg8;
11481 }
11482 return resultobj;
11483 fail:
11484 {
11485 if (temp3)
11486 delete arg3;
11487 }
11488 {
11489 if (temp8)
11490 delete arg8;
11491 }
11492 return NULL;
11493 }
11494
11495
11496 static PyObject *_wrap_new_PreRadioButton(PyObject *self, PyObject *args, PyObject *kwargs) {
11497 PyObject *resultobj;
11498 wxRadioButton *result;
11499 char *kwnames[] = {
11500 NULL
11501 };
11502
11503 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreRadioButton",kwnames)) goto fail;
11504 {
11505 PyThreadState* __tstate = wxPyBeginAllowThreads();
11506 result = (wxRadioButton *)new wxRadioButton();
11507
11508 wxPyEndAllowThreads(__tstate);
11509 if (PyErr_Occurred()) SWIG_fail;
11510 }
11511 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxRadioButton, 1);
11512 return resultobj;
11513 fail:
11514 return NULL;
11515 }
11516
11517
11518 static PyObject *_wrap_RadioButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11519 PyObject *resultobj;
11520 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
11521 wxWindow *arg2 = (wxWindow *) 0 ;
11522 int arg3 ;
11523 wxString *arg4 = 0 ;
11524 wxPoint const &arg5_defvalue = wxDefaultPosition ;
11525 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
11526 wxSize const &arg6_defvalue = wxDefaultSize ;
11527 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
11528 long arg7 = (long) 0 ;
11529 wxValidator const &arg8_defvalue = wxDefaultValidator ;
11530 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
11531 wxString const &arg9_defvalue = wxPyRadioButtonNameStr ;
11532 wxString *arg9 = (wxString *) &arg9_defvalue ;
11533 bool result;
11534 bool temp4 = False ;
11535 wxPoint temp5 ;
11536 wxSize temp6 ;
11537 bool temp9 = False ;
11538 PyObject * obj0 = 0 ;
11539 PyObject * obj1 = 0 ;
11540 PyObject * obj2 = 0 ;
11541 PyObject * obj3 = 0 ;
11542 PyObject * obj4 = 0 ;
11543 PyObject * obj5 = 0 ;
11544 PyObject * obj6 = 0 ;
11545 PyObject * obj7 = 0 ;
11546 PyObject * obj8 = 0 ;
11547 char *kwnames[] = {
11548 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
11549 };
11550
11551 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:RadioButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
11552 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11553 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11554 {
11555 arg3 = (int) SWIG_PyObj_AsInt(obj2);
11556 if (PyErr_Occurred()) SWIG_fail;
11557 }
11558 {
11559 arg4 = wxString_in_helper(obj3);
11560 if (arg4 == NULL) SWIG_fail;
11561 temp4 = True;
11562 }
11563 if (obj4) {
11564 {
11565 arg5 = &temp5;
11566 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
11567 }
11568 }
11569 if (obj5) {
11570 {
11571 arg6 = &temp6;
11572 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
11573 }
11574 }
11575 if (obj6) {
11576 {
11577 arg7 = (long) SWIG_PyObj_AsLong(obj6);
11578 if (PyErr_Occurred()) SWIG_fail;
11579 }
11580 }
11581 if (obj7) {
11582 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11583 if (arg8 == NULL) {
11584 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
11585 }
11586 }
11587 if (obj8) {
11588 {
11589 arg9 = wxString_in_helper(obj8);
11590 if (arg9 == NULL) SWIG_fail;
11591 temp9 = True;
11592 }
11593 }
11594 {
11595 PyThreadState* __tstate = wxPyBeginAllowThreads();
11596 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
11597
11598 wxPyEndAllowThreads(__tstate);
11599 if (PyErr_Occurred()) SWIG_fail;
11600 }
11601 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11602 {
11603 if (temp4)
11604 delete arg4;
11605 }
11606 {
11607 if (temp9)
11608 delete arg9;
11609 }
11610 return resultobj;
11611 fail:
11612 {
11613 if (temp4)
11614 delete arg4;
11615 }
11616 {
11617 if (temp9)
11618 delete arg9;
11619 }
11620 return NULL;
11621 }
11622
11623
11624 static PyObject *_wrap_RadioButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11625 PyObject *resultobj;
11626 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
11627 bool result;
11628 PyObject * obj0 = 0 ;
11629 char *kwnames[] = {
11630 (char *) "self", NULL
11631 };
11632
11633 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:RadioButton_GetValue",kwnames,&obj0)) goto fail;
11634 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11635 {
11636 PyThreadState* __tstate = wxPyBeginAllowThreads();
11637 result = (bool)(arg1)->GetValue();
11638
11639 wxPyEndAllowThreads(__tstate);
11640 if (PyErr_Occurred()) SWIG_fail;
11641 }
11642 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11643 return resultobj;
11644 fail:
11645 return NULL;
11646 }
11647
11648
11649 static PyObject *_wrap_RadioButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11650 PyObject *resultobj;
11651 wxRadioButton *arg1 = (wxRadioButton *) 0 ;
11652 bool arg2 ;
11653 PyObject * obj0 = 0 ;
11654 PyObject * obj1 = 0 ;
11655 char *kwnames[] = {
11656 (char *) "self",(char *) "value", NULL
11657 };
11658
11659 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:RadioButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
11660 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxRadioButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11661 {
11662 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
11663 if (PyErr_Occurred()) SWIG_fail;
11664 }
11665 {
11666 PyThreadState* __tstate = wxPyBeginAllowThreads();
11667 (arg1)->SetValue(arg2);
11668
11669 wxPyEndAllowThreads(__tstate);
11670 if (PyErr_Occurred()) SWIG_fail;
11671 }
11672 Py_INCREF(Py_None); resultobj = Py_None;
11673 return resultobj;
11674 fail:
11675 return NULL;
11676 }
11677
11678
11679 static PyObject * RadioButton_swigregister(PyObject *self, PyObject *args) {
11680 PyObject *obj;
11681 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
11682 SWIG_TypeClientData(SWIGTYPE_p_wxRadioButton, obj);
11683 Py_INCREF(obj);
11684 return Py_BuildValue((char *)"");
11685 }
11686 static int _wrap_SliderNameStr_set(PyObject *_val) {
11687 PyErr_SetString(PyExc_TypeError,"Variable SliderNameStr is read-only.");
11688 return 1;
11689 }
11690
11691
11692 static PyObject *_wrap_SliderNameStr_get() {
11693 PyObject *pyobj;
11694
11695 {
11696 #if wxUSE_UNICODE
11697 pyobj = PyUnicode_FromWideChar((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
11698 #else
11699 pyobj = PyString_FromStringAndSize((&wxPySliderNameStr)->c_str(), (&wxPySliderNameStr)->Len());
11700 #endif
11701 }
11702 return pyobj;
11703 }
11704
11705
11706 static PyObject *_wrap_new_Slider(PyObject *self, PyObject *args, PyObject *kwargs) {
11707 PyObject *resultobj;
11708 wxWindow *arg1 = (wxWindow *) 0 ;
11709 int arg2 ;
11710 int arg3 ;
11711 int arg4 ;
11712 int arg5 ;
11713 wxPoint const &arg6_defvalue = wxDefaultPosition ;
11714 wxPoint *arg6 = (wxPoint *) &arg6_defvalue ;
11715 wxSize const &arg7_defvalue = wxDefaultSize ;
11716 wxSize *arg7 = (wxSize *) &arg7_defvalue ;
11717 long arg8 = (long) wxSL_HORIZONTAL ;
11718 wxValidator const &arg9_defvalue = wxDefaultValidator ;
11719 wxValidator *arg9 = (wxValidator *) &arg9_defvalue ;
11720 wxString const &arg10_defvalue = wxPySliderNameStr ;
11721 wxString *arg10 = (wxString *) &arg10_defvalue ;
11722 wxSlider *result;
11723 wxPoint temp6 ;
11724 wxSize temp7 ;
11725 bool temp10 = False ;
11726 PyObject * obj0 = 0 ;
11727 PyObject * obj1 = 0 ;
11728 PyObject * obj2 = 0 ;
11729 PyObject * obj3 = 0 ;
11730 PyObject * obj4 = 0 ;
11731 PyObject * obj5 = 0 ;
11732 PyObject * obj6 = 0 ;
11733 PyObject * obj7 = 0 ;
11734 PyObject * obj8 = 0 ;
11735 PyObject * obj9 = 0 ;
11736 char *kwnames[] = {
11737 (char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
11738 };
11739
11740 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|OOOOO:new_Slider",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
11741 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11742 {
11743 arg2 = (int) SWIG_PyObj_AsInt(obj1);
11744 if (PyErr_Occurred()) SWIG_fail;
11745 }
11746 {
11747 arg3 = (int) SWIG_PyObj_AsInt(obj2);
11748 if (PyErr_Occurred()) SWIG_fail;
11749 }
11750 {
11751 arg4 = (int) SWIG_PyObj_AsInt(obj3);
11752 if (PyErr_Occurred()) SWIG_fail;
11753 }
11754 {
11755 arg5 = (int) SWIG_PyObj_AsInt(obj4);
11756 if (PyErr_Occurred()) SWIG_fail;
11757 }
11758 if (obj5) {
11759 {
11760 arg6 = &temp6;
11761 if ( ! wxPoint_helper(obj5, &arg6)) SWIG_fail;
11762 }
11763 }
11764 if (obj6) {
11765 {
11766 arg7 = &temp7;
11767 if ( ! wxSize_helper(obj6, &arg7)) SWIG_fail;
11768 }
11769 }
11770 if (obj7) {
11771 {
11772 arg8 = (long) SWIG_PyObj_AsLong(obj7);
11773 if (PyErr_Occurred()) SWIG_fail;
11774 }
11775 }
11776 if (obj8) {
11777 if ((SWIG_ConvertPtr(obj8,(void **) &arg9, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11778 if (arg9 == NULL) {
11779 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
11780 }
11781 }
11782 if (obj9) {
11783 {
11784 arg10 = wxString_in_helper(obj9);
11785 if (arg10 == NULL) SWIG_fail;
11786 temp10 = True;
11787 }
11788 }
11789 {
11790 PyThreadState* __tstate = wxPyBeginAllowThreads();
11791 result = (wxSlider *)new wxSlider(arg1,arg2,arg3,arg4,arg5,(wxPoint const &)*arg6,(wxSize const &)*arg7,arg8,(wxValidator const &)*arg9,(wxString const &)*arg10);
11792
11793 wxPyEndAllowThreads(__tstate);
11794 if (PyErr_Occurred()) SWIG_fail;
11795 }
11796 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxSlider, 1);
11797 {
11798 if (temp10)
11799 delete arg10;
11800 }
11801 return resultobj;
11802 fail:
11803 {
11804 if (temp10)
11805 delete arg10;
11806 }
11807 return NULL;
11808 }
11809
11810
11811 static PyObject *_wrap_new_PreSlider(PyObject *self, PyObject *args, PyObject *kwargs) {
11812 PyObject *resultobj;
11813 wxSlider *result;
11814 char *kwnames[] = {
11815 NULL
11816 };
11817
11818 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreSlider",kwnames)) goto fail;
11819 {
11820 PyThreadState* __tstate = wxPyBeginAllowThreads();
11821 result = (wxSlider *)new wxSlider();
11822
11823 wxPyEndAllowThreads(__tstate);
11824 if (PyErr_Occurred()) SWIG_fail;
11825 }
11826 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxSlider, 1);
11827 return resultobj;
11828 fail:
11829 return NULL;
11830 }
11831
11832
11833 static PyObject *_wrap_Slider_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
11834 PyObject *resultobj;
11835 wxSlider *arg1 = (wxSlider *) 0 ;
11836 wxWindow *arg2 = (wxWindow *) 0 ;
11837 int arg3 ;
11838 int arg4 ;
11839 int arg5 ;
11840 int arg6 ;
11841 wxPoint const &arg7_defvalue = wxDefaultPosition ;
11842 wxPoint *arg7 = (wxPoint *) &arg7_defvalue ;
11843 wxSize const &arg8_defvalue = wxDefaultSize ;
11844 wxSize *arg8 = (wxSize *) &arg8_defvalue ;
11845 long arg9 = (long) wxSL_HORIZONTAL ;
11846 wxValidator const &arg10_defvalue = wxDefaultValidator ;
11847 wxValidator *arg10 = (wxValidator *) &arg10_defvalue ;
11848 wxString const &arg11_defvalue = wxPySliderNameStr ;
11849 wxString *arg11 = (wxString *) &arg11_defvalue ;
11850 bool result;
11851 wxPoint temp7 ;
11852 wxSize temp8 ;
11853 bool temp11 = False ;
11854 PyObject * obj0 = 0 ;
11855 PyObject * obj1 = 0 ;
11856 PyObject * obj2 = 0 ;
11857 PyObject * obj3 = 0 ;
11858 PyObject * obj4 = 0 ;
11859 PyObject * obj5 = 0 ;
11860 PyObject * obj6 = 0 ;
11861 PyObject * obj7 = 0 ;
11862 PyObject * obj8 = 0 ;
11863 PyObject * obj9 = 0 ;
11864 PyObject * obj10 = 0 ;
11865 char *kwnames[] = {
11866 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
11867 };
11868
11869 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOOO|OOOOO:Slider_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9,&obj10)) goto fail;
11870 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11871 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11872 {
11873 arg3 = (int) SWIG_PyObj_AsInt(obj2);
11874 if (PyErr_Occurred()) SWIG_fail;
11875 }
11876 {
11877 arg4 = (int) SWIG_PyObj_AsInt(obj3);
11878 if (PyErr_Occurred()) SWIG_fail;
11879 }
11880 {
11881 arg5 = (int) SWIG_PyObj_AsInt(obj4);
11882 if (PyErr_Occurred()) SWIG_fail;
11883 }
11884 {
11885 arg6 = (int) SWIG_PyObj_AsInt(obj5);
11886 if (PyErr_Occurred()) SWIG_fail;
11887 }
11888 if (obj6) {
11889 {
11890 arg7 = &temp7;
11891 if ( ! wxPoint_helper(obj6, &arg7)) SWIG_fail;
11892 }
11893 }
11894 if (obj7) {
11895 {
11896 arg8 = &temp8;
11897 if ( ! wxSize_helper(obj7, &arg8)) SWIG_fail;
11898 }
11899 }
11900 if (obj8) {
11901 {
11902 arg9 = (long) SWIG_PyObj_AsLong(obj8);
11903 if (PyErr_Occurred()) SWIG_fail;
11904 }
11905 }
11906 if (obj9) {
11907 if ((SWIG_ConvertPtr(obj9,(void **) &arg10, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11908 if (arg10 == NULL) {
11909 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
11910 }
11911 }
11912 if (obj10) {
11913 {
11914 arg11 = wxString_in_helper(obj10);
11915 if (arg11 == NULL) SWIG_fail;
11916 temp11 = True;
11917 }
11918 }
11919 {
11920 PyThreadState* __tstate = wxPyBeginAllowThreads();
11921 result = (bool)(arg1)->Create(arg2,arg3,arg4,arg5,arg6,(wxPoint const &)*arg7,(wxSize const &)*arg8,arg9,(wxValidator const &)*arg10,(wxString const &)*arg11);
11922
11923 wxPyEndAllowThreads(__tstate);
11924 if (PyErr_Occurred()) SWIG_fail;
11925 }
11926 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
11927 {
11928 if (temp11)
11929 delete arg11;
11930 }
11931 return resultobj;
11932 fail:
11933 {
11934 if (temp11)
11935 delete arg11;
11936 }
11937 return NULL;
11938 }
11939
11940
11941 static PyObject *_wrap_Slider_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11942 PyObject *resultobj;
11943 wxSlider *arg1 = (wxSlider *) 0 ;
11944 int result;
11945 PyObject * obj0 = 0 ;
11946 char *kwnames[] = {
11947 (char *) "self", NULL
11948 };
11949
11950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetValue",kwnames,&obj0)) goto fail;
11951 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11952 {
11953 PyThreadState* __tstate = wxPyBeginAllowThreads();
11954 result = (int)((wxSlider const *)arg1)->GetValue();
11955
11956 wxPyEndAllowThreads(__tstate);
11957 if (PyErr_Occurred()) SWIG_fail;
11958 }
11959 resultobj = SWIG_PyObj_FromInt((int)result);
11960 return resultobj;
11961 fail:
11962 return NULL;
11963 }
11964
11965
11966 static PyObject *_wrap_Slider_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
11967 PyObject *resultobj;
11968 wxSlider *arg1 = (wxSlider *) 0 ;
11969 int arg2 ;
11970 PyObject * obj0 = 0 ;
11971 PyObject * obj1 = 0 ;
11972 char *kwnames[] = {
11973 (char *) "self",(char *) "value", NULL
11974 };
11975
11976 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetValue",kwnames,&obj0,&obj1)) goto fail;
11977 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
11978 {
11979 arg2 = (int) SWIG_PyObj_AsInt(obj1);
11980 if (PyErr_Occurred()) SWIG_fail;
11981 }
11982 {
11983 PyThreadState* __tstate = wxPyBeginAllowThreads();
11984 (arg1)->SetValue(arg2);
11985
11986 wxPyEndAllowThreads(__tstate);
11987 if (PyErr_Occurred()) SWIG_fail;
11988 }
11989 Py_INCREF(Py_None); resultobj = Py_None;
11990 return resultobj;
11991 fail:
11992 return NULL;
11993 }
11994
11995
11996 static PyObject *_wrap_Slider_SetRange(PyObject *self, PyObject *args, PyObject *kwargs) {
11997 PyObject *resultobj;
11998 wxSlider *arg1 = (wxSlider *) 0 ;
11999 int arg2 ;
12000 int arg3 ;
12001 PyObject * obj0 = 0 ;
12002 PyObject * obj1 = 0 ;
12003 PyObject * obj2 = 0 ;
12004 char *kwnames[] = {
12005 (char *) "self",(char *) "minValue",(char *) "maxValue", NULL
12006 };
12007
12008 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetRange",kwnames,&obj0,&obj1,&obj2)) goto fail;
12009 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12010 {
12011 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12012 if (PyErr_Occurred()) SWIG_fail;
12013 }
12014 {
12015 arg3 = (int) SWIG_PyObj_AsInt(obj2);
12016 if (PyErr_Occurred()) SWIG_fail;
12017 }
12018 {
12019 PyThreadState* __tstate = wxPyBeginAllowThreads();
12020 (arg1)->SetRange(arg2,arg3);
12021
12022 wxPyEndAllowThreads(__tstate);
12023 if (PyErr_Occurred()) SWIG_fail;
12024 }
12025 Py_INCREF(Py_None); resultobj = Py_None;
12026 return resultobj;
12027 fail:
12028 return NULL;
12029 }
12030
12031
12032 static PyObject *_wrap_Slider_GetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
12033 PyObject *resultobj;
12034 wxSlider *arg1 = (wxSlider *) 0 ;
12035 int result;
12036 PyObject * obj0 = 0 ;
12037 char *kwnames[] = {
12038 (char *) "self", NULL
12039 };
12040
12041 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMin",kwnames,&obj0)) goto fail;
12042 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12043 {
12044 PyThreadState* __tstate = wxPyBeginAllowThreads();
12045 result = (int)((wxSlider const *)arg1)->GetMin();
12046
12047 wxPyEndAllowThreads(__tstate);
12048 if (PyErr_Occurred()) SWIG_fail;
12049 }
12050 resultobj = SWIG_PyObj_FromInt((int)result);
12051 return resultobj;
12052 fail:
12053 return NULL;
12054 }
12055
12056
12057 static PyObject *_wrap_Slider_GetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
12058 PyObject *resultobj;
12059 wxSlider *arg1 = (wxSlider *) 0 ;
12060 int result;
12061 PyObject * obj0 = 0 ;
12062 char *kwnames[] = {
12063 (char *) "self", NULL
12064 };
12065
12066 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetMax",kwnames,&obj0)) goto fail;
12067 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12068 {
12069 PyThreadState* __tstate = wxPyBeginAllowThreads();
12070 result = (int)((wxSlider const *)arg1)->GetMax();
12071
12072 wxPyEndAllowThreads(__tstate);
12073 if (PyErr_Occurred()) SWIG_fail;
12074 }
12075 resultobj = SWIG_PyObj_FromInt((int)result);
12076 return resultobj;
12077 fail:
12078 return NULL;
12079 }
12080
12081
12082 static PyObject *_wrap_Slider_SetMin(PyObject *self, PyObject *args, PyObject *kwargs) {
12083 PyObject *resultobj;
12084 wxSlider *arg1 = (wxSlider *) 0 ;
12085 int arg2 ;
12086 PyObject * obj0 = 0 ;
12087 PyObject * obj1 = 0 ;
12088 char *kwnames[] = {
12089 (char *) "self",(char *) "minValue", NULL
12090 };
12091
12092 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMin",kwnames,&obj0,&obj1)) goto fail;
12093 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12094 {
12095 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12096 if (PyErr_Occurred()) SWIG_fail;
12097 }
12098 {
12099 PyThreadState* __tstate = wxPyBeginAllowThreads();
12100 (arg1)->SetMin(arg2);
12101
12102 wxPyEndAllowThreads(__tstate);
12103 if (PyErr_Occurred()) SWIG_fail;
12104 }
12105 Py_INCREF(Py_None); resultobj = Py_None;
12106 return resultobj;
12107 fail:
12108 return NULL;
12109 }
12110
12111
12112 static PyObject *_wrap_Slider_SetMax(PyObject *self, PyObject *args, PyObject *kwargs) {
12113 PyObject *resultobj;
12114 wxSlider *arg1 = (wxSlider *) 0 ;
12115 int arg2 ;
12116 PyObject * obj0 = 0 ;
12117 PyObject * obj1 = 0 ;
12118 char *kwnames[] = {
12119 (char *) "self",(char *) "maxValue", NULL
12120 };
12121
12122 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetMax",kwnames,&obj0,&obj1)) goto fail;
12123 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12124 {
12125 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12126 if (PyErr_Occurred()) SWIG_fail;
12127 }
12128 {
12129 PyThreadState* __tstate = wxPyBeginAllowThreads();
12130 (arg1)->SetMax(arg2);
12131
12132 wxPyEndAllowThreads(__tstate);
12133 if (PyErr_Occurred()) SWIG_fail;
12134 }
12135 Py_INCREF(Py_None); resultobj = Py_None;
12136 return resultobj;
12137 fail:
12138 return NULL;
12139 }
12140
12141
12142 static PyObject *_wrap_Slider_SetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
12143 PyObject *resultobj;
12144 wxSlider *arg1 = (wxSlider *) 0 ;
12145 int arg2 ;
12146 PyObject * obj0 = 0 ;
12147 PyObject * obj1 = 0 ;
12148 char *kwnames[] = {
12149 (char *) "self",(char *) "lineSize", NULL
12150 };
12151
12152 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetLineSize",kwnames,&obj0,&obj1)) goto fail;
12153 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12154 {
12155 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12156 if (PyErr_Occurred()) SWIG_fail;
12157 }
12158 {
12159 PyThreadState* __tstate = wxPyBeginAllowThreads();
12160 (arg1)->SetLineSize(arg2);
12161
12162 wxPyEndAllowThreads(__tstate);
12163 if (PyErr_Occurred()) SWIG_fail;
12164 }
12165 Py_INCREF(Py_None); resultobj = Py_None;
12166 return resultobj;
12167 fail:
12168 return NULL;
12169 }
12170
12171
12172 static PyObject *_wrap_Slider_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
12173 PyObject *resultobj;
12174 wxSlider *arg1 = (wxSlider *) 0 ;
12175 int arg2 ;
12176 PyObject * obj0 = 0 ;
12177 PyObject * obj1 = 0 ;
12178 char *kwnames[] = {
12179 (char *) "self",(char *) "pageSize", NULL
12180 };
12181
12182 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
12183 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12184 {
12185 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12186 if (PyErr_Occurred()) SWIG_fail;
12187 }
12188 {
12189 PyThreadState* __tstate = wxPyBeginAllowThreads();
12190 (arg1)->SetPageSize(arg2);
12191
12192 wxPyEndAllowThreads(__tstate);
12193 if (PyErr_Occurred()) SWIG_fail;
12194 }
12195 Py_INCREF(Py_None); resultobj = Py_None;
12196 return resultobj;
12197 fail:
12198 return NULL;
12199 }
12200
12201
12202 static PyObject *_wrap_Slider_GetLineSize(PyObject *self, PyObject *args, PyObject *kwargs) {
12203 PyObject *resultobj;
12204 wxSlider *arg1 = (wxSlider *) 0 ;
12205 int result;
12206 PyObject * obj0 = 0 ;
12207 char *kwnames[] = {
12208 (char *) "self", NULL
12209 };
12210
12211 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetLineSize",kwnames,&obj0)) goto fail;
12212 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12213 {
12214 PyThreadState* __tstate = wxPyBeginAllowThreads();
12215 result = (int)((wxSlider const *)arg1)->GetLineSize();
12216
12217 wxPyEndAllowThreads(__tstate);
12218 if (PyErr_Occurred()) SWIG_fail;
12219 }
12220 resultobj = SWIG_PyObj_FromInt((int)result);
12221 return resultobj;
12222 fail:
12223 return NULL;
12224 }
12225
12226
12227 static PyObject *_wrap_Slider_GetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
12228 PyObject *resultobj;
12229 wxSlider *arg1 = (wxSlider *) 0 ;
12230 int result;
12231 PyObject * obj0 = 0 ;
12232 char *kwnames[] = {
12233 (char *) "self", NULL
12234 };
12235
12236 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetPageSize",kwnames,&obj0)) goto fail;
12237 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12238 {
12239 PyThreadState* __tstate = wxPyBeginAllowThreads();
12240 result = (int)((wxSlider const *)arg1)->GetPageSize();
12241
12242 wxPyEndAllowThreads(__tstate);
12243 if (PyErr_Occurred()) SWIG_fail;
12244 }
12245 resultobj = SWIG_PyObj_FromInt((int)result);
12246 return resultobj;
12247 fail:
12248 return NULL;
12249 }
12250
12251
12252 static PyObject *_wrap_Slider_SetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
12253 PyObject *resultobj;
12254 wxSlider *arg1 = (wxSlider *) 0 ;
12255 int arg2 ;
12256 PyObject * obj0 = 0 ;
12257 PyObject * obj1 = 0 ;
12258 char *kwnames[] = {
12259 (char *) "self",(char *) "lenPixels", NULL
12260 };
12261
12262 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetThumbLength",kwnames,&obj0,&obj1)) goto fail;
12263 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12264 {
12265 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12266 if (PyErr_Occurred()) SWIG_fail;
12267 }
12268 {
12269 PyThreadState* __tstate = wxPyBeginAllowThreads();
12270 (arg1)->SetThumbLength(arg2);
12271
12272 wxPyEndAllowThreads(__tstate);
12273 if (PyErr_Occurred()) SWIG_fail;
12274 }
12275 Py_INCREF(Py_None); resultobj = Py_None;
12276 return resultobj;
12277 fail:
12278 return NULL;
12279 }
12280
12281
12282 static PyObject *_wrap_Slider_GetThumbLength(PyObject *self, PyObject *args, PyObject *kwargs) {
12283 PyObject *resultobj;
12284 wxSlider *arg1 = (wxSlider *) 0 ;
12285 int result;
12286 PyObject * obj0 = 0 ;
12287 char *kwnames[] = {
12288 (char *) "self", NULL
12289 };
12290
12291 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetThumbLength",kwnames,&obj0)) goto fail;
12292 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12293 {
12294 PyThreadState* __tstate = wxPyBeginAllowThreads();
12295 result = (int)((wxSlider const *)arg1)->GetThumbLength();
12296
12297 wxPyEndAllowThreads(__tstate);
12298 if (PyErr_Occurred()) SWIG_fail;
12299 }
12300 resultobj = SWIG_PyObj_FromInt((int)result);
12301 return resultobj;
12302 fail:
12303 return NULL;
12304 }
12305
12306
12307 static PyObject *_wrap_Slider_SetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
12308 PyObject *resultobj;
12309 wxSlider *arg1 = (wxSlider *) 0 ;
12310 int arg2 ;
12311 int arg3 = (int) 1 ;
12312 PyObject * obj0 = 0 ;
12313 PyObject * obj1 = 0 ;
12314 PyObject * obj2 = 0 ;
12315 char *kwnames[] = {
12316 (char *) "self",(char *) "n",(char *) "pos", NULL
12317 };
12318
12319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:Slider_SetTickFreq",kwnames,&obj0,&obj1,&obj2)) goto fail;
12320 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12321 {
12322 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12323 if (PyErr_Occurred()) SWIG_fail;
12324 }
12325 if (obj2) {
12326 {
12327 arg3 = (int) SWIG_PyObj_AsInt(obj2);
12328 if (PyErr_Occurred()) SWIG_fail;
12329 }
12330 }
12331 {
12332 PyThreadState* __tstate = wxPyBeginAllowThreads();
12333 (arg1)->SetTickFreq(arg2,arg3);
12334
12335 wxPyEndAllowThreads(__tstate);
12336 if (PyErr_Occurred()) SWIG_fail;
12337 }
12338 Py_INCREF(Py_None); resultobj = Py_None;
12339 return resultobj;
12340 fail:
12341 return NULL;
12342 }
12343
12344
12345 static PyObject *_wrap_Slider_GetTickFreq(PyObject *self, PyObject *args, PyObject *kwargs) {
12346 PyObject *resultobj;
12347 wxSlider *arg1 = (wxSlider *) 0 ;
12348 int result;
12349 PyObject * obj0 = 0 ;
12350 char *kwnames[] = {
12351 (char *) "self", NULL
12352 };
12353
12354 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetTickFreq",kwnames,&obj0)) goto fail;
12355 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12356 {
12357 PyThreadState* __tstate = wxPyBeginAllowThreads();
12358 result = (int)((wxSlider const *)arg1)->GetTickFreq();
12359
12360 wxPyEndAllowThreads(__tstate);
12361 if (PyErr_Occurred()) SWIG_fail;
12362 }
12363 resultobj = SWIG_PyObj_FromInt((int)result);
12364 return resultobj;
12365 fail:
12366 return NULL;
12367 }
12368
12369
12370 static PyObject *_wrap_Slider_ClearTicks(PyObject *self, PyObject *args, PyObject *kwargs) {
12371 PyObject *resultobj;
12372 wxSlider *arg1 = (wxSlider *) 0 ;
12373 PyObject * obj0 = 0 ;
12374 char *kwnames[] = {
12375 (char *) "self", NULL
12376 };
12377
12378 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearTicks",kwnames,&obj0)) goto fail;
12379 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12380 {
12381 PyThreadState* __tstate = wxPyBeginAllowThreads();
12382 (arg1)->ClearTicks();
12383
12384 wxPyEndAllowThreads(__tstate);
12385 if (PyErr_Occurred()) SWIG_fail;
12386 }
12387 Py_INCREF(Py_None); resultobj = Py_None;
12388 return resultobj;
12389 fail:
12390 return NULL;
12391 }
12392
12393
12394 static PyObject *_wrap_Slider_SetTick(PyObject *self, PyObject *args, PyObject *kwargs) {
12395 PyObject *resultobj;
12396 wxSlider *arg1 = (wxSlider *) 0 ;
12397 int arg2 ;
12398 PyObject * obj0 = 0 ;
12399 PyObject * obj1 = 0 ;
12400 char *kwnames[] = {
12401 (char *) "self",(char *) "tickPos", NULL
12402 };
12403
12404 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Slider_SetTick",kwnames,&obj0,&obj1)) goto fail;
12405 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12406 {
12407 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12408 if (PyErr_Occurred()) SWIG_fail;
12409 }
12410 {
12411 PyThreadState* __tstate = wxPyBeginAllowThreads();
12412 (arg1)->SetTick(arg2);
12413
12414 wxPyEndAllowThreads(__tstate);
12415 if (PyErr_Occurred()) SWIG_fail;
12416 }
12417 Py_INCREF(Py_None); resultobj = Py_None;
12418 return resultobj;
12419 fail:
12420 return NULL;
12421 }
12422
12423
12424 static PyObject *_wrap_Slider_ClearSel(PyObject *self, PyObject *args, PyObject *kwargs) {
12425 PyObject *resultobj;
12426 wxSlider *arg1 = (wxSlider *) 0 ;
12427 PyObject * obj0 = 0 ;
12428 char *kwnames[] = {
12429 (char *) "self", NULL
12430 };
12431
12432 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_ClearSel",kwnames,&obj0)) goto fail;
12433 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12434 {
12435 PyThreadState* __tstate = wxPyBeginAllowThreads();
12436 (arg1)->ClearSel();
12437
12438 wxPyEndAllowThreads(__tstate);
12439 if (PyErr_Occurred()) SWIG_fail;
12440 }
12441 Py_INCREF(Py_None); resultobj = Py_None;
12442 return resultobj;
12443 fail:
12444 return NULL;
12445 }
12446
12447
12448 static PyObject *_wrap_Slider_GetSelEnd(PyObject *self, PyObject *args, PyObject *kwargs) {
12449 PyObject *resultobj;
12450 wxSlider *arg1 = (wxSlider *) 0 ;
12451 int result;
12452 PyObject * obj0 = 0 ;
12453 char *kwnames[] = {
12454 (char *) "self", NULL
12455 };
12456
12457 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelEnd",kwnames,&obj0)) goto fail;
12458 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12459 {
12460 PyThreadState* __tstate = wxPyBeginAllowThreads();
12461 result = (int)((wxSlider const *)arg1)->GetSelEnd();
12462
12463 wxPyEndAllowThreads(__tstate);
12464 if (PyErr_Occurred()) SWIG_fail;
12465 }
12466 resultobj = SWIG_PyObj_FromInt((int)result);
12467 return resultobj;
12468 fail:
12469 return NULL;
12470 }
12471
12472
12473 static PyObject *_wrap_Slider_GetSelStart(PyObject *self, PyObject *args, PyObject *kwargs) {
12474 PyObject *resultobj;
12475 wxSlider *arg1 = (wxSlider *) 0 ;
12476 int result;
12477 PyObject * obj0 = 0 ;
12478 char *kwnames[] = {
12479 (char *) "self", NULL
12480 };
12481
12482 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Slider_GetSelStart",kwnames,&obj0)) goto fail;
12483 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12484 {
12485 PyThreadState* __tstate = wxPyBeginAllowThreads();
12486 result = (int)((wxSlider const *)arg1)->GetSelStart();
12487
12488 wxPyEndAllowThreads(__tstate);
12489 if (PyErr_Occurred()) SWIG_fail;
12490 }
12491 resultobj = SWIG_PyObj_FromInt((int)result);
12492 return resultobj;
12493 fail:
12494 return NULL;
12495 }
12496
12497
12498 static PyObject *_wrap_Slider_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
12499 PyObject *resultobj;
12500 wxSlider *arg1 = (wxSlider *) 0 ;
12501 int arg2 ;
12502 int arg3 ;
12503 PyObject * obj0 = 0 ;
12504 PyObject * obj1 = 0 ;
12505 PyObject * obj2 = 0 ;
12506 char *kwnames[] = {
12507 (char *) "self",(char *) "min",(char *) "max", NULL
12508 };
12509
12510 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Slider_SetSelection",kwnames,&obj0,&obj1,&obj2)) goto fail;
12511 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxSlider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12512 {
12513 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12514 if (PyErr_Occurred()) SWIG_fail;
12515 }
12516 {
12517 arg3 = (int) SWIG_PyObj_AsInt(obj2);
12518 if (PyErr_Occurred()) SWIG_fail;
12519 }
12520 {
12521 PyThreadState* __tstate = wxPyBeginAllowThreads();
12522 (arg1)->SetSelection(arg2,arg3);
12523
12524 wxPyEndAllowThreads(__tstate);
12525 if (PyErr_Occurred()) SWIG_fail;
12526 }
12527 Py_INCREF(Py_None); resultobj = Py_None;
12528 return resultobj;
12529 fail:
12530 return NULL;
12531 }
12532
12533
12534 static PyObject * Slider_swigregister(PyObject *self, PyObject *args) {
12535 PyObject *obj;
12536 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12537 SWIG_TypeClientData(SWIGTYPE_p_wxSlider, obj);
12538 Py_INCREF(obj);
12539 return Py_BuildValue((char *)"");
12540 }
12541 static int _wrap_ToggleButtonNameStr_set(PyObject *_val) {
12542 PyErr_SetString(PyExc_TypeError,"Variable ToggleButtonNameStr is read-only.");
12543 return 1;
12544 }
12545
12546
12547 static PyObject *_wrap_ToggleButtonNameStr_get() {
12548 PyObject *pyobj;
12549
12550 {
12551 #if wxUSE_UNICODE
12552 pyobj = PyUnicode_FromWideChar((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
12553 #else
12554 pyobj = PyString_FromStringAndSize((&wxPyToggleButtonNameStr)->c_str(), (&wxPyToggleButtonNameStr)->Len());
12555 #endif
12556 }
12557 return pyobj;
12558 }
12559
12560
12561 static PyObject *_wrap_new_ToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
12562 PyObject *resultobj;
12563 wxWindow *arg1 = (wxWindow *) 0 ;
12564 int arg2 ;
12565 wxString *arg3 = 0 ;
12566 wxPoint const &arg4_defvalue = wxDefaultPosition ;
12567 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
12568 wxSize const &arg5_defvalue = wxDefaultSize ;
12569 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
12570 long arg6 = (long) 0 ;
12571 wxValidator const &arg7_defvalue = wxDefaultValidator ;
12572 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
12573 wxString const &arg8_defvalue = wxPyToggleButtonNameStr ;
12574 wxString *arg8 = (wxString *) &arg8_defvalue ;
12575 wxToggleButton *result;
12576 bool temp3 = False ;
12577 wxPoint temp4 ;
12578 wxSize temp5 ;
12579 bool temp8 = False ;
12580 PyObject * obj0 = 0 ;
12581 PyObject * obj1 = 0 ;
12582 PyObject * obj2 = 0 ;
12583 PyObject * obj3 = 0 ;
12584 PyObject * obj4 = 0 ;
12585 PyObject * obj5 = 0 ;
12586 PyObject * obj6 = 0 ;
12587 PyObject * obj7 = 0 ;
12588 char *kwnames[] = {
12589 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12590 };
12591
12592 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOOO:new_ToggleButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
12593 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12594 {
12595 arg2 = (int) SWIG_PyObj_AsInt(obj1);
12596 if (PyErr_Occurred()) SWIG_fail;
12597 }
12598 {
12599 arg3 = wxString_in_helper(obj2);
12600 if (arg3 == NULL) SWIG_fail;
12601 temp3 = True;
12602 }
12603 if (obj3) {
12604 {
12605 arg4 = &temp4;
12606 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
12607 }
12608 }
12609 if (obj4) {
12610 {
12611 arg5 = &temp5;
12612 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
12613 }
12614 }
12615 if (obj5) {
12616 {
12617 arg6 = (long) SWIG_PyObj_AsLong(obj5);
12618 if (PyErr_Occurred()) SWIG_fail;
12619 }
12620 }
12621 if (obj6) {
12622 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12623 if (arg7 == NULL) {
12624 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
12625 }
12626 }
12627 if (obj7) {
12628 {
12629 arg8 = wxString_in_helper(obj7);
12630 if (arg8 == NULL) SWIG_fail;
12631 temp8 = True;
12632 }
12633 }
12634 {
12635 PyThreadState* __tstate = wxPyBeginAllowThreads();
12636 result = (wxToggleButton *)new wxToggleButton(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
12637
12638 wxPyEndAllowThreads(__tstate);
12639 if (PyErr_Occurred()) SWIG_fail;
12640 }
12641 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxToggleButton, 1);
12642 {
12643 if (temp3)
12644 delete arg3;
12645 }
12646 {
12647 if (temp8)
12648 delete arg8;
12649 }
12650 return resultobj;
12651 fail:
12652 {
12653 if (temp3)
12654 delete arg3;
12655 }
12656 {
12657 if (temp8)
12658 delete arg8;
12659 }
12660 return NULL;
12661 }
12662
12663
12664 static PyObject *_wrap_new_PreToggleButton(PyObject *self, PyObject *args, PyObject *kwargs) {
12665 PyObject *resultobj;
12666 wxToggleButton *result;
12667 char *kwnames[] = {
12668 NULL
12669 };
12670
12671 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToggleButton",kwnames)) goto fail;
12672 {
12673 PyThreadState* __tstate = wxPyBeginAllowThreads();
12674 result = (wxToggleButton *)new wxToggleButton();
12675
12676 wxPyEndAllowThreads(__tstate);
12677 if (PyErr_Occurred()) SWIG_fail;
12678 }
12679 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxToggleButton, 1);
12680 return resultobj;
12681 fail:
12682 return NULL;
12683 }
12684
12685
12686 static PyObject *_wrap_ToggleButton_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
12687 PyObject *resultobj;
12688 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
12689 wxWindow *arg2 = (wxWindow *) 0 ;
12690 int arg3 ;
12691 wxString *arg4 = 0 ;
12692 wxPoint const &arg5_defvalue = wxDefaultPosition ;
12693 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
12694 wxSize const &arg6_defvalue = wxDefaultSize ;
12695 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
12696 long arg7 = (long) 0 ;
12697 wxValidator const &arg8_defvalue = wxDefaultValidator ;
12698 wxValidator *arg8 = (wxValidator *) &arg8_defvalue ;
12699 wxString const &arg9_defvalue = wxPyToggleButtonNameStr ;
12700 wxString *arg9 = (wxString *) &arg9_defvalue ;
12701 bool result;
12702 bool temp4 = False ;
12703 wxPoint temp5 ;
12704 wxSize temp6 ;
12705 bool temp9 = False ;
12706 PyObject * obj0 = 0 ;
12707 PyObject * obj1 = 0 ;
12708 PyObject * obj2 = 0 ;
12709 PyObject * obj3 = 0 ;
12710 PyObject * obj4 = 0 ;
12711 PyObject * obj5 = 0 ;
12712 PyObject * obj6 = 0 ;
12713 PyObject * obj7 = 0 ;
12714 PyObject * obj8 = 0 ;
12715 char *kwnames[] = {
12716 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12717 };
12718
12719 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:ToggleButton_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
12720 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToggleButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12721 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12722 {
12723 arg3 = (int) SWIG_PyObj_AsInt(obj2);
12724 if (PyErr_Occurred()) SWIG_fail;
12725 }
12726 {
12727 arg4 = wxString_in_helper(obj3);
12728 if (arg4 == NULL) SWIG_fail;
12729 temp4 = True;
12730 }
12731 if (obj4) {
12732 {
12733 arg5 = &temp5;
12734 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
12735 }
12736 }
12737 if (obj5) {
12738 {
12739 arg6 = &temp6;
12740 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
12741 }
12742 }
12743 if (obj6) {
12744 {
12745 arg7 = (long) SWIG_PyObj_AsLong(obj6);
12746 if (PyErr_Occurred()) SWIG_fail;
12747 }
12748 }
12749 if (obj7) {
12750 if ((SWIG_ConvertPtr(obj7,(void **) &arg8, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12751 if (arg8 == NULL) {
12752 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
12753 }
12754 }
12755 if (obj8) {
12756 {
12757 arg9 = wxString_in_helper(obj8);
12758 if (arg9 == NULL) SWIG_fail;
12759 temp9 = True;
12760 }
12761 }
12762 {
12763 PyThreadState* __tstate = wxPyBeginAllowThreads();
12764 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxValidator const &)*arg8,(wxString const &)*arg9);
12765
12766 wxPyEndAllowThreads(__tstate);
12767 if (PyErr_Occurred()) SWIG_fail;
12768 }
12769 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12770 {
12771 if (temp4)
12772 delete arg4;
12773 }
12774 {
12775 if (temp9)
12776 delete arg9;
12777 }
12778 return resultobj;
12779 fail:
12780 {
12781 if (temp4)
12782 delete arg4;
12783 }
12784 {
12785 if (temp9)
12786 delete arg9;
12787 }
12788 return NULL;
12789 }
12790
12791
12792 static PyObject *_wrap_ToggleButton_SetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12793 PyObject *resultobj;
12794 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
12795 bool arg2 ;
12796 PyObject * obj0 = 0 ;
12797 PyObject * obj1 = 0 ;
12798 char *kwnames[] = {
12799 (char *) "self",(char *) "value", NULL
12800 };
12801
12802 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetValue",kwnames,&obj0,&obj1)) goto fail;
12803 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToggleButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12804 {
12805 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
12806 if (PyErr_Occurred()) SWIG_fail;
12807 }
12808 {
12809 PyThreadState* __tstate = wxPyBeginAllowThreads();
12810 (arg1)->SetValue(arg2);
12811
12812 wxPyEndAllowThreads(__tstate);
12813 if (PyErr_Occurred()) SWIG_fail;
12814 }
12815 Py_INCREF(Py_None); resultobj = Py_None;
12816 return resultobj;
12817 fail:
12818 return NULL;
12819 }
12820
12821
12822 static PyObject *_wrap_ToggleButton_GetValue(PyObject *self, PyObject *args, PyObject *kwargs) {
12823 PyObject *resultobj;
12824 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
12825 bool result;
12826 PyObject * obj0 = 0 ;
12827 char *kwnames[] = {
12828 (char *) "self", NULL
12829 };
12830
12831 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToggleButton_GetValue",kwnames,&obj0)) goto fail;
12832 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToggleButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12833 {
12834 PyThreadState* __tstate = wxPyBeginAllowThreads();
12835 result = (bool)((wxToggleButton const *)arg1)->GetValue();
12836
12837 wxPyEndAllowThreads(__tstate);
12838 if (PyErr_Occurred()) SWIG_fail;
12839 }
12840 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
12841 return resultobj;
12842 fail:
12843 return NULL;
12844 }
12845
12846
12847 static PyObject *_wrap_ToggleButton_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
12848 PyObject *resultobj;
12849 wxToggleButton *arg1 = (wxToggleButton *) 0 ;
12850 wxString *arg2 = 0 ;
12851 bool temp2 = False ;
12852 PyObject * obj0 = 0 ;
12853 PyObject * obj1 = 0 ;
12854 char *kwnames[] = {
12855 (char *) "self",(char *) "label", NULL
12856 };
12857
12858 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToggleButton_SetLabel",kwnames,&obj0,&obj1)) goto fail;
12859 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToggleButton,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12860 {
12861 arg2 = wxString_in_helper(obj1);
12862 if (arg2 == NULL) SWIG_fail;
12863 temp2 = True;
12864 }
12865 {
12866 PyThreadState* __tstate = wxPyBeginAllowThreads();
12867 (arg1)->SetLabel((wxString const &)*arg2);
12868
12869 wxPyEndAllowThreads(__tstate);
12870 if (PyErr_Occurred()) SWIG_fail;
12871 }
12872 Py_INCREF(Py_None); resultobj = Py_None;
12873 {
12874 if (temp2)
12875 delete arg2;
12876 }
12877 return resultobj;
12878 fail:
12879 {
12880 if (temp2)
12881 delete arg2;
12882 }
12883 return NULL;
12884 }
12885
12886
12887 static PyObject * ToggleButton_swigregister(PyObject *self, PyObject *args) {
12888 PyObject *obj;
12889 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
12890 SWIG_TypeClientData(SWIGTYPE_p_wxToggleButton, obj);
12891 Py_INCREF(obj);
12892 return Py_BuildValue((char *)"");
12893 }
12894 static int _wrap_NOTEBOOK_NAME_set(PyObject *_val) {
12895 PyErr_SetString(PyExc_TypeError,"Variable NOTEBOOK_NAME is read-only.");
12896 return 1;
12897 }
12898
12899
12900 static PyObject *_wrap_NOTEBOOK_NAME_get() {
12901 PyObject *pyobj;
12902
12903 {
12904 #if wxUSE_UNICODE
12905 pyobj = PyUnicode_FromWideChar((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
12906 #else
12907 pyobj = PyString_FromStringAndSize((&wxPyNOTEBOOK_NAME)->c_str(), (&wxPyNOTEBOOK_NAME)->Len());
12908 #endif
12909 }
12910 return pyobj;
12911 }
12912
12913
12914 static PyObject *_wrap_BookCtrl_GetPageCount(PyObject *self, PyObject *args, PyObject *kwargs) {
12915 PyObject *resultobj;
12916 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
12917 size_t result;
12918 PyObject * obj0 = 0 ;
12919 char *kwnames[] = {
12920 (char *) "self", NULL
12921 };
12922
12923 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetPageCount",kwnames,&obj0)) goto fail;
12924 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12925 {
12926 PyThreadState* __tstate = wxPyBeginAllowThreads();
12927 result = (size_t)((wxBookCtrl const *)arg1)->GetPageCount();
12928
12929 wxPyEndAllowThreads(__tstate);
12930 if (PyErr_Occurred()) SWIG_fail;
12931 }
12932 resultobj = SWIG_PyObj_FromUnsignedLong((unsigned long)result);
12933 return resultobj;
12934 fail:
12935 return NULL;
12936 }
12937
12938
12939 static PyObject *_wrap_BookCtrl_GetPage(PyObject *self, PyObject *args, PyObject *kwargs) {
12940 PyObject *resultobj;
12941 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
12942 size_t arg2 ;
12943 wxWindow *result;
12944 PyObject * obj0 = 0 ;
12945 PyObject * obj1 = 0 ;
12946 char *kwnames[] = {
12947 (char *) "self",(char *) "n", NULL
12948 };
12949
12950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPage",kwnames,&obj0,&obj1)) goto fail;
12951 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12952 {
12953 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
12954 if (PyErr_Occurred()) SWIG_fail;
12955 }
12956 {
12957 PyThreadState* __tstate = wxPyBeginAllowThreads();
12958 result = (wxWindow *)(arg1)->GetPage(arg2);
12959
12960 wxPyEndAllowThreads(__tstate);
12961 if (PyErr_Occurred()) SWIG_fail;
12962 }
12963 {
12964 resultobj = wxPyMake_wxObject(result);
12965 }
12966 return resultobj;
12967 fail:
12968 return NULL;
12969 }
12970
12971
12972 static PyObject *_wrap_BookCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
12973 PyObject *resultobj;
12974 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
12975 int result;
12976 PyObject * obj0 = 0 ;
12977 char *kwnames[] = {
12978 (char *) "self", NULL
12979 };
12980
12981 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetSelection",kwnames,&obj0)) goto fail;
12982 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
12983 {
12984 PyThreadState* __tstate = wxPyBeginAllowThreads();
12985 result = (int)((wxBookCtrl const *)arg1)->GetSelection();
12986
12987 wxPyEndAllowThreads(__tstate);
12988 if (PyErr_Occurred()) SWIG_fail;
12989 }
12990 resultobj = SWIG_PyObj_FromInt((int)result);
12991 return resultobj;
12992 fail:
12993 return NULL;
12994 }
12995
12996
12997 static PyObject *_wrap_BookCtrl_SetPageText(PyObject *self, PyObject *args, PyObject *kwargs) {
12998 PyObject *resultobj;
12999 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13000 size_t arg2 ;
13001 wxString *arg3 = 0 ;
13002 bool result;
13003 bool temp3 = False ;
13004 PyObject * obj0 = 0 ;
13005 PyObject * obj1 = 0 ;
13006 PyObject * obj2 = 0 ;
13007 char *kwnames[] = {
13008 (char *) "self",(char *) "n",(char *) "strText", NULL
13009 };
13010
13011 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageText",kwnames,&obj0,&obj1,&obj2)) goto fail;
13012 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13013 {
13014 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
13015 if (PyErr_Occurred()) SWIG_fail;
13016 }
13017 {
13018 arg3 = wxString_in_helper(obj2);
13019 if (arg3 == NULL) SWIG_fail;
13020 temp3 = True;
13021 }
13022 {
13023 PyThreadState* __tstate = wxPyBeginAllowThreads();
13024 result = (bool)(arg1)->SetPageText(arg2,(wxString const &)*arg3);
13025
13026 wxPyEndAllowThreads(__tstate);
13027 if (PyErr_Occurred()) SWIG_fail;
13028 }
13029 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13030 {
13031 if (temp3)
13032 delete arg3;
13033 }
13034 return resultobj;
13035 fail:
13036 {
13037 if (temp3)
13038 delete arg3;
13039 }
13040 return NULL;
13041 }
13042
13043
13044 static PyObject *_wrap_BookCtrl_GetPageText(PyObject *self, PyObject *args, PyObject *kwargs) {
13045 PyObject *resultobj;
13046 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13047 size_t arg2 ;
13048 wxString result;
13049 PyObject * obj0 = 0 ;
13050 PyObject * obj1 = 0 ;
13051 char *kwnames[] = {
13052 (char *) "self",(char *) "n", NULL
13053 };
13054
13055 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageText",kwnames,&obj0,&obj1)) goto fail;
13056 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13057 {
13058 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
13059 if (PyErr_Occurred()) SWIG_fail;
13060 }
13061 {
13062 PyThreadState* __tstate = wxPyBeginAllowThreads();
13063 result = ((wxBookCtrl const *)arg1)->GetPageText(arg2);
13064
13065 wxPyEndAllowThreads(__tstate);
13066 if (PyErr_Occurred()) SWIG_fail;
13067 }
13068 {
13069 #if wxUSE_UNICODE
13070 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
13071 #else
13072 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
13073 #endif
13074 }
13075 return resultobj;
13076 fail:
13077 return NULL;
13078 }
13079
13080
13081 static PyObject *_wrap_BookCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
13082 PyObject *resultobj;
13083 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13084 wxImageList *arg2 = (wxImageList *) 0 ;
13085 PyObject * obj0 = 0 ;
13086 PyObject * obj1 = 0 ;
13087 char *kwnames[] = {
13088 (char *) "self",(char *) "imageList", NULL
13089 };
13090
13091 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetImageList",kwnames,&obj0,&obj1)) goto fail;
13092 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13093 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxImageList,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13094 {
13095 PyThreadState* __tstate = wxPyBeginAllowThreads();
13096 (arg1)->SetImageList(arg2);
13097
13098 wxPyEndAllowThreads(__tstate);
13099 if (PyErr_Occurred()) SWIG_fail;
13100 }
13101 Py_INCREF(Py_None); resultobj = Py_None;
13102 return resultobj;
13103 fail:
13104 return NULL;
13105 }
13106
13107
13108 static PyObject *_wrap_BookCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
13109 PyObject *resultobj;
13110 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13111 wxImageList *arg2 = (wxImageList *) 0 ;
13112 PyObject * obj0 = 0 ;
13113 PyObject * obj1 = 0 ;
13114 char *kwnames[] = {
13115 (char *) "self",(char *) "imageList", NULL
13116 };
13117
13118 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
13119 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13120 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxImageList,SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN )) == -1) SWIG_fail;
13121 {
13122 PyThreadState* __tstate = wxPyBeginAllowThreads();
13123 (arg1)->AssignImageList(arg2);
13124
13125 wxPyEndAllowThreads(__tstate);
13126 if (PyErr_Occurred()) SWIG_fail;
13127 }
13128 Py_INCREF(Py_None); resultobj = Py_None;
13129 return resultobj;
13130 fail:
13131 return NULL;
13132 }
13133
13134
13135 static PyObject *_wrap_BookCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
13136 PyObject *resultobj;
13137 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13138 wxImageList *result;
13139 PyObject * obj0 = 0 ;
13140 char *kwnames[] = {
13141 (char *) "self", NULL
13142 };
13143
13144 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_GetImageList",kwnames,&obj0)) goto fail;
13145 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13146 {
13147 PyThreadState* __tstate = wxPyBeginAllowThreads();
13148 result = (wxImageList *)((wxBookCtrl const *)arg1)->GetImageList();
13149
13150 wxPyEndAllowThreads(__tstate);
13151 if (PyErr_Occurred()) SWIG_fail;
13152 }
13153 {
13154 resultobj = wxPyMake_wxObject(result);
13155 }
13156 return resultobj;
13157 fail:
13158 return NULL;
13159 }
13160
13161
13162 static PyObject *_wrap_BookCtrl_GetPageImage(PyObject *self, PyObject *args, PyObject *kwargs) {
13163 PyObject *resultobj;
13164 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13165 size_t arg2 ;
13166 int result;
13167 PyObject * obj0 = 0 ;
13168 PyObject * obj1 = 0 ;
13169 char *kwnames[] = {
13170 (char *) "self",(char *) "n", NULL
13171 };
13172
13173 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_GetPageImage",kwnames,&obj0,&obj1)) goto fail;
13174 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13175 {
13176 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
13177 if (PyErr_Occurred()) SWIG_fail;
13178 }
13179 {
13180 PyThreadState* __tstate = wxPyBeginAllowThreads();
13181 result = (int)((wxBookCtrl const *)arg1)->GetPageImage(arg2);
13182
13183 wxPyEndAllowThreads(__tstate);
13184 if (PyErr_Occurred()) SWIG_fail;
13185 }
13186 resultobj = SWIG_PyObj_FromInt((int)result);
13187 return resultobj;
13188 fail:
13189 return NULL;
13190 }
13191
13192
13193 static PyObject *_wrap_BookCtrl_SetPageImage(PyObject *self, PyObject *args, PyObject *kwargs) {
13194 PyObject *resultobj;
13195 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13196 size_t arg2 ;
13197 int arg3 ;
13198 bool result;
13199 PyObject * obj0 = 0 ;
13200 PyObject * obj1 = 0 ;
13201 PyObject * obj2 = 0 ;
13202 char *kwnames[] = {
13203 (char *) "self",(char *) "n",(char *) "imageId", NULL
13204 };
13205
13206 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:BookCtrl_SetPageImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
13207 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13208 {
13209 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
13210 if (PyErr_Occurred()) SWIG_fail;
13211 }
13212 {
13213 arg3 = (int) SWIG_PyObj_AsInt(obj2);
13214 if (PyErr_Occurred()) SWIG_fail;
13215 }
13216 {
13217 PyThreadState* __tstate = wxPyBeginAllowThreads();
13218 result = (bool)(arg1)->SetPageImage(arg2,arg3);
13219
13220 wxPyEndAllowThreads(__tstate);
13221 if (PyErr_Occurred()) SWIG_fail;
13222 }
13223 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13224 return resultobj;
13225 fail:
13226 return NULL;
13227 }
13228
13229
13230 static PyObject *_wrap_BookCtrl_SetPageSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13231 PyObject *resultobj;
13232 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13233 wxSize *arg2 = 0 ;
13234 wxSize temp2 ;
13235 PyObject * obj0 = 0 ;
13236 PyObject * obj1 = 0 ;
13237 char *kwnames[] = {
13238 (char *) "self",(char *) "size", NULL
13239 };
13240
13241 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetPageSize",kwnames,&obj0,&obj1)) goto fail;
13242 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13243 {
13244 arg2 = &temp2;
13245 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
13246 }
13247 {
13248 PyThreadState* __tstate = wxPyBeginAllowThreads();
13249 (arg1)->SetPageSize((wxSize const &)*arg2);
13250
13251 wxPyEndAllowThreads(__tstate);
13252 if (PyErr_Occurred()) SWIG_fail;
13253 }
13254 Py_INCREF(Py_None); resultobj = Py_None;
13255 return resultobj;
13256 fail:
13257 return NULL;
13258 }
13259
13260
13261 static PyObject *_wrap_BookCtrl_CalcSizeFromPage(PyObject *self, PyObject *args, PyObject *kwargs) {
13262 PyObject *resultobj;
13263 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13264 wxSize *arg2 = 0 ;
13265 wxSize result;
13266 wxSize temp2 ;
13267 PyObject * obj0 = 0 ;
13268 PyObject * obj1 = 0 ;
13269 char *kwnames[] = {
13270 (char *) "self",(char *) "sizePage", NULL
13271 };
13272
13273 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
13274 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13275 {
13276 arg2 = &temp2;
13277 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
13278 }
13279 {
13280 PyThreadState* __tstate = wxPyBeginAllowThreads();
13281 result = ((wxBookCtrl const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
13282
13283 wxPyEndAllowThreads(__tstate);
13284 if (PyErr_Occurred()) SWIG_fail;
13285 }
13286 {
13287 wxSize * resultptr;
13288 resultptr = new wxSize((wxSize &) result);
13289 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
13290 }
13291 return resultobj;
13292 fail:
13293 return NULL;
13294 }
13295
13296
13297 static PyObject *_wrap_BookCtrl_DeletePage(PyObject *self, PyObject *args, PyObject *kwargs) {
13298 PyObject *resultobj;
13299 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13300 size_t arg2 ;
13301 bool result;
13302 PyObject * obj0 = 0 ;
13303 PyObject * obj1 = 0 ;
13304 char *kwnames[] = {
13305 (char *) "self",(char *) "n", NULL
13306 };
13307
13308 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_DeletePage",kwnames,&obj0,&obj1)) goto fail;
13309 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13310 {
13311 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
13312 if (PyErr_Occurred()) SWIG_fail;
13313 }
13314 {
13315 PyThreadState* __tstate = wxPyBeginAllowThreads();
13316 result = (bool)(arg1)->DeletePage(arg2);
13317
13318 wxPyEndAllowThreads(__tstate);
13319 if (PyErr_Occurred()) SWIG_fail;
13320 }
13321 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13322 return resultobj;
13323 fail:
13324 return NULL;
13325 }
13326
13327
13328 static PyObject *_wrap_BookCtrl_RemovePage(PyObject *self, PyObject *args, PyObject *kwargs) {
13329 PyObject *resultobj;
13330 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13331 size_t arg2 ;
13332 bool result;
13333 PyObject * obj0 = 0 ;
13334 PyObject * obj1 = 0 ;
13335 char *kwnames[] = {
13336 (char *) "self",(char *) "n", NULL
13337 };
13338
13339 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_RemovePage",kwnames,&obj0,&obj1)) goto fail;
13340 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13341 {
13342 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
13343 if (PyErr_Occurred()) SWIG_fail;
13344 }
13345 {
13346 PyThreadState* __tstate = wxPyBeginAllowThreads();
13347 result = (bool)(arg1)->RemovePage(arg2);
13348
13349 wxPyEndAllowThreads(__tstate);
13350 if (PyErr_Occurred()) SWIG_fail;
13351 }
13352 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13353 return resultobj;
13354 fail:
13355 return NULL;
13356 }
13357
13358
13359 static PyObject *_wrap_BookCtrl_DeleteAllPages(PyObject *self, PyObject *args, PyObject *kwargs) {
13360 PyObject *resultobj;
13361 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13362 bool result;
13363 PyObject * obj0 = 0 ;
13364 char *kwnames[] = {
13365 (char *) "self", NULL
13366 };
13367
13368 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrl_DeleteAllPages",kwnames,&obj0)) goto fail;
13369 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13370 {
13371 PyThreadState* __tstate = wxPyBeginAllowThreads();
13372 result = (bool)(arg1)->DeleteAllPages();
13373
13374 wxPyEndAllowThreads(__tstate);
13375 if (PyErr_Occurred()) SWIG_fail;
13376 }
13377 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13378 return resultobj;
13379 fail:
13380 return NULL;
13381 }
13382
13383
13384 static PyObject *_wrap_BookCtrl_AddPage(PyObject *self, PyObject *args, PyObject *kwargs) {
13385 PyObject *resultobj;
13386 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13387 wxWindow *arg2 = (wxWindow *) 0 ;
13388 wxString *arg3 = 0 ;
13389 bool arg4 = (bool) False ;
13390 int arg5 = (int) -1 ;
13391 bool result;
13392 bool temp3 = False ;
13393 PyObject * obj0 = 0 ;
13394 PyObject * obj1 = 0 ;
13395 PyObject * obj2 = 0 ;
13396 PyObject * obj3 = 0 ;
13397 PyObject * obj4 = 0 ;
13398 char *kwnames[] = {
13399 (char *) "self",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
13400 };
13401
13402 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:BookCtrl_AddPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
13403 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13404 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13405 {
13406 arg3 = wxString_in_helper(obj2);
13407 if (arg3 == NULL) SWIG_fail;
13408 temp3 = True;
13409 }
13410 if (obj3) {
13411 {
13412 arg4 = (bool) SWIG_PyObj_AsBool(obj3);
13413 if (PyErr_Occurred()) SWIG_fail;
13414 }
13415 }
13416 if (obj4) {
13417 {
13418 arg5 = (int) SWIG_PyObj_AsInt(obj4);
13419 if (PyErr_Occurred()) SWIG_fail;
13420 }
13421 }
13422 {
13423 PyThreadState* __tstate = wxPyBeginAllowThreads();
13424 result = (bool)(arg1)->AddPage(arg2,(wxString const &)*arg3,arg4,arg5);
13425
13426 wxPyEndAllowThreads(__tstate);
13427 if (PyErr_Occurred()) SWIG_fail;
13428 }
13429 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13430 {
13431 if (temp3)
13432 delete arg3;
13433 }
13434 return resultobj;
13435 fail:
13436 {
13437 if (temp3)
13438 delete arg3;
13439 }
13440 return NULL;
13441 }
13442
13443
13444 static PyObject *_wrap_BookCtrl_InsertPage(PyObject *self, PyObject *args, PyObject *kwargs) {
13445 PyObject *resultobj;
13446 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13447 size_t arg2 ;
13448 wxWindow *arg3 = (wxWindow *) 0 ;
13449 wxString *arg4 = 0 ;
13450 bool arg5 = (bool) False ;
13451 int arg6 = (int) -1 ;
13452 bool result;
13453 bool temp4 = False ;
13454 PyObject * obj0 = 0 ;
13455 PyObject * obj1 = 0 ;
13456 PyObject * obj2 = 0 ;
13457 PyObject * obj3 = 0 ;
13458 PyObject * obj4 = 0 ;
13459 PyObject * obj5 = 0 ;
13460 char *kwnames[] = {
13461 (char *) "self",(char *) "n",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
13462 };
13463
13464 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OO:BookCtrl_InsertPage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
13465 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13466 {
13467 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
13468 if (PyErr_Occurred()) SWIG_fail;
13469 }
13470 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13471 {
13472 arg4 = wxString_in_helper(obj3);
13473 if (arg4 == NULL) SWIG_fail;
13474 temp4 = True;
13475 }
13476 if (obj4) {
13477 {
13478 arg5 = (bool) SWIG_PyObj_AsBool(obj4);
13479 if (PyErr_Occurred()) SWIG_fail;
13480 }
13481 }
13482 if (obj5) {
13483 {
13484 arg6 = (int) SWIG_PyObj_AsInt(obj5);
13485 if (PyErr_Occurred()) SWIG_fail;
13486 }
13487 }
13488 {
13489 PyThreadState* __tstate = wxPyBeginAllowThreads();
13490 result = (bool)(arg1)->InsertPage(arg2,arg3,(wxString const &)*arg4,arg5,arg6);
13491
13492 wxPyEndAllowThreads(__tstate);
13493 if (PyErr_Occurred()) SWIG_fail;
13494 }
13495 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13496 {
13497 if (temp4)
13498 delete arg4;
13499 }
13500 return resultobj;
13501 fail:
13502 {
13503 if (temp4)
13504 delete arg4;
13505 }
13506 return NULL;
13507 }
13508
13509
13510 static PyObject *_wrap_BookCtrl_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
13511 PyObject *resultobj;
13512 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13513 size_t arg2 ;
13514 int result;
13515 PyObject * obj0 = 0 ;
13516 PyObject * obj1 = 0 ;
13517 char *kwnames[] = {
13518 (char *) "self",(char *) "n", NULL
13519 };
13520
13521 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrl_SetSelection",kwnames,&obj0,&obj1)) goto fail;
13522 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13523 {
13524 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
13525 if (PyErr_Occurred()) SWIG_fail;
13526 }
13527 {
13528 PyThreadState* __tstate = wxPyBeginAllowThreads();
13529 result = (int)(arg1)->SetSelection(arg2);
13530
13531 wxPyEndAllowThreads(__tstate);
13532 if (PyErr_Occurred()) SWIG_fail;
13533 }
13534 resultobj = SWIG_PyObj_FromInt((int)result);
13535 return resultobj;
13536 fail:
13537 return NULL;
13538 }
13539
13540
13541 static PyObject *_wrap_BookCtrl_AdvanceSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
13542 PyObject *resultobj;
13543 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
13544 bool arg2 = (bool) True ;
13545 PyObject * obj0 = 0 ;
13546 PyObject * obj1 = 0 ;
13547 char *kwnames[] = {
13548 (char *) "self",(char *) "forward", NULL
13549 };
13550
13551 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:BookCtrl_AdvanceSelection",kwnames,&obj0,&obj1)) goto fail;
13552 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13553 if (obj1) {
13554 {
13555 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
13556 if (PyErr_Occurred()) SWIG_fail;
13557 }
13558 }
13559 {
13560 PyThreadState* __tstate = wxPyBeginAllowThreads();
13561 (arg1)->AdvanceSelection(arg2);
13562
13563 wxPyEndAllowThreads(__tstate);
13564 if (PyErr_Occurred()) SWIG_fail;
13565 }
13566 Py_INCREF(Py_None); resultobj = Py_None;
13567 return resultobj;
13568 fail:
13569 return NULL;
13570 }
13571
13572
13573 static PyObject * BookCtrl_swigregister(PyObject *self, PyObject *args) {
13574 PyObject *obj;
13575 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
13576 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrl, obj);
13577 Py_INCREF(obj);
13578 return Py_BuildValue((char *)"");
13579 }
13580 static PyObject *_wrap_new_BookCtrlEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
13581 PyObject *resultobj;
13582 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
13583 int arg2 = (int) 0 ;
13584 int arg3 = (int) -1 ;
13585 int arg4 = (int) -1 ;
13586 wxBookCtrlEvent *result;
13587 PyObject * obj0 = 0 ;
13588 PyObject * obj1 = 0 ;
13589 PyObject * obj2 = 0 ;
13590 PyObject * obj3 = 0 ;
13591 char *kwnames[] = {
13592 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
13593 };
13594
13595 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_BookCtrlEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
13596 if (obj0) {
13597 {
13598 arg1 = (wxEventType) SWIG_PyObj_AsInt(obj0);
13599 if (PyErr_Occurred()) SWIG_fail;
13600 }
13601 }
13602 if (obj1) {
13603 {
13604 arg2 = (int) SWIG_PyObj_AsInt(obj1);
13605 if (PyErr_Occurred()) SWIG_fail;
13606 }
13607 }
13608 if (obj2) {
13609 {
13610 arg3 = (int) SWIG_PyObj_AsInt(obj2);
13611 if (PyErr_Occurred()) SWIG_fail;
13612 }
13613 }
13614 if (obj3) {
13615 {
13616 arg4 = (int) SWIG_PyObj_AsInt(obj3);
13617 if (PyErr_Occurred()) SWIG_fail;
13618 }
13619 }
13620 {
13621 PyThreadState* __tstate = wxPyBeginAllowThreads();
13622 result = (wxBookCtrlEvent *)new wxBookCtrlEvent(arg1,arg2,arg3,arg4);
13623
13624 wxPyEndAllowThreads(__tstate);
13625 if (PyErr_Occurred()) SWIG_fail;
13626 }
13627 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxBookCtrlEvent, 1);
13628 return resultobj;
13629 fail:
13630 return NULL;
13631 }
13632
13633
13634 static PyObject *_wrap_BookCtrlEvent_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
13635 PyObject *resultobj;
13636 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
13637 int result;
13638 PyObject * obj0 = 0 ;
13639 char *kwnames[] = {
13640 (char *) "self", NULL
13641 };
13642
13643 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetSelection",kwnames,&obj0)) goto fail;
13644 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrlEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13645 {
13646 PyThreadState* __tstate = wxPyBeginAllowThreads();
13647 result = (int)((wxBookCtrlEvent const *)arg1)->GetSelection();
13648
13649 wxPyEndAllowThreads(__tstate);
13650 if (PyErr_Occurred()) SWIG_fail;
13651 }
13652 resultobj = SWIG_PyObj_FromInt((int)result);
13653 return resultobj;
13654 fail:
13655 return NULL;
13656 }
13657
13658
13659 static PyObject *_wrap_BookCtrlEvent_SetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
13660 PyObject *resultobj;
13661 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
13662 int arg2 ;
13663 PyObject * obj0 = 0 ;
13664 PyObject * obj1 = 0 ;
13665 char *kwnames[] = {
13666 (char *) "self",(char *) "nSel", NULL
13667 };
13668
13669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetSelection",kwnames,&obj0,&obj1)) goto fail;
13670 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrlEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13671 {
13672 arg2 = (int) SWIG_PyObj_AsInt(obj1);
13673 if (PyErr_Occurred()) SWIG_fail;
13674 }
13675 {
13676 PyThreadState* __tstate = wxPyBeginAllowThreads();
13677 (arg1)->SetSelection(arg2);
13678
13679 wxPyEndAllowThreads(__tstate);
13680 if (PyErr_Occurred()) SWIG_fail;
13681 }
13682 Py_INCREF(Py_None); resultobj = Py_None;
13683 return resultobj;
13684 fail:
13685 return NULL;
13686 }
13687
13688
13689 static PyObject *_wrap_BookCtrlEvent_GetOldSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
13690 PyObject *resultobj;
13691 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
13692 int result;
13693 PyObject * obj0 = 0 ;
13694 char *kwnames[] = {
13695 (char *) "self", NULL
13696 };
13697
13698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlEvent_GetOldSelection",kwnames,&obj0)) goto fail;
13699 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrlEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13700 {
13701 PyThreadState* __tstate = wxPyBeginAllowThreads();
13702 result = (int)((wxBookCtrlEvent const *)arg1)->GetOldSelection();
13703
13704 wxPyEndAllowThreads(__tstate);
13705 if (PyErr_Occurred()) SWIG_fail;
13706 }
13707 resultobj = SWIG_PyObj_FromInt((int)result);
13708 return resultobj;
13709 fail:
13710 return NULL;
13711 }
13712
13713
13714 static PyObject *_wrap_BookCtrlEvent_SetOldSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
13715 PyObject *resultobj;
13716 wxBookCtrlEvent *arg1 = (wxBookCtrlEvent *) 0 ;
13717 int arg2 ;
13718 PyObject * obj0 = 0 ;
13719 PyObject * obj1 = 0 ;
13720 char *kwnames[] = {
13721 (char *) "self",(char *) "nOldSel", NULL
13722 };
13723
13724 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:BookCtrlEvent_SetOldSelection",kwnames,&obj0,&obj1)) goto fail;
13725 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrlEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13726 {
13727 arg2 = (int) SWIG_PyObj_AsInt(obj1);
13728 if (PyErr_Occurred()) SWIG_fail;
13729 }
13730 {
13731 PyThreadState* __tstate = wxPyBeginAllowThreads();
13732 (arg1)->SetOldSelection(arg2);
13733
13734 wxPyEndAllowThreads(__tstate);
13735 if (PyErr_Occurred()) SWIG_fail;
13736 }
13737 Py_INCREF(Py_None); resultobj = Py_None;
13738 return resultobj;
13739 fail:
13740 return NULL;
13741 }
13742
13743
13744 static PyObject * BookCtrlEvent_swigregister(PyObject *self, PyObject *args) {
13745 PyObject *obj;
13746 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
13747 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlEvent, obj);
13748 Py_INCREF(obj);
13749 return Py_BuildValue((char *)"");
13750 }
13751 static PyObject *_wrap_new_Notebook(PyObject *self, PyObject *args, PyObject *kwargs) {
13752 PyObject *resultobj;
13753 wxWindow *arg1 = (wxWindow *) 0 ;
13754 int arg2 ;
13755 wxPoint const &arg3_defvalue = wxDefaultPosition ;
13756 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
13757 wxSize const &arg4_defvalue = wxDefaultSize ;
13758 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
13759 long arg5 = (long) 0 ;
13760 wxString const &arg6_defvalue = wxPyNOTEBOOK_NAME ;
13761 wxString *arg6 = (wxString *) &arg6_defvalue ;
13762 wxNotebook *result;
13763 wxPoint temp3 ;
13764 wxSize temp4 ;
13765 bool temp6 = False ;
13766 PyObject * obj0 = 0 ;
13767 PyObject * obj1 = 0 ;
13768 PyObject * obj2 = 0 ;
13769 PyObject * obj3 = 0 ;
13770 PyObject * obj4 = 0 ;
13771 PyObject * obj5 = 0 ;
13772 char *kwnames[] = {
13773 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
13774 };
13775
13776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_Notebook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
13777 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13778 {
13779 arg2 = (int) SWIG_PyObj_AsInt(obj1);
13780 if (PyErr_Occurred()) SWIG_fail;
13781 }
13782 if (obj2) {
13783 {
13784 arg3 = &temp3;
13785 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
13786 }
13787 }
13788 if (obj3) {
13789 {
13790 arg4 = &temp4;
13791 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
13792 }
13793 }
13794 if (obj4) {
13795 {
13796 arg5 = (long) SWIG_PyObj_AsLong(obj4);
13797 if (PyErr_Occurred()) SWIG_fail;
13798 }
13799 }
13800 if (obj5) {
13801 {
13802 arg6 = wxString_in_helper(obj5);
13803 if (arg6 == NULL) SWIG_fail;
13804 temp6 = True;
13805 }
13806 }
13807 {
13808 PyThreadState* __tstate = wxPyBeginAllowThreads();
13809 result = (wxNotebook *)new wxNotebook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
13810
13811 wxPyEndAllowThreads(__tstate);
13812 if (PyErr_Occurred()) SWIG_fail;
13813 }
13814 {
13815 resultobj = wxPyMake_wxObject(result);
13816 }
13817 {
13818 if (temp6)
13819 delete arg6;
13820 }
13821 return resultobj;
13822 fail:
13823 {
13824 if (temp6)
13825 delete arg6;
13826 }
13827 return NULL;
13828 }
13829
13830
13831 static PyObject *_wrap_new_PreNotebook(PyObject *self, PyObject *args, PyObject *kwargs) {
13832 PyObject *resultobj;
13833 wxNotebook *result;
13834 char *kwnames[] = {
13835 NULL
13836 };
13837
13838 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreNotebook",kwnames)) goto fail;
13839 {
13840 PyThreadState* __tstate = wxPyBeginAllowThreads();
13841 result = (wxNotebook *)new wxNotebook();
13842
13843 wxPyEndAllowThreads(__tstate);
13844 if (PyErr_Occurred()) SWIG_fail;
13845 }
13846 {
13847 resultobj = wxPyMake_wxObject(result);
13848 }
13849 return resultobj;
13850 fail:
13851 return NULL;
13852 }
13853
13854
13855 static PyObject *_wrap_Notebook_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
13856 PyObject *resultobj;
13857 wxNotebook *arg1 = (wxNotebook *) 0 ;
13858 wxWindow *arg2 = (wxWindow *) 0 ;
13859 int arg3 ;
13860 wxPoint const &arg4_defvalue = wxDefaultPosition ;
13861 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
13862 wxSize const &arg5_defvalue = wxDefaultSize ;
13863 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
13864 long arg6 = (long) 0 ;
13865 wxString const &arg7_defvalue = wxPyNOTEBOOK_NAME ;
13866 wxString *arg7 = (wxString *) &arg7_defvalue ;
13867 bool result;
13868 wxPoint temp4 ;
13869 wxSize temp5 ;
13870 bool temp7 = False ;
13871 PyObject * obj0 = 0 ;
13872 PyObject * obj1 = 0 ;
13873 PyObject * obj2 = 0 ;
13874 PyObject * obj3 = 0 ;
13875 PyObject * obj4 = 0 ;
13876 PyObject * obj5 = 0 ;
13877 PyObject * obj6 = 0 ;
13878 char *kwnames[] = {
13879 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
13880 };
13881
13882 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:Notebook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
13883 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebook,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13884 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13885 {
13886 arg3 = (int) SWIG_PyObj_AsInt(obj2);
13887 if (PyErr_Occurred()) SWIG_fail;
13888 }
13889 if (obj3) {
13890 {
13891 arg4 = &temp4;
13892 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
13893 }
13894 }
13895 if (obj4) {
13896 {
13897 arg5 = &temp5;
13898 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
13899 }
13900 }
13901 if (obj5) {
13902 {
13903 arg6 = (long) SWIG_PyObj_AsLong(obj5);
13904 if (PyErr_Occurred()) SWIG_fail;
13905 }
13906 }
13907 if (obj6) {
13908 {
13909 arg7 = wxString_in_helper(obj6);
13910 if (arg7 == NULL) SWIG_fail;
13911 temp7 = True;
13912 }
13913 }
13914 {
13915 PyThreadState* __tstate = wxPyBeginAllowThreads();
13916 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
13917
13918 wxPyEndAllowThreads(__tstate);
13919 if (PyErr_Occurred()) SWIG_fail;
13920 }
13921 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
13922 {
13923 if (temp7)
13924 delete arg7;
13925 }
13926 return resultobj;
13927 fail:
13928 {
13929 if (temp7)
13930 delete arg7;
13931 }
13932 return NULL;
13933 }
13934
13935
13936 static PyObject *_wrap_Notebook_GetRowCount(PyObject *self, PyObject *args, PyObject *kwargs) {
13937 PyObject *resultobj;
13938 wxNotebook *arg1 = (wxNotebook *) 0 ;
13939 int result;
13940 PyObject * obj0 = 0 ;
13941 char *kwnames[] = {
13942 (char *) "self", NULL
13943 };
13944
13945 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Notebook_GetRowCount",kwnames,&obj0)) goto fail;
13946 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebook,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13947 {
13948 PyThreadState* __tstate = wxPyBeginAllowThreads();
13949 result = (int)((wxNotebook const *)arg1)->GetRowCount();
13950
13951 wxPyEndAllowThreads(__tstate);
13952 if (PyErr_Occurred()) SWIG_fail;
13953 }
13954 resultobj = SWIG_PyObj_FromInt((int)result);
13955 return resultobj;
13956 fail:
13957 return NULL;
13958 }
13959
13960
13961 static PyObject *_wrap_Notebook_SetPadding(PyObject *self, PyObject *args, PyObject *kwargs) {
13962 PyObject *resultobj;
13963 wxNotebook *arg1 = (wxNotebook *) 0 ;
13964 wxSize *arg2 = 0 ;
13965 wxSize temp2 ;
13966 PyObject * obj0 = 0 ;
13967 PyObject * obj1 = 0 ;
13968 char *kwnames[] = {
13969 (char *) "self",(char *) "padding", NULL
13970 };
13971
13972 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetPadding",kwnames,&obj0,&obj1)) goto fail;
13973 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebook,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
13974 {
13975 arg2 = &temp2;
13976 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
13977 }
13978 {
13979 PyThreadState* __tstate = wxPyBeginAllowThreads();
13980 (arg1)->SetPadding((wxSize const &)*arg2);
13981
13982 wxPyEndAllowThreads(__tstate);
13983 if (PyErr_Occurred()) SWIG_fail;
13984 }
13985 Py_INCREF(Py_None); resultobj = Py_None;
13986 return resultobj;
13987 fail:
13988 return NULL;
13989 }
13990
13991
13992 static PyObject *_wrap_Notebook_SetTabSize(PyObject *self, PyObject *args, PyObject *kwargs) {
13993 PyObject *resultobj;
13994 wxNotebook *arg1 = (wxNotebook *) 0 ;
13995 wxSize *arg2 = 0 ;
13996 wxSize temp2 ;
13997 PyObject * obj0 = 0 ;
13998 PyObject * obj1 = 0 ;
13999 char *kwnames[] = {
14000 (char *) "self",(char *) "sz", NULL
14001 };
14002
14003 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_SetTabSize",kwnames,&obj0,&obj1)) goto fail;
14004 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebook,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14005 {
14006 arg2 = &temp2;
14007 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14008 }
14009 {
14010 PyThreadState* __tstate = wxPyBeginAllowThreads();
14011 (arg1)->SetTabSize((wxSize const &)*arg2);
14012
14013 wxPyEndAllowThreads(__tstate);
14014 if (PyErr_Occurred()) SWIG_fail;
14015 }
14016 Py_INCREF(Py_None); resultobj = Py_None;
14017 return resultobj;
14018 fail:
14019 return NULL;
14020 }
14021
14022
14023 static PyObject *_wrap_Notebook_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
14024 PyObject *resultobj;
14025 wxNotebook *arg1 = (wxNotebook *) 0 ;
14026 wxPoint *arg2 = 0 ;
14027 long *arg3 = (long *) 0 ;
14028 int result;
14029 wxPoint temp2 ;
14030 long temp3 ;
14031 PyObject * obj0 = 0 ;
14032 PyObject * obj1 = 0 ;
14033 char *kwnames[] = {
14034 (char *) "self",(char *) "pt", NULL
14035 };
14036
14037 arg3 = &temp3;
14038 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_HitTest",kwnames,&obj0,&obj1)) goto fail;
14039 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebook,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14040 {
14041 arg2 = &temp2;
14042 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
14043 }
14044 {
14045 PyThreadState* __tstate = wxPyBeginAllowThreads();
14046 result = (int)((wxNotebook const *)arg1)->HitTest((wxPoint const &)*arg2,arg3);
14047
14048 wxPyEndAllowThreads(__tstate);
14049 if (PyErr_Occurred()) SWIG_fail;
14050 }
14051 resultobj = SWIG_PyObj_FromInt((int)result);
14052 {
14053 PyObject *o = PyInt_FromLong((long) (*arg3));
14054 resultobj = t_output_helper(resultobj,o);
14055 }
14056 return resultobj;
14057 fail:
14058 return NULL;
14059 }
14060
14061
14062 static PyObject *_wrap_Notebook_CalcSizeFromPage(PyObject *self, PyObject *args, PyObject *kwargs) {
14063 PyObject *resultobj;
14064 wxNotebook *arg1 = (wxNotebook *) 0 ;
14065 wxSize *arg2 = 0 ;
14066 wxSize result;
14067 wxSize temp2 ;
14068 PyObject * obj0 = 0 ;
14069 PyObject * obj1 = 0 ;
14070 char *kwnames[] = {
14071 (char *) "self",(char *) "sizePage", NULL
14072 };
14073
14074 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Notebook_CalcSizeFromPage",kwnames,&obj0,&obj1)) goto fail;
14075 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebook,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14076 {
14077 arg2 = &temp2;
14078 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
14079 }
14080 {
14081 PyThreadState* __tstate = wxPyBeginAllowThreads();
14082 result = ((wxNotebook const *)arg1)->CalcSizeFromPage((wxSize const &)*arg2);
14083
14084 wxPyEndAllowThreads(__tstate);
14085 if (PyErr_Occurred()) SWIG_fail;
14086 }
14087 {
14088 wxSize * resultptr;
14089 resultptr = new wxSize((wxSize &) result);
14090 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
14091 }
14092 return resultobj;
14093 fail:
14094 return NULL;
14095 }
14096
14097
14098 static PyObject * Notebook_swigregister(PyObject *self, PyObject *args) {
14099 PyObject *obj;
14100 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14101 SWIG_TypeClientData(SWIGTYPE_p_wxNotebook, obj);
14102 Py_INCREF(obj);
14103 return Py_BuildValue((char *)"");
14104 }
14105 static PyObject *_wrap_new_NotebookEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
14106 PyObject *resultobj;
14107 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
14108 int arg2 = (int) 0 ;
14109 int arg3 = (int) -1 ;
14110 int arg4 = (int) -1 ;
14111 wxNotebookEvent *result;
14112 PyObject * obj0 = 0 ;
14113 PyObject * obj1 = 0 ;
14114 PyObject * obj2 = 0 ;
14115 PyObject * obj3 = 0 ;
14116 char *kwnames[] = {
14117 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
14118 };
14119
14120 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_NotebookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
14121 if (obj0) {
14122 {
14123 arg1 = (wxEventType) SWIG_PyObj_AsInt(obj0);
14124 if (PyErr_Occurred()) SWIG_fail;
14125 }
14126 }
14127 if (obj1) {
14128 {
14129 arg2 = (int) SWIG_PyObj_AsInt(obj1);
14130 if (PyErr_Occurred()) SWIG_fail;
14131 }
14132 }
14133 if (obj2) {
14134 {
14135 arg3 = (int) SWIG_PyObj_AsInt(obj2);
14136 if (PyErr_Occurred()) SWIG_fail;
14137 }
14138 }
14139 if (obj3) {
14140 {
14141 arg4 = (int) SWIG_PyObj_AsInt(obj3);
14142 if (PyErr_Occurred()) SWIG_fail;
14143 }
14144 }
14145 {
14146 PyThreadState* __tstate = wxPyBeginAllowThreads();
14147 result = (wxNotebookEvent *)new wxNotebookEvent(arg1,arg2,arg3,arg4);
14148
14149 wxPyEndAllowThreads(__tstate);
14150 if (PyErr_Occurred()) SWIG_fail;
14151 }
14152 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxNotebookEvent, 1);
14153 return resultobj;
14154 fail:
14155 return NULL;
14156 }
14157
14158
14159 static PyObject * NotebookEvent_swigregister(PyObject *self, PyObject *args) {
14160 PyObject *obj;
14161 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14162 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookEvent, obj);
14163 Py_INCREF(obj);
14164 return Py_BuildValue((char *)"");
14165 }
14166 static PyObject *_wrap_new_Listbook(PyObject *self, PyObject *args, PyObject *kwargs) {
14167 PyObject *resultobj;
14168 wxWindow *arg1 = (wxWindow *) 0 ;
14169 int arg2 ;
14170 wxPoint const &arg3_defvalue = wxDefaultPosition ;
14171 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
14172 wxSize const &arg4_defvalue = wxDefaultSize ;
14173 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
14174 long arg5 = (long) 0 ;
14175 wxString const &arg6_defvalue = wxPyEmptyString ;
14176 wxString *arg6 = (wxString *) &arg6_defvalue ;
14177 wxListbook *result;
14178 wxPoint temp3 ;
14179 wxSize temp4 ;
14180 bool temp6 = False ;
14181 PyObject * obj0 = 0 ;
14182 PyObject * obj1 = 0 ;
14183 PyObject * obj2 = 0 ;
14184 PyObject * obj3 = 0 ;
14185 PyObject * obj4 = 0 ;
14186 PyObject * obj5 = 0 ;
14187 char *kwnames[] = {
14188 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
14189 };
14190
14191 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_Listbook",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
14192 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14193 {
14194 arg2 = (int) SWIG_PyObj_AsInt(obj1);
14195 if (PyErr_Occurred()) SWIG_fail;
14196 }
14197 if (obj2) {
14198 {
14199 arg3 = &temp3;
14200 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
14201 }
14202 }
14203 if (obj3) {
14204 {
14205 arg4 = &temp4;
14206 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
14207 }
14208 }
14209 if (obj4) {
14210 {
14211 arg5 = (long) SWIG_PyObj_AsLong(obj4);
14212 if (PyErr_Occurred()) SWIG_fail;
14213 }
14214 }
14215 if (obj5) {
14216 {
14217 arg6 = wxString_in_helper(obj5);
14218 if (arg6 == NULL) SWIG_fail;
14219 temp6 = True;
14220 }
14221 }
14222 {
14223 PyThreadState* __tstate = wxPyBeginAllowThreads();
14224 result = (wxListbook *)new wxListbook(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
14225
14226 wxPyEndAllowThreads(__tstate);
14227 if (PyErr_Occurred()) SWIG_fail;
14228 }
14229 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListbook, 1);
14230 {
14231 if (temp6)
14232 delete arg6;
14233 }
14234 return resultobj;
14235 fail:
14236 {
14237 if (temp6)
14238 delete arg6;
14239 }
14240 return NULL;
14241 }
14242
14243
14244 static PyObject *_wrap_new_PreListbook(PyObject *self, PyObject *args, PyObject *kwargs) {
14245 PyObject *resultobj;
14246 wxListbook *result;
14247 char *kwnames[] = {
14248 NULL
14249 };
14250
14251 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListbook",kwnames)) goto fail;
14252 {
14253 PyThreadState* __tstate = wxPyBeginAllowThreads();
14254 result = (wxListbook *)new wxListbook();
14255
14256 wxPyEndAllowThreads(__tstate);
14257 if (PyErr_Occurred()) SWIG_fail;
14258 }
14259 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListbook, 1);
14260 return resultobj;
14261 fail:
14262 return NULL;
14263 }
14264
14265
14266 static PyObject *_wrap_Listbook_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
14267 PyObject *resultobj;
14268 wxListbook *arg1 = (wxListbook *) 0 ;
14269 wxWindow *arg2 = (wxWindow *) 0 ;
14270 int arg3 ;
14271 wxPoint const &arg4_defvalue = wxDefaultPosition ;
14272 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
14273 wxSize const &arg5_defvalue = wxDefaultSize ;
14274 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
14275 long arg6 = (long) 0 ;
14276 wxString const &arg7_defvalue = wxPyEmptyString ;
14277 wxString *arg7 = (wxString *) &arg7_defvalue ;
14278 bool result;
14279 wxPoint temp4 ;
14280 wxSize temp5 ;
14281 bool temp7 = False ;
14282 PyObject * obj0 = 0 ;
14283 PyObject * obj1 = 0 ;
14284 PyObject * obj2 = 0 ;
14285 PyObject * obj3 = 0 ;
14286 PyObject * obj4 = 0 ;
14287 PyObject * obj5 = 0 ;
14288 PyObject * obj6 = 0 ;
14289 char *kwnames[] = {
14290 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
14291 };
14292
14293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:Listbook_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
14294 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListbook,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14295 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14296 {
14297 arg3 = (int) SWIG_PyObj_AsInt(obj2);
14298 if (PyErr_Occurred()) SWIG_fail;
14299 }
14300 if (obj3) {
14301 {
14302 arg4 = &temp4;
14303 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
14304 }
14305 }
14306 if (obj4) {
14307 {
14308 arg5 = &temp5;
14309 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
14310 }
14311 }
14312 if (obj5) {
14313 {
14314 arg6 = (long) SWIG_PyObj_AsLong(obj5);
14315 if (PyErr_Occurred()) SWIG_fail;
14316 }
14317 }
14318 if (obj6) {
14319 {
14320 arg7 = wxString_in_helper(obj6);
14321 if (arg7 == NULL) SWIG_fail;
14322 temp7 = True;
14323 }
14324 }
14325 {
14326 PyThreadState* __tstate = wxPyBeginAllowThreads();
14327 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
14328
14329 wxPyEndAllowThreads(__tstate);
14330 if (PyErr_Occurred()) SWIG_fail;
14331 }
14332 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14333 {
14334 if (temp7)
14335 delete arg7;
14336 }
14337 return resultobj;
14338 fail:
14339 {
14340 if (temp7)
14341 delete arg7;
14342 }
14343 return NULL;
14344 }
14345
14346
14347 static PyObject *_wrap_Listbook_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
14348 PyObject *resultobj;
14349 wxListbook *arg1 = (wxListbook *) 0 ;
14350 bool result;
14351 PyObject * obj0 = 0 ;
14352 char *kwnames[] = {
14353 (char *) "self", NULL
14354 };
14355
14356 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Listbook_IsVertical",kwnames,&obj0)) goto fail;
14357 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListbook,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14358 {
14359 PyThreadState* __tstate = wxPyBeginAllowThreads();
14360 result = (bool)((wxListbook const *)arg1)->IsVertical();
14361
14362 wxPyEndAllowThreads(__tstate);
14363 if (PyErr_Occurred()) SWIG_fail;
14364 }
14365 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14366 return resultobj;
14367 fail:
14368 return NULL;
14369 }
14370
14371
14372 static PyObject * Listbook_swigregister(PyObject *self, PyObject *args) {
14373 PyObject *obj;
14374 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14375 SWIG_TypeClientData(SWIGTYPE_p_wxListbook, obj);
14376 Py_INCREF(obj);
14377 return Py_BuildValue((char *)"");
14378 }
14379 static PyObject *_wrap_new_ListbookEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
14380 PyObject *resultobj;
14381 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
14382 int arg2 = (int) 0 ;
14383 int arg3 = (int) -1 ;
14384 int arg4 = (int) -1 ;
14385 wxListbookEvent *result;
14386 PyObject * obj0 = 0 ;
14387 PyObject * obj1 = 0 ;
14388 PyObject * obj2 = 0 ;
14389 PyObject * obj3 = 0 ;
14390 char *kwnames[] = {
14391 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
14392 };
14393
14394 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_ListbookEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
14395 if (obj0) {
14396 {
14397 arg1 = (wxEventType) SWIG_PyObj_AsInt(obj0);
14398 if (PyErr_Occurred()) SWIG_fail;
14399 }
14400 }
14401 if (obj1) {
14402 {
14403 arg2 = (int) SWIG_PyObj_AsInt(obj1);
14404 if (PyErr_Occurred()) SWIG_fail;
14405 }
14406 }
14407 if (obj2) {
14408 {
14409 arg3 = (int) SWIG_PyObj_AsInt(obj2);
14410 if (PyErr_Occurred()) SWIG_fail;
14411 }
14412 }
14413 if (obj3) {
14414 {
14415 arg4 = (int) SWIG_PyObj_AsInt(obj3);
14416 if (PyErr_Occurred()) SWIG_fail;
14417 }
14418 }
14419 {
14420 PyThreadState* __tstate = wxPyBeginAllowThreads();
14421 result = (wxListbookEvent *)new wxListbookEvent(arg1,arg2,arg3,arg4);
14422
14423 wxPyEndAllowThreads(__tstate);
14424 if (PyErr_Occurred()) SWIG_fail;
14425 }
14426 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListbookEvent, 1);
14427 return resultobj;
14428 fail:
14429 return NULL;
14430 }
14431
14432
14433 static PyObject * ListbookEvent_swigregister(PyObject *self, PyObject *args) {
14434 PyObject *obj;
14435 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14436 SWIG_TypeClientData(SWIGTYPE_p_wxListbookEvent, obj);
14437 Py_INCREF(obj);
14438 return Py_BuildValue((char *)"");
14439 }
14440 static PyObject *_wrap_new_BookCtrlSizer(PyObject *self, PyObject *args, PyObject *kwargs) {
14441 PyObject *resultobj;
14442 wxBookCtrl *arg1 = (wxBookCtrl *) 0 ;
14443 wxBookCtrlSizer *result;
14444 PyObject * obj0 = 0 ;
14445 char *kwnames[] = {
14446 (char *) "nb", NULL
14447 };
14448
14449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_BookCtrlSizer",kwnames,&obj0)) goto fail;
14450 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14451 {
14452 PyThreadState* __tstate = wxPyBeginAllowThreads();
14453 result = (wxBookCtrlSizer *)new wxBookCtrlSizer(arg1);
14454
14455 wxPyEndAllowThreads(__tstate);
14456 if (PyErr_Occurred()) SWIG_fail;
14457 }
14458 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxBookCtrlSizer, 1);
14459 return resultobj;
14460 fail:
14461 return NULL;
14462 }
14463
14464
14465 static PyObject *_wrap_BookCtrlSizer_RecalcSizes(PyObject *self, PyObject *args, PyObject *kwargs) {
14466 PyObject *resultobj;
14467 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
14468 PyObject * obj0 = 0 ;
14469 char *kwnames[] = {
14470 (char *) "self", NULL
14471 };
14472
14473 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_RecalcSizes",kwnames,&obj0)) goto fail;
14474 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrlSizer,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14475 {
14476 PyThreadState* __tstate = wxPyBeginAllowThreads();
14477 (arg1)->RecalcSizes();
14478
14479 wxPyEndAllowThreads(__tstate);
14480 if (PyErr_Occurred()) SWIG_fail;
14481 }
14482 Py_INCREF(Py_None); resultobj = Py_None;
14483 return resultobj;
14484 fail:
14485 return NULL;
14486 }
14487
14488
14489 static PyObject *_wrap_BookCtrlSizer_CalcMin(PyObject *self, PyObject *args, PyObject *kwargs) {
14490 PyObject *resultobj;
14491 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
14492 wxSize result;
14493 PyObject * obj0 = 0 ;
14494 char *kwnames[] = {
14495 (char *) "self", NULL
14496 };
14497
14498 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_CalcMin",kwnames,&obj0)) goto fail;
14499 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrlSizer,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14500 {
14501 PyThreadState* __tstate = wxPyBeginAllowThreads();
14502 result = (arg1)->CalcMin();
14503
14504 wxPyEndAllowThreads(__tstate);
14505 if (PyErr_Occurred()) SWIG_fail;
14506 }
14507 {
14508 wxSize * resultptr;
14509 resultptr = new wxSize((wxSize &) result);
14510 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
14511 }
14512 return resultobj;
14513 fail:
14514 return NULL;
14515 }
14516
14517
14518 static PyObject *_wrap_BookCtrlSizer_GetControl(PyObject *self, PyObject *args, PyObject *kwargs) {
14519 PyObject *resultobj;
14520 wxBookCtrlSizer *arg1 = (wxBookCtrlSizer *) 0 ;
14521 wxBookCtrl *result;
14522 PyObject * obj0 = 0 ;
14523 char *kwnames[] = {
14524 (char *) "self", NULL
14525 };
14526
14527 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:BookCtrlSizer_GetControl",kwnames,&obj0)) goto fail;
14528 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBookCtrlSizer,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14529 {
14530 PyThreadState* __tstate = wxPyBeginAllowThreads();
14531 result = (wxBookCtrl *)(arg1)->GetControl();
14532
14533 wxPyEndAllowThreads(__tstate);
14534 if (PyErr_Occurred()) SWIG_fail;
14535 }
14536 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxBookCtrl, 0);
14537 return resultobj;
14538 fail:
14539 return NULL;
14540 }
14541
14542
14543 static PyObject * BookCtrlSizer_swigregister(PyObject *self, PyObject *args) {
14544 PyObject *obj;
14545 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14546 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlSizer, obj);
14547 Py_INCREF(obj);
14548 return Py_BuildValue((char *)"");
14549 }
14550 static PyObject *_wrap_new_NotebookSizer(PyObject *self, PyObject *args, PyObject *kwargs) {
14551 PyObject *resultobj;
14552 wxNotebook *arg1 = (wxNotebook *) 0 ;
14553 wxNotebookSizer *result;
14554 PyObject * obj0 = 0 ;
14555 char *kwnames[] = {
14556 (char *) "nb", NULL
14557 };
14558
14559 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:new_NotebookSizer",kwnames,&obj0)) goto fail;
14560 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebook,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14561 {
14562 PyThreadState* __tstate = wxPyBeginAllowThreads();
14563 result = (wxNotebookSizer *)new wxNotebookSizer(arg1);
14564
14565 wxPyEndAllowThreads(__tstate);
14566 if (PyErr_Occurred()) SWIG_fail;
14567 }
14568 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxNotebookSizer, 1);
14569 return resultobj;
14570 fail:
14571 return NULL;
14572 }
14573
14574
14575 static PyObject *_wrap_NotebookSizer_RecalcSizes(PyObject *self, PyObject *args, PyObject *kwargs) {
14576 PyObject *resultobj;
14577 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
14578 PyObject * obj0 = 0 ;
14579 char *kwnames[] = {
14580 (char *) "self", NULL
14581 };
14582
14583 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_RecalcSizes",kwnames,&obj0)) goto fail;
14584 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebookSizer,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14585 {
14586 PyThreadState* __tstate = wxPyBeginAllowThreads();
14587 (arg1)->RecalcSizes();
14588
14589 wxPyEndAllowThreads(__tstate);
14590 if (PyErr_Occurred()) SWIG_fail;
14591 }
14592 Py_INCREF(Py_None); resultobj = Py_None;
14593 return resultobj;
14594 fail:
14595 return NULL;
14596 }
14597
14598
14599 static PyObject *_wrap_NotebookSizer_CalcMin(PyObject *self, PyObject *args, PyObject *kwargs) {
14600 PyObject *resultobj;
14601 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
14602 wxSize result;
14603 PyObject * obj0 = 0 ;
14604 char *kwnames[] = {
14605 (char *) "self", NULL
14606 };
14607
14608 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_CalcMin",kwnames,&obj0)) goto fail;
14609 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebookSizer,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14610 {
14611 PyThreadState* __tstate = wxPyBeginAllowThreads();
14612 result = (arg1)->CalcMin();
14613
14614 wxPyEndAllowThreads(__tstate);
14615 if (PyErr_Occurred()) SWIG_fail;
14616 }
14617 {
14618 wxSize * resultptr;
14619 resultptr = new wxSize((wxSize &) result);
14620 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
14621 }
14622 return resultobj;
14623 fail:
14624 return NULL;
14625 }
14626
14627
14628 static PyObject *_wrap_NotebookSizer_GetNotebook(PyObject *self, PyObject *args, PyObject *kwargs) {
14629 PyObject *resultobj;
14630 wxNotebookSizer *arg1 = (wxNotebookSizer *) 0 ;
14631 wxNotebook *result;
14632 PyObject * obj0 = 0 ;
14633 char *kwnames[] = {
14634 (char *) "self", NULL
14635 };
14636
14637 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:NotebookSizer_GetNotebook",kwnames,&obj0)) goto fail;
14638 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxNotebookSizer,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14639 {
14640 PyThreadState* __tstate = wxPyBeginAllowThreads();
14641 result = (wxNotebook *)(arg1)->GetNotebook();
14642
14643 wxPyEndAllowThreads(__tstate);
14644 if (PyErr_Occurred()) SWIG_fail;
14645 }
14646 {
14647 resultobj = wxPyMake_wxObject(result);
14648 }
14649 return resultobj;
14650 fail:
14651 return NULL;
14652 }
14653
14654
14655 static PyObject * NotebookSizer_swigregister(PyObject *self, PyObject *args) {
14656 PyObject *obj;
14657 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
14658 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookSizer, obj);
14659 Py_INCREF(obj);
14660 return Py_BuildValue((char *)"");
14661 }
14662 static PyObject *_wrap_ToolBarToolBase_GetId(PyObject *self, PyObject *args, PyObject *kwargs) {
14663 PyObject *resultobj;
14664 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14665 int result;
14666 PyObject * obj0 = 0 ;
14667 char *kwnames[] = {
14668 (char *) "self", NULL
14669 };
14670
14671 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetId",kwnames,&obj0)) goto fail;
14672 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14673 {
14674 PyThreadState* __tstate = wxPyBeginAllowThreads();
14675 result = (int)(arg1)->GetId();
14676
14677 wxPyEndAllowThreads(__tstate);
14678 if (PyErr_Occurred()) SWIG_fail;
14679 }
14680 resultobj = SWIG_PyObj_FromInt((int)result);
14681 return resultobj;
14682 fail:
14683 return NULL;
14684 }
14685
14686
14687 static PyObject *_wrap_ToolBarToolBase_GetControl(PyObject *self, PyObject *args, PyObject *kwargs) {
14688 PyObject *resultobj;
14689 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14690 wxControl *result;
14691 PyObject * obj0 = 0 ;
14692 char *kwnames[] = {
14693 (char *) "self", NULL
14694 };
14695
14696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetControl",kwnames,&obj0)) goto fail;
14697 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14698 {
14699 PyThreadState* __tstate = wxPyBeginAllowThreads();
14700 result = (wxControl *)(arg1)->GetControl();
14701
14702 wxPyEndAllowThreads(__tstate);
14703 if (PyErr_Occurred()) SWIG_fail;
14704 }
14705 {
14706 resultobj = wxPyMake_wxObject(result);
14707 }
14708 return resultobj;
14709 fail:
14710 return NULL;
14711 }
14712
14713
14714 static PyObject *_wrap_ToolBarToolBase_GetToolBar(PyObject *self, PyObject *args, PyObject *kwargs) {
14715 PyObject *resultobj;
14716 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14717 wxToolBarBase *result;
14718 PyObject * obj0 = 0 ;
14719 char *kwnames[] = {
14720 (char *) "self", NULL
14721 };
14722
14723 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetToolBar",kwnames,&obj0)) goto fail;
14724 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14725 {
14726 PyThreadState* __tstate = wxPyBeginAllowThreads();
14727 result = (wxToolBarBase *)(arg1)->GetToolBar();
14728
14729 wxPyEndAllowThreads(__tstate);
14730 if (PyErr_Occurred()) SWIG_fail;
14731 }
14732 {
14733 resultobj = wxPyMake_wxObject(result);
14734 }
14735 return resultobj;
14736 fail:
14737 return NULL;
14738 }
14739
14740
14741 static PyObject *_wrap_ToolBarToolBase_IsButton(PyObject *self, PyObject *args, PyObject *kwargs) {
14742 PyObject *resultobj;
14743 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14744 int result;
14745 PyObject * obj0 = 0 ;
14746 char *kwnames[] = {
14747 (char *) "self", NULL
14748 };
14749
14750 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsButton",kwnames,&obj0)) goto fail;
14751 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14752 {
14753 PyThreadState* __tstate = wxPyBeginAllowThreads();
14754 result = (int)(arg1)->IsButton();
14755
14756 wxPyEndAllowThreads(__tstate);
14757 if (PyErr_Occurred()) SWIG_fail;
14758 }
14759 resultobj = SWIG_PyObj_FromInt((int)result);
14760 return resultobj;
14761 fail:
14762 return NULL;
14763 }
14764
14765
14766 static PyObject *_wrap_ToolBarToolBase_IsControl(PyObject *self, PyObject *args, PyObject *kwargs) {
14767 PyObject *resultobj;
14768 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14769 int result;
14770 PyObject * obj0 = 0 ;
14771 char *kwnames[] = {
14772 (char *) "self", NULL
14773 };
14774
14775 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsControl",kwnames,&obj0)) goto fail;
14776 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14777 {
14778 PyThreadState* __tstate = wxPyBeginAllowThreads();
14779 result = (int)(arg1)->IsControl();
14780
14781 wxPyEndAllowThreads(__tstate);
14782 if (PyErr_Occurred()) SWIG_fail;
14783 }
14784 resultobj = SWIG_PyObj_FromInt((int)result);
14785 return resultobj;
14786 fail:
14787 return NULL;
14788 }
14789
14790
14791 static PyObject *_wrap_ToolBarToolBase_IsSeparator(PyObject *self, PyObject *args, PyObject *kwargs) {
14792 PyObject *resultobj;
14793 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14794 int result;
14795 PyObject * obj0 = 0 ;
14796 char *kwnames[] = {
14797 (char *) "self", NULL
14798 };
14799
14800 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsSeparator",kwnames,&obj0)) goto fail;
14801 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14802 {
14803 PyThreadState* __tstate = wxPyBeginAllowThreads();
14804 result = (int)(arg1)->IsSeparator();
14805
14806 wxPyEndAllowThreads(__tstate);
14807 if (PyErr_Occurred()) SWIG_fail;
14808 }
14809 resultobj = SWIG_PyObj_FromInt((int)result);
14810 return resultobj;
14811 fail:
14812 return NULL;
14813 }
14814
14815
14816 static PyObject *_wrap_ToolBarToolBase_GetStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
14817 PyObject *resultobj;
14818 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14819 int result;
14820 PyObject * obj0 = 0 ;
14821 char *kwnames[] = {
14822 (char *) "self", NULL
14823 };
14824
14825 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetStyle",kwnames,&obj0)) goto fail;
14826 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14827 {
14828 PyThreadState* __tstate = wxPyBeginAllowThreads();
14829 result = (int)(arg1)->GetStyle();
14830
14831 wxPyEndAllowThreads(__tstate);
14832 if (PyErr_Occurred()) SWIG_fail;
14833 }
14834 resultobj = SWIG_PyObj_FromInt((int)result);
14835 return resultobj;
14836 fail:
14837 return NULL;
14838 }
14839
14840
14841 static PyObject *_wrap_ToolBarToolBase_GetKind(PyObject *self, PyObject *args, PyObject *kwargs) {
14842 PyObject *resultobj;
14843 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14844 int result;
14845 PyObject * obj0 = 0 ;
14846 char *kwnames[] = {
14847 (char *) "self", NULL
14848 };
14849
14850 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetKind",kwnames,&obj0)) goto fail;
14851 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14852 {
14853 PyThreadState* __tstate = wxPyBeginAllowThreads();
14854 result = (int)(arg1)->GetKind();
14855
14856 wxPyEndAllowThreads(__tstate);
14857 if (PyErr_Occurred()) SWIG_fail;
14858 }
14859 resultobj = SWIG_PyObj_FromInt((int)result);
14860 return resultobj;
14861 fail:
14862 return NULL;
14863 }
14864
14865
14866 static PyObject *_wrap_ToolBarToolBase_IsEnabled(PyObject *self, PyObject *args, PyObject *kwargs) {
14867 PyObject *resultobj;
14868 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14869 bool result;
14870 PyObject * obj0 = 0 ;
14871 char *kwnames[] = {
14872 (char *) "self", NULL
14873 };
14874
14875 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsEnabled",kwnames,&obj0)) goto fail;
14876 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14877 {
14878 PyThreadState* __tstate = wxPyBeginAllowThreads();
14879 result = (bool)(arg1)->IsEnabled();
14880
14881 wxPyEndAllowThreads(__tstate);
14882 if (PyErr_Occurred()) SWIG_fail;
14883 }
14884 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14885 return resultobj;
14886 fail:
14887 return NULL;
14888 }
14889
14890
14891 static PyObject *_wrap_ToolBarToolBase_IsToggled(PyObject *self, PyObject *args, PyObject *kwargs) {
14892 PyObject *resultobj;
14893 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14894 bool result;
14895 PyObject * obj0 = 0 ;
14896 char *kwnames[] = {
14897 (char *) "self", NULL
14898 };
14899
14900 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_IsToggled",kwnames,&obj0)) goto fail;
14901 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14902 {
14903 PyThreadState* __tstate = wxPyBeginAllowThreads();
14904 result = (bool)(arg1)->IsToggled();
14905
14906 wxPyEndAllowThreads(__tstate);
14907 if (PyErr_Occurred()) SWIG_fail;
14908 }
14909 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14910 return resultobj;
14911 fail:
14912 return NULL;
14913 }
14914
14915
14916 static PyObject *_wrap_ToolBarToolBase_CanBeToggled(PyObject *self, PyObject *args, PyObject *kwargs) {
14917 PyObject *resultobj;
14918 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14919 bool result;
14920 PyObject * obj0 = 0 ;
14921 char *kwnames[] = {
14922 (char *) "self", NULL
14923 };
14924
14925 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_CanBeToggled",kwnames,&obj0)) goto fail;
14926 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14927 {
14928 PyThreadState* __tstate = wxPyBeginAllowThreads();
14929 result = (bool)(arg1)->CanBeToggled();
14930
14931 wxPyEndAllowThreads(__tstate);
14932 if (PyErr_Occurred()) SWIG_fail;
14933 }
14934 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
14935 return resultobj;
14936 fail:
14937 return NULL;
14938 }
14939
14940
14941 static PyObject *_wrap_ToolBarToolBase_GetNormalBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
14942 PyObject *resultobj;
14943 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14944 wxBitmap *result;
14945 PyObject * obj0 = 0 ;
14946 char *kwnames[] = {
14947 (char *) "self", NULL
14948 };
14949
14950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetNormalBitmap",kwnames,&obj0)) goto fail;
14951 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14952 {
14953 PyThreadState* __tstate = wxPyBeginAllowThreads();
14954 {
14955 wxBitmap const &_result_ref = (arg1)->GetNormalBitmap();
14956 result = (wxBitmap *) &_result_ref;
14957 }
14958
14959 wxPyEndAllowThreads(__tstate);
14960 if (PyErr_Occurred()) SWIG_fail;
14961 }
14962 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxBitmap, 0);
14963 return resultobj;
14964 fail:
14965 return NULL;
14966 }
14967
14968
14969 static PyObject *_wrap_ToolBarToolBase_GetDisabledBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
14970 PyObject *resultobj;
14971 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
14972 wxBitmap *result;
14973 PyObject * obj0 = 0 ;
14974 char *kwnames[] = {
14975 (char *) "self", NULL
14976 };
14977
14978 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetDisabledBitmap",kwnames,&obj0)) goto fail;
14979 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
14980 {
14981 PyThreadState* __tstate = wxPyBeginAllowThreads();
14982 {
14983 wxBitmap const &_result_ref = (arg1)->GetDisabledBitmap();
14984 result = (wxBitmap *) &_result_ref;
14985 }
14986
14987 wxPyEndAllowThreads(__tstate);
14988 if (PyErr_Occurred()) SWIG_fail;
14989 }
14990 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxBitmap, 0);
14991 return resultobj;
14992 fail:
14993 return NULL;
14994 }
14995
14996
14997 static PyObject *_wrap_ToolBarToolBase_GetBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
14998 PyObject *resultobj;
14999 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15000 wxBitmap result;
15001 PyObject * obj0 = 0 ;
15002 char *kwnames[] = {
15003 (char *) "self", NULL
15004 };
15005
15006 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetBitmap",kwnames,&obj0)) goto fail;
15007 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15008 {
15009 PyThreadState* __tstate = wxPyBeginAllowThreads();
15010 result = (arg1)->GetBitmap();
15011
15012 wxPyEndAllowThreads(__tstate);
15013 if (PyErr_Occurred()) SWIG_fail;
15014 }
15015 {
15016 wxBitmap * resultptr;
15017 resultptr = new wxBitmap((wxBitmap &) result);
15018 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxBitmap, 1);
15019 }
15020 return resultobj;
15021 fail:
15022 return NULL;
15023 }
15024
15025
15026 static PyObject *_wrap_ToolBarToolBase_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
15027 PyObject *resultobj;
15028 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15029 wxString result;
15030 PyObject * obj0 = 0 ;
15031 char *kwnames[] = {
15032 (char *) "self", NULL
15033 };
15034
15035 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLabel",kwnames,&obj0)) goto fail;
15036 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15037 {
15038 PyThreadState* __tstate = wxPyBeginAllowThreads();
15039 result = (arg1)->GetLabel();
15040
15041 wxPyEndAllowThreads(__tstate);
15042 if (PyErr_Occurred()) SWIG_fail;
15043 }
15044 {
15045 #if wxUSE_UNICODE
15046 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
15047 #else
15048 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
15049 #endif
15050 }
15051 return resultobj;
15052 fail:
15053 return NULL;
15054 }
15055
15056
15057 static PyObject *_wrap_ToolBarToolBase_GetShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
15058 PyObject *resultobj;
15059 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15060 wxString result;
15061 PyObject * obj0 = 0 ;
15062 char *kwnames[] = {
15063 (char *) "self", NULL
15064 };
15065
15066 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetShortHelp",kwnames,&obj0)) goto fail;
15067 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15068 {
15069 PyThreadState* __tstate = wxPyBeginAllowThreads();
15070 result = (arg1)->GetShortHelp();
15071
15072 wxPyEndAllowThreads(__tstate);
15073 if (PyErr_Occurred()) SWIG_fail;
15074 }
15075 {
15076 #if wxUSE_UNICODE
15077 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
15078 #else
15079 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
15080 #endif
15081 }
15082 return resultobj;
15083 fail:
15084 return NULL;
15085 }
15086
15087
15088 static PyObject *_wrap_ToolBarToolBase_GetLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
15089 PyObject *resultobj;
15090 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15091 wxString result;
15092 PyObject * obj0 = 0 ;
15093 char *kwnames[] = {
15094 (char *) "self", NULL
15095 };
15096
15097 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetLongHelp",kwnames,&obj0)) goto fail;
15098 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15099 {
15100 PyThreadState* __tstate = wxPyBeginAllowThreads();
15101 result = (arg1)->GetLongHelp();
15102
15103 wxPyEndAllowThreads(__tstate);
15104 if (PyErr_Occurred()) SWIG_fail;
15105 }
15106 {
15107 #if wxUSE_UNICODE
15108 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
15109 #else
15110 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
15111 #endif
15112 }
15113 return resultobj;
15114 fail:
15115 return NULL;
15116 }
15117
15118
15119 static PyObject *_wrap_ToolBarToolBase_Enable(PyObject *self, PyObject *args, PyObject *kwargs) {
15120 PyObject *resultobj;
15121 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15122 bool arg2 ;
15123 bool result;
15124 PyObject * obj0 = 0 ;
15125 PyObject * obj1 = 0 ;
15126 char *kwnames[] = {
15127 (char *) "self",(char *) "enable", NULL
15128 };
15129
15130 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Enable",kwnames,&obj0,&obj1)) goto fail;
15131 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15132 {
15133 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
15134 if (PyErr_Occurred()) SWIG_fail;
15135 }
15136 {
15137 PyThreadState* __tstate = wxPyBeginAllowThreads();
15138 result = (bool)(arg1)->Enable(arg2);
15139
15140 wxPyEndAllowThreads(__tstate);
15141 if (PyErr_Occurred()) SWIG_fail;
15142 }
15143 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15144 return resultobj;
15145 fail:
15146 return NULL;
15147 }
15148
15149
15150 static PyObject *_wrap_ToolBarToolBase_Toggle(PyObject *self, PyObject *args, PyObject *kwargs) {
15151 PyObject *resultobj;
15152 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15153 PyObject * obj0 = 0 ;
15154 char *kwnames[] = {
15155 (char *) "self", NULL
15156 };
15157
15158 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Toggle",kwnames,&obj0)) goto fail;
15159 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15160 {
15161 PyThreadState* __tstate = wxPyBeginAllowThreads();
15162 (arg1)->Toggle();
15163
15164 wxPyEndAllowThreads(__tstate);
15165 if (PyErr_Occurred()) SWIG_fail;
15166 }
15167 Py_INCREF(Py_None); resultobj = Py_None;
15168 return resultobj;
15169 fail:
15170 return NULL;
15171 }
15172
15173
15174 static PyObject *_wrap_ToolBarToolBase_SetToggle(PyObject *self, PyObject *args, PyObject *kwargs) {
15175 PyObject *resultobj;
15176 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15177 bool arg2 ;
15178 bool result;
15179 PyObject * obj0 = 0 ;
15180 PyObject * obj1 = 0 ;
15181 char *kwnames[] = {
15182 (char *) "self",(char *) "toggle", NULL
15183 };
15184
15185 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetToggle",kwnames,&obj0,&obj1)) goto fail;
15186 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15187 {
15188 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
15189 if (PyErr_Occurred()) SWIG_fail;
15190 }
15191 {
15192 PyThreadState* __tstate = wxPyBeginAllowThreads();
15193 result = (bool)(arg1)->SetToggle(arg2);
15194
15195 wxPyEndAllowThreads(__tstate);
15196 if (PyErr_Occurred()) SWIG_fail;
15197 }
15198 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15199 return resultobj;
15200 fail:
15201 return NULL;
15202 }
15203
15204
15205 static PyObject *_wrap_ToolBarToolBase_SetShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
15206 PyObject *resultobj;
15207 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15208 wxString *arg2 = 0 ;
15209 bool result;
15210 bool temp2 = False ;
15211 PyObject * obj0 = 0 ;
15212 PyObject * obj1 = 0 ;
15213 char *kwnames[] = {
15214 (char *) "self",(char *) "help", NULL
15215 };
15216
15217 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetShortHelp",kwnames,&obj0,&obj1)) goto fail;
15218 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15219 {
15220 arg2 = wxString_in_helper(obj1);
15221 if (arg2 == NULL) SWIG_fail;
15222 temp2 = True;
15223 }
15224 {
15225 PyThreadState* __tstate = wxPyBeginAllowThreads();
15226 result = (bool)(arg1)->SetShortHelp((wxString const &)*arg2);
15227
15228 wxPyEndAllowThreads(__tstate);
15229 if (PyErr_Occurred()) SWIG_fail;
15230 }
15231 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15232 {
15233 if (temp2)
15234 delete arg2;
15235 }
15236 return resultobj;
15237 fail:
15238 {
15239 if (temp2)
15240 delete arg2;
15241 }
15242 return NULL;
15243 }
15244
15245
15246 static PyObject *_wrap_ToolBarToolBase_SetLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
15247 PyObject *resultobj;
15248 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15249 wxString *arg2 = 0 ;
15250 bool result;
15251 bool temp2 = False ;
15252 PyObject * obj0 = 0 ;
15253 PyObject * obj1 = 0 ;
15254 char *kwnames[] = {
15255 (char *) "self",(char *) "help", NULL
15256 };
15257
15258 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLongHelp",kwnames,&obj0,&obj1)) goto fail;
15259 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15260 {
15261 arg2 = wxString_in_helper(obj1);
15262 if (arg2 == NULL) SWIG_fail;
15263 temp2 = True;
15264 }
15265 {
15266 PyThreadState* __tstate = wxPyBeginAllowThreads();
15267 result = (bool)(arg1)->SetLongHelp((wxString const &)*arg2);
15268
15269 wxPyEndAllowThreads(__tstate);
15270 if (PyErr_Occurred()) SWIG_fail;
15271 }
15272 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
15273 {
15274 if (temp2)
15275 delete arg2;
15276 }
15277 return resultobj;
15278 fail:
15279 {
15280 if (temp2)
15281 delete arg2;
15282 }
15283 return NULL;
15284 }
15285
15286
15287 static PyObject *_wrap_ToolBarToolBase_SetNormalBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
15288 PyObject *resultobj;
15289 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15290 wxBitmap *arg2 = 0 ;
15291 PyObject * obj0 = 0 ;
15292 PyObject * obj1 = 0 ;
15293 char *kwnames[] = {
15294 (char *) "self",(char *) "bmp", NULL
15295 };
15296
15297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetNormalBitmap",kwnames,&obj0,&obj1)) goto fail;
15298 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15299 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15300 if (arg2 == NULL) {
15301 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
15302 }
15303 {
15304 PyThreadState* __tstate = wxPyBeginAllowThreads();
15305 (arg1)->SetNormalBitmap((wxBitmap const &)*arg2);
15306
15307 wxPyEndAllowThreads(__tstate);
15308 if (PyErr_Occurred()) SWIG_fail;
15309 }
15310 Py_INCREF(Py_None); resultobj = Py_None;
15311 return resultobj;
15312 fail:
15313 return NULL;
15314 }
15315
15316
15317 static PyObject *_wrap_ToolBarToolBase_SetDisabledBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
15318 PyObject *resultobj;
15319 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15320 wxBitmap *arg2 = 0 ;
15321 PyObject * obj0 = 0 ;
15322 PyObject * obj1 = 0 ;
15323 char *kwnames[] = {
15324 (char *) "self",(char *) "bmp", NULL
15325 };
15326
15327 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetDisabledBitmap",kwnames,&obj0,&obj1)) goto fail;
15328 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15329 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15330 if (arg2 == NULL) {
15331 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
15332 }
15333 {
15334 PyThreadState* __tstate = wxPyBeginAllowThreads();
15335 (arg1)->SetDisabledBitmap((wxBitmap const &)*arg2);
15336
15337 wxPyEndAllowThreads(__tstate);
15338 if (PyErr_Occurred()) SWIG_fail;
15339 }
15340 Py_INCREF(Py_None); resultobj = Py_None;
15341 return resultobj;
15342 fail:
15343 return NULL;
15344 }
15345
15346
15347 static PyObject *_wrap_ToolBarToolBase_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
15348 PyObject *resultobj;
15349 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15350 wxString *arg2 = 0 ;
15351 bool temp2 = False ;
15352 PyObject * obj0 = 0 ;
15353 PyObject * obj1 = 0 ;
15354 char *kwnames[] = {
15355 (char *) "self",(char *) "label", NULL
15356 };
15357
15358 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetLabel",kwnames,&obj0,&obj1)) goto fail;
15359 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15360 {
15361 arg2 = wxString_in_helper(obj1);
15362 if (arg2 == NULL) SWIG_fail;
15363 temp2 = True;
15364 }
15365 {
15366 PyThreadState* __tstate = wxPyBeginAllowThreads();
15367 (arg1)->SetLabel((wxString const &)*arg2);
15368
15369 wxPyEndAllowThreads(__tstate);
15370 if (PyErr_Occurred()) SWIG_fail;
15371 }
15372 Py_INCREF(Py_None); resultobj = Py_None;
15373 {
15374 if (temp2)
15375 delete arg2;
15376 }
15377 return resultobj;
15378 fail:
15379 {
15380 if (temp2)
15381 delete arg2;
15382 }
15383 return NULL;
15384 }
15385
15386
15387 static PyObject *_wrap_ToolBarToolBase_Detach(PyObject *self, PyObject *args, PyObject *kwargs) {
15388 PyObject *resultobj;
15389 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15390 PyObject * obj0 = 0 ;
15391 char *kwnames[] = {
15392 (char *) "self", NULL
15393 };
15394
15395 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_Detach",kwnames,&obj0)) goto fail;
15396 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15397 {
15398 PyThreadState* __tstate = wxPyBeginAllowThreads();
15399 (arg1)->Detach();
15400
15401 wxPyEndAllowThreads(__tstate);
15402 if (PyErr_Occurred()) SWIG_fail;
15403 }
15404 Py_INCREF(Py_None); resultobj = Py_None;
15405 return resultobj;
15406 fail:
15407 return NULL;
15408 }
15409
15410
15411 static PyObject *_wrap_ToolBarToolBase_Attach(PyObject *self, PyObject *args, PyObject *kwargs) {
15412 PyObject *resultobj;
15413 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15414 wxToolBarBase *arg2 = (wxToolBarBase *) 0 ;
15415 PyObject * obj0 = 0 ;
15416 PyObject * obj1 = 0 ;
15417 char *kwnames[] = {
15418 (char *) "self",(char *) "tbar", NULL
15419 };
15420
15421 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_Attach",kwnames,&obj0,&obj1)) goto fail;
15422 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15423 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15424 {
15425 PyThreadState* __tstate = wxPyBeginAllowThreads();
15426 (arg1)->Attach(arg2);
15427
15428 wxPyEndAllowThreads(__tstate);
15429 if (PyErr_Occurred()) SWIG_fail;
15430 }
15431 Py_INCREF(Py_None); resultobj = Py_None;
15432 return resultobj;
15433 fail:
15434 return NULL;
15435 }
15436
15437
15438 static PyObject *_wrap_ToolBarToolBase_GetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
15439 PyObject *resultobj;
15440 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15441 PyObject *result;
15442 PyObject * obj0 = 0 ;
15443 char *kwnames[] = {
15444 (char *) "self", NULL
15445 };
15446
15447 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarToolBase_GetClientData",kwnames,&obj0)) goto fail;
15448 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15449 {
15450 PyThreadState* __tstate = wxPyBeginAllowThreads();
15451 result = (PyObject *)wxToolBarToolBase_GetClientData(arg1);
15452
15453 wxPyEndAllowThreads(__tstate);
15454 if (PyErr_Occurred()) SWIG_fail;
15455 }
15456 resultobj = result;
15457 return resultobj;
15458 fail:
15459 return NULL;
15460 }
15461
15462
15463 static PyObject *_wrap_ToolBarToolBase_SetClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
15464 PyObject *resultobj;
15465 wxToolBarToolBase *arg1 = (wxToolBarToolBase *) 0 ;
15466 PyObject *arg2 = (PyObject *) 0 ;
15467 PyObject * obj0 = 0 ;
15468 PyObject * obj1 = 0 ;
15469 char *kwnames[] = {
15470 (char *) "self",(char *) "clientData", NULL
15471 };
15472
15473 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarToolBase_SetClientData",kwnames,&obj0,&obj1)) goto fail;
15474 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15475 arg2 = obj1;
15476 {
15477 PyThreadState* __tstate = wxPyBeginAllowThreads();
15478 wxToolBarToolBase_SetClientData(arg1,arg2);
15479
15480 wxPyEndAllowThreads(__tstate);
15481 if (PyErr_Occurred()) SWIG_fail;
15482 }
15483 Py_INCREF(Py_None); resultobj = Py_None;
15484 return resultobj;
15485 fail:
15486 return NULL;
15487 }
15488
15489
15490 static PyObject * ToolBarToolBase_swigregister(PyObject *self, PyObject *args) {
15491 PyObject *obj;
15492 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
15493 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarToolBase, obj);
15494 Py_INCREF(obj);
15495 return Py_BuildValue((char *)"");
15496 }
15497 static PyObject *_wrap_ToolBarBase_DoAddTool(PyObject *self, PyObject *args, PyObject *kwargs) {
15498 PyObject *resultobj;
15499 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15500 int arg2 ;
15501 wxString *arg3 = 0 ;
15502 wxBitmap *arg4 = 0 ;
15503 wxBitmap const &arg5_defvalue = wxNullBitmap ;
15504 wxBitmap *arg5 = (wxBitmap *) &arg5_defvalue ;
15505 int arg6 = (int) wxITEM_NORMAL ;
15506 wxString const &arg7_defvalue = wxPyEmptyString ;
15507 wxString *arg7 = (wxString *) &arg7_defvalue ;
15508 wxString const &arg8_defvalue = wxPyEmptyString ;
15509 wxString *arg8 = (wxString *) &arg8_defvalue ;
15510 PyObject *arg9 = (PyObject *) NULL ;
15511 wxToolBarToolBase *result;
15512 bool temp3 = False ;
15513 bool temp7 = False ;
15514 bool temp8 = False ;
15515 PyObject * obj0 = 0 ;
15516 PyObject * obj1 = 0 ;
15517 PyObject * obj2 = 0 ;
15518 PyObject * obj3 = 0 ;
15519 PyObject * obj4 = 0 ;
15520 PyObject * obj5 = 0 ;
15521 PyObject * obj6 = 0 ;
15522 PyObject * obj7 = 0 ;
15523 PyObject * obj8 = 0 ;
15524 char *kwnames[] = {
15525 (char *) "self",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
15526 };
15527
15528 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOOO:ToolBarBase_DoAddTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
15529 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15530 {
15531 arg2 = (int) SWIG_PyObj_AsInt(obj1);
15532 if (PyErr_Occurred()) SWIG_fail;
15533 }
15534 {
15535 arg3 = wxString_in_helper(obj2);
15536 if (arg3 == NULL) SWIG_fail;
15537 temp3 = True;
15538 }
15539 if ((SWIG_ConvertPtr(obj3,(void **) &arg4, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15540 if (arg4 == NULL) {
15541 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
15542 }
15543 if (obj4) {
15544 if ((SWIG_ConvertPtr(obj4,(void **) &arg5, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15545 if (arg5 == NULL) {
15546 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
15547 }
15548 }
15549 if (obj5) {
15550 {
15551 arg6 = (wxItemKind) SWIG_PyObj_AsInt(obj5);
15552 if (PyErr_Occurred()) SWIG_fail;
15553 }
15554 }
15555 if (obj6) {
15556 {
15557 arg7 = wxString_in_helper(obj6);
15558 if (arg7 == NULL) SWIG_fail;
15559 temp7 = True;
15560 }
15561 }
15562 if (obj7) {
15563 {
15564 arg8 = wxString_in_helper(obj7);
15565 if (arg8 == NULL) SWIG_fail;
15566 temp8 = True;
15567 }
15568 }
15569 if (obj8) {
15570 arg9 = obj8;
15571 }
15572 {
15573 PyThreadState* __tstate = wxPyBeginAllowThreads();
15574 result = (wxToolBarToolBase *)wxToolBarBase_DoAddTool(arg1,arg2,(wxString const &)*arg3,(wxBitmap const &)*arg4,(wxBitmap const &)*arg5,(wxItemKind )arg6,(wxString const &)*arg7,(wxString const &)*arg8,arg9);
15575
15576 wxPyEndAllowThreads(__tstate);
15577 if (PyErr_Occurred()) SWIG_fail;
15578 }
15579 {
15580 resultobj = wxPyMake_wxObject(result);
15581 }
15582 {
15583 if (temp3)
15584 delete arg3;
15585 }
15586 {
15587 if (temp7)
15588 delete arg7;
15589 }
15590 {
15591 if (temp8)
15592 delete arg8;
15593 }
15594 return resultobj;
15595 fail:
15596 {
15597 if (temp3)
15598 delete arg3;
15599 }
15600 {
15601 if (temp7)
15602 delete arg7;
15603 }
15604 {
15605 if (temp8)
15606 delete arg8;
15607 }
15608 return NULL;
15609 }
15610
15611
15612 static PyObject *_wrap_ToolBarBase_DoInsertTool(PyObject *self, PyObject *args, PyObject *kwargs) {
15613 PyObject *resultobj;
15614 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15615 size_t arg2 ;
15616 int arg3 ;
15617 wxString *arg4 = 0 ;
15618 wxBitmap *arg5 = 0 ;
15619 wxBitmap const &arg6_defvalue = wxNullBitmap ;
15620 wxBitmap *arg6 = (wxBitmap *) &arg6_defvalue ;
15621 int arg7 = (int) wxITEM_NORMAL ;
15622 wxString const &arg8_defvalue = wxPyEmptyString ;
15623 wxString *arg8 = (wxString *) &arg8_defvalue ;
15624 wxString const &arg9_defvalue = wxPyEmptyString ;
15625 wxString *arg9 = (wxString *) &arg9_defvalue ;
15626 PyObject *arg10 = (PyObject *) NULL ;
15627 wxToolBarToolBase *result;
15628 bool temp4 = False ;
15629 bool temp8 = False ;
15630 bool temp9 = False ;
15631 PyObject * obj0 = 0 ;
15632 PyObject * obj1 = 0 ;
15633 PyObject * obj2 = 0 ;
15634 PyObject * obj3 = 0 ;
15635 PyObject * obj4 = 0 ;
15636 PyObject * obj5 = 0 ;
15637 PyObject * obj6 = 0 ;
15638 PyObject * obj7 = 0 ;
15639 PyObject * obj8 = 0 ;
15640 PyObject * obj9 = 0 ;
15641 char *kwnames[] = {
15642 (char *) "self",(char *) "pos",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
15643 };
15644
15645 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|OOOOO:ToolBarBase_DoInsertTool",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
15646 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15647 {
15648 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
15649 if (PyErr_Occurred()) SWIG_fail;
15650 }
15651 {
15652 arg3 = (int) SWIG_PyObj_AsInt(obj2);
15653 if (PyErr_Occurred()) SWIG_fail;
15654 }
15655 {
15656 arg4 = wxString_in_helper(obj3);
15657 if (arg4 == NULL) SWIG_fail;
15658 temp4 = True;
15659 }
15660 if ((SWIG_ConvertPtr(obj4,(void **) &arg5, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15661 if (arg5 == NULL) {
15662 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
15663 }
15664 if (obj5) {
15665 if ((SWIG_ConvertPtr(obj5,(void **) &arg6, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15666 if (arg6 == NULL) {
15667 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
15668 }
15669 }
15670 if (obj6) {
15671 {
15672 arg7 = (wxItemKind) SWIG_PyObj_AsInt(obj6);
15673 if (PyErr_Occurred()) SWIG_fail;
15674 }
15675 }
15676 if (obj7) {
15677 {
15678 arg8 = wxString_in_helper(obj7);
15679 if (arg8 == NULL) SWIG_fail;
15680 temp8 = True;
15681 }
15682 }
15683 if (obj8) {
15684 {
15685 arg9 = wxString_in_helper(obj8);
15686 if (arg9 == NULL) SWIG_fail;
15687 temp9 = True;
15688 }
15689 }
15690 if (obj9) {
15691 arg10 = obj9;
15692 }
15693 {
15694 PyThreadState* __tstate = wxPyBeginAllowThreads();
15695 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);
15696
15697 wxPyEndAllowThreads(__tstate);
15698 if (PyErr_Occurred()) SWIG_fail;
15699 }
15700 {
15701 resultobj = wxPyMake_wxObject(result);
15702 }
15703 {
15704 if (temp4)
15705 delete arg4;
15706 }
15707 {
15708 if (temp8)
15709 delete arg8;
15710 }
15711 {
15712 if (temp9)
15713 delete arg9;
15714 }
15715 return resultobj;
15716 fail:
15717 {
15718 if (temp4)
15719 delete arg4;
15720 }
15721 {
15722 if (temp8)
15723 delete arg8;
15724 }
15725 {
15726 if (temp9)
15727 delete arg9;
15728 }
15729 return NULL;
15730 }
15731
15732
15733 static PyObject *_wrap_ToolBarBase_AddToolItem(PyObject *self, PyObject *args, PyObject *kwargs) {
15734 PyObject *resultobj;
15735 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15736 wxToolBarToolBase *arg2 = (wxToolBarToolBase *) 0 ;
15737 wxToolBarToolBase *result;
15738 PyObject * obj0 = 0 ;
15739 PyObject * obj1 = 0 ;
15740 char *kwnames[] = {
15741 (char *) "self",(char *) "tool", NULL
15742 };
15743
15744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddToolItem",kwnames,&obj0,&obj1)) goto fail;
15745 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15746 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15747 {
15748 PyThreadState* __tstate = wxPyBeginAllowThreads();
15749 result = (wxToolBarToolBase *)(arg1)->AddTool(arg2);
15750
15751 wxPyEndAllowThreads(__tstate);
15752 if (PyErr_Occurred()) SWIG_fail;
15753 }
15754 {
15755 resultobj = wxPyMake_wxObject(result);
15756 }
15757 return resultobj;
15758 fail:
15759 return NULL;
15760 }
15761
15762
15763 static PyObject *_wrap_ToolBarBase_InsertToolItem(PyObject *self, PyObject *args, PyObject *kwargs) {
15764 PyObject *resultobj;
15765 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15766 size_t arg2 ;
15767 wxToolBarToolBase *arg3 = (wxToolBarToolBase *) 0 ;
15768 wxToolBarToolBase *result;
15769 PyObject * obj0 = 0 ;
15770 PyObject * obj1 = 0 ;
15771 PyObject * obj2 = 0 ;
15772 char *kwnames[] = {
15773 (char *) "self",(char *) "pos",(char *) "tool", NULL
15774 };
15775
15776 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertToolItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
15777 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15778 {
15779 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
15780 if (PyErr_Occurred()) SWIG_fail;
15781 }
15782 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxToolBarToolBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15783 {
15784 PyThreadState* __tstate = wxPyBeginAllowThreads();
15785 result = (wxToolBarToolBase *)(arg1)->InsertTool(arg2,arg3);
15786
15787 wxPyEndAllowThreads(__tstate);
15788 if (PyErr_Occurred()) SWIG_fail;
15789 }
15790 {
15791 resultobj = wxPyMake_wxObject(result);
15792 }
15793 return resultobj;
15794 fail:
15795 return NULL;
15796 }
15797
15798
15799 static PyObject *_wrap_ToolBarBase_AddControl(PyObject *self, PyObject *args, PyObject *kwargs) {
15800 PyObject *resultobj;
15801 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15802 wxControl *arg2 = (wxControl *) 0 ;
15803 wxToolBarToolBase *result;
15804 PyObject * obj0 = 0 ;
15805 PyObject * obj1 = 0 ;
15806 char *kwnames[] = {
15807 (char *) "self",(char *) "control", NULL
15808 };
15809
15810 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_AddControl",kwnames,&obj0,&obj1)) goto fail;
15811 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15812 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15813 {
15814 PyThreadState* __tstate = wxPyBeginAllowThreads();
15815 result = (wxToolBarToolBase *)(arg1)->AddControl(arg2);
15816
15817 wxPyEndAllowThreads(__tstate);
15818 if (PyErr_Occurred()) SWIG_fail;
15819 }
15820 {
15821 resultobj = wxPyMake_wxObject(result);
15822 }
15823 return resultobj;
15824 fail:
15825 return NULL;
15826 }
15827
15828
15829 static PyObject *_wrap_ToolBarBase_InsertControl(PyObject *self, PyObject *args, PyObject *kwargs) {
15830 PyObject *resultobj;
15831 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15832 size_t arg2 ;
15833 wxControl *arg3 = (wxControl *) 0 ;
15834 wxToolBarToolBase *result;
15835 PyObject * obj0 = 0 ;
15836 PyObject * obj1 = 0 ;
15837 PyObject * obj2 = 0 ;
15838 char *kwnames[] = {
15839 (char *) "self",(char *) "pos",(char *) "control", NULL
15840 };
15841
15842 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_InsertControl",kwnames,&obj0,&obj1,&obj2)) goto fail;
15843 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15844 {
15845 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
15846 if (PyErr_Occurred()) SWIG_fail;
15847 }
15848 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15849 {
15850 PyThreadState* __tstate = wxPyBeginAllowThreads();
15851 result = (wxToolBarToolBase *)(arg1)->InsertControl(arg2,arg3);
15852
15853 wxPyEndAllowThreads(__tstate);
15854 if (PyErr_Occurred()) SWIG_fail;
15855 }
15856 {
15857 resultobj = wxPyMake_wxObject(result);
15858 }
15859 return resultobj;
15860 fail:
15861 return NULL;
15862 }
15863
15864
15865 static PyObject *_wrap_ToolBarBase_FindControl(PyObject *self, PyObject *args, PyObject *kwargs) {
15866 PyObject *resultobj;
15867 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15868 int arg2 ;
15869 wxControl *result;
15870 PyObject * obj0 = 0 ;
15871 PyObject * obj1 = 0 ;
15872 char *kwnames[] = {
15873 (char *) "self",(char *) "id", NULL
15874 };
15875
15876 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindControl",kwnames,&obj0,&obj1)) goto fail;
15877 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15878 {
15879 arg2 = (int) SWIG_PyObj_AsInt(obj1);
15880 if (PyErr_Occurred()) SWIG_fail;
15881 }
15882 {
15883 PyThreadState* __tstate = wxPyBeginAllowThreads();
15884 result = (wxControl *)(arg1)->FindControl(arg2);
15885
15886 wxPyEndAllowThreads(__tstate);
15887 if (PyErr_Occurred()) SWIG_fail;
15888 }
15889 {
15890 resultobj = wxPyMake_wxObject(result);
15891 }
15892 return resultobj;
15893 fail:
15894 return NULL;
15895 }
15896
15897
15898 static PyObject *_wrap_ToolBarBase_AddSeparator(PyObject *self, PyObject *args, PyObject *kwargs) {
15899 PyObject *resultobj;
15900 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15901 wxToolBarToolBase *result;
15902 PyObject * obj0 = 0 ;
15903 char *kwnames[] = {
15904 (char *) "self", NULL
15905 };
15906
15907 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_AddSeparator",kwnames,&obj0)) goto fail;
15908 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15909 {
15910 PyThreadState* __tstate = wxPyBeginAllowThreads();
15911 result = (wxToolBarToolBase *)(arg1)->AddSeparator();
15912
15913 wxPyEndAllowThreads(__tstate);
15914 if (PyErr_Occurred()) SWIG_fail;
15915 }
15916 {
15917 resultobj = wxPyMake_wxObject(result);
15918 }
15919 return resultobj;
15920 fail:
15921 return NULL;
15922 }
15923
15924
15925 static PyObject *_wrap_ToolBarBase_InsertSeparator(PyObject *self, PyObject *args, PyObject *kwargs) {
15926 PyObject *resultobj;
15927 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15928 size_t arg2 ;
15929 wxToolBarToolBase *result;
15930 PyObject * obj0 = 0 ;
15931 PyObject * obj1 = 0 ;
15932 char *kwnames[] = {
15933 (char *) "self",(char *) "pos", NULL
15934 };
15935
15936 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_InsertSeparator",kwnames,&obj0,&obj1)) goto fail;
15937 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15938 {
15939 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
15940 if (PyErr_Occurred()) SWIG_fail;
15941 }
15942 {
15943 PyThreadState* __tstate = wxPyBeginAllowThreads();
15944 result = (wxToolBarToolBase *)(arg1)->InsertSeparator(arg2);
15945
15946 wxPyEndAllowThreads(__tstate);
15947 if (PyErr_Occurred()) SWIG_fail;
15948 }
15949 {
15950 resultobj = wxPyMake_wxObject(result);
15951 }
15952 return resultobj;
15953 fail:
15954 return NULL;
15955 }
15956
15957
15958 static PyObject *_wrap_ToolBarBase_RemoveTool(PyObject *self, PyObject *args, PyObject *kwargs) {
15959 PyObject *resultobj;
15960 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15961 int arg2 ;
15962 wxToolBarToolBase *result;
15963 PyObject * obj0 = 0 ;
15964 PyObject * obj1 = 0 ;
15965 char *kwnames[] = {
15966 (char *) "self",(char *) "id", NULL
15967 };
15968
15969 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_RemoveTool",kwnames,&obj0,&obj1)) goto fail;
15970 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
15971 {
15972 arg2 = (int) SWIG_PyObj_AsInt(obj1);
15973 if (PyErr_Occurred()) SWIG_fail;
15974 }
15975 {
15976 PyThreadState* __tstate = wxPyBeginAllowThreads();
15977 result = (wxToolBarToolBase *)(arg1)->RemoveTool(arg2);
15978
15979 wxPyEndAllowThreads(__tstate);
15980 if (PyErr_Occurred()) SWIG_fail;
15981 }
15982 {
15983 resultobj = wxPyMake_wxObject(result);
15984 }
15985 return resultobj;
15986 fail:
15987 return NULL;
15988 }
15989
15990
15991 static PyObject *_wrap_ToolBarBase_DeleteToolByPos(PyObject *self, PyObject *args, PyObject *kwargs) {
15992 PyObject *resultobj;
15993 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
15994 size_t arg2 ;
15995 bool result;
15996 PyObject * obj0 = 0 ;
15997 PyObject * obj1 = 0 ;
15998 char *kwnames[] = {
15999 (char *) "self",(char *) "pos", NULL
16000 };
16001
16002 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteToolByPos",kwnames,&obj0,&obj1)) goto fail;
16003 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16004 {
16005 arg2 = (size_t) SWIG_PyObj_AsUnsignedLong(obj1);
16006 if (PyErr_Occurred()) SWIG_fail;
16007 }
16008 {
16009 PyThreadState* __tstate = wxPyBeginAllowThreads();
16010 result = (bool)(arg1)->DeleteToolByPos(arg2);
16011
16012 wxPyEndAllowThreads(__tstate);
16013 if (PyErr_Occurred()) SWIG_fail;
16014 }
16015 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16016 return resultobj;
16017 fail:
16018 return NULL;
16019 }
16020
16021
16022 static PyObject *_wrap_ToolBarBase_DeleteTool(PyObject *self, PyObject *args, PyObject *kwargs) {
16023 PyObject *resultobj;
16024 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16025 int arg2 ;
16026 bool result;
16027 PyObject * obj0 = 0 ;
16028 PyObject * obj1 = 0 ;
16029 char *kwnames[] = {
16030 (char *) "self",(char *) "id", NULL
16031 };
16032
16033 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_DeleteTool",kwnames,&obj0,&obj1)) goto fail;
16034 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16035 {
16036 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16037 if (PyErr_Occurred()) SWIG_fail;
16038 }
16039 {
16040 PyThreadState* __tstate = wxPyBeginAllowThreads();
16041 result = (bool)(arg1)->DeleteTool(arg2);
16042
16043 wxPyEndAllowThreads(__tstate);
16044 if (PyErr_Occurred()) SWIG_fail;
16045 }
16046 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16047 return resultobj;
16048 fail:
16049 return NULL;
16050 }
16051
16052
16053 static PyObject *_wrap_ToolBarBase_ClearTools(PyObject *self, PyObject *args, PyObject *kwargs) {
16054 PyObject *resultobj;
16055 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16056 PyObject * obj0 = 0 ;
16057 char *kwnames[] = {
16058 (char *) "self", NULL
16059 };
16060
16061 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_ClearTools",kwnames,&obj0)) goto fail;
16062 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16063 {
16064 PyThreadState* __tstate = wxPyBeginAllowThreads();
16065 (arg1)->ClearTools();
16066
16067 wxPyEndAllowThreads(__tstate);
16068 if (PyErr_Occurred()) SWIG_fail;
16069 }
16070 Py_INCREF(Py_None); resultobj = Py_None;
16071 return resultobj;
16072 fail:
16073 return NULL;
16074 }
16075
16076
16077 static PyObject *_wrap_ToolBarBase_Realize(PyObject *self, PyObject *args, PyObject *kwargs) {
16078 PyObject *resultobj;
16079 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16080 bool result;
16081 PyObject * obj0 = 0 ;
16082 char *kwnames[] = {
16083 (char *) "self", NULL
16084 };
16085
16086 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_Realize",kwnames,&obj0)) goto fail;
16087 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16088 {
16089 PyThreadState* __tstate = wxPyBeginAllowThreads();
16090 result = (bool)(arg1)->Realize();
16091
16092 wxPyEndAllowThreads(__tstate);
16093 if (PyErr_Occurred()) SWIG_fail;
16094 }
16095 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16096 return resultobj;
16097 fail:
16098 return NULL;
16099 }
16100
16101
16102 static PyObject *_wrap_ToolBarBase_EnableTool(PyObject *self, PyObject *args, PyObject *kwargs) {
16103 PyObject *resultobj;
16104 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16105 int arg2 ;
16106 bool arg3 ;
16107 PyObject * obj0 = 0 ;
16108 PyObject * obj1 = 0 ;
16109 PyObject * obj2 = 0 ;
16110 char *kwnames[] = {
16111 (char *) "self",(char *) "id",(char *) "enable", NULL
16112 };
16113
16114 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_EnableTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
16115 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16116 {
16117 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16118 if (PyErr_Occurred()) SWIG_fail;
16119 }
16120 {
16121 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
16122 if (PyErr_Occurred()) SWIG_fail;
16123 }
16124 {
16125 PyThreadState* __tstate = wxPyBeginAllowThreads();
16126 (arg1)->EnableTool(arg2,arg3);
16127
16128 wxPyEndAllowThreads(__tstate);
16129 if (PyErr_Occurred()) SWIG_fail;
16130 }
16131 Py_INCREF(Py_None); resultobj = Py_None;
16132 return resultobj;
16133 fail:
16134 return NULL;
16135 }
16136
16137
16138 static PyObject *_wrap_ToolBarBase_ToggleTool(PyObject *self, PyObject *args, PyObject *kwargs) {
16139 PyObject *resultobj;
16140 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16141 int arg2 ;
16142 bool arg3 ;
16143 PyObject * obj0 = 0 ;
16144 PyObject * obj1 = 0 ;
16145 PyObject * obj2 = 0 ;
16146 char *kwnames[] = {
16147 (char *) "self",(char *) "id",(char *) "toggle", NULL
16148 };
16149
16150 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_ToggleTool",kwnames,&obj0,&obj1,&obj2)) goto fail;
16151 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16152 {
16153 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16154 if (PyErr_Occurred()) SWIG_fail;
16155 }
16156 {
16157 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
16158 if (PyErr_Occurred()) SWIG_fail;
16159 }
16160 {
16161 PyThreadState* __tstate = wxPyBeginAllowThreads();
16162 (arg1)->ToggleTool(arg2,arg3);
16163
16164 wxPyEndAllowThreads(__tstate);
16165 if (PyErr_Occurred()) SWIG_fail;
16166 }
16167 Py_INCREF(Py_None); resultobj = Py_None;
16168 return resultobj;
16169 fail:
16170 return NULL;
16171 }
16172
16173
16174 static PyObject *_wrap_ToolBarBase_SetToggle(PyObject *self, PyObject *args, PyObject *kwargs) {
16175 PyObject *resultobj;
16176 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16177 int arg2 ;
16178 bool arg3 ;
16179 PyObject * obj0 = 0 ;
16180 PyObject * obj1 = 0 ;
16181 PyObject * obj2 = 0 ;
16182 char *kwnames[] = {
16183 (char *) "self",(char *) "id",(char *) "toggle", NULL
16184 };
16185
16186 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToggle",kwnames,&obj0,&obj1,&obj2)) goto fail;
16187 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16188 {
16189 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16190 if (PyErr_Occurred()) SWIG_fail;
16191 }
16192 {
16193 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
16194 if (PyErr_Occurred()) SWIG_fail;
16195 }
16196 {
16197 PyThreadState* __tstate = wxPyBeginAllowThreads();
16198 (arg1)->SetToggle(arg2,arg3);
16199
16200 wxPyEndAllowThreads(__tstate);
16201 if (PyErr_Occurred()) SWIG_fail;
16202 }
16203 Py_INCREF(Py_None); resultobj = Py_None;
16204 return resultobj;
16205 fail:
16206 return NULL;
16207 }
16208
16209
16210 static PyObject *_wrap_ToolBarBase_GetToolClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
16211 PyObject *resultobj;
16212 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16213 int arg2 ;
16214 PyObject *result;
16215 PyObject * obj0 = 0 ;
16216 PyObject * obj1 = 0 ;
16217 char *kwnames[] = {
16218 (char *) "self",(char *) "id", NULL
16219 };
16220
16221 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolClientData",kwnames,&obj0,&obj1)) goto fail;
16222 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16223 {
16224 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16225 if (PyErr_Occurred()) SWIG_fail;
16226 }
16227 {
16228 PyThreadState* __tstate = wxPyBeginAllowThreads();
16229 result = (PyObject *)wxToolBarBase_GetToolClientData(arg1,arg2);
16230
16231 wxPyEndAllowThreads(__tstate);
16232 if (PyErr_Occurred()) SWIG_fail;
16233 }
16234 resultobj = result;
16235 return resultobj;
16236 fail:
16237 return NULL;
16238 }
16239
16240
16241 static PyObject *_wrap_ToolBarBase_SetToolClientData(PyObject *self, PyObject *args, PyObject *kwargs) {
16242 PyObject *resultobj;
16243 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16244 int arg2 ;
16245 PyObject *arg3 = (PyObject *) 0 ;
16246 PyObject * obj0 = 0 ;
16247 PyObject * obj1 = 0 ;
16248 PyObject * obj2 = 0 ;
16249 char *kwnames[] = {
16250 (char *) "self",(char *) "id",(char *) "clientData", NULL
16251 };
16252
16253 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolClientData",kwnames,&obj0,&obj1,&obj2)) goto fail;
16254 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16255 {
16256 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16257 if (PyErr_Occurred()) SWIG_fail;
16258 }
16259 arg3 = obj2;
16260 {
16261 PyThreadState* __tstate = wxPyBeginAllowThreads();
16262 wxToolBarBase_SetToolClientData(arg1,arg2,arg3);
16263
16264 wxPyEndAllowThreads(__tstate);
16265 if (PyErr_Occurred()) SWIG_fail;
16266 }
16267 Py_INCREF(Py_None); resultobj = Py_None;
16268 return resultobj;
16269 fail:
16270 return NULL;
16271 }
16272
16273
16274 static PyObject *_wrap_ToolBarBase_GetToolPos(PyObject *self, PyObject *args, PyObject *kwargs) {
16275 PyObject *resultobj;
16276 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16277 int arg2 ;
16278 int result;
16279 PyObject * obj0 = 0 ;
16280 PyObject * obj1 = 0 ;
16281 char *kwnames[] = {
16282 (char *) "self",(char *) "id", NULL
16283 };
16284
16285 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolPos",kwnames,&obj0,&obj1)) goto fail;
16286 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16287 {
16288 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16289 if (PyErr_Occurred()) SWIG_fail;
16290 }
16291 {
16292 PyThreadState* __tstate = wxPyBeginAllowThreads();
16293 result = (int)((wxToolBarBase const *)arg1)->GetToolPos(arg2);
16294
16295 wxPyEndAllowThreads(__tstate);
16296 if (PyErr_Occurred()) SWIG_fail;
16297 }
16298 resultobj = SWIG_PyObj_FromInt((int)result);
16299 return resultobj;
16300 fail:
16301 return NULL;
16302 }
16303
16304
16305 static PyObject *_wrap_ToolBarBase_GetToolState(PyObject *self, PyObject *args, PyObject *kwargs) {
16306 PyObject *resultobj;
16307 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16308 int arg2 ;
16309 bool result;
16310 PyObject * obj0 = 0 ;
16311 PyObject * obj1 = 0 ;
16312 char *kwnames[] = {
16313 (char *) "self",(char *) "id", NULL
16314 };
16315
16316 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolState",kwnames,&obj0,&obj1)) goto fail;
16317 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16318 {
16319 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16320 if (PyErr_Occurred()) SWIG_fail;
16321 }
16322 {
16323 PyThreadState* __tstate = wxPyBeginAllowThreads();
16324 result = (bool)(arg1)->GetToolState(arg2);
16325
16326 wxPyEndAllowThreads(__tstate);
16327 if (PyErr_Occurred()) SWIG_fail;
16328 }
16329 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16330 return resultobj;
16331 fail:
16332 return NULL;
16333 }
16334
16335
16336 static PyObject *_wrap_ToolBarBase_GetToolEnabled(PyObject *self, PyObject *args, PyObject *kwargs) {
16337 PyObject *resultobj;
16338 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16339 int arg2 ;
16340 bool result;
16341 PyObject * obj0 = 0 ;
16342 PyObject * obj1 = 0 ;
16343 char *kwnames[] = {
16344 (char *) "self",(char *) "id", NULL
16345 };
16346
16347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolEnabled",kwnames,&obj0,&obj1)) goto fail;
16348 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16349 {
16350 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16351 if (PyErr_Occurred()) SWIG_fail;
16352 }
16353 {
16354 PyThreadState* __tstate = wxPyBeginAllowThreads();
16355 result = (bool)(arg1)->GetToolEnabled(arg2);
16356
16357 wxPyEndAllowThreads(__tstate);
16358 if (PyErr_Occurred()) SWIG_fail;
16359 }
16360 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
16361 return resultobj;
16362 fail:
16363 return NULL;
16364 }
16365
16366
16367 static PyObject *_wrap_ToolBarBase_SetToolShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16368 PyObject *resultobj;
16369 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16370 int arg2 ;
16371 wxString *arg3 = 0 ;
16372 bool temp3 = False ;
16373 PyObject * obj0 = 0 ;
16374 PyObject * obj1 = 0 ;
16375 PyObject * obj2 = 0 ;
16376 char *kwnames[] = {
16377 (char *) "self",(char *) "id",(char *) "helpString", NULL
16378 };
16379
16380 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolShortHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
16381 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16382 {
16383 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16384 if (PyErr_Occurred()) SWIG_fail;
16385 }
16386 {
16387 arg3 = wxString_in_helper(obj2);
16388 if (arg3 == NULL) SWIG_fail;
16389 temp3 = True;
16390 }
16391 {
16392 PyThreadState* __tstate = wxPyBeginAllowThreads();
16393 (arg1)->SetToolShortHelp(arg2,(wxString const &)*arg3);
16394
16395 wxPyEndAllowThreads(__tstate);
16396 if (PyErr_Occurred()) SWIG_fail;
16397 }
16398 Py_INCREF(Py_None); resultobj = Py_None;
16399 {
16400 if (temp3)
16401 delete arg3;
16402 }
16403 return resultobj;
16404 fail:
16405 {
16406 if (temp3)
16407 delete arg3;
16408 }
16409 return NULL;
16410 }
16411
16412
16413 static PyObject *_wrap_ToolBarBase_GetToolShortHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16414 PyObject *resultobj;
16415 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16416 int arg2 ;
16417 wxString result;
16418 PyObject * obj0 = 0 ;
16419 PyObject * obj1 = 0 ;
16420 char *kwnames[] = {
16421 (char *) "self",(char *) "id", NULL
16422 };
16423
16424 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolShortHelp",kwnames,&obj0,&obj1)) goto fail;
16425 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16426 {
16427 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16428 if (PyErr_Occurred()) SWIG_fail;
16429 }
16430 {
16431 PyThreadState* __tstate = wxPyBeginAllowThreads();
16432 result = (arg1)->GetToolShortHelp(arg2);
16433
16434 wxPyEndAllowThreads(__tstate);
16435 if (PyErr_Occurred()) SWIG_fail;
16436 }
16437 {
16438 #if wxUSE_UNICODE
16439 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16440 #else
16441 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16442 #endif
16443 }
16444 return resultobj;
16445 fail:
16446 return NULL;
16447 }
16448
16449
16450 static PyObject *_wrap_ToolBarBase_SetToolLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16451 PyObject *resultobj;
16452 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16453 int arg2 ;
16454 wxString *arg3 = 0 ;
16455 bool temp3 = False ;
16456 PyObject * obj0 = 0 ;
16457 PyObject * obj1 = 0 ;
16458 PyObject * obj2 = 0 ;
16459 char *kwnames[] = {
16460 (char *) "self",(char *) "id",(char *) "helpString", NULL
16461 };
16462
16463 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetToolLongHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
16464 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16465 {
16466 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16467 if (PyErr_Occurred()) SWIG_fail;
16468 }
16469 {
16470 arg3 = wxString_in_helper(obj2);
16471 if (arg3 == NULL) SWIG_fail;
16472 temp3 = True;
16473 }
16474 {
16475 PyThreadState* __tstate = wxPyBeginAllowThreads();
16476 (arg1)->SetToolLongHelp(arg2,(wxString const &)*arg3);
16477
16478 wxPyEndAllowThreads(__tstate);
16479 if (PyErr_Occurred()) SWIG_fail;
16480 }
16481 Py_INCREF(Py_None); resultobj = Py_None;
16482 {
16483 if (temp3)
16484 delete arg3;
16485 }
16486 return resultobj;
16487 fail:
16488 {
16489 if (temp3)
16490 delete arg3;
16491 }
16492 return NULL;
16493 }
16494
16495
16496 static PyObject *_wrap_ToolBarBase_GetToolLongHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
16497 PyObject *resultobj;
16498 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16499 int arg2 ;
16500 wxString result;
16501 PyObject * obj0 = 0 ;
16502 PyObject * obj1 = 0 ;
16503 char *kwnames[] = {
16504 (char *) "self",(char *) "id", NULL
16505 };
16506
16507 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_GetToolLongHelp",kwnames,&obj0,&obj1)) goto fail;
16508 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16509 {
16510 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16511 if (PyErr_Occurred()) SWIG_fail;
16512 }
16513 {
16514 PyThreadState* __tstate = wxPyBeginAllowThreads();
16515 result = (arg1)->GetToolLongHelp(arg2);
16516
16517 wxPyEndAllowThreads(__tstate);
16518 if (PyErr_Occurred()) SWIG_fail;
16519 }
16520 {
16521 #if wxUSE_UNICODE
16522 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
16523 #else
16524 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
16525 #endif
16526 }
16527 return resultobj;
16528 fail:
16529 return NULL;
16530 }
16531
16532
16533 static PyObject *_wrap_ToolBarBase_SetMarginsXY(PyObject *self, PyObject *args, PyObject *kwargs) {
16534 PyObject *resultobj;
16535 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16536 int arg2 ;
16537 int arg3 ;
16538 PyObject * obj0 = 0 ;
16539 PyObject * obj1 = 0 ;
16540 PyObject * obj2 = 0 ;
16541 char *kwnames[] = {
16542 (char *) "self",(char *) "x",(char *) "y", NULL
16543 };
16544
16545 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMarginsXY",kwnames,&obj0,&obj1,&obj2)) goto fail;
16546 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16547 {
16548 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16549 if (PyErr_Occurred()) SWIG_fail;
16550 }
16551 {
16552 arg3 = (int) SWIG_PyObj_AsInt(obj2);
16553 if (PyErr_Occurred()) SWIG_fail;
16554 }
16555 {
16556 PyThreadState* __tstate = wxPyBeginAllowThreads();
16557 (arg1)->SetMargins(arg2,arg3);
16558
16559 wxPyEndAllowThreads(__tstate);
16560 if (PyErr_Occurred()) SWIG_fail;
16561 }
16562 Py_INCREF(Py_None); resultobj = Py_None;
16563 return resultobj;
16564 fail:
16565 return NULL;
16566 }
16567
16568
16569 static PyObject *_wrap_ToolBarBase_SetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
16570 PyObject *resultobj;
16571 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16572 wxSize *arg2 = 0 ;
16573 wxSize temp2 ;
16574 PyObject * obj0 = 0 ;
16575 PyObject * obj1 = 0 ;
16576 char *kwnames[] = {
16577 (char *) "self",(char *) "size", NULL
16578 };
16579
16580 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetMargins",kwnames,&obj0,&obj1)) goto fail;
16581 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16582 {
16583 arg2 = &temp2;
16584 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
16585 }
16586 {
16587 PyThreadState* __tstate = wxPyBeginAllowThreads();
16588 (arg1)->SetMargins((wxSize const &)*arg2);
16589
16590 wxPyEndAllowThreads(__tstate);
16591 if (PyErr_Occurred()) SWIG_fail;
16592 }
16593 Py_INCREF(Py_None); resultobj = Py_None;
16594 return resultobj;
16595 fail:
16596 return NULL;
16597 }
16598
16599
16600 static PyObject *_wrap_ToolBarBase_SetToolPacking(PyObject *self, PyObject *args, PyObject *kwargs) {
16601 PyObject *resultobj;
16602 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16603 int arg2 ;
16604 PyObject * obj0 = 0 ;
16605 PyObject * obj1 = 0 ;
16606 char *kwnames[] = {
16607 (char *) "self",(char *) "packing", NULL
16608 };
16609
16610 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolPacking",kwnames,&obj0,&obj1)) goto fail;
16611 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16612 {
16613 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16614 if (PyErr_Occurred()) SWIG_fail;
16615 }
16616 {
16617 PyThreadState* __tstate = wxPyBeginAllowThreads();
16618 (arg1)->SetToolPacking(arg2);
16619
16620 wxPyEndAllowThreads(__tstate);
16621 if (PyErr_Occurred()) SWIG_fail;
16622 }
16623 Py_INCREF(Py_None); resultobj = Py_None;
16624 return resultobj;
16625 fail:
16626 return NULL;
16627 }
16628
16629
16630 static PyObject *_wrap_ToolBarBase_SetToolSeparation(PyObject *self, PyObject *args, PyObject *kwargs) {
16631 PyObject *resultobj;
16632 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16633 int arg2 ;
16634 PyObject * obj0 = 0 ;
16635 PyObject * obj1 = 0 ;
16636 char *kwnames[] = {
16637 (char *) "self",(char *) "separation", NULL
16638 };
16639
16640 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolSeparation",kwnames,&obj0,&obj1)) goto fail;
16641 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16642 {
16643 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16644 if (PyErr_Occurred()) SWIG_fail;
16645 }
16646 {
16647 PyThreadState* __tstate = wxPyBeginAllowThreads();
16648 (arg1)->SetToolSeparation(arg2);
16649
16650 wxPyEndAllowThreads(__tstate);
16651 if (PyErr_Occurred()) SWIG_fail;
16652 }
16653 Py_INCREF(Py_None); resultobj = Py_None;
16654 return resultobj;
16655 fail:
16656 return NULL;
16657 }
16658
16659
16660 static PyObject *_wrap_ToolBarBase_GetToolMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
16661 PyObject *resultobj;
16662 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16663 wxSize result;
16664 PyObject * obj0 = 0 ;
16665 char *kwnames[] = {
16666 (char *) "self", NULL
16667 };
16668
16669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolMargins",kwnames,&obj0)) goto fail;
16670 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16671 {
16672 PyThreadState* __tstate = wxPyBeginAllowThreads();
16673 result = (arg1)->GetToolMargins();
16674
16675 wxPyEndAllowThreads(__tstate);
16676 if (PyErr_Occurred()) SWIG_fail;
16677 }
16678 {
16679 wxSize * resultptr;
16680 resultptr = new wxSize((wxSize &) result);
16681 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
16682 }
16683 return resultobj;
16684 fail:
16685 return NULL;
16686 }
16687
16688
16689 static PyObject *_wrap_ToolBarBase_GetMargins(PyObject *self, PyObject *args, PyObject *kwargs) {
16690 PyObject *resultobj;
16691 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16692 wxSize result;
16693 PyObject * obj0 = 0 ;
16694 char *kwnames[] = {
16695 (char *) "self", NULL
16696 };
16697
16698 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMargins",kwnames,&obj0)) goto fail;
16699 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16700 {
16701 PyThreadState* __tstate = wxPyBeginAllowThreads();
16702 result = (arg1)->GetMargins();
16703
16704 wxPyEndAllowThreads(__tstate);
16705 if (PyErr_Occurred()) SWIG_fail;
16706 }
16707 {
16708 wxSize * resultptr;
16709 resultptr = new wxSize((wxSize &) result);
16710 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
16711 }
16712 return resultobj;
16713 fail:
16714 return NULL;
16715 }
16716
16717
16718 static PyObject *_wrap_ToolBarBase_GetToolPacking(PyObject *self, PyObject *args, PyObject *kwargs) {
16719 PyObject *resultobj;
16720 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16721 int result;
16722 PyObject * obj0 = 0 ;
16723 char *kwnames[] = {
16724 (char *) "self", NULL
16725 };
16726
16727 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolPacking",kwnames,&obj0)) goto fail;
16728 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16729 {
16730 PyThreadState* __tstate = wxPyBeginAllowThreads();
16731 result = (int)(arg1)->GetToolPacking();
16732
16733 wxPyEndAllowThreads(__tstate);
16734 if (PyErr_Occurred()) SWIG_fail;
16735 }
16736 resultobj = SWIG_PyObj_FromInt((int)result);
16737 return resultobj;
16738 fail:
16739 return NULL;
16740 }
16741
16742
16743 static PyObject *_wrap_ToolBarBase_GetToolSeparation(PyObject *self, PyObject *args, PyObject *kwargs) {
16744 PyObject *resultobj;
16745 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16746 int result;
16747 PyObject * obj0 = 0 ;
16748 char *kwnames[] = {
16749 (char *) "self", NULL
16750 };
16751
16752 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSeparation",kwnames,&obj0)) goto fail;
16753 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16754 {
16755 PyThreadState* __tstate = wxPyBeginAllowThreads();
16756 result = (int)(arg1)->GetToolSeparation();
16757
16758 wxPyEndAllowThreads(__tstate);
16759 if (PyErr_Occurred()) SWIG_fail;
16760 }
16761 resultobj = SWIG_PyObj_FromInt((int)result);
16762 return resultobj;
16763 fail:
16764 return NULL;
16765 }
16766
16767
16768 static PyObject *_wrap_ToolBarBase_SetRows(PyObject *self, PyObject *args, PyObject *kwargs) {
16769 PyObject *resultobj;
16770 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16771 int arg2 ;
16772 PyObject * obj0 = 0 ;
16773 PyObject * obj1 = 0 ;
16774 char *kwnames[] = {
16775 (char *) "self",(char *) "nRows", NULL
16776 };
16777
16778 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetRows",kwnames,&obj0,&obj1)) goto fail;
16779 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16780 {
16781 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16782 if (PyErr_Occurred()) SWIG_fail;
16783 }
16784 {
16785 PyThreadState* __tstate = wxPyBeginAllowThreads();
16786 (arg1)->SetRows(arg2);
16787
16788 wxPyEndAllowThreads(__tstate);
16789 if (PyErr_Occurred()) SWIG_fail;
16790 }
16791 Py_INCREF(Py_None); resultobj = Py_None;
16792 return resultobj;
16793 fail:
16794 return NULL;
16795 }
16796
16797
16798 static PyObject *_wrap_ToolBarBase_SetMaxRowsCols(PyObject *self, PyObject *args, PyObject *kwargs) {
16799 PyObject *resultobj;
16800 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16801 int arg2 ;
16802 int arg3 ;
16803 PyObject * obj0 = 0 ;
16804 PyObject * obj1 = 0 ;
16805 PyObject * obj2 = 0 ;
16806 char *kwnames[] = {
16807 (char *) "self",(char *) "rows",(char *) "cols", NULL
16808 };
16809
16810 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_SetMaxRowsCols",kwnames,&obj0,&obj1,&obj2)) goto fail;
16811 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16812 {
16813 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16814 if (PyErr_Occurred()) SWIG_fail;
16815 }
16816 {
16817 arg3 = (int) SWIG_PyObj_AsInt(obj2);
16818 if (PyErr_Occurred()) SWIG_fail;
16819 }
16820 {
16821 PyThreadState* __tstate = wxPyBeginAllowThreads();
16822 (arg1)->SetMaxRowsCols(arg2,arg3);
16823
16824 wxPyEndAllowThreads(__tstate);
16825 if (PyErr_Occurred()) SWIG_fail;
16826 }
16827 Py_INCREF(Py_None); resultobj = Py_None;
16828 return resultobj;
16829 fail:
16830 return NULL;
16831 }
16832
16833
16834 static PyObject *_wrap_ToolBarBase_GetMaxRows(PyObject *self, PyObject *args, PyObject *kwargs) {
16835 PyObject *resultobj;
16836 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16837 int result;
16838 PyObject * obj0 = 0 ;
16839 char *kwnames[] = {
16840 (char *) "self", NULL
16841 };
16842
16843 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxRows",kwnames,&obj0)) goto fail;
16844 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16845 {
16846 PyThreadState* __tstate = wxPyBeginAllowThreads();
16847 result = (int)(arg1)->GetMaxRows();
16848
16849 wxPyEndAllowThreads(__tstate);
16850 if (PyErr_Occurred()) SWIG_fail;
16851 }
16852 resultobj = SWIG_PyObj_FromInt((int)result);
16853 return resultobj;
16854 fail:
16855 return NULL;
16856 }
16857
16858
16859 static PyObject *_wrap_ToolBarBase_GetMaxCols(PyObject *self, PyObject *args, PyObject *kwargs) {
16860 PyObject *resultobj;
16861 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16862 int result;
16863 PyObject * obj0 = 0 ;
16864 char *kwnames[] = {
16865 (char *) "self", NULL
16866 };
16867
16868 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetMaxCols",kwnames,&obj0)) goto fail;
16869 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16870 {
16871 PyThreadState* __tstate = wxPyBeginAllowThreads();
16872 result = (int)(arg1)->GetMaxCols();
16873
16874 wxPyEndAllowThreads(__tstate);
16875 if (PyErr_Occurred()) SWIG_fail;
16876 }
16877 resultobj = SWIG_PyObj_FromInt((int)result);
16878 return resultobj;
16879 fail:
16880 return NULL;
16881 }
16882
16883
16884 static PyObject *_wrap_ToolBarBase_SetToolBitmapSize(PyObject *self, PyObject *args, PyObject *kwargs) {
16885 PyObject *resultobj;
16886 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16887 wxSize *arg2 = 0 ;
16888 wxSize temp2 ;
16889 PyObject * obj0 = 0 ;
16890 PyObject * obj1 = 0 ;
16891 char *kwnames[] = {
16892 (char *) "self",(char *) "size", NULL
16893 };
16894
16895 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_SetToolBitmapSize",kwnames,&obj0,&obj1)) goto fail;
16896 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16897 {
16898 arg2 = &temp2;
16899 if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail;
16900 }
16901 {
16902 PyThreadState* __tstate = wxPyBeginAllowThreads();
16903 (arg1)->SetToolBitmapSize((wxSize const &)*arg2);
16904
16905 wxPyEndAllowThreads(__tstate);
16906 if (PyErr_Occurred()) SWIG_fail;
16907 }
16908 Py_INCREF(Py_None); resultobj = Py_None;
16909 return resultobj;
16910 fail:
16911 return NULL;
16912 }
16913
16914
16915 static PyObject *_wrap_ToolBarBase_GetToolBitmapSize(PyObject *self, PyObject *args, PyObject *kwargs) {
16916 PyObject *resultobj;
16917 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16918 wxSize result;
16919 PyObject * obj0 = 0 ;
16920 char *kwnames[] = {
16921 (char *) "self", NULL
16922 };
16923
16924 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolBitmapSize",kwnames,&obj0)) goto fail;
16925 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16926 {
16927 PyThreadState* __tstate = wxPyBeginAllowThreads();
16928 result = (arg1)->GetToolBitmapSize();
16929
16930 wxPyEndAllowThreads(__tstate);
16931 if (PyErr_Occurred()) SWIG_fail;
16932 }
16933 {
16934 wxSize * resultptr;
16935 resultptr = new wxSize((wxSize &) result);
16936 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
16937 }
16938 return resultobj;
16939 fail:
16940 return NULL;
16941 }
16942
16943
16944 static PyObject *_wrap_ToolBarBase_GetToolSize(PyObject *self, PyObject *args, PyObject *kwargs) {
16945 PyObject *resultobj;
16946 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16947 wxSize result;
16948 PyObject * obj0 = 0 ;
16949 char *kwnames[] = {
16950 (char *) "self", NULL
16951 };
16952
16953 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_GetToolSize",kwnames,&obj0)) goto fail;
16954 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16955 {
16956 PyThreadState* __tstate = wxPyBeginAllowThreads();
16957 result = (arg1)->GetToolSize();
16958
16959 wxPyEndAllowThreads(__tstate);
16960 if (PyErr_Occurred()) SWIG_fail;
16961 }
16962 {
16963 wxSize * resultptr;
16964 resultptr = new wxSize((wxSize &) result);
16965 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
16966 }
16967 return resultobj;
16968 fail:
16969 return NULL;
16970 }
16971
16972
16973 static PyObject *_wrap_ToolBarBase_FindToolForPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
16974 PyObject *resultobj;
16975 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
16976 int arg2 ;
16977 int arg3 ;
16978 wxToolBarToolBase *result;
16979 PyObject * obj0 = 0 ;
16980 PyObject * obj1 = 0 ;
16981 PyObject * obj2 = 0 ;
16982 char *kwnames[] = {
16983 (char *) "self",(char *) "x",(char *) "y", NULL
16984 };
16985
16986 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBarBase_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
16987 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
16988 {
16989 arg2 = (int) SWIG_PyObj_AsInt(obj1);
16990 if (PyErr_Occurred()) SWIG_fail;
16991 }
16992 {
16993 arg3 = (int) SWIG_PyObj_AsInt(obj2);
16994 if (PyErr_Occurred()) SWIG_fail;
16995 }
16996 {
16997 PyThreadState* __tstate = wxPyBeginAllowThreads();
16998 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
16999
17000 wxPyEndAllowThreads(__tstate);
17001 if (PyErr_Occurred()) SWIG_fail;
17002 }
17003 {
17004 resultobj = wxPyMake_wxObject(result);
17005 }
17006 return resultobj;
17007 fail:
17008 return NULL;
17009 }
17010
17011
17012 static PyObject *_wrap_ToolBarBase_FindById(PyObject *self, PyObject *args, PyObject *kwargs) {
17013 PyObject *resultobj;
17014 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17015 int arg2 ;
17016 wxToolBarToolBase *result;
17017 PyObject * obj0 = 0 ;
17018 PyObject * obj1 = 0 ;
17019 char *kwnames[] = {
17020 (char *) "self",(char *) "toolid", NULL
17021 };
17022
17023 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ToolBarBase_FindById",kwnames,&obj0,&obj1)) goto fail;
17024 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17025 {
17026 arg2 = (int) SWIG_PyObj_AsInt(obj1);
17027 if (PyErr_Occurred()) SWIG_fail;
17028 }
17029 {
17030 PyThreadState* __tstate = wxPyBeginAllowThreads();
17031 result = (wxToolBarToolBase *)((wxToolBarBase const *)arg1)->FindById(arg2);
17032
17033 wxPyEndAllowThreads(__tstate);
17034 if (PyErr_Occurred()) SWIG_fail;
17035 }
17036 {
17037 resultobj = wxPyMake_wxObject(result);
17038 }
17039 return resultobj;
17040 fail:
17041 return NULL;
17042 }
17043
17044
17045 static PyObject *_wrap_ToolBarBase_IsVertical(PyObject *self, PyObject *args, PyObject *kwargs) {
17046 PyObject *resultobj;
17047 wxToolBarBase *arg1 = (wxToolBarBase *) 0 ;
17048 bool result;
17049 PyObject * obj0 = 0 ;
17050 char *kwnames[] = {
17051 (char *) "self", NULL
17052 };
17053
17054 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ToolBarBase_IsVertical",kwnames,&obj0)) goto fail;
17055 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBarBase,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17056 {
17057 PyThreadState* __tstate = wxPyBeginAllowThreads();
17058 result = (bool)(arg1)->IsVertical();
17059
17060 wxPyEndAllowThreads(__tstate);
17061 if (PyErr_Occurred()) SWIG_fail;
17062 }
17063 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17064 return resultobj;
17065 fail:
17066 return NULL;
17067 }
17068
17069
17070 static PyObject * ToolBarBase_swigregister(PyObject *self, PyObject *args) {
17071 PyObject *obj;
17072 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
17073 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarBase, obj);
17074 Py_INCREF(obj);
17075 return Py_BuildValue((char *)"");
17076 }
17077 static PyObject *_wrap_new_ToolBar(PyObject *self, PyObject *args, PyObject *kwargs) {
17078 PyObject *resultobj;
17079 wxWindow *arg1 = (wxWindow *) 0 ;
17080 int arg2 ;
17081 wxPoint const &arg3_defvalue = wxDefaultPosition ;
17082 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
17083 wxSize const &arg4_defvalue = wxDefaultSize ;
17084 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
17085 long arg5 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
17086 wxString const &arg6_defvalue = wxPyToolBarNameStr ;
17087 wxString *arg6 = (wxString *) &arg6_defvalue ;
17088 wxToolBar *result;
17089 wxPoint temp3 ;
17090 wxSize temp4 ;
17091 bool temp6 = False ;
17092 PyObject * obj0 = 0 ;
17093 PyObject * obj1 = 0 ;
17094 PyObject * obj2 = 0 ;
17095 PyObject * obj3 = 0 ;
17096 PyObject * obj4 = 0 ;
17097 PyObject * obj5 = 0 ;
17098 char *kwnames[] = {
17099 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
17100 };
17101
17102 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_ToolBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
17103 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17104 {
17105 arg2 = (int) SWIG_PyObj_AsInt(obj1);
17106 if (PyErr_Occurred()) SWIG_fail;
17107 }
17108 if (obj2) {
17109 {
17110 arg3 = &temp3;
17111 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
17112 }
17113 }
17114 if (obj3) {
17115 {
17116 arg4 = &temp4;
17117 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
17118 }
17119 }
17120 if (obj4) {
17121 {
17122 arg5 = (long) SWIG_PyObj_AsLong(obj4);
17123 if (PyErr_Occurred()) SWIG_fail;
17124 }
17125 }
17126 if (obj5) {
17127 {
17128 arg6 = wxString_in_helper(obj5);
17129 if (arg6 == NULL) SWIG_fail;
17130 temp6 = True;
17131 }
17132 }
17133 {
17134 PyThreadState* __tstate = wxPyBeginAllowThreads();
17135 result = (wxToolBar *)new wxToolBar(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxString const &)*arg6);
17136
17137 wxPyEndAllowThreads(__tstate);
17138 if (PyErr_Occurred()) SWIG_fail;
17139 }
17140 {
17141 resultobj = wxPyMake_wxObject(result);
17142 }
17143 {
17144 if (temp6)
17145 delete arg6;
17146 }
17147 return resultobj;
17148 fail:
17149 {
17150 if (temp6)
17151 delete arg6;
17152 }
17153 return NULL;
17154 }
17155
17156
17157 static PyObject *_wrap_new_PreToolBar(PyObject *self, PyObject *args, PyObject *kwargs) {
17158 PyObject *resultobj;
17159 wxToolBar *result;
17160 char *kwnames[] = {
17161 NULL
17162 };
17163
17164 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreToolBar",kwnames)) goto fail;
17165 {
17166 PyThreadState* __tstate = wxPyBeginAllowThreads();
17167 result = (wxToolBar *)new wxToolBar();
17168
17169 wxPyEndAllowThreads(__tstate);
17170 if (PyErr_Occurred()) SWIG_fail;
17171 }
17172 {
17173 resultobj = wxPyMake_wxObject(result);
17174 }
17175 return resultobj;
17176 fail:
17177 return NULL;
17178 }
17179
17180
17181 static PyObject *_wrap_ToolBar_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
17182 PyObject *resultobj;
17183 wxToolBar *arg1 = (wxToolBar *) 0 ;
17184 wxWindow *arg2 = (wxWindow *) 0 ;
17185 int arg3 ;
17186 wxPoint const &arg4_defvalue = wxDefaultPosition ;
17187 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
17188 wxSize const &arg5_defvalue = wxDefaultSize ;
17189 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
17190 long arg6 = (long) wxNO_BORDER|wxTB_HORIZONTAL ;
17191 wxString const &arg7_defvalue = wxPyToolBarNameStr ;
17192 wxString *arg7 = (wxString *) &arg7_defvalue ;
17193 bool result;
17194 wxPoint temp4 ;
17195 wxSize temp5 ;
17196 bool temp7 = False ;
17197 PyObject * obj0 = 0 ;
17198 PyObject * obj1 = 0 ;
17199 PyObject * obj2 = 0 ;
17200 PyObject * obj3 = 0 ;
17201 PyObject * obj4 = 0 ;
17202 PyObject * obj5 = 0 ;
17203 PyObject * obj6 = 0 ;
17204 char *kwnames[] = {
17205 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
17206 };
17207
17208 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:ToolBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
17209 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17210 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17211 {
17212 arg3 = (int) SWIG_PyObj_AsInt(obj2);
17213 if (PyErr_Occurred()) SWIG_fail;
17214 }
17215 if (obj3) {
17216 {
17217 arg4 = &temp4;
17218 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
17219 }
17220 }
17221 if (obj4) {
17222 {
17223 arg5 = &temp5;
17224 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
17225 }
17226 }
17227 if (obj5) {
17228 {
17229 arg6 = (long) SWIG_PyObj_AsLong(obj5);
17230 if (PyErr_Occurred()) SWIG_fail;
17231 }
17232 }
17233 if (obj6) {
17234 {
17235 arg7 = wxString_in_helper(obj6);
17236 if (arg7 == NULL) SWIG_fail;
17237 temp7 = True;
17238 }
17239 }
17240 {
17241 PyThreadState* __tstate = wxPyBeginAllowThreads();
17242 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7);
17243
17244 wxPyEndAllowThreads(__tstate);
17245 if (PyErr_Occurred()) SWIG_fail;
17246 }
17247 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17248 {
17249 if (temp7)
17250 delete arg7;
17251 }
17252 return resultobj;
17253 fail:
17254 {
17255 if (temp7)
17256 delete arg7;
17257 }
17258 return NULL;
17259 }
17260
17261
17262 static PyObject *_wrap_ToolBar_FindToolForPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
17263 PyObject *resultobj;
17264 wxToolBar *arg1 = (wxToolBar *) 0 ;
17265 int arg2 ;
17266 int arg3 ;
17267 wxToolBarToolBase *result;
17268 PyObject * obj0 = 0 ;
17269 PyObject * obj1 = 0 ;
17270 PyObject * obj2 = 0 ;
17271 char *kwnames[] = {
17272 (char *) "self",(char *) "x",(char *) "y", NULL
17273 };
17274
17275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ToolBar_FindToolForPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
17276 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxToolBar,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17277 {
17278 arg2 = (int) SWIG_PyObj_AsInt(obj1);
17279 if (PyErr_Occurred()) SWIG_fail;
17280 }
17281 {
17282 arg3 = (int) SWIG_PyObj_AsInt(obj2);
17283 if (PyErr_Occurred()) SWIG_fail;
17284 }
17285 {
17286 PyThreadState* __tstate = wxPyBeginAllowThreads();
17287 result = (wxToolBarToolBase *)(arg1)->FindToolForPosition(arg2,arg3);
17288
17289 wxPyEndAllowThreads(__tstate);
17290 if (PyErr_Occurred()) SWIG_fail;
17291 }
17292 {
17293 resultobj = wxPyMake_wxObject(result);
17294 }
17295 return resultobj;
17296 fail:
17297 return NULL;
17298 }
17299
17300
17301 static PyObject * ToolBar_swigregister(PyObject *self, PyObject *args) {
17302 PyObject *obj;
17303 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
17304 SWIG_TypeClientData(SWIGTYPE_p_wxToolBar, obj);
17305 Py_INCREF(obj);
17306 return Py_BuildValue((char *)"");
17307 }
17308 static int _wrap_ListCtrlNameStr_set(PyObject *_val) {
17309 PyErr_SetString(PyExc_TypeError,"Variable ListCtrlNameStr is read-only.");
17310 return 1;
17311 }
17312
17313
17314 static PyObject *_wrap_ListCtrlNameStr_get() {
17315 PyObject *pyobj;
17316
17317 {
17318 #if wxUSE_UNICODE
17319 pyobj = PyUnicode_FromWideChar((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
17320 #else
17321 pyobj = PyString_FromStringAndSize((&wxPyListCtrlNameStr)->c_str(), (&wxPyListCtrlNameStr)->Len());
17322 #endif
17323 }
17324 return pyobj;
17325 }
17326
17327
17328 static PyObject *_wrap_new_ListItemAttr(PyObject *self, PyObject *args, PyObject *kwargs) {
17329 PyObject *resultobj;
17330 wxColour const &arg1_defvalue = wxNullColour ;
17331 wxColour *arg1 = (wxColour *) &arg1_defvalue ;
17332 wxColour const &arg2_defvalue = wxNullColour ;
17333 wxColour *arg2 = (wxColour *) &arg2_defvalue ;
17334 wxFont const &arg3_defvalue = wxNullFont ;
17335 wxFont *arg3 = (wxFont *) &arg3_defvalue ;
17336 wxListItemAttr *result;
17337 wxColour temp1 ;
17338 wxColour temp2 ;
17339 PyObject * obj0 = 0 ;
17340 PyObject * obj1 = 0 ;
17341 PyObject * obj2 = 0 ;
17342 char *kwnames[] = {
17343 (char *) "colText",(char *) "colBack",(char *) "font", NULL
17344 };
17345
17346 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_ListItemAttr",kwnames,&obj0,&obj1,&obj2)) goto fail;
17347 if (obj0) {
17348 {
17349 arg1 = &temp1;
17350 if ( ! wxColour_helper(obj0, &arg1)) SWIG_fail;
17351 }
17352 }
17353 if (obj1) {
17354 {
17355 arg2 = &temp2;
17356 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
17357 }
17358 }
17359 if (obj2) {
17360 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxFont,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17361 if (arg3 == NULL) {
17362 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
17363 }
17364 }
17365 {
17366 PyThreadState* __tstate = wxPyBeginAllowThreads();
17367 result = (wxListItemAttr *)new wxListItemAttr((wxColour const &)*arg1,(wxColour const &)*arg2,(wxFont const &)*arg3);
17368
17369 wxPyEndAllowThreads(__tstate);
17370 if (PyErr_Occurred()) SWIG_fail;
17371 }
17372 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListItemAttr, 1);
17373 return resultobj;
17374 fail:
17375 return NULL;
17376 }
17377
17378
17379 static PyObject *_wrap_ListItemAttr_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
17380 PyObject *resultobj;
17381 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17382 wxColour *arg2 = 0 ;
17383 wxColour temp2 ;
17384 PyObject * obj0 = 0 ;
17385 PyObject * obj1 = 0 ;
17386 char *kwnames[] = {
17387 (char *) "self",(char *) "colText", NULL
17388 };
17389
17390 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
17391 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17392 {
17393 arg2 = &temp2;
17394 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
17395 }
17396 {
17397 PyThreadState* __tstate = wxPyBeginAllowThreads();
17398 (arg1)->SetTextColour((wxColour const &)*arg2);
17399
17400 wxPyEndAllowThreads(__tstate);
17401 if (PyErr_Occurred()) SWIG_fail;
17402 }
17403 Py_INCREF(Py_None); resultobj = Py_None;
17404 return resultobj;
17405 fail:
17406 return NULL;
17407 }
17408
17409
17410 static PyObject *_wrap_ListItemAttr_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
17411 PyObject *resultobj;
17412 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17413 wxColour *arg2 = 0 ;
17414 wxColour temp2 ;
17415 PyObject * obj0 = 0 ;
17416 PyObject * obj1 = 0 ;
17417 char *kwnames[] = {
17418 (char *) "self",(char *) "colBack", NULL
17419 };
17420
17421 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
17422 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17423 {
17424 arg2 = &temp2;
17425 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
17426 }
17427 {
17428 PyThreadState* __tstate = wxPyBeginAllowThreads();
17429 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
17430
17431 wxPyEndAllowThreads(__tstate);
17432 if (PyErr_Occurred()) SWIG_fail;
17433 }
17434 Py_INCREF(Py_None); resultobj = Py_None;
17435 return resultobj;
17436 fail:
17437 return NULL;
17438 }
17439
17440
17441 static PyObject *_wrap_ListItemAttr_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
17442 PyObject *resultobj;
17443 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17444 wxFont *arg2 = 0 ;
17445 PyObject * obj0 = 0 ;
17446 PyObject * obj1 = 0 ;
17447 char *kwnames[] = {
17448 (char *) "self",(char *) "font", NULL
17449 };
17450
17451 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItemAttr_SetFont",kwnames,&obj0,&obj1)) goto fail;
17452 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17453 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxFont,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17454 if (arg2 == NULL) {
17455 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
17456 }
17457 {
17458 PyThreadState* __tstate = wxPyBeginAllowThreads();
17459 (arg1)->SetFont((wxFont const &)*arg2);
17460
17461 wxPyEndAllowThreads(__tstate);
17462 if (PyErr_Occurred()) SWIG_fail;
17463 }
17464 Py_INCREF(Py_None); resultobj = Py_None;
17465 return resultobj;
17466 fail:
17467 return NULL;
17468 }
17469
17470
17471 static PyObject *_wrap_ListItemAttr_HasTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
17472 PyObject *resultobj;
17473 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17474 bool result;
17475 PyObject * obj0 = 0 ;
17476 char *kwnames[] = {
17477 (char *) "self", NULL
17478 };
17479
17480 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasTextColour",kwnames,&obj0)) goto fail;
17481 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17482 {
17483 PyThreadState* __tstate = wxPyBeginAllowThreads();
17484 result = (bool)(arg1)->HasTextColour();
17485
17486 wxPyEndAllowThreads(__tstate);
17487 if (PyErr_Occurred()) SWIG_fail;
17488 }
17489 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17490 return resultobj;
17491 fail:
17492 return NULL;
17493 }
17494
17495
17496 static PyObject *_wrap_ListItemAttr_HasBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
17497 PyObject *resultobj;
17498 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17499 bool result;
17500 PyObject * obj0 = 0 ;
17501 char *kwnames[] = {
17502 (char *) "self", NULL
17503 };
17504
17505 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasBackgroundColour",kwnames,&obj0)) goto fail;
17506 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17507 {
17508 PyThreadState* __tstate = wxPyBeginAllowThreads();
17509 result = (bool)(arg1)->HasBackgroundColour();
17510
17511 wxPyEndAllowThreads(__tstate);
17512 if (PyErr_Occurred()) SWIG_fail;
17513 }
17514 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17515 return resultobj;
17516 fail:
17517 return NULL;
17518 }
17519
17520
17521 static PyObject *_wrap_ListItemAttr_HasFont(PyObject *self, PyObject *args, PyObject *kwargs) {
17522 PyObject *resultobj;
17523 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17524 bool result;
17525 PyObject * obj0 = 0 ;
17526 char *kwnames[] = {
17527 (char *) "self", NULL
17528 };
17529
17530 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_HasFont",kwnames,&obj0)) goto fail;
17531 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17532 {
17533 PyThreadState* __tstate = wxPyBeginAllowThreads();
17534 result = (bool)(arg1)->HasFont();
17535
17536 wxPyEndAllowThreads(__tstate);
17537 if (PyErr_Occurred()) SWIG_fail;
17538 }
17539 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
17540 return resultobj;
17541 fail:
17542 return NULL;
17543 }
17544
17545
17546 static PyObject *_wrap_ListItemAttr_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
17547 PyObject *resultobj;
17548 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17549 wxColour result;
17550 PyObject * obj0 = 0 ;
17551 char *kwnames[] = {
17552 (char *) "self", NULL
17553 };
17554
17555 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetTextColour",kwnames,&obj0)) goto fail;
17556 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17557 {
17558 PyThreadState* __tstate = wxPyBeginAllowThreads();
17559 result = (arg1)->GetTextColour();
17560
17561 wxPyEndAllowThreads(__tstate);
17562 if (PyErr_Occurred()) SWIG_fail;
17563 }
17564 {
17565 wxColour * resultptr;
17566 resultptr = new wxColour((wxColour &) result);
17567 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxColour, 1);
17568 }
17569 return resultobj;
17570 fail:
17571 return NULL;
17572 }
17573
17574
17575 static PyObject *_wrap_ListItemAttr_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
17576 PyObject *resultobj;
17577 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17578 wxColour result;
17579 PyObject * obj0 = 0 ;
17580 char *kwnames[] = {
17581 (char *) "self", NULL
17582 };
17583
17584 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetBackgroundColour",kwnames,&obj0)) goto fail;
17585 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17586 {
17587 PyThreadState* __tstate = wxPyBeginAllowThreads();
17588 result = (arg1)->GetBackgroundColour();
17589
17590 wxPyEndAllowThreads(__tstate);
17591 if (PyErr_Occurred()) SWIG_fail;
17592 }
17593 {
17594 wxColour * resultptr;
17595 resultptr = new wxColour((wxColour &) result);
17596 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxColour, 1);
17597 }
17598 return resultobj;
17599 fail:
17600 return NULL;
17601 }
17602
17603
17604 static PyObject *_wrap_ListItemAttr_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
17605 PyObject *resultobj;
17606 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17607 wxFont result;
17608 PyObject * obj0 = 0 ;
17609 char *kwnames[] = {
17610 (char *) "self", NULL
17611 };
17612
17613 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_GetFont",kwnames,&obj0)) goto fail;
17614 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17615 {
17616 PyThreadState* __tstate = wxPyBeginAllowThreads();
17617 result = (arg1)->GetFont();
17618
17619 wxPyEndAllowThreads(__tstate);
17620 if (PyErr_Occurred()) SWIG_fail;
17621 }
17622 {
17623 wxFont * resultptr;
17624 resultptr = new wxFont((wxFont &) result);
17625 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxFont, 1);
17626 }
17627 return resultobj;
17628 fail:
17629 return NULL;
17630 }
17631
17632
17633 static PyObject *_wrap_ListItemAttr_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) {
17634 PyObject *resultobj;
17635 wxListItemAttr *arg1 = (wxListItemAttr *) 0 ;
17636 PyObject * obj0 = 0 ;
17637 char *kwnames[] = {
17638 (char *) "self", NULL
17639 };
17640
17641 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItemAttr_Destroy",kwnames,&obj0)) goto fail;
17642 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItemAttr,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17643 {
17644 PyThreadState* __tstate = wxPyBeginAllowThreads();
17645 wxListItemAttr_Destroy(arg1);
17646
17647 wxPyEndAllowThreads(__tstate);
17648 if (PyErr_Occurred()) SWIG_fail;
17649 }
17650 Py_INCREF(Py_None); resultobj = Py_None;
17651 return resultobj;
17652 fail:
17653 return NULL;
17654 }
17655
17656
17657 static PyObject * ListItemAttr_swigregister(PyObject *self, PyObject *args) {
17658 PyObject *obj;
17659 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
17660 SWIG_TypeClientData(SWIGTYPE_p_wxListItemAttr, obj);
17661 Py_INCREF(obj);
17662 return Py_BuildValue((char *)"");
17663 }
17664 static PyObject *_wrap_new_ListItem(PyObject *self, PyObject *args, PyObject *kwargs) {
17665 PyObject *resultobj;
17666 wxListItem *result;
17667 char *kwnames[] = {
17668 NULL
17669 };
17670
17671 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_ListItem",kwnames)) goto fail;
17672 {
17673 PyThreadState* __tstate = wxPyBeginAllowThreads();
17674 result = (wxListItem *)new wxListItem();
17675
17676 wxPyEndAllowThreads(__tstate);
17677 if (PyErr_Occurred()) SWIG_fail;
17678 }
17679 {
17680 resultobj = wxPyMake_wxObject(result);
17681 }
17682 return resultobj;
17683 fail:
17684 return NULL;
17685 }
17686
17687
17688 static PyObject *_wrap_delete_ListItem(PyObject *self, PyObject *args, PyObject *kwargs) {
17689 PyObject *resultobj;
17690 wxListItem *arg1 = (wxListItem *) 0 ;
17691 PyObject * obj0 = 0 ;
17692 char *kwnames[] = {
17693 (char *) "self", NULL
17694 };
17695
17696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ListItem",kwnames,&obj0)) goto fail;
17697 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17698 {
17699 PyThreadState* __tstate = wxPyBeginAllowThreads();
17700 delete arg1;
17701
17702 wxPyEndAllowThreads(__tstate);
17703 if (PyErr_Occurred()) SWIG_fail;
17704 }
17705 Py_INCREF(Py_None); resultobj = Py_None;
17706 return resultobj;
17707 fail:
17708 return NULL;
17709 }
17710
17711
17712 static PyObject *_wrap_ListItem_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
17713 PyObject *resultobj;
17714 wxListItem *arg1 = (wxListItem *) 0 ;
17715 PyObject * obj0 = 0 ;
17716 char *kwnames[] = {
17717 (char *) "self", NULL
17718 };
17719
17720 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_Clear",kwnames,&obj0)) goto fail;
17721 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17722 {
17723 PyThreadState* __tstate = wxPyBeginAllowThreads();
17724 (arg1)->Clear();
17725
17726 wxPyEndAllowThreads(__tstate);
17727 if (PyErr_Occurred()) SWIG_fail;
17728 }
17729 Py_INCREF(Py_None); resultobj = Py_None;
17730 return resultobj;
17731 fail:
17732 return NULL;
17733 }
17734
17735
17736 static PyObject *_wrap_ListItem_ClearAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
17737 PyObject *resultobj;
17738 wxListItem *arg1 = (wxListItem *) 0 ;
17739 PyObject * obj0 = 0 ;
17740 char *kwnames[] = {
17741 (char *) "self", NULL
17742 };
17743
17744 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_ClearAttributes",kwnames,&obj0)) goto fail;
17745 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17746 {
17747 PyThreadState* __tstate = wxPyBeginAllowThreads();
17748 (arg1)->ClearAttributes();
17749
17750 wxPyEndAllowThreads(__tstate);
17751 if (PyErr_Occurred()) SWIG_fail;
17752 }
17753 Py_INCREF(Py_None); resultobj = Py_None;
17754 return resultobj;
17755 fail:
17756 return NULL;
17757 }
17758
17759
17760 static PyObject *_wrap_ListItem_SetMask(PyObject *self, PyObject *args, PyObject *kwargs) {
17761 PyObject *resultobj;
17762 wxListItem *arg1 = (wxListItem *) 0 ;
17763 long arg2 ;
17764 PyObject * obj0 = 0 ;
17765 PyObject * obj1 = 0 ;
17766 char *kwnames[] = {
17767 (char *) "self",(char *) "mask", NULL
17768 };
17769
17770 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetMask",kwnames,&obj0,&obj1)) goto fail;
17771 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17772 {
17773 arg2 = (long) SWIG_PyObj_AsLong(obj1);
17774 if (PyErr_Occurred()) SWIG_fail;
17775 }
17776 {
17777 PyThreadState* __tstate = wxPyBeginAllowThreads();
17778 (arg1)->SetMask(arg2);
17779
17780 wxPyEndAllowThreads(__tstate);
17781 if (PyErr_Occurred()) SWIG_fail;
17782 }
17783 Py_INCREF(Py_None); resultobj = Py_None;
17784 return resultobj;
17785 fail:
17786 return NULL;
17787 }
17788
17789
17790 static PyObject *_wrap_ListItem_SetId(PyObject *self, PyObject *args, PyObject *kwargs) {
17791 PyObject *resultobj;
17792 wxListItem *arg1 = (wxListItem *) 0 ;
17793 long arg2 ;
17794 PyObject * obj0 = 0 ;
17795 PyObject * obj1 = 0 ;
17796 char *kwnames[] = {
17797 (char *) "self",(char *) "id", NULL
17798 };
17799
17800 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetId",kwnames,&obj0,&obj1)) goto fail;
17801 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17802 {
17803 arg2 = (long) SWIG_PyObj_AsLong(obj1);
17804 if (PyErr_Occurred()) SWIG_fail;
17805 }
17806 {
17807 PyThreadState* __tstate = wxPyBeginAllowThreads();
17808 (arg1)->SetId(arg2);
17809
17810 wxPyEndAllowThreads(__tstate);
17811 if (PyErr_Occurred()) SWIG_fail;
17812 }
17813 Py_INCREF(Py_None); resultobj = Py_None;
17814 return resultobj;
17815 fail:
17816 return NULL;
17817 }
17818
17819
17820 static PyObject *_wrap_ListItem_SetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
17821 PyObject *resultobj;
17822 wxListItem *arg1 = (wxListItem *) 0 ;
17823 int arg2 ;
17824 PyObject * obj0 = 0 ;
17825 PyObject * obj1 = 0 ;
17826 char *kwnames[] = {
17827 (char *) "self",(char *) "col", NULL
17828 };
17829
17830 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetColumn",kwnames,&obj0,&obj1)) goto fail;
17831 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17832 {
17833 arg2 = (int) SWIG_PyObj_AsInt(obj1);
17834 if (PyErr_Occurred()) SWIG_fail;
17835 }
17836 {
17837 PyThreadState* __tstate = wxPyBeginAllowThreads();
17838 (arg1)->SetColumn(arg2);
17839
17840 wxPyEndAllowThreads(__tstate);
17841 if (PyErr_Occurred()) SWIG_fail;
17842 }
17843 Py_INCREF(Py_None); resultobj = Py_None;
17844 return resultobj;
17845 fail:
17846 return NULL;
17847 }
17848
17849
17850 static PyObject *_wrap_ListItem_SetState(PyObject *self, PyObject *args, PyObject *kwargs) {
17851 PyObject *resultobj;
17852 wxListItem *arg1 = (wxListItem *) 0 ;
17853 long arg2 ;
17854 PyObject * obj0 = 0 ;
17855 PyObject * obj1 = 0 ;
17856 char *kwnames[] = {
17857 (char *) "self",(char *) "state", NULL
17858 };
17859
17860 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetState",kwnames,&obj0,&obj1)) goto fail;
17861 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17862 {
17863 arg2 = (long) SWIG_PyObj_AsLong(obj1);
17864 if (PyErr_Occurred()) SWIG_fail;
17865 }
17866 {
17867 PyThreadState* __tstate = wxPyBeginAllowThreads();
17868 (arg1)->SetState(arg2);
17869
17870 wxPyEndAllowThreads(__tstate);
17871 if (PyErr_Occurred()) SWIG_fail;
17872 }
17873 Py_INCREF(Py_None); resultobj = Py_None;
17874 return resultobj;
17875 fail:
17876 return NULL;
17877 }
17878
17879
17880 static PyObject *_wrap_ListItem_SetStateMask(PyObject *self, PyObject *args, PyObject *kwargs) {
17881 PyObject *resultobj;
17882 wxListItem *arg1 = (wxListItem *) 0 ;
17883 long arg2 ;
17884 PyObject * obj0 = 0 ;
17885 PyObject * obj1 = 0 ;
17886 char *kwnames[] = {
17887 (char *) "self",(char *) "stateMask", NULL
17888 };
17889
17890 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetStateMask",kwnames,&obj0,&obj1)) goto fail;
17891 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17892 {
17893 arg2 = (long) SWIG_PyObj_AsLong(obj1);
17894 if (PyErr_Occurred()) SWIG_fail;
17895 }
17896 {
17897 PyThreadState* __tstate = wxPyBeginAllowThreads();
17898 (arg1)->SetStateMask(arg2);
17899
17900 wxPyEndAllowThreads(__tstate);
17901 if (PyErr_Occurred()) SWIG_fail;
17902 }
17903 Py_INCREF(Py_None); resultobj = Py_None;
17904 return resultobj;
17905 fail:
17906 return NULL;
17907 }
17908
17909
17910 static PyObject *_wrap_ListItem_SetText(PyObject *self, PyObject *args, PyObject *kwargs) {
17911 PyObject *resultobj;
17912 wxListItem *arg1 = (wxListItem *) 0 ;
17913 wxString *arg2 = 0 ;
17914 bool temp2 = False ;
17915 PyObject * obj0 = 0 ;
17916 PyObject * obj1 = 0 ;
17917 char *kwnames[] = {
17918 (char *) "self",(char *) "text", NULL
17919 };
17920
17921 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetText",kwnames,&obj0,&obj1)) goto fail;
17922 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17923 {
17924 arg2 = wxString_in_helper(obj1);
17925 if (arg2 == NULL) SWIG_fail;
17926 temp2 = True;
17927 }
17928 {
17929 PyThreadState* __tstate = wxPyBeginAllowThreads();
17930 (arg1)->SetText((wxString const &)*arg2);
17931
17932 wxPyEndAllowThreads(__tstate);
17933 if (PyErr_Occurred()) SWIG_fail;
17934 }
17935 Py_INCREF(Py_None); resultobj = Py_None;
17936 {
17937 if (temp2)
17938 delete arg2;
17939 }
17940 return resultobj;
17941 fail:
17942 {
17943 if (temp2)
17944 delete arg2;
17945 }
17946 return NULL;
17947 }
17948
17949
17950 static PyObject *_wrap_ListItem_SetImage(PyObject *self, PyObject *args, PyObject *kwargs) {
17951 PyObject *resultobj;
17952 wxListItem *arg1 = (wxListItem *) 0 ;
17953 int arg2 ;
17954 PyObject * obj0 = 0 ;
17955 PyObject * obj1 = 0 ;
17956 char *kwnames[] = {
17957 (char *) "self",(char *) "image", NULL
17958 };
17959
17960 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetImage",kwnames,&obj0,&obj1)) goto fail;
17961 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17962 {
17963 arg2 = (int) SWIG_PyObj_AsInt(obj1);
17964 if (PyErr_Occurred()) SWIG_fail;
17965 }
17966 {
17967 PyThreadState* __tstate = wxPyBeginAllowThreads();
17968 (arg1)->SetImage(arg2);
17969
17970 wxPyEndAllowThreads(__tstate);
17971 if (PyErr_Occurred()) SWIG_fail;
17972 }
17973 Py_INCREF(Py_None); resultobj = Py_None;
17974 return resultobj;
17975 fail:
17976 return NULL;
17977 }
17978
17979
17980 static PyObject *_wrap_ListItem_SetData(PyObject *self, PyObject *args, PyObject *kwargs) {
17981 PyObject *resultobj;
17982 wxListItem *arg1 = (wxListItem *) 0 ;
17983 long arg2 ;
17984 PyObject * obj0 = 0 ;
17985 PyObject * obj1 = 0 ;
17986 char *kwnames[] = {
17987 (char *) "self",(char *) "data", NULL
17988 };
17989
17990 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetData",kwnames,&obj0,&obj1)) goto fail;
17991 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
17992 {
17993 arg2 = (long) SWIG_PyObj_AsLong(obj1);
17994 if (PyErr_Occurred()) SWIG_fail;
17995 }
17996 {
17997 PyThreadState* __tstate = wxPyBeginAllowThreads();
17998 (arg1)->SetData(arg2);
17999
18000 wxPyEndAllowThreads(__tstate);
18001 if (PyErr_Occurred()) SWIG_fail;
18002 }
18003 Py_INCREF(Py_None); resultobj = Py_None;
18004 return resultobj;
18005 fail:
18006 return NULL;
18007 }
18008
18009
18010 static PyObject *_wrap_ListItem_SetWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
18011 PyObject *resultobj;
18012 wxListItem *arg1 = (wxListItem *) 0 ;
18013 int arg2 ;
18014 PyObject * obj0 = 0 ;
18015 PyObject * obj1 = 0 ;
18016 char *kwnames[] = {
18017 (char *) "self",(char *) "width", NULL
18018 };
18019
18020 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetWidth",kwnames,&obj0,&obj1)) goto fail;
18021 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18022 {
18023 arg2 = (int) SWIG_PyObj_AsInt(obj1);
18024 if (PyErr_Occurred()) SWIG_fail;
18025 }
18026 {
18027 PyThreadState* __tstate = wxPyBeginAllowThreads();
18028 (arg1)->SetWidth(arg2);
18029
18030 wxPyEndAllowThreads(__tstate);
18031 if (PyErr_Occurred()) SWIG_fail;
18032 }
18033 Py_INCREF(Py_None); resultobj = Py_None;
18034 return resultobj;
18035 fail:
18036 return NULL;
18037 }
18038
18039
18040 static PyObject *_wrap_ListItem_SetAlign(PyObject *self, PyObject *args, PyObject *kwargs) {
18041 PyObject *resultobj;
18042 wxListItem *arg1 = (wxListItem *) 0 ;
18043 int arg2 ;
18044 PyObject * obj0 = 0 ;
18045 PyObject * obj1 = 0 ;
18046 char *kwnames[] = {
18047 (char *) "self",(char *) "align", NULL
18048 };
18049
18050 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetAlign",kwnames,&obj0,&obj1)) goto fail;
18051 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18052 {
18053 arg2 = (wxListColumnFormat) SWIG_PyObj_AsInt(obj1);
18054 if (PyErr_Occurred()) SWIG_fail;
18055 }
18056 {
18057 PyThreadState* __tstate = wxPyBeginAllowThreads();
18058 (arg1)->SetAlign((wxListColumnFormat )arg2);
18059
18060 wxPyEndAllowThreads(__tstate);
18061 if (PyErr_Occurred()) SWIG_fail;
18062 }
18063 Py_INCREF(Py_None); resultobj = Py_None;
18064 return resultobj;
18065 fail:
18066 return NULL;
18067 }
18068
18069
18070 static PyObject *_wrap_ListItem_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18071 PyObject *resultobj;
18072 wxListItem *arg1 = (wxListItem *) 0 ;
18073 wxColour *arg2 = 0 ;
18074 wxColour temp2 ;
18075 PyObject * obj0 = 0 ;
18076 PyObject * obj1 = 0 ;
18077 char *kwnames[] = {
18078 (char *) "self",(char *) "colText", NULL
18079 };
18080
18081 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
18082 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18083 {
18084 arg2 = &temp2;
18085 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18086 }
18087 {
18088 PyThreadState* __tstate = wxPyBeginAllowThreads();
18089 (arg1)->SetTextColour((wxColour const &)*arg2);
18090
18091 wxPyEndAllowThreads(__tstate);
18092 if (PyErr_Occurred()) SWIG_fail;
18093 }
18094 Py_INCREF(Py_None); resultobj = Py_None;
18095 return resultobj;
18096 fail:
18097 return NULL;
18098 }
18099
18100
18101 static PyObject *_wrap_ListItem_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18102 PyObject *resultobj;
18103 wxListItem *arg1 = (wxListItem *) 0 ;
18104 wxColour *arg2 = 0 ;
18105 wxColour temp2 ;
18106 PyObject * obj0 = 0 ;
18107 PyObject * obj1 = 0 ;
18108 char *kwnames[] = {
18109 (char *) "self",(char *) "colBack", NULL
18110 };
18111
18112 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
18113 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18114 {
18115 arg2 = &temp2;
18116 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
18117 }
18118 {
18119 PyThreadState* __tstate = wxPyBeginAllowThreads();
18120 (arg1)->SetBackgroundColour((wxColour const &)*arg2);
18121
18122 wxPyEndAllowThreads(__tstate);
18123 if (PyErr_Occurred()) SWIG_fail;
18124 }
18125 Py_INCREF(Py_None); resultobj = Py_None;
18126 return resultobj;
18127 fail:
18128 return NULL;
18129 }
18130
18131
18132 static PyObject *_wrap_ListItem_SetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
18133 PyObject *resultobj;
18134 wxListItem *arg1 = (wxListItem *) 0 ;
18135 wxFont *arg2 = 0 ;
18136 PyObject * obj0 = 0 ;
18137 PyObject * obj1 = 0 ;
18138 char *kwnames[] = {
18139 (char *) "self",(char *) "font", NULL
18140 };
18141
18142 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_SetFont",kwnames,&obj0,&obj1)) goto fail;
18143 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18144 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxFont,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18145 if (arg2 == NULL) {
18146 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
18147 }
18148 {
18149 PyThreadState* __tstate = wxPyBeginAllowThreads();
18150 (arg1)->SetFont((wxFont const &)*arg2);
18151
18152 wxPyEndAllowThreads(__tstate);
18153 if (PyErr_Occurred()) SWIG_fail;
18154 }
18155 Py_INCREF(Py_None); resultobj = Py_None;
18156 return resultobj;
18157 fail:
18158 return NULL;
18159 }
18160
18161
18162 static PyObject *_wrap_ListItem_GetMask(PyObject *self, PyObject *args, PyObject *kwargs) {
18163 PyObject *resultobj;
18164 wxListItem *arg1 = (wxListItem *) 0 ;
18165 long result;
18166 PyObject * obj0 = 0 ;
18167 char *kwnames[] = {
18168 (char *) "self", NULL
18169 };
18170
18171 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetMask",kwnames,&obj0)) goto fail;
18172 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18173 {
18174 PyThreadState* __tstate = wxPyBeginAllowThreads();
18175 result = (long)(arg1)->GetMask();
18176
18177 wxPyEndAllowThreads(__tstate);
18178 if (PyErr_Occurred()) SWIG_fail;
18179 }
18180 resultobj = SWIG_PyObj_FromLong((long)result);
18181 return resultobj;
18182 fail:
18183 return NULL;
18184 }
18185
18186
18187 static PyObject *_wrap_ListItem_GetId(PyObject *self, PyObject *args, PyObject *kwargs) {
18188 PyObject *resultobj;
18189 wxListItem *arg1 = (wxListItem *) 0 ;
18190 long result;
18191 PyObject * obj0 = 0 ;
18192 char *kwnames[] = {
18193 (char *) "self", NULL
18194 };
18195
18196 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetId",kwnames,&obj0)) goto fail;
18197 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18198 {
18199 PyThreadState* __tstate = wxPyBeginAllowThreads();
18200 result = (long)(arg1)->GetId();
18201
18202 wxPyEndAllowThreads(__tstate);
18203 if (PyErr_Occurred()) SWIG_fail;
18204 }
18205 resultobj = SWIG_PyObj_FromLong((long)result);
18206 return resultobj;
18207 fail:
18208 return NULL;
18209 }
18210
18211
18212 static PyObject *_wrap_ListItem_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
18213 PyObject *resultobj;
18214 wxListItem *arg1 = (wxListItem *) 0 ;
18215 int result;
18216 PyObject * obj0 = 0 ;
18217 char *kwnames[] = {
18218 (char *) "self", NULL
18219 };
18220
18221 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetColumn",kwnames,&obj0)) goto fail;
18222 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18223 {
18224 PyThreadState* __tstate = wxPyBeginAllowThreads();
18225 result = (int)(arg1)->GetColumn();
18226
18227 wxPyEndAllowThreads(__tstate);
18228 if (PyErr_Occurred()) SWIG_fail;
18229 }
18230 resultobj = SWIG_PyObj_FromInt((int)result);
18231 return resultobj;
18232 fail:
18233 return NULL;
18234 }
18235
18236
18237 static PyObject *_wrap_ListItem_GetState(PyObject *self, PyObject *args, PyObject *kwargs) {
18238 PyObject *resultobj;
18239 wxListItem *arg1 = (wxListItem *) 0 ;
18240 long result;
18241 PyObject * obj0 = 0 ;
18242 char *kwnames[] = {
18243 (char *) "self", NULL
18244 };
18245
18246 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetState",kwnames,&obj0)) goto fail;
18247 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18248 {
18249 PyThreadState* __tstate = wxPyBeginAllowThreads();
18250 result = (long)(arg1)->GetState();
18251
18252 wxPyEndAllowThreads(__tstate);
18253 if (PyErr_Occurred()) SWIG_fail;
18254 }
18255 resultobj = SWIG_PyObj_FromLong((long)result);
18256 return resultobj;
18257 fail:
18258 return NULL;
18259 }
18260
18261
18262 static PyObject *_wrap_ListItem_GetText(PyObject *self, PyObject *args, PyObject *kwargs) {
18263 PyObject *resultobj;
18264 wxListItem *arg1 = (wxListItem *) 0 ;
18265 wxString *result;
18266 PyObject * obj0 = 0 ;
18267 char *kwnames[] = {
18268 (char *) "self", NULL
18269 };
18270
18271 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetText",kwnames,&obj0)) goto fail;
18272 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18273 {
18274 PyThreadState* __tstate = wxPyBeginAllowThreads();
18275 {
18276 wxString const &_result_ref = (arg1)->GetText();
18277 result = (wxString *) &_result_ref;
18278 }
18279
18280 wxPyEndAllowThreads(__tstate);
18281 if (PyErr_Occurred()) SWIG_fail;
18282 }
18283 {
18284 #if wxUSE_UNICODE
18285 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
18286 #else
18287 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
18288 #endif
18289 }
18290 return resultobj;
18291 fail:
18292 return NULL;
18293 }
18294
18295
18296 static PyObject *_wrap_ListItem_GetImage(PyObject *self, PyObject *args, PyObject *kwargs) {
18297 PyObject *resultobj;
18298 wxListItem *arg1 = (wxListItem *) 0 ;
18299 int result;
18300 PyObject * obj0 = 0 ;
18301 char *kwnames[] = {
18302 (char *) "self", NULL
18303 };
18304
18305 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetImage",kwnames,&obj0)) goto fail;
18306 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18307 {
18308 PyThreadState* __tstate = wxPyBeginAllowThreads();
18309 result = (int)(arg1)->GetImage();
18310
18311 wxPyEndAllowThreads(__tstate);
18312 if (PyErr_Occurred()) SWIG_fail;
18313 }
18314 resultobj = SWIG_PyObj_FromInt((int)result);
18315 return resultobj;
18316 fail:
18317 return NULL;
18318 }
18319
18320
18321 static PyObject *_wrap_ListItem_GetData(PyObject *self, PyObject *args, PyObject *kwargs) {
18322 PyObject *resultobj;
18323 wxListItem *arg1 = (wxListItem *) 0 ;
18324 long result;
18325 PyObject * obj0 = 0 ;
18326 char *kwnames[] = {
18327 (char *) "self", NULL
18328 };
18329
18330 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetData",kwnames,&obj0)) goto fail;
18331 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18332 {
18333 PyThreadState* __tstate = wxPyBeginAllowThreads();
18334 result = (long)(arg1)->GetData();
18335
18336 wxPyEndAllowThreads(__tstate);
18337 if (PyErr_Occurred()) SWIG_fail;
18338 }
18339 resultobj = SWIG_PyObj_FromLong((long)result);
18340 return resultobj;
18341 fail:
18342 return NULL;
18343 }
18344
18345
18346 static PyObject *_wrap_ListItem_GetWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
18347 PyObject *resultobj;
18348 wxListItem *arg1 = (wxListItem *) 0 ;
18349 int result;
18350 PyObject * obj0 = 0 ;
18351 char *kwnames[] = {
18352 (char *) "self", NULL
18353 };
18354
18355 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetWidth",kwnames,&obj0)) goto fail;
18356 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18357 {
18358 PyThreadState* __tstate = wxPyBeginAllowThreads();
18359 result = (int)(arg1)->GetWidth();
18360
18361 wxPyEndAllowThreads(__tstate);
18362 if (PyErr_Occurred()) SWIG_fail;
18363 }
18364 resultobj = SWIG_PyObj_FromInt((int)result);
18365 return resultobj;
18366 fail:
18367 return NULL;
18368 }
18369
18370
18371 static PyObject *_wrap_ListItem_GetAlign(PyObject *self, PyObject *args, PyObject *kwargs) {
18372 PyObject *resultobj;
18373 wxListItem *arg1 = (wxListItem *) 0 ;
18374 int result;
18375 PyObject * obj0 = 0 ;
18376 char *kwnames[] = {
18377 (char *) "self", NULL
18378 };
18379
18380 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAlign",kwnames,&obj0)) goto fail;
18381 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18382 {
18383 PyThreadState* __tstate = wxPyBeginAllowThreads();
18384 result = (int)(arg1)->GetAlign();
18385
18386 wxPyEndAllowThreads(__tstate);
18387 if (PyErr_Occurred()) SWIG_fail;
18388 }
18389 resultobj = SWIG_PyObj_FromInt((int)result);
18390 return resultobj;
18391 fail:
18392 return NULL;
18393 }
18394
18395
18396 static PyObject *_wrap_ListItem_GetAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
18397 PyObject *resultobj;
18398 wxListItem *arg1 = (wxListItem *) 0 ;
18399 wxListItemAttr *result;
18400 PyObject * obj0 = 0 ;
18401 char *kwnames[] = {
18402 (char *) "self", NULL
18403 };
18404
18405 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetAttributes",kwnames,&obj0)) goto fail;
18406 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18407 {
18408 PyThreadState* __tstate = wxPyBeginAllowThreads();
18409 result = (wxListItemAttr *)(arg1)->GetAttributes();
18410
18411 wxPyEndAllowThreads(__tstate);
18412 if (PyErr_Occurred()) SWIG_fail;
18413 }
18414 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListItemAttr, 0);
18415 return resultobj;
18416 fail:
18417 return NULL;
18418 }
18419
18420
18421 static PyObject *_wrap_ListItem_HasAttributes(PyObject *self, PyObject *args, PyObject *kwargs) {
18422 PyObject *resultobj;
18423 wxListItem *arg1 = (wxListItem *) 0 ;
18424 bool result;
18425 PyObject * obj0 = 0 ;
18426 char *kwnames[] = {
18427 (char *) "self", NULL
18428 };
18429
18430 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_HasAttributes",kwnames,&obj0)) goto fail;
18431 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18432 {
18433 PyThreadState* __tstate = wxPyBeginAllowThreads();
18434 result = (bool)(arg1)->HasAttributes();
18435
18436 wxPyEndAllowThreads(__tstate);
18437 if (PyErr_Occurred()) SWIG_fail;
18438 }
18439 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
18440 return resultobj;
18441 fail:
18442 return NULL;
18443 }
18444
18445
18446 static PyObject *_wrap_ListItem_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18447 PyObject *resultobj;
18448 wxListItem *arg1 = (wxListItem *) 0 ;
18449 wxColour result;
18450 PyObject * obj0 = 0 ;
18451 char *kwnames[] = {
18452 (char *) "self", NULL
18453 };
18454
18455 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetTextColour",kwnames,&obj0)) goto fail;
18456 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18457 {
18458 PyThreadState* __tstate = wxPyBeginAllowThreads();
18459 result = ((wxListItem const *)arg1)->GetTextColour();
18460
18461 wxPyEndAllowThreads(__tstate);
18462 if (PyErr_Occurred()) SWIG_fail;
18463 }
18464 {
18465 wxColour * resultptr;
18466 resultptr = new wxColour((wxColour &) result);
18467 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxColour, 1);
18468 }
18469 return resultobj;
18470 fail:
18471 return NULL;
18472 }
18473
18474
18475 static PyObject *_wrap_ListItem_GetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
18476 PyObject *resultobj;
18477 wxListItem *arg1 = (wxListItem *) 0 ;
18478 wxColour result;
18479 PyObject * obj0 = 0 ;
18480 char *kwnames[] = {
18481 (char *) "self", NULL
18482 };
18483
18484 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetBackgroundColour",kwnames,&obj0)) goto fail;
18485 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18486 {
18487 PyThreadState* __tstate = wxPyBeginAllowThreads();
18488 result = ((wxListItem const *)arg1)->GetBackgroundColour();
18489
18490 wxPyEndAllowThreads(__tstate);
18491 if (PyErr_Occurred()) SWIG_fail;
18492 }
18493 {
18494 wxColour * resultptr;
18495 resultptr = new wxColour((wxColour &) result);
18496 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxColour, 1);
18497 }
18498 return resultobj;
18499 fail:
18500 return NULL;
18501 }
18502
18503
18504 static PyObject *_wrap_ListItem_GetFont(PyObject *self, PyObject *args, PyObject *kwargs) {
18505 PyObject *resultobj;
18506 wxListItem *arg1 = (wxListItem *) 0 ;
18507 wxFont result;
18508 PyObject * obj0 = 0 ;
18509 char *kwnames[] = {
18510 (char *) "self", NULL
18511 };
18512
18513 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_GetFont",kwnames,&obj0)) goto fail;
18514 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18515 {
18516 PyThreadState* __tstate = wxPyBeginAllowThreads();
18517 result = ((wxListItem const *)arg1)->GetFont();
18518
18519 wxPyEndAllowThreads(__tstate);
18520 if (PyErr_Occurred()) SWIG_fail;
18521 }
18522 {
18523 wxFont * resultptr;
18524 resultptr = new wxFont((wxFont &) result);
18525 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxFont, 1);
18526 }
18527 return resultobj;
18528 fail:
18529 return NULL;
18530 }
18531
18532
18533 static PyObject *_wrap_ListItem_m_mask_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18534 PyObject *resultobj;
18535 wxListItem *arg1 = (wxListItem *) 0 ;
18536 long arg2 ;
18537 PyObject * obj0 = 0 ;
18538 PyObject * obj1 = 0 ;
18539 char *kwnames[] = {
18540 (char *) "self",(char *) "m_mask", NULL
18541 };
18542
18543 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_mask_set",kwnames,&obj0,&obj1)) goto fail;
18544 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18545 {
18546 arg2 = (long) SWIG_PyObj_AsLong(obj1);
18547 if (PyErr_Occurred()) SWIG_fail;
18548 }
18549 if (arg1) (arg1)->m_mask = arg2;
18550
18551 Py_INCREF(Py_None); resultobj = Py_None;
18552 return resultobj;
18553 fail:
18554 return NULL;
18555 }
18556
18557
18558 static PyObject *_wrap_ListItem_m_mask_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18559 PyObject *resultobj;
18560 wxListItem *arg1 = (wxListItem *) 0 ;
18561 long result;
18562 PyObject * obj0 = 0 ;
18563 char *kwnames[] = {
18564 (char *) "self", NULL
18565 };
18566
18567 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_mask_get",kwnames,&obj0)) goto fail;
18568 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18569 result = (long) ((arg1)->m_mask);
18570
18571 resultobj = SWIG_PyObj_FromLong((long)result);
18572 return resultobj;
18573 fail:
18574 return NULL;
18575 }
18576
18577
18578 static PyObject *_wrap_ListItem_m_itemId_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18579 PyObject *resultobj;
18580 wxListItem *arg1 = (wxListItem *) 0 ;
18581 long arg2 ;
18582 PyObject * obj0 = 0 ;
18583 PyObject * obj1 = 0 ;
18584 char *kwnames[] = {
18585 (char *) "self",(char *) "m_itemId", NULL
18586 };
18587
18588 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_itemId_set",kwnames,&obj0,&obj1)) goto fail;
18589 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18590 {
18591 arg2 = (long) SWIG_PyObj_AsLong(obj1);
18592 if (PyErr_Occurred()) SWIG_fail;
18593 }
18594 if (arg1) (arg1)->m_itemId = arg2;
18595
18596 Py_INCREF(Py_None); resultobj = Py_None;
18597 return resultobj;
18598 fail:
18599 return NULL;
18600 }
18601
18602
18603 static PyObject *_wrap_ListItem_m_itemId_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18604 PyObject *resultobj;
18605 wxListItem *arg1 = (wxListItem *) 0 ;
18606 long result;
18607 PyObject * obj0 = 0 ;
18608 char *kwnames[] = {
18609 (char *) "self", NULL
18610 };
18611
18612 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_itemId_get",kwnames,&obj0)) goto fail;
18613 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18614 result = (long) ((arg1)->m_itemId);
18615
18616 resultobj = SWIG_PyObj_FromLong((long)result);
18617 return resultobj;
18618 fail:
18619 return NULL;
18620 }
18621
18622
18623 static PyObject *_wrap_ListItem_m_col_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18624 PyObject *resultobj;
18625 wxListItem *arg1 = (wxListItem *) 0 ;
18626 int arg2 ;
18627 PyObject * obj0 = 0 ;
18628 PyObject * obj1 = 0 ;
18629 char *kwnames[] = {
18630 (char *) "self",(char *) "m_col", NULL
18631 };
18632
18633 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_col_set",kwnames,&obj0,&obj1)) goto fail;
18634 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18635 {
18636 arg2 = (int) SWIG_PyObj_AsInt(obj1);
18637 if (PyErr_Occurred()) SWIG_fail;
18638 }
18639 if (arg1) (arg1)->m_col = arg2;
18640
18641 Py_INCREF(Py_None); resultobj = Py_None;
18642 return resultobj;
18643 fail:
18644 return NULL;
18645 }
18646
18647
18648 static PyObject *_wrap_ListItem_m_col_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18649 PyObject *resultobj;
18650 wxListItem *arg1 = (wxListItem *) 0 ;
18651 int result;
18652 PyObject * obj0 = 0 ;
18653 char *kwnames[] = {
18654 (char *) "self", NULL
18655 };
18656
18657 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_col_get",kwnames,&obj0)) goto fail;
18658 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18659 result = (int) ((arg1)->m_col);
18660
18661 resultobj = SWIG_PyObj_FromInt((int)result);
18662 return resultobj;
18663 fail:
18664 return NULL;
18665 }
18666
18667
18668 static PyObject *_wrap_ListItem_m_state_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18669 PyObject *resultobj;
18670 wxListItem *arg1 = (wxListItem *) 0 ;
18671 long arg2 ;
18672 PyObject * obj0 = 0 ;
18673 PyObject * obj1 = 0 ;
18674 char *kwnames[] = {
18675 (char *) "self",(char *) "m_state", NULL
18676 };
18677
18678 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_state_set",kwnames,&obj0,&obj1)) goto fail;
18679 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18680 {
18681 arg2 = (long) SWIG_PyObj_AsLong(obj1);
18682 if (PyErr_Occurred()) SWIG_fail;
18683 }
18684 if (arg1) (arg1)->m_state = arg2;
18685
18686 Py_INCREF(Py_None); resultobj = Py_None;
18687 return resultobj;
18688 fail:
18689 return NULL;
18690 }
18691
18692
18693 static PyObject *_wrap_ListItem_m_state_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18694 PyObject *resultobj;
18695 wxListItem *arg1 = (wxListItem *) 0 ;
18696 long result;
18697 PyObject * obj0 = 0 ;
18698 char *kwnames[] = {
18699 (char *) "self", NULL
18700 };
18701
18702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_state_get",kwnames,&obj0)) goto fail;
18703 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18704 result = (long) ((arg1)->m_state);
18705
18706 resultobj = SWIG_PyObj_FromLong((long)result);
18707 return resultobj;
18708 fail:
18709 return NULL;
18710 }
18711
18712
18713 static PyObject *_wrap_ListItem_m_stateMask_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18714 PyObject *resultobj;
18715 wxListItem *arg1 = (wxListItem *) 0 ;
18716 long arg2 ;
18717 PyObject * obj0 = 0 ;
18718 PyObject * obj1 = 0 ;
18719 char *kwnames[] = {
18720 (char *) "self",(char *) "m_stateMask", NULL
18721 };
18722
18723 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_stateMask_set",kwnames,&obj0,&obj1)) goto fail;
18724 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18725 {
18726 arg2 = (long) SWIG_PyObj_AsLong(obj1);
18727 if (PyErr_Occurred()) SWIG_fail;
18728 }
18729 if (arg1) (arg1)->m_stateMask = arg2;
18730
18731 Py_INCREF(Py_None); resultobj = Py_None;
18732 return resultobj;
18733 fail:
18734 return NULL;
18735 }
18736
18737
18738 static PyObject *_wrap_ListItem_m_stateMask_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18739 PyObject *resultobj;
18740 wxListItem *arg1 = (wxListItem *) 0 ;
18741 long result;
18742 PyObject * obj0 = 0 ;
18743 char *kwnames[] = {
18744 (char *) "self", NULL
18745 };
18746
18747 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_stateMask_get",kwnames,&obj0)) goto fail;
18748 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18749 result = (long) ((arg1)->m_stateMask);
18750
18751 resultobj = SWIG_PyObj_FromLong((long)result);
18752 return resultobj;
18753 fail:
18754 return NULL;
18755 }
18756
18757
18758 static PyObject *_wrap_ListItem_m_text_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18759 PyObject *resultobj;
18760 wxListItem *arg1 = (wxListItem *) 0 ;
18761 wxString *arg2 = (wxString *) 0 ;
18762 bool temp2 = False ;
18763 PyObject * obj0 = 0 ;
18764 PyObject * obj1 = 0 ;
18765 char *kwnames[] = {
18766 (char *) "self",(char *) "m_text", NULL
18767 };
18768
18769 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_text_set",kwnames,&obj0,&obj1)) goto fail;
18770 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18771 {
18772 arg2 = wxString_in_helper(obj1);
18773 if (arg2 == NULL) SWIG_fail;
18774 temp2 = True;
18775 }
18776 if (arg1) (arg1)->m_text = *arg2;
18777
18778 Py_INCREF(Py_None); resultobj = Py_None;
18779 {
18780 if (temp2)
18781 delete arg2;
18782 }
18783 return resultobj;
18784 fail:
18785 {
18786 if (temp2)
18787 delete arg2;
18788 }
18789 return NULL;
18790 }
18791
18792
18793 static PyObject *_wrap_ListItem_m_text_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18794 PyObject *resultobj;
18795 wxListItem *arg1 = (wxListItem *) 0 ;
18796 wxString *result;
18797 PyObject * obj0 = 0 ;
18798 char *kwnames[] = {
18799 (char *) "self", NULL
18800 };
18801
18802 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_text_get",kwnames,&obj0)) goto fail;
18803 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18804 result = (wxString *)& ((arg1)->m_text);
18805
18806 {
18807 #if wxUSE_UNICODE
18808 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
18809 #else
18810 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
18811 #endif
18812 }
18813 return resultobj;
18814 fail:
18815 return NULL;
18816 }
18817
18818
18819 static PyObject *_wrap_ListItem_m_image_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18820 PyObject *resultobj;
18821 wxListItem *arg1 = (wxListItem *) 0 ;
18822 int arg2 ;
18823 PyObject * obj0 = 0 ;
18824 PyObject * obj1 = 0 ;
18825 char *kwnames[] = {
18826 (char *) "self",(char *) "m_image", NULL
18827 };
18828
18829 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_image_set",kwnames,&obj0,&obj1)) goto fail;
18830 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18831 {
18832 arg2 = (int) SWIG_PyObj_AsInt(obj1);
18833 if (PyErr_Occurred()) SWIG_fail;
18834 }
18835 if (arg1) (arg1)->m_image = arg2;
18836
18837 Py_INCREF(Py_None); resultobj = Py_None;
18838 return resultobj;
18839 fail:
18840 return NULL;
18841 }
18842
18843
18844 static PyObject *_wrap_ListItem_m_image_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18845 PyObject *resultobj;
18846 wxListItem *arg1 = (wxListItem *) 0 ;
18847 int result;
18848 PyObject * obj0 = 0 ;
18849 char *kwnames[] = {
18850 (char *) "self", NULL
18851 };
18852
18853 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_image_get",kwnames,&obj0)) goto fail;
18854 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18855 result = (int) ((arg1)->m_image);
18856
18857 resultobj = SWIG_PyObj_FromInt((int)result);
18858 return resultobj;
18859 fail:
18860 return NULL;
18861 }
18862
18863
18864 static PyObject *_wrap_ListItem_m_data_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18865 PyObject *resultobj;
18866 wxListItem *arg1 = (wxListItem *) 0 ;
18867 long arg2 ;
18868 PyObject * obj0 = 0 ;
18869 PyObject * obj1 = 0 ;
18870 char *kwnames[] = {
18871 (char *) "self",(char *) "m_data", NULL
18872 };
18873
18874 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_data_set",kwnames,&obj0,&obj1)) goto fail;
18875 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18876 {
18877 arg2 = (long) SWIG_PyObj_AsLong(obj1);
18878 if (PyErr_Occurred()) SWIG_fail;
18879 }
18880 if (arg1) (arg1)->m_data = arg2;
18881
18882 Py_INCREF(Py_None); resultobj = Py_None;
18883 return resultobj;
18884 fail:
18885 return NULL;
18886 }
18887
18888
18889 static PyObject *_wrap_ListItem_m_data_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18890 PyObject *resultobj;
18891 wxListItem *arg1 = (wxListItem *) 0 ;
18892 long result;
18893 PyObject * obj0 = 0 ;
18894 char *kwnames[] = {
18895 (char *) "self", NULL
18896 };
18897
18898 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_data_get",kwnames,&obj0)) goto fail;
18899 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18900 result = (long) ((arg1)->m_data);
18901
18902 resultobj = SWIG_PyObj_FromLong((long)result);
18903 return resultobj;
18904 fail:
18905 return NULL;
18906 }
18907
18908
18909 static PyObject *_wrap_ListItem_m_format_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18910 PyObject *resultobj;
18911 wxListItem *arg1 = (wxListItem *) 0 ;
18912 int arg2 ;
18913 PyObject * obj0 = 0 ;
18914 PyObject * obj1 = 0 ;
18915 char *kwnames[] = {
18916 (char *) "self",(char *) "m_format", NULL
18917 };
18918
18919 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_format_set",kwnames,&obj0,&obj1)) goto fail;
18920 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18921 {
18922 arg2 = (int) SWIG_PyObj_AsInt(obj1);
18923 if (PyErr_Occurred()) SWIG_fail;
18924 }
18925 if (arg1) (arg1)->m_format = arg2;
18926
18927 Py_INCREF(Py_None); resultobj = Py_None;
18928 return resultobj;
18929 fail:
18930 return NULL;
18931 }
18932
18933
18934 static PyObject *_wrap_ListItem_m_format_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18935 PyObject *resultobj;
18936 wxListItem *arg1 = (wxListItem *) 0 ;
18937 int result;
18938 PyObject * obj0 = 0 ;
18939 char *kwnames[] = {
18940 (char *) "self", NULL
18941 };
18942
18943 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_format_get",kwnames,&obj0)) goto fail;
18944 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18945 result = (int) ((arg1)->m_format);
18946
18947 resultobj = SWIG_PyObj_FromInt((int)result);
18948 return resultobj;
18949 fail:
18950 return NULL;
18951 }
18952
18953
18954 static PyObject *_wrap_ListItem_m_width_set(PyObject *self, PyObject *args, PyObject *kwargs) {
18955 PyObject *resultobj;
18956 wxListItem *arg1 = (wxListItem *) 0 ;
18957 int arg2 ;
18958 PyObject * obj0 = 0 ;
18959 PyObject * obj1 = 0 ;
18960 char *kwnames[] = {
18961 (char *) "self",(char *) "m_width", NULL
18962 };
18963
18964 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListItem_m_width_set",kwnames,&obj0,&obj1)) goto fail;
18965 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18966 {
18967 arg2 = (int) SWIG_PyObj_AsInt(obj1);
18968 if (PyErr_Occurred()) SWIG_fail;
18969 }
18970 if (arg1) (arg1)->m_width = arg2;
18971
18972 Py_INCREF(Py_None); resultobj = Py_None;
18973 return resultobj;
18974 fail:
18975 return NULL;
18976 }
18977
18978
18979 static PyObject *_wrap_ListItem_m_width_get(PyObject *self, PyObject *args, PyObject *kwargs) {
18980 PyObject *resultobj;
18981 wxListItem *arg1 = (wxListItem *) 0 ;
18982 int result;
18983 PyObject * obj0 = 0 ;
18984 char *kwnames[] = {
18985 (char *) "self", NULL
18986 };
18987
18988 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListItem_m_width_get",kwnames,&obj0)) goto fail;
18989 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
18990 result = (int) ((arg1)->m_width);
18991
18992 resultobj = SWIG_PyObj_FromInt((int)result);
18993 return resultobj;
18994 fail:
18995 return NULL;
18996 }
18997
18998
18999 static PyObject * ListItem_swigregister(PyObject *self, PyObject *args) {
19000 PyObject *obj;
19001 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
19002 SWIG_TypeClientData(SWIGTYPE_p_wxListItem, obj);
19003 Py_INCREF(obj);
19004 return Py_BuildValue((char *)"");
19005 }
19006 static PyObject *_wrap_new_ListEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
19007 PyObject *resultobj;
19008 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
19009 int arg2 = (int) 0 ;
19010 wxListEvent *result;
19011 PyObject * obj0 = 0 ;
19012 PyObject * obj1 = 0 ;
19013 char *kwnames[] = {
19014 (char *) "commandType",(char *) "id", NULL
19015 };
19016
19017 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ListEvent",kwnames,&obj0,&obj1)) goto fail;
19018 if (obj0) {
19019 {
19020 arg1 = (wxEventType) SWIG_PyObj_AsInt(obj0);
19021 if (PyErr_Occurred()) SWIG_fail;
19022 }
19023 }
19024 if (obj1) {
19025 {
19026 arg2 = (int) SWIG_PyObj_AsInt(obj1);
19027 if (PyErr_Occurred()) SWIG_fail;
19028 }
19029 }
19030 {
19031 PyThreadState* __tstate = wxPyBeginAllowThreads();
19032 result = (wxListEvent *)new wxListEvent(arg1,arg2);
19033
19034 wxPyEndAllowThreads(__tstate);
19035 if (PyErr_Occurred()) SWIG_fail;
19036 }
19037 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListEvent, 1);
19038 return resultobj;
19039 fail:
19040 return NULL;
19041 }
19042
19043
19044 static PyObject *_wrap_ListEvent_m_code_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19045 PyObject *resultobj;
19046 wxListEvent *arg1 = (wxListEvent *) 0 ;
19047 int arg2 ;
19048 PyObject * obj0 = 0 ;
19049 PyObject * obj1 = 0 ;
19050 char *kwnames[] = {
19051 (char *) "self",(char *) "m_code", NULL
19052 };
19053
19054 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_code_set",kwnames,&obj0,&obj1)) goto fail;
19055 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19056 {
19057 arg2 = (int) SWIG_PyObj_AsInt(obj1);
19058 if (PyErr_Occurred()) SWIG_fail;
19059 }
19060 if (arg1) (arg1)->m_code = arg2;
19061
19062 Py_INCREF(Py_None); resultobj = Py_None;
19063 return resultobj;
19064 fail:
19065 return NULL;
19066 }
19067
19068
19069 static PyObject *_wrap_ListEvent_m_code_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19070 PyObject *resultobj;
19071 wxListEvent *arg1 = (wxListEvent *) 0 ;
19072 int result;
19073 PyObject * obj0 = 0 ;
19074 char *kwnames[] = {
19075 (char *) "self", NULL
19076 };
19077
19078 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_code_get",kwnames,&obj0)) goto fail;
19079 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19080 result = (int) ((arg1)->m_code);
19081
19082 resultobj = SWIG_PyObj_FromInt((int)result);
19083 return resultobj;
19084 fail:
19085 return NULL;
19086 }
19087
19088
19089 static PyObject *_wrap_ListEvent_m_oldItemIndex_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19090 PyObject *resultobj;
19091 wxListEvent *arg1 = (wxListEvent *) 0 ;
19092 long arg2 ;
19093 PyObject * obj0 = 0 ;
19094 PyObject * obj1 = 0 ;
19095 char *kwnames[] = {
19096 (char *) "self",(char *) "m_oldItemIndex", NULL
19097 };
19098
19099 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_oldItemIndex_set",kwnames,&obj0,&obj1)) goto fail;
19100 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19101 {
19102 arg2 = (long) SWIG_PyObj_AsLong(obj1);
19103 if (PyErr_Occurred()) SWIG_fail;
19104 }
19105 if (arg1) (arg1)->m_oldItemIndex = arg2;
19106
19107 Py_INCREF(Py_None); resultobj = Py_None;
19108 return resultobj;
19109 fail:
19110 return NULL;
19111 }
19112
19113
19114 static PyObject *_wrap_ListEvent_m_oldItemIndex_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19115 PyObject *resultobj;
19116 wxListEvent *arg1 = (wxListEvent *) 0 ;
19117 long result;
19118 PyObject * obj0 = 0 ;
19119 char *kwnames[] = {
19120 (char *) "self", NULL
19121 };
19122
19123 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_oldItemIndex_get",kwnames,&obj0)) goto fail;
19124 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19125 result = (long) ((arg1)->m_oldItemIndex);
19126
19127 resultobj = SWIG_PyObj_FromLong((long)result);
19128 return resultobj;
19129 fail:
19130 return NULL;
19131 }
19132
19133
19134 static PyObject *_wrap_ListEvent_m_itemIndex_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19135 PyObject *resultobj;
19136 wxListEvent *arg1 = (wxListEvent *) 0 ;
19137 long arg2 ;
19138 PyObject * obj0 = 0 ;
19139 PyObject * obj1 = 0 ;
19140 char *kwnames[] = {
19141 (char *) "self",(char *) "m_itemIndex", NULL
19142 };
19143
19144 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_itemIndex_set",kwnames,&obj0,&obj1)) goto fail;
19145 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19146 {
19147 arg2 = (long) SWIG_PyObj_AsLong(obj1);
19148 if (PyErr_Occurred()) SWIG_fail;
19149 }
19150 if (arg1) (arg1)->m_itemIndex = arg2;
19151
19152 Py_INCREF(Py_None); resultobj = Py_None;
19153 return resultobj;
19154 fail:
19155 return NULL;
19156 }
19157
19158
19159 static PyObject *_wrap_ListEvent_m_itemIndex_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19160 PyObject *resultobj;
19161 wxListEvent *arg1 = (wxListEvent *) 0 ;
19162 long result;
19163 PyObject * obj0 = 0 ;
19164 char *kwnames[] = {
19165 (char *) "self", NULL
19166 };
19167
19168 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_itemIndex_get",kwnames,&obj0)) goto fail;
19169 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19170 result = (long) ((arg1)->m_itemIndex);
19171
19172 resultobj = SWIG_PyObj_FromLong((long)result);
19173 return resultobj;
19174 fail:
19175 return NULL;
19176 }
19177
19178
19179 static PyObject *_wrap_ListEvent_m_col_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19180 PyObject *resultobj;
19181 wxListEvent *arg1 = (wxListEvent *) 0 ;
19182 int arg2 ;
19183 PyObject * obj0 = 0 ;
19184 PyObject * obj1 = 0 ;
19185 char *kwnames[] = {
19186 (char *) "self",(char *) "m_col", NULL
19187 };
19188
19189 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_col_set",kwnames,&obj0,&obj1)) goto fail;
19190 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19191 {
19192 arg2 = (int) SWIG_PyObj_AsInt(obj1);
19193 if (PyErr_Occurred()) SWIG_fail;
19194 }
19195 if (arg1) (arg1)->m_col = arg2;
19196
19197 Py_INCREF(Py_None); resultobj = Py_None;
19198 return resultobj;
19199 fail:
19200 return NULL;
19201 }
19202
19203
19204 static PyObject *_wrap_ListEvent_m_col_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19205 PyObject *resultobj;
19206 wxListEvent *arg1 = (wxListEvent *) 0 ;
19207 int result;
19208 PyObject * obj0 = 0 ;
19209 char *kwnames[] = {
19210 (char *) "self", NULL
19211 };
19212
19213 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_col_get",kwnames,&obj0)) goto fail;
19214 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19215 result = (int) ((arg1)->m_col);
19216
19217 resultobj = SWIG_PyObj_FromInt((int)result);
19218 return resultobj;
19219 fail:
19220 return NULL;
19221 }
19222
19223
19224 static PyObject *_wrap_ListEvent_m_pointDrag_set(PyObject *self, PyObject *args, PyObject *kwargs) {
19225 PyObject *resultobj;
19226 wxListEvent *arg1 = (wxListEvent *) 0 ;
19227 wxPoint *arg2 = (wxPoint *) 0 ;
19228 PyObject * obj0 = 0 ;
19229 PyObject * obj1 = 0 ;
19230 char *kwnames[] = {
19231 (char *) "self",(char *) "m_pointDrag", NULL
19232 };
19233
19234 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_m_pointDrag_set",kwnames,&obj0,&obj1)) goto fail;
19235 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19236 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxPoint,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19237 if (arg1) (arg1)->m_pointDrag = *arg2;
19238
19239 Py_INCREF(Py_None); resultobj = Py_None;
19240 return resultobj;
19241 fail:
19242 return NULL;
19243 }
19244
19245
19246 static PyObject *_wrap_ListEvent_m_pointDrag_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19247 PyObject *resultobj;
19248 wxListEvent *arg1 = (wxListEvent *) 0 ;
19249 wxPoint *result;
19250 PyObject * obj0 = 0 ;
19251 char *kwnames[] = {
19252 (char *) "self", NULL
19253 };
19254
19255 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_pointDrag_get",kwnames,&obj0)) goto fail;
19256 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19257 result = (wxPoint *)& ((arg1)->m_pointDrag);
19258
19259 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxPoint, 0);
19260 return resultobj;
19261 fail:
19262 return NULL;
19263 }
19264
19265
19266 static PyObject *_wrap_ListEvent_m_item_get(PyObject *self, PyObject *args, PyObject *kwargs) {
19267 PyObject *resultobj;
19268 wxListEvent *arg1 = (wxListEvent *) 0 ;
19269 wxListItem *result;
19270 PyObject * obj0 = 0 ;
19271 char *kwnames[] = {
19272 (char *) "self", NULL
19273 };
19274
19275 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_m_item_get",kwnames,&obj0)) goto fail;
19276 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19277 result = (wxListItem *)& ((arg1)->m_item);
19278
19279 {
19280 resultobj = wxPyMake_wxObject(result);
19281 }
19282 return resultobj;
19283 fail:
19284 return NULL;
19285 }
19286
19287
19288 static PyObject *_wrap_ListEvent_GetKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) {
19289 PyObject *resultobj;
19290 wxListEvent *arg1 = (wxListEvent *) 0 ;
19291 int result;
19292 PyObject * obj0 = 0 ;
19293 char *kwnames[] = {
19294 (char *) "self", NULL
19295 };
19296
19297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetKeyCode",kwnames,&obj0)) goto fail;
19298 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19299 {
19300 PyThreadState* __tstate = wxPyBeginAllowThreads();
19301 result = (int)(arg1)->GetKeyCode();
19302
19303 wxPyEndAllowThreads(__tstate);
19304 if (PyErr_Occurred()) SWIG_fail;
19305 }
19306 resultobj = SWIG_PyObj_FromInt((int)result);
19307 return resultobj;
19308 fail:
19309 return NULL;
19310 }
19311
19312
19313 static PyObject *_wrap_ListEvent_GetIndex(PyObject *self, PyObject *args, PyObject *kwargs) {
19314 PyObject *resultobj;
19315 wxListEvent *arg1 = (wxListEvent *) 0 ;
19316 long result;
19317 PyObject * obj0 = 0 ;
19318 char *kwnames[] = {
19319 (char *) "self", NULL
19320 };
19321
19322 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetIndex",kwnames,&obj0)) goto fail;
19323 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19324 {
19325 PyThreadState* __tstate = wxPyBeginAllowThreads();
19326 result = (long)(arg1)->GetIndex();
19327
19328 wxPyEndAllowThreads(__tstate);
19329 if (PyErr_Occurred()) SWIG_fail;
19330 }
19331 resultobj = SWIG_PyObj_FromLong((long)result);
19332 return resultobj;
19333 fail:
19334 return NULL;
19335 }
19336
19337
19338 static PyObject *_wrap_ListEvent_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
19339 PyObject *resultobj;
19340 wxListEvent *arg1 = (wxListEvent *) 0 ;
19341 int result;
19342 PyObject * obj0 = 0 ;
19343 char *kwnames[] = {
19344 (char *) "self", NULL
19345 };
19346
19347 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetColumn",kwnames,&obj0)) goto fail;
19348 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19349 {
19350 PyThreadState* __tstate = wxPyBeginAllowThreads();
19351 result = (int)(arg1)->GetColumn();
19352
19353 wxPyEndAllowThreads(__tstate);
19354 if (PyErr_Occurred()) SWIG_fail;
19355 }
19356 resultobj = SWIG_PyObj_FromInt((int)result);
19357 return resultobj;
19358 fail:
19359 return NULL;
19360 }
19361
19362
19363 static PyObject *_wrap_ListEvent_GetPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
19364 PyObject *resultobj;
19365 wxListEvent *arg1 = (wxListEvent *) 0 ;
19366 wxPoint result;
19367 PyObject * obj0 = 0 ;
19368 char *kwnames[] = {
19369 (char *) "self", NULL
19370 };
19371
19372 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetPoint",kwnames,&obj0)) goto fail;
19373 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19374 {
19375 PyThreadState* __tstate = wxPyBeginAllowThreads();
19376 result = (arg1)->GetPoint();
19377
19378 wxPyEndAllowThreads(__tstate);
19379 if (PyErr_Occurred()) SWIG_fail;
19380 }
19381 {
19382 wxPoint * resultptr;
19383 resultptr = new wxPoint((wxPoint &) result);
19384 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxPoint, 1);
19385 }
19386 return resultobj;
19387 fail:
19388 return NULL;
19389 }
19390
19391
19392 static PyObject *_wrap_ListEvent_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
19393 PyObject *resultobj;
19394 wxListEvent *arg1 = (wxListEvent *) 0 ;
19395 wxString *result;
19396 PyObject * obj0 = 0 ;
19397 char *kwnames[] = {
19398 (char *) "self", NULL
19399 };
19400
19401 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetLabel",kwnames,&obj0)) goto fail;
19402 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19403 {
19404 PyThreadState* __tstate = wxPyBeginAllowThreads();
19405 {
19406 wxString const &_result_ref = (arg1)->GetLabel();
19407 result = (wxString *) &_result_ref;
19408 }
19409
19410 wxPyEndAllowThreads(__tstate);
19411 if (PyErr_Occurred()) SWIG_fail;
19412 }
19413 {
19414 #if wxUSE_UNICODE
19415 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
19416 #else
19417 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
19418 #endif
19419 }
19420 return resultobj;
19421 fail:
19422 return NULL;
19423 }
19424
19425
19426 static PyObject *_wrap_ListEvent_GetText(PyObject *self, PyObject *args, PyObject *kwargs) {
19427 PyObject *resultobj;
19428 wxListEvent *arg1 = (wxListEvent *) 0 ;
19429 wxString *result;
19430 PyObject * obj0 = 0 ;
19431 char *kwnames[] = {
19432 (char *) "self", NULL
19433 };
19434
19435 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetText",kwnames,&obj0)) goto fail;
19436 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19437 {
19438 PyThreadState* __tstate = wxPyBeginAllowThreads();
19439 {
19440 wxString const &_result_ref = (arg1)->GetText();
19441 result = (wxString *) &_result_ref;
19442 }
19443
19444 wxPyEndAllowThreads(__tstate);
19445 if (PyErr_Occurred()) SWIG_fail;
19446 }
19447 {
19448 #if wxUSE_UNICODE
19449 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
19450 #else
19451 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
19452 #endif
19453 }
19454 return resultobj;
19455 fail:
19456 return NULL;
19457 }
19458
19459
19460 static PyObject *_wrap_ListEvent_GetImage(PyObject *self, PyObject *args, PyObject *kwargs) {
19461 PyObject *resultobj;
19462 wxListEvent *arg1 = (wxListEvent *) 0 ;
19463 int result;
19464 PyObject * obj0 = 0 ;
19465 char *kwnames[] = {
19466 (char *) "self", NULL
19467 };
19468
19469 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetImage",kwnames,&obj0)) goto fail;
19470 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19471 {
19472 PyThreadState* __tstate = wxPyBeginAllowThreads();
19473 result = (int)(arg1)->GetImage();
19474
19475 wxPyEndAllowThreads(__tstate);
19476 if (PyErr_Occurred()) SWIG_fail;
19477 }
19478 resultobj = SWIG_PyObj_FromInt((int)result);
19479 return resultobj;
19480 fail:
19481 return NULL;
19482 }
19483
19484
19485 static PyObject *_wrap_ListEvent_GetData(PyObject *self, PyObject *args, PyObject *kwargs) {
19486 PyObject *resultobj;
19487 wxListEvent *arg1 = (wxListEvent *) 0 ;
19488 long result;
19489 PyObject * obj0 = 0 ;
19490 char *kwnames[] = {
19491 (char *) "self", NULL
19492 };
19493
19494 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetData",kwnames,&obj0)) goto fail;
19495 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19496 {
19497 PyThreadState* __tstate = wxPyBeginAllowThreads();
19498 result = (long)(arg1)->GetData();
19499
19500 wxPyEndAllowThreads(__tstate);
19501 if (PyErr_Occurred()) SWIG_fail;
19502 }
19503 resultobj = SWIG_PyObj_FromLong((long)result);
19504 return resultobj;
19505 fail:
19506 return NULL;
19507 }
19508
19509
19510 static PyObject *_wrap_ListEvent_GetMask(PyObject *self, PyObject *args, PyObject *kwargs) {
19511 PyObject *resultobj;
19512 wxListEvent *arg1 = (wxListEvent *) 0 ;
19513 long result;
19514 PyObject * obj0 = 0 ;
19515 char *kwnames[] = {
19516 (char *) "self", NULL
19517 };
19518
19519 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetMask",kwnames,&obj0)) goto fail;
19520 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19521 {
19522 PyThreadState* __tstate = wxPyBeginAllowThreads();
19523 result = (long)(arg1)->GetMask();
19524
19525 wxPyEndAllowThreads(__tstate);
19526 if (PyErr_Occurred()) SWIG_fail;
19527 }
19528 resultobj = SWIG_PyObj_FromLong((long)result);
19529 return resultobj;
19530 fail:
19531 return NULL;
19532 }
19533
19534
19535 static PyObject *_wrap_ListEvent_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
19536 PyObject *resultobj;
19537 wxListEvent *arg1 = (wxListEvent *) 0 ;
19538 wxListItem *result;
19539 PyObject * obj0 = 0 ;
19540 char *kwnames[] = {
19541 (char *) "self", NULL
19542 };
19543
19544 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetItem",kwnames,&obj0)) goto fail;
19545 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19546 {
19547 PyThreadState* __tstate = wxPyBeginAllowThreads();
19548 {
19549 wxListItem const &_result_ref = (arg1)->GetItem();
19550 result = (wxListItem *) &_result_ref;
19551 }
19552
19553 wxPyEndAllowThreads(__tstate);
19554 if (PyErr_Occurred()) SWIG_fail;
19555 }
19556 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListItem, 0);
19557 return resultobj;
19558 fail:
19559 return NULL;
19560 }
19561
19562
19563 static PyObject *_wrap_ListEvent_GetCacheFrom(PyObject *self, PyObject *args, PyObject *kwargs) {
19564 PyObject *resultobj;
19565 wxListEvent *arg1 = (wxListEvent *) 0 ;
19566 long result;
19567 PyObject * obj0 = 0 ;
19568 char *kwnames[] = {
19569 (char *) "self", NULL
19570 };
19571
19572 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheFrom",kwnames,&obj0)) goto fail;
19573 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19574 {
19575 PyThreadState* __tstate = wxPyBeginAllowThreads();
19576 result = (long)(arg1)->GetCacheFrom();
19577
19578 wxPyEndAllowThreads(__tstate);
19579 if (PyErr_Occurred()) SWIG_fail;
19580 }
19581 resultobj = SWIG_PyObj_FromLong((long)result);
19582 return resultobj;
19583 fail:
19584 return NULL;
19585 }
19586
19587
19588 static PyObject *_wrap_ListEvent_GetCacheTo(PyObject *self, PyObject *args, PyObject *kwargs) {
19589 PyObject *resultobj;
19590 wxListEvent *arg1 = (wxListEvent *) 0 ;
19591 long result;
19592 PyObject * obj0 = 0 ;
19593 char *kwnames[] = {
19594 (char *) "self", NULL
19595 };
19596
19597 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_GetCacheTo",kwnames,&obj0)) goto fail;
19598 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19599 {
19600 PyThreadState* __tstate = wxPyBeginAllowThreads();
19601 result = (long)(arg1)->GetCacheTo();
19602
19603 wxPyEndAllowThreads(__tstate);
19604 if (PyErr_Occurred()) SWIG_fail;
19605 }
19606 resultobj = SWIG_PyObj_FromLong((long)result);
19607 return resultobj;
19608 fail:
19609 return NULL;
19610 }
19611
19612
19613 static PyObject *_wrap_ListEvent_IsEditCancelled(PyObject *self, PyObject *args, PyObject *kwargs) {
19614 PyObject *resultobj;
19615 wxListEvent *arg1 = (wxListEvent *) 0 ;
19616 bool result;
19617 PyObject * obj0 = 0 ;
19618 char *kwnames[] = {
19619 (char *) "self", NULL
19620 };
19621
19622 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
19623 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19624 {
19625 PyThreadState* __tstate = wxPyBeginAllowThreads();
19626 result = (bool)((wxListEvent const *)arg1)->IsEditCancelled();
19627
19628 wxPyEndAllowThreads(__tstate);
19629 if (PyErr_Occurred()) SWIG_fail;
19630 }
19631 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19632 return resultobj;
19633 fail:
19634 return NULL;
19635 }
19636
19637
19638 static PyObject *_wrap_ListEvent_SetEditCanceled(PyObject *self, PyObject *args, PyObject *kwargs) {
19639 PyObject *resultobj;
19640 wxListEvent *arg1 = (wxListEvent *) 0 ;
19641 bool arg2 ;
19642 PyObject * obj0 = 0 ;
19643 PyObject * obj1 = 0 ;
19644 char *kwnames[] = {
19645 (char *) "self",(char *) "editCancelled", NULL
19646 };
19647
19648 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
19649 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19650 {
19651 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
19652 if (PyErr_Occurred()) SWIG_fail;
19653 }
19654 {
19655 PyThreadState* __tstate = wxPyBeginAllowThreads();
19656 (arg1)->SetEditCanceled(arg2);
19657
19658 wxPyEndAllowThreads(__tstate);
19659 if (PyErr_Occurred()) SWIG_fail;
19660 }
19661 Py_INCREF(Py_None); resultobj = Py_None;
19662 return resultobj;
19663 fail:
19664 return NULL;
19665 }
19666
19667
19668 static PyObject * ListEvent_swigregister(PyObject *self, PyObject *args) {
19669 PyObject *obj;
19670 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
19671 SWIG_TypeClientData(SWIGTYPE_p_wxListEvent, obj);
19672 Py_INCREF(obj);
19673 return Py_BuildValue((char *)"");
19674 }
19675 static PyObject *_wrap_new_ListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
19676 PyObject *resultobj;
19677 wxWindow *arg1 = (wxWindow *) 0 ;
19678 int arg2 = (int) -1 ;
19679 wxPoint const &arg3_defvalue = wxDefaultPosition ;
19680 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
19681 wxSize const &arg4_defvalue = wxDefaultSize ;
19682 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
19683 long arg5 = (long) wxLC_ICON ;
19684 wxValidator const &arg6_defvalue = wxDefaultValidator ;
19685 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
19686 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
19687 wxString *arg7 = (wxString *) &arg7_defvalue ;
19688 wxPyListCtrl *result;
19689 wxPoint temp3 ;
19690 wxSize temp4 ;
19691 bool temp7 = False ;
19692 PyObject * obj0 = 0 ;
19693 PyObject * obj1 = 0 ;
19694 PyObject * obj2 = 0 ;
19695 PyObject * obj3 = 0 ;
19696 PyObject * obj4 = 0 ;
19697 PyObject * obj5 = 0 ;
19698 PyObject * obj6 = 0 ;
19699 char *kwnames[] = {
19700 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
19701 };
19702
19703 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
19704 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19705 if (obj1) {
19706 {
19707 arg2 = (int) SWIG_PyObj_AsInt(obj1);
19708 if (PyErr_Occurred()) SWIG_fail;
19709 }
19710 }
19711 if (obj2) {
19712 {
19713 arg3 = &temp3;
19714 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
19715 }
19716 }
19717 if (obj3) {
19718 {
19719 arg4 = &temp4;
19720 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
19721 }
19722 }
19723 if (obj4) {
19724 {
19725 arg5 = (long) SWIG_PyObj_AsLong(obj4);
19726 if (PyErr_Occurred()) SWIG_fail;
19727 }
19728 }
19729 if (obj5) {
19730 if ((SWIG_ConvertPtr(obj5,(void **) &arg6, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19731 if (arg6 == NULL) {
19732 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
19733 }
19734 }
19735 if (obj6) {
19736 {
19737 arg7 = wxString_in_helper(obj6);
19738 if (arg7 == NULL) SWIG_fail;
19739 temp7 = True;
19740 }
19741 }
19742 {
19743 PyThreadState* __tstate = wxPyBeginAllowThreads();
19744 result = (wxPyListCtrl *)new wxPyListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
19745
19746 wxPyEndAllowThreads(__tstate);
19747 if (PyErr_Occurred()) SWIG_fail;
19748 }
19749 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxPyListCtrl, 1);
19750 {
19751 if (temp7)
19752 delete arg7;
19753 }
19754 return resultobj;
19755 fail:
19756 {
19757 if (temp7)
19758 delete arg7;
19759 }
19760 return NULL;
19761 }
19762
19763
19764 static PyObject *_wrap_new_PreListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
19765 PyObject *resultobj;
19766 wxPyListCtrl *result;
19767 char *kwnames[] = {
19768 NULL
19769 };
19770
19771 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListCtrl",kwnames)) goto fail;
19772 {
19773 PyThreadState* __tstate = wxPyBeginAllowThreads();
19774 result = (wxPyListCtrl *)new wxPyListCtrl();
19775
19776 wxPyEndAllowThreads(__tstate);
19777 if (PyErr_Occurred()) SWIG_fail;
19778 }
19779 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxPyListCtrl, 1);
19780 return resultobj;
19781 fail:
19782 return NULL;
19783 }
19784
19785
19786 static PyObject *_wrap_ListCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
19787 PyObject *resultobj;
19788 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
19789 wxWindow *arg2 = (wxWindow *) 0 ;
19790 int arg3 = (int) -1 ;
19791 wxPoint const &arg4_defvalue = wxDefaultPosition ;
19792 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
19793 wxSize const &arg5_defvalue = wxDefaultSize ;
19794 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
19795 long arg6 = (long) wxLC_ICON ;
19796 wxValidator const &arg7_defvalue = wxDefaultValidator ;
19797 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
19798 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
19799 wxString *arg8 = (wxString *) &arg8_defvalue ;
19800 bool result;
19801 wxPoint temp4 ;
19802 wxSize temp5 ;
19803 bool temp8 = False ;
19804 PyObject * obj0 = 0 ;
19805 PyObject * obj1 = 0 ;
19806 PyObject * obj2 = 0 ;
19807 PyObject * obj3 = 0 ;
19808 PyObject * obj4 = 0 ;
19809 PyObject * obj5 = 0 ;
19810 PyObject * obj6 = 0 ;
19811 PyObject * obj7 = 0 ;
19812 char *kwnames[] = {
19813 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
19814 };
19815
19816 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
19817 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19818 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19819 if (obj2) {
19820 {
19821 arg3 = (int) SWIG_PyObj_AsInt(obj2);
19822 if (PyErr_Occurred()) SWIG_fail;
19823 }
19824 }
19825 if (obj3) {
19826 {
19827 arg4 = &temp4;
19828 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
19829 }
19830 }
19831 if (obj4) {
19832 {
19833 arg5 = &temp5;
19834 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
19835 }
19836 }
19837 if (obj5) {
19838 {
19839 arg6 = (long) SWIG_PyObj_AsLong(obj5);
19840 if (PyErr_Occurred()) SWIG_fail;
19841 }
19842 }
19843 if (obj6) {
19844 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19845 if (arg7 == NULL) {
19846 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
19847 }
19848 }
19849 if (obj7) {
19850 {
19851 arg8 = wxString_in_helper(obj7);
19852 if (arg8 == NULL) SWIG_fail;
19853 temp8 = True;
19854 }
19855 }
19856 {
19857 PyThreadState* __tstate = wxPyBeginAllowThreads();
19858 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
19859
19860 wxPyEndAllowThreads(__tstate);
19861 if (PyErr_Occurred()) SWIG_fail;
19862 }
19863 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19864 {
19865 if (temp8)
19866 delete arg8;
19867 }
19868 return resultobj;
19869 fail:
19870 {
19871 if (temp8)
19872 delete arg8;
19873 }
19874 return NULL;
19875 }
19876
19877
19878 static PyObject *_wrap_ListCtrl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
19879 PyObject *resultobj;
19880 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
19881 PyObject *arg2 = (PyObject *) 0 ;
19882 PyObject *arg3 = (PyObject *) 0 ;
19883 PyObject * obj0 = 0 ;
19884 PyObject * obj1 = 0 ;
19885 PyObject * obj2 = 0 ;
19886 char *kwnames[] = {
19887 (char *) "self",(char *) "self",(char *) "_class", NULL
19888 };
19889
19890 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
19891 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19892 arg2 = obj1;
19893 arg3 = obj2;
19894 {
19895 PyThreadState* __tstate = wxPyBeginAllowThreads();
19896 (arg1)->_setCallbackInfo(arg2,arg3);
19897
19898 wxPyEndAllowThreads(__tstate);
19899 if (PyErr_Occurred()) SWIG_fail;
19900 }
19901 Py_INCREF(Py_None); resultobj = Py_None;
19902 return resultobj;
19903 fail:
19904 return NULL;
19905 }
19906
19907
19908 static PyObject *_wrap_ListCtrl_SetForegroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19909 PyObject *resultobj;
19910 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
19911 wxColour *arg2 = 0 ;
19912 bool result;
19913 wxColour temp2 ;
19914 PyObject * obj0 = 0 ;
19915 PyObject * obj1 = 0 ;
19916 char *kwnames[] = {
19917 (char *) "self",(char *) "col", NULL
19918 };
19919
19920 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetForegroundColour",kwnames,&obj0,&obj1)) goto fail;
19921 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19922 {
19923 arg2 = &temp2;
19924 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19925 }
19926 {
19927 PyThreadState* __tstate = wxPyBeginAllowThreads();
19928 result = (bool)(arg1)->SetForegroundColour((wxColour const &)*arg2);
19929
19930 wxPyEndAllowThreads(__tstate);
19931 if (PyErr_Occurred()) SWIG_fail;
19932 }
19933 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19934 return resultobj;
19935 fail:
19936 return NULL;
19937 }
19938
19939
19940 static PyObject *_wrap_ListCtrl_SetBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
19941 PyObject *resultobj;
19942 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
19943 wxColour *arg2 = 0 ;
19944 bool result;
19945 wxColour temp2 ;
19946 PyObject * obj0 = 0 ;
19947 PyObject * obj1 = 0 ;
19948 char *kwnames[] = {
19949 (char *) "self",(char *) "col", NULL
19950 };
19951
19952 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
19953 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19954 {
19955 arg2 = &temp2;
19956 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
19957 }
19958 {
19959 PyThreadState* __tstate = wxPyBeginAllowThreads();
19960 result = (bool)(arg1)->SetBackgroundColour((wxColour const &)*arg2);
19961
19962 wxPyEndAllowThreads(__tstate);
19963 if (PyErr_Occurred()) SWIG_fail;
19964 }
19965 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
19966 return resultobj;
19967 fail:
19968 return NULL;
19969 }
19970
19971
19972 static PyObject *_wrap_ListCtrl_GetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
19973 PyObject *resultobj;
19974 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
19975 int arg2 ;
19976 wxListItem *result;
19977 PyObject * obj0 = 0 ;
19978 PyObject * obj1 = 0 ;
19979 char *kwnames[] = {
19980 (char *) "self",(char *) "col", NULL
19981 };
19982
19983 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumn",kwnames,&obj0,&obj1)) goto fail;
19984 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
19985 {
19986 arg2 = (int) SWIG_PyObj_AsInt(obj1);
19987 if (PyErr_Occurred()) SWIG_fail;
19988 }
19989 {
19990 PyThreadState* __tstate = wxPyBeginAllowThreads();
19991 result = (wxListItem *)wxPyListCtrl_GetColumn(arg1,arg2);
19992
19993 wxPyEndAllowThreads(__tstate);
19994 if (PyErr_Occurred()) SWIG_fail;
19995 }
19996 {
19997 resultobj = wxPyMake_wxObject(result);
19998 }
19999 return resultobj;
20000 fail:
20001 return NULL;
20002 }
20003
20004
20005 static PyObject *_wrap_ListCtrl_SetColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
20006 PyObject *resultobj;
20007 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20008 int arg2 ;
20009 wxListItem *arg3 = 0 ;
20010 bool result;
20011 PyObject * obj0 = 0 ;
20012 PyObject * obj1 = 0 ;
20013 PyObject * obj2 = 0 ;
20014 char *kwnames[] = {
20015 (char *) "self",(char *) "col",(char *) "item", NULL
20016 };
20017
20018 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumn",kwnames,&obj0,&obj1,&obj2)) goto fail;
20019 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20020 {
20021 arg2 = (int) SWIG_PyObj_AsInt(obj1);
20022 if (PyErr_Occurred()) SWIG_fail;
20023 }
20024 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20025 if (arg3 == NULL) {
20026 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
20027 }
20028 {
20029 PyThreadState* __tstate = wxPyBeginAllowThreads();
20030 result = (bool)(arg1)->SetColumn(arg2,*arg3);
20031
20032 wxPyEndAllowThreads(__tstate);
20033 if (PyErr_Occurred()) SWIG_fail;
20034 }
20035 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
20036 return resultobj;
20037 fail:
20038 return NULL;
20039 }
20040
20041
20042 static PyObject *_wrap_ListCtrl_GetColumnWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
20043 PyObject *resultobj;
20044 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20045 int arg2 ;
20046 int result;
20047 PyObject * obj0 = 0 ;
20048 PyObject * obj1 = 0 ;
20049 char *kwnames[] = {
20050 (char *) "self",(char *) "col", NULL
20051 };
20052
20053 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetColumnWidth",kwnames,&obj0,&obj1)) goto fail;
20054 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20055 {
20056 arg2 = (int) SWIG_PyObj_AsInt(obj1);
20057 if (PyErr_Occurred()) SWIG_fail;
20058 }
20059 {
20060 PyThreadState* __tstate = wxPyBeginAllowThreads();
20061 result = (int)((wxPyListCtrl const *)arg1)->GetColumnWidth(arg2);
20062
20063 wxPyEndAllowThreads(__tstate);
20064 if (PyErr_Occurred()) SWIG_fail;
20065 }
20066 resultobj = SWIG_PyObj_FromInt((int)result);
20067 return resultobj;
20068 fail:
20069 return NULL;
20070 }
20071
20072
20073 static PyObject *_wrap_ListCtrl_SetColumnWidth(PyObject *self, PyObject *args, PyObject *kwargs) {
20074 PyObject *resultobj;
20075 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20076 int arg2 ;
20077 int arg3 ;
20078 bool result;
20079 PyObject * obj0 = 0 ;
20080 PyObject * obj1 = 0 ;
20081 PyObject * obj2 = 0 ;
20082 char *kwnames[] = {
20083 (char *) "self",(char *) "col",(char *) "width", NULL
20084 };
20085
20086 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetColumnWidth",kwnames,&obj0,&obj1,&obj2)) goto fail;
20087 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20088 {
20089 arg2 = (int) SWIG_PyObj_AsInt(obj1);
20090 if (PyErr_Occurred()) SWIG_fail;
20091 }
20092 {
20093 arg3 = (int) SWIG_PyObj_AsInt(obj2);
20094 if (PyErr_Occurred()) SWIG_fail;
20095 }
20096 {
20097 PyThreadState* __tstate = wxPyBeginAllowThreads();
20098 result = (bool)(arg1)->SetColumnWidth(arg2,arg3);
20099
20100 wxPyEndAllowThreads(__tstate);
20101 if (PyErr_Occurred()) SWIG_fail;
20102 }
20103 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
20104 return resultobj;
20105 fail:
20106 return NULL;
20107 }
20108
20109
20110 static PyObject *_wrap_ListCtrl_GetCountPerPage(PyObject *self, PyObject *args, PyObject *kwargs) {
20111 PyObject *resultobj;
20112 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20113 int result;
20114 PyObject * obj0 = 0 ;
20115 char *kwnames[] = {
20116 (char *) "self", NULL
20117 };
20118
20119 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetCountPerPage",kwnames,&obj0)) goto fail;
20120 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20121 {
20122 PyThreadState* __tstate = wxPyBeginAllowThreads();
20123 result = (int)((wxPyListCtrl const *)arg1)->GetCountPerPage();
20124
20125 wxPyEndAllowThreads(__tstate);
20126 if (PyErr_Occurred()) SWIG_fail;
20127 }
20128 resultobj = SWIG_PyObj_FromInt((int)result);
20129 return resultobj;
20130 fail:
20131 return NULL;
20132 }
20133
20134
20135 static PyObject *_wrap_ListCtrl_GetViewRect(PyObject *self, PyObject *args, PyObject *kwargs) {
20136 PyObject *resultobj;
20137 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20138 wxRect result;
20139 PyObject * obj0 = 0 ;
20140 char *kwnames[] = {
20141 (char *) "self", NULL
20142 };
20143
20144 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetViewRect",kwnames,&obj0)) goto fail;
20145 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20146 {
20147 PyThreadState* __tstate = wxPyBeginAllowThreads();
20148 result = ((wxPyListCtrl const *)arg1)->GetViewRect();
20149
20150 wxPyEndAllowThreads(__tstate);
20151 if (PyErr_Occurred()) SWIG_fail;
20152 }
20153 {
20154 wxRect * resultptr;
20155 resultptr = new wxRect((wxRect &) result);
20156 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxRect, 1);
20157 }
20158 return resultobj;
20159 fail:
20160 return NULL;
20161 }
20162
20163
20164 static PyObject *_wrap_ListCtrl_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
20165 PyObject *resultobj;
20166 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20167 long arg2 ;
20168 int arg3 = (int) 0 ;
20169 wxListItem *result;
20170 PyObject * obj0 = 0 ;
20171 PyObject * obj1 = 0 ;
20172 PyObject * obj2 = 0 ;
20173 char *kwnames[] = {
20174 (char *) "self",(char *) "itemId",(char *) "col", NULL
20175 };
20176
20177 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
20178 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20179 {
20180 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20181 if (PyErr_Occurred()) SWIG_fail;
20182 }
20183 if (obj2) {
20184 {
20185 arg3 = (int) SWIG_PyObj_AsInt(obj2);
20186 if (PyErr_Occurred()) SWIG_fail;
20187 }
20188 }
20189 {
20190 PyThreadState* __tstate = wxPyBeginAllowThreads();
20191 result = (wxListItem *)wxPyListCtrl_GetItem(arg1,arg2,arg3);
20192
20193 wxPyEndAllowThreads(__tstate);
20194 if (PyErr_Occurred()) SWIG_fail;
20195 }
20196 {
20197 resultobj = wxPyMake_wxObject(result);
20198 }
20199 return resultobj;
20200 fail:
20201 return NULL;
20202 }
20203
20204
20205 static PyObject *_wrap_ListCtrl_SetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
20206 PyObject *resultobj;
20207 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20208 wxListItem *arg2 = 0 ;
20209 bool result;
20210 PyObject * obj0 = 0 ;
20211 PyObject * obj1 = 0 ;
20212 char *kwnames[] = {
20213 (char *) "self",(char *) "info", NULL
20214 };
20215
20216 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItem",kwnames,&obj0,&obj1)) goto fail;
20217 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20218 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20219 if (arg2 == NULL) {
20220 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
20221 }
20222 {
20223 PyThreadState* __tstate = wxPyBeginAllowThreads();
20224 result = (bool)(arg1)->SetItem(*arg2);
20225
20226 wxPyEndAllowThreads(__tstate);
20227 if (PyErr_Occurred()) SWIG_fail;
20228 }
20229 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
20230 return resultobj;
20231 fail:
20232 return NULL;
20233 }
20234
20235
20236 static PyObject *_wrap_ListCtrl_SetStringItem(PyObject *self, PyObject *args, PyObject *kwargs) {
20237 PyObject *resultobj;
20238 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20239 long arg2 ;
20240 int arg3 ;
20241 wxString *arg4 = 0 ;
20242 int arg5 = (int) -1 ;
20243 long result;
20244 bool temp4 = False ;
20245 PyObject * obj0 = 0 ;
20246 PyObject * obj1 = 0 ;
20247 PyObject * obj2 = 0 ;
20248 PyObject * obj3 = 0 ;
20249 PyObject * obj4 = 0 ;
20250 char *kwnames[] = {
20251 (char *) "self",(char *) "index",(char *) "col",(char *) "label",(char *) "imageId", NULL
20252 };
20253
20254 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|O:ListCtrl_SetStringItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
20255 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20256 {
20257 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20258 if (PyErr_Occurred()) SWIG_fail;
20259 }
20260 {
20261 arg3 = (int) SWIG_PyObj_AsInt(obj2);
20262 if (PyErr_Occurred()) SWIG_fail;
20263 }
20264 {
20265 arg4 = wxString_in_helper(obj3);
20266 if (arg4 == NULL) SWIG_fail;
20267 temp4 = True;
20268 }
20269 if (obj4) {
20270 {
20271 arg5 = (int) SWIG_PyObj_AsInt(obj4);
20272 if (PyErr_Occurred()) SWIG_fail;
20273 }
20274 }
20275 {
20276 PyThreadState* __tstate = wxPyBeginAllowThreads();
20277 result = (long)(arg1)->SetItem(arg2,arg3,(wxString const &)*arg4,arg5);
20278
20279 wxPyEndAllowThreads(__tstate);
20280 if (PyErr_Occurred()) SWIG_fail;
20281 }
20282 resultobj = SWIG_PyObj_FromLong((long)result);
20283 {
20284 if (temp4)
20285 delete arg4;
20286 }
20287 return resultobj;
20288 fail:
20289 {
20290 if (temp4)
20291 delete arg4;
20292 }
20293 return NULL;
20294 }
20295
20296
20297 static PyObject *_wrap_ListCtrl_GetItemState(PyObject *self, PyObject *args, PyObject *kwargs) {
20298 PyObject *resultobj;
20299 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20300 long arg2 ;
20301 long arg3 ;
20302 int result;
20303 PyObject * obj0 = 0 ;
20304 PyObject * obj1 = 0 ;
20305 PyObject * obj2 = 0 ;
20306 char *kwnames[] = {
20307 (char *) "self",(char *) "item",(char *) "stateMask", NULL
20308 };
20309
20310 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_GetItemState",kwnames,&obj0,&obj1,&obj2)) goto fail;
20311 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20312 {
20313 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20314 if (PyErr_Occurred()) SWIG_fail;
20315 }
20316 {
20317 arg3 = (long) SWIG_PyObj_AsLong(obj2);
20318 if (PyErr_Occurred()) SWIG_fail;
20319 }
20320 {
20321 PyThreadState* __tstate = wxPyBeginAllowThreads();
20322 result = (int)((wxPyListCtrl const *)arg1)->GetItemState(arg2,arg3);
20323
20324 wxPyEndAllowThreads(__tstate);
20325 if (PyErr_Occurred()) SWIG_fail;
20326 }
20327 resultobj = SWIG_PyObj_FromInt((int)result);
20328 return resultobj;
20329 fail:
20330 return NULL;
20331 }
20332
20333
20334 static PyObject *_wrap_ListCtrl_SetItemState(PyObject *self, PyObject *args, PyObject *kwargs) {
20335 PyObject *resultobj;
20336 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20337 long arg2 ;
20338 long arg3 ;
20339 long arg4 ;
20340 bool result;
20341 PyObject * obj0 = 0 ;
20342 PyObject * obj1 = 0 ;
20343 PyObject * obj2 = 0 ;
20344 PyObject * obj3 = 0 ;
20345 char *kwnames[] = {
20346 (char *) "self",(char *) "item",(char *) "state",(char *) "stateMask", NULL
20347 };
20348
20349 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemState",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
20350 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20351 {
20352 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20353 if (PyErr_Occurred()) SWIG_fail;
20354 }
20355 {
20356 arg3 = (long) SWIG_PyObj_AsLong(obj2);
20357 if (PyErr_Occurred()) SWIG_fail;
20358 }
20359 {
20360 arg4 = (long) SWIG_PyObj_AsLong(obj3);
20361 if (PyErr_Occurred()) SWIG_fail;
20362 }
20363 {
20364 PyThreadState* __tstate = wxPyBeginAllowThreads();
20365 result = (bool)(arg1)->SetItemState(arg2,arg3,arg4);
20366
20367 wxPyEndAllowThreads(__tstate);
20368 if (PyErr_Occurred()) SWIG_fail;
20369 }
20370 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
20371 return resultobj;
20372 fail:
20373 return NULL;
20374 }
20375
20376
20377 static PyObject *_wrap_ListCtrl_SetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) {
20378 PyObject *resultobj;
20379 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20380 long arg2 ;
20381 int arg3 ;
20382 int arg4 ;
20383 bool result;
20384 PyObject * obj0 = 0 ;
20385 PyObject * obj1 = 0 ;
20386 PyObject * obj2 = 0 ;
20387 PyObject * obj3 = 0 ;
20388 char *kwnames[] = {
20389 (char *) "self",(char *) "item",(char *) "image",(char *) "selImage", NULL
20390 };
20391
20392 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
20393 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20394 {
20395 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20396 if (PyErr_Occurred()) SWIG_fail;
20397 }
20398 {
20399 arg3 = (int) SWIG_PyObj_AsInt(obj2);
20400 if (PyErr_Occurred()) SWIG_fail;
20401 }
20402 {
20403 arg4 = (int) SWIG_PyObj_AsInt(obj3);
20404 if (PyErr_Occurred()) SWIG_fail;
20405 }
20406 {
20407 PyThreadState* __tstate = wxPyBeginAllowThreads();
20408 result = (bool)(arg1)->SetItemImage(arg2,arg3,arg4);
20409
20410 wxPyEndAllowThreads(__tstate);
20411 if (PyErr_Occurred()) SWIG_fail;
20412 }
20413 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
20414 return resultobj;
20415 fail:
20416 return NULL;
20417 }
20418
20419
20420 static PyObject *_wrap_ListCtrl_GetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
20421 PyObject *resultobj;
20422 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20423 long arg2 ;
20424 wxString result;
20425 PyObject * obj0 = 0 ;
20426 PyObject * obj1 = 0 ;
20427 char *kwnames[] = {
20428 (char *) "self",(char *) "item", NULL
20429 };
20430
20431 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
20432 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20433 {
20434 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20435 if (PyErr_Occurred()) SWIG_fail;
20436 }
20437 {
20438 PyThreadState* __tstate = wxPyBeginAllowThreads();
20439 result = ((wxPyListCtrl const *)arg1)->GetItemText(arg2);
20440
20441 wxPyEndAllowThreads(__tstate);
20442 if (PyErr_Occurred()) SWIG_fail;
20443 }
20444 {
20445 #if wxUSE_UNICODE
20446 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
20447 #else
20448 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
20449 #endif
20450 }
20451 return resultobj;
20452 fail:
20453 return NULL;
20454 }
20455
20456
20457 static PyObject *_wrap_ListCtrl_SetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
20458 PyObject *resultobj;
20459 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20460 long arg2 ;
20461 wxString *arg3 = 0 ;
20462 bool temp3 = False ;
20463 PyObject * obj0 = 0 ;
20464 PyObject * obj1 = 0 ;
20465 PyObject * obj2 = 0 ;
20466 char *kwnames[] = {
20467 (char *) "self",(char *) "item",(char *) "str", NULL
20468 };
20469
20470 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
20471 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20472 {
20473 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20474 if (PyErr_Occurred()) SWIG_fail;
20475 }
20476 {
20477 arg3 = wxString_in_helper(obj2);
20478 if (arg3 == NULL) SWIG_fail;
20479 temp3 = True;
20480 }
20481 {
20482 PyThreadState* __tstate = wxPyBeginAllowThreads();
20483 (arg1)->SetItemText(arg2,(wxString const &)*arg3);
20484
20485 wxPyEndAllowThreads(__tstate);
20486 if (PyErr_Occurred()) SWIG_fail;
20487 }
20488 Py_INCREF(Py_None); resultobj = Py_None;
20489 {
20490 if (temp3)
20491 delete arg3;
20492 }
20493 return resultobj;
20494 fail:
20495 {
20496 if (temp3)
20497 delete arg3;
20498 }
20499 return NULL;
20500 }
20501
20502
20503 static PyObject *_wrap_ListCtrl_GetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
20504 PyObject *resultobj;
20505 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20506 long arg2 ;
20507 long result;
20508 PyObject * obj0 = 0 ;
20509 PyObject * obj1 = 0 ;
20510 char *kwnames[] = {
20511 (char *) "self",(char *) "item", NULL
20512 };
20513
20514 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
20515 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20516 {
20517 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20518 if (PyErr_Occurred()) SWIG_fail;
20519 }
20520 {
20521 PyThreadState* __tstate = wxPyBeginAllowThreads();
20522 result = (long)((wxPyListCtrl const *)arg1)->GetItemData(arg2);
20523
20524 wxPyEndAllowThreads(__tstate);
20525 if (PyErr_Occurred()) SWIG_fail;
20526 }
20527 resultobj = SWIG_PyObj_FromLong((long)result);
20528 return resultobj;
20529 fail:
20530 return NULL;
20531 }
20532
20533
20534 static PyObject *_wrap_ListCtrl_SetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
20535 PyObject *resultobj;
20536 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20537 long arg2 ;
20538 long arg3 ;
20539 bool result;
20540 PyObject * obj0 = 0 ;
20541 PyObject * obj1 = 0 ;
20542 PyObject * obj2 = 0 ;
20543 char *kwnames[] = {
20544 (char *) "self",(char *) "item",(char *) "data", NULL
20545 };
20546
20547 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
20548 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20549 {
20550 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20551 if (PyErr_Occurred()) SWIG_fail;
20552 }
20553 {
20554 arg3 = (long) SWIG_PyObj_AsLong(obj2);
20555 if (PyErr_Occurred()) SWIG_fail;
20556 }
20557 {
20558 PyThreadState* __tstate = wxPyBeginAllowThreads();
20559 result = (bool)(arg1)->SetItemData(arg2,arg3);
20560
20561 wxPyEndAllowThreads(__tstate);
20562 if (PyErr_Occurred()) SWIG_fail;
20563 }
20564 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
20565 return resultobj;
20566 fail:
20567 return NULL;
20568 }
20569
20570
20571 static PyObject *_wrap_ListCtrl_GetItemPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
20572 PyObject *resultobj;
20573 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20574 long arg2 ;
20575 wxPoint result;
20576 PyObject * obj0 = 0 ;
20577 PyObject * obj1 = 0 ;
20578 char *kwnames[] = {
20579 (char *) "self",(char *) "item", NULL
20580 };
20581
20582 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemPosition",kwnames,&obj0,&obj1)) goto fail;
20583 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20584 {
20585 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20586 if (PyErr_Occurred()) SWIG_fail;
20587 }
20588 {
20589 PyThreadState* __tstate = wxPyBeginAllowThreads();
20590 result = wxPyListCtrl_GetItemPosition(arg1,arg2);
20591
20592 wxPyEndAllowThreads(__tstate);
20593 if (PyErr_Occurred()) SWIG_fail;
20594 }
20595 {
20596 wxPoint * resultptr;
20597 resultptr = new wxPoint((wxPoint &) result);
20598 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxPoint, 1);
20599 }
20600 return resultobj;
20601 fail:
20602 return NULL;
20603 }
20604
20605
20606 static PyObject *_wrap_ListCtrl_GetItemRect(PyObject *self, PyObject *args, PyObject *kwargs) {
20607 PyObject *resultobj;
20608 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20609 long arg2 ;
20610 int arg3 = (int) wxLIST_RECT_BOUNDS ;
20611 wxRect result;
20612 PyObject * obj0 = 0 ;
20613 PyObject * obj1 = 0 ;
20614 PyObject * obj2 = 0 ;
20615 char *kwnames[] = {
20616 (char *) "self",(char *) "item",(char *) "code", NULL
20617 };
20618
20619 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_GetItemRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
20620 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20621 {
20622 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20623 if (PyErr_Occurred()) SWIG_fail;
20624 }
20625 if (obj2) {
20626 {
20627 arg3 = (int) SWIG_PyObj_AsInt(obj2);
20628 if (PyErr_Occurred()) SWIG_fail;
20629 }
20630 }
20631 {
20632 PyThreadState* __tstate = wxPyBeginAllowThreads();
20633 result = wxPyListCtrl_GetItemRect(arg1,arg2,arg3);
20634
20635 wxPyEndAllowThreads(__tstate);
20636 if (PyErr_Occurred()) SWIG_fail;
20637 }
20638 {
20639 wxRect * resultptr;
20640 resultptr = new wxRect((wxRect &) result);
20641 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxRect, 1);
20642 }
20643 return resultobj;
20644 fail:
20645 return NULL;
20646 }
20647
20648
20649 static PyObject *_wrap_ListCtrl_SetItemPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
20650 PyObject *resultobj;
20651 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20652 long arg2 ;
20653 wxPoint *arg3 = 0 ;
20654 bool result;
20655 wxPoint temp3 ;
20656 PyObject * obj0 = 0 ;
20657 PyObject * obj1 = 0 ;
20658 PyObject * obj2 = 0 ;
20659 char *kwnames[] = {
20660 (char *) "self",(char *) "item",(char *) "pos", NULL
20661 };
20662
20663 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemPosition",kwnames,&obj0,&obj1,&obj2)) goto fail;
20664 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20665 {
20666 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20667 if (PyErr_Occurred()) SWIG_fail;
20668 }
20669 {
20670 arg3 = &temp3;
20671 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
20672 }
20673 {
20674 PyThreadState* __tstate = wxPyBeginAllowThreads();
20675 result = (bool)(arg1)->SetItemPosition(arg2,(wxPoint const &)*arg3);
20676
20677 wxPyEndAllowThreads(__tstate);
20678 if (PyErr_Occurred()) SWIG_fail;
20679 }
20680 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
20681 return resultobj;
20682 fail:
20683 return NULL;
20684 }
20685
20686
20687 static PyObject *_wrap_ListCtrl_GetItemCount(PyObject *self, PyObject *args, PyObject *kwargs) {
20688 PyObject *resultobj;
20689 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20690 int result;
20691 PyObject * obj0 = 0 ;
20692 char *kwnames[] = {
20693 (char *) "self", NULL
20694 };
20695
20696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemCount",kwnames,&obj0)) goto fail;
20697 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20698 {
20699 PyThreadState* __tstate = wxPyBeginAllowThreads();
20700 result = (int)((wxPyListCtrl const *)arg1)->GetItemCount();
20701
20702 wxPyEndAllowThreads(__tstate);
20703 if (PyErr_Occurred()) SWIG_fail;
20704 }
20705 resultobj = SWIG_PyObj_FromInt((int)result);
20706 return resultobj;
20707 fail:
20708 return NULL;
20709 }
20710
20711
20712 static PyObject *_wrap_ListCtrl_GetColumnCount(PyObject *self, PyObject *args, PyObject *kwargs) {
20713 PyObject *resultobj;
20714 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20715 int result;
20716 PyObject * obj0 = 0 ;
20717 char *kwnames[] = {
20718 (char *) "self", NULL
20719 };
20720
20721 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetColumnCount",kwnames,&obj0)) goto fail;
20722 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20723 {
20724 PyThreadState* __tstate = wxPyBeginAllowThreads();
20725 result = (int)((wxPyListCtrl const *)arg1)->GetColumnCount();
20726
20727 wxPyEndAllowThreads(__tstate);
20728 if (PyErr_Occurred()) SWIG_fail;
20729 }
20730 resultobj = SWIG_PyObj_FromInt((int)result);
20731 return resultobj;
20732 fail:
20733 return NULL;
20734 }
20735
20736
20737 static PyObject *_wrap_ListCtrl_GetItemSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
20738 PyObject *resultobj;
20739 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20740 wxSize result;
20741 PyObject * obj0 = 0 ;
20742 char *kwnames[] = {
20743 (char *) "self", NULL
20744 };
20745
20746 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetItemSpacing",kwnames,&obj0)) goto fail;
20747 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20748 {
20749 PyThreadState* __tstate = wxPyBeginAllowThreads();
20750 result = ((wxPyListCtrl const *)arg1)->GetItemSpacing();
20751
20752 wxPyEndAllowThreads(__tstate);
20753 if (PyErr_Occurred()) SWIG_fail;
20754 }
20755 {
20756 wxSize * resultptr;
20757 resultptr = new wxSize((wxSize &) result);
20758 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
20759 }
20760 return resultobj;
20761 fail:
20762 return NULL;
20763 }
20764
20765
20766 static PyObject *_wrap_ListCtrl_SetItemSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
20767 PyObject *resultobj;
20768 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20769 int arg2 ;
20770 bool arg3 = (bool) False ;
20771 PyObject * obj0 = 0 ;
20772 PyObject * obj1 = 0 ;
20773 PyObject * obj2 = 0 ;
20774 char *kwnames[] = {
20775 (char *) "self",(char *) "spacing",(char *) "isSmall", NULL
20776 };
20777
20778 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_SetItemSpacing",kwnames,&obj0,&obj1,&obj2)) goto fail;
20779 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20780 {
20781 arg2 = (int) SWIG_PyObj_AsInt(obj1);
20782 if (PyErr_Occurred()) SWIG_fail;
20783 }
20784 if (obj2) {
20785 {
20786 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
20787 if (PyErr_Occurred()) SWIG_fail;
20788 }
20789 }
20790 {
20791 PyThreadState* __tstate = wxPyBeginAllowThreads();
20792 (arg1)->SetItemSpacing(arg2,arg3);
20793
20794 wxPyEndAllowThreads(__tstate);
20795 if (PyErr_Occurred()) SWIG_fail;
20796 }
20797 Py_INCREF(Py_None); resultobj = Py_None;
20798 return resultobj;
20799 fail:
20800 return NULL;
20801 }
20802
20803
20804 static PyObject *_wrap_ListCtrl_GetSelectedItemCount(PyObject *self, PyObject *args, PyObject *kwargs) {
20805 PyObject *resultobj;
20806 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20807 int result;
20808 PyObject * obj0 = 0 ;
20809 char *kwnames[] = {
20810 (char *) "self", NULL
20811 };
20812
20813 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetSelectedItemCount",kwnames,&obj0)) goto fail;
20814 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20815 {
20816 PyThreadState* __tstate = wxPyBeginAllowThreads();
20817 result = (int)((wxPyListCtrl const *)arg1)->GetSelectedItemCount();
20818
20819 wxPyEndAllowThreads(__tstate);
20820 if (PyErr_Occurred()) SWIG_fail;
20821 }
20822 resultobj = SWIG_PyObj_FromInt((int)result);
20823 return resultobj;
20824 fail:
20825 return NULL;
20826 }
20827
20828
20829 static PyObject *_wrap_ListCtrl_GetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
20830 PyObject *resultobj;
20831 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20832 wxColour result;
20833 PyObject * obj0 = 0 ;
20834 char *kwnames[] = {
20835 (char *) "self", NULL
20836 };
20837
20838 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTextColour",kwnames,&obj0)) goto fail;
20839 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20840 {
20841 PyThreadState* __tstate = wxPyBeginAllowThreads();
20842 result = ((wxPyListCtrl const *)arg1)->GetTextColour();
20843
20844 wxPyEndAllowThreads(__tstate);
20845 if (PyErr_Occurred()) SWIG_fail;
20846 }
20847 {
20848 wxColour * resultptr;
20849 resultptr = new wxColour((wxColour &) result);
20850 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxColour, 1);
20851 }
20852 return resultobj;
20853 fail:
20854 return NULL;
20855 }
20856
20857
20858 static PyObject *_wrap_ListCtrl_SetTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
20859 PyObject *resultobj;
20860 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20861 wxColour *arg2 = 0 ;
20862 wxColour temp2 ;
20863 PyObject * obj0 = 0 ;
20864 PyObject * obj1 = 0 ;
20865 char *kwnames[] = {
20866 (char *) "self",(char *) "col", NULL
20867 };
20868
20869 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetTextColour",kwnames,&obj0,&obj1)) goto fail;
20870 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20871 {
20872 arg2 = &temp2;
20873 if ( ! wxColour_helper(obj1, &arg2)) SWIG_fail;
20874 }
20875 {
20876 PyThreadState* __tstate = wxPyBeginAllowThreads();
20877 (arg1)->SetTextColour((wxColour const &)*arg2);
20878
20879 wxPyEndAllowThreads(__tstate);
20880 if (PyErr_Occurred()) SWIG_fail;
20881 }
20882 Py_INCREF(Py_None); resultobj = Py_None;
20883 return resultobj;
20884 fail:
20885 return NULL;
20886 }
20887
20888
20889 static PyObject *_wrap_ListCtrl_GetTopItem(PyObject *self, PyObject *args, PyObject *kwargs) {
20890 PyObject *resultobj;
20891 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20892 long result;
20893 PyObject * obj0 = 0 ;
20894 char *kwnames[] = {
20895 (char *) "self", NULL
20896 };
20897
20898 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetTopItem",kwnames,&obj0)) goto fail;
20899 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20900 {
20901 PyThreadState* __tstate = wxPyBeginAllowThreads();
20902 result = (long)((wxPyListCtrl const *)arg1)->GetTopItem();
20903
20904 wxPyEndAllowThreads(__tstate);
20905 if (PyErr_Occurred()) SWIG_fail;
20906 }
20907 resultobj = SWIG_PyObj_FromLong((long)result);
20908 return resultobj;
20909 fail:
20910 return NULL;
20911 }
20912
20913
20914 static PyObject *_wrap_ListCtrl_SetSingleStyle(PyObject *self, PyObject *args, PyObject *kwargs) {
20915 PyObject *resultobj;
20916 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20917 long arg2 ;
20918 bool arg3 = (bool) True ;
20919 PyObject * obj0 = 0 ;
20920 PyObject * obj1 = 0 ;
20921 PyObject * obj2 = 0 ;
20922 char *kwnames[] = {
20923 (char *) "self",(char *) "style",(char *) "add", NULL
20924 };
20925
20926 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListCtrl_SetSingleStyle",kwnames,&obj0,&obj1,&obj2)) goto fail;
20927 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20928 {
20929 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20930 if (PyErr_Occurred()) SWIG_fail;
20931 }
20932 if (obj2) {
20933 {
20934 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
20935 if (PyErr_Occurred()) SWIG_fail;
20936 }
20937 }
20938 {
20939 PyThreadState* __tstate = wxPyBeginAllowThreads();
20940 (arg1)->SetSingleStyle(arg2,arg3);
20941
20942 wxPyEndAllowThreads(__tstate);
20943 if (PyErr_Occurred()) SWIG_fail;
20944 }
20945 Py_INCREF(Py_None); resultobj = Py_None;
20946 return resultobj;
20947 fail:
20948 return NULL;
20949 }
20950
20951
20952 static PyObject *_wrap_ListCtrl_SetWindowStyleFlag(PyObject *self, PyObject *args, PyObject *kwargs) {
20953 PyObject *resultobj;
20954 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20955 long arg2 ;
20956 PyObject * obj0 = 0 ;
20957 PyObject * obj1 = 0 ;
20958 char *kwnames[] = {
20959 (char *) "self",(char *) "style", NULL
20960 };
20961
20962 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetWindowStyleFlag",kwnames,&obj0,&obj1)) goto fail;
20963 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20964 {
20965 arg2 = (long) SWIG_PyObj_AsLong(obj1);
20966 if (PyErr_Occurred()) SWIG_fail;
20967 }
20968 {
20969 PyThreadState* __tstate = wxPyBeginAllowThreads();
20970 (arg1)->SetWindowStyleFlag(arg2);
20971
20972 wxPyEndAllowThreads(__tstate);
20973 if (PyErr_Occurred()) SWIG_fail;
20974 }
20975 Py_INCREF(Py_None); resultobj = Py_None;
20976 return resultobj;
20977 fail:
20978 return NULL;
20979 }
20980
20981
20982 static PyObject *_wrap_ListCtrl_GetNextItem(PyObject *self, PyObject *args, PyObject *kwargs) {
20983 PyObject *resultobj;
20984 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
20985 long arg2 ;
20986 int arg3 = (int) wxLIST_NEXT_ALL ;
20987 int arg4 = (int) wxLIST_STATE_DONTCARE ;
20988 long result;
20989 PyObject * obj0 = 0 ;
20990 PyObject * obj1 = 0 ;
20991 PyObject * obj2 = 0 ;
20992 PyObject * obj3 = 0 ;
20993 char *kwnames[] = {
20994 (char *) "self",(char *) "item",(char *) "geometry",(char *) "state", NULL
20995 };
20996
20997 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:ListCtrl_GetNextItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
20998 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
20999 {
21000 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21001 if (PyErr_Occurred()) SWIG_fail;
21002 }
21003 if (obj2) {
21004 {
21005 arg3 = (int) SWIG_PyObj_AsInt(obj2);
21006 if (PyErr_Occurred()) SWIG_fail;
21007 }
21008 }
21009 if (obj3) {
21010 {
21011 arg4 = (int) SWIG_PyObj_AsInt(obj3);
21012 if (PyErr_Occurred()) SWIG_fail;
21013 }
21014 }
21015 {
21016 PyThreadState* __tstate = wxPyBeginAllowThreads();
21017 result = (long)((wxPyListCtrl const *)arg1)->GetNextItem(arg2,arg3,arg4);
21018
21019 wxPyEndAllowThreads(__tstate);
21020 if (PyErr_Occurred()) SWIG_fail;
21021 }
21022 resultobj = SWIG_PyObj_FromLong((long)result);
21023 return resultobj;
21024 fail:
21025 return NULL;
21026 }
21027
21028
21029 static PyObject *_wrap_ListCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
21030 PyObject *resultobj;
21031 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21032 int arg2 ;
21033 wxImageList *result;
21034 PyObject * obj0 = 0 ;
21035 PyObject * obj1 = 0 ;
21036 char *kwnames[] = {
21037 (char *) "self",(char *) "which", NULL
21038 };
21039
21040 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetImageList",kwnames,&obj0,&obj1)) goto fail;
21041 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21042 {
21043 arg2 = (int) SWIG_PyObj_AsInt(obj1);
21044 if (PyErr_Occurred()) SWIG_fail;
21045 }
21046 {
21047 PyThreadState* __tstate = wxPyBeginAllowThreads();
21048 result = (wxImageList *)((wxPyListCtrl const *)arg1)->GetImageList(arg2);
21049
21050 wxPyEndAllowThreads(__tstate);
21051 if (PyErr_Occurred()) SWIG_fail;
21052 }
21053 {
21054 resultobj = wxPyMake_wxObject(result);
21055 }
21056 return resultobj;
21057 fail:
21058 return NULL;
21059 }
21060
21061
21062 static PyObject *_wrap_ListCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
21063 PyObject *resultobj;
21064 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21065 wxImageList *arg2 = (wxImageList *) 0 ;
21066 int arg3 ;
21067 PyObject * obj0 = 0 ;
21068 PyObject * obj1 = 0 ;
21069 PyObject * obj2 = 0 ;
21070 char *kwnames[] = {
21071 (char *) "self",(char *) "imageList",(char *) "which", NULL
21072 };
21073
21074 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
21075 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21076 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxImageList,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21077 {
21078 arg3 = (int) SWIG_PyObj_AsInt(obj2);
21079 if (PyErr_Occurred()) SWIG_fail;
21080 }
21081 {
21082 PyThreadState* __tstate = wxPyBeginAllowThreads();
21083 (arg1)->SetImageList(arg2,arg3);
21084
21085 wxPyEndAllowThreads(__tstate);
21086 if (PyErr_Occurred()) SWIG_fail;
21087 }
21088 Py_INCREF(Py_None); resultobj = Py_None;
21089 return resultobj;
21090 fail:
21091 return NULL;
21092 }
21093
21094
21095 static PyObject *_wrap_ListCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
21096 PyObject *resultobj;
21097 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21098 wxImageList *arg2 = (wxImageList *) 0 ;
21099 int arg3 ;
21100 PyObject * obj0 = 0 ;
21101 PyObject * obj1 = 0 ;
21102 PyObject * obj2 = 0 ;
21103 char *kwnames[] = {
21104 (char *) "self",(char *) "imageList",(char *) "which", NULL
21105 };
21106
21107 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_AssignImageList",kwnames,&obj0,&obj1,&obj2)) goto fail;
21108 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21109 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxImageList,SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN )) == -1) SWIG_fail;
21110 {
21111 arg3 = (int) SWIG_PyObj_AsInt(obj2);
21112 if (PyErr_Occurred()) SWIG_fail;
21113 }
21114 {
21115 PyThreadState* __tstate = wxPyBeginAllowThreads();
21116 (arg1)->AssignImageList(arg2,arg3);
21117
21118 wxPyEndAllowThreads(__tstate);
21119 if (PyErr_Occurred()) SWIG_fail;
21120 }
21121 Py_INCREF(Py_None); resultobj = Py_None;
21122 return resultobj;
21123 fail:
21124 return NULL;
21125 }
21126
21127
21128 static PyObject *_wrap_ListCtrl_IsVirtual(PyObject *self, PyObject *args, PyObject *kwargs) {
21129 PyObject *resultobj;
21130 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21131 bool result;
21132 PyObject * obj0 = 0 ;
21133 char *kwnames[] = {
21134 (char *) "self", NULL
21135 };
21136
21137 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_IsVirtual",kwnames,&obj0)) goto fail;
21138 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21139 {
21140 PyThreadState* __tstate = wxPyBeginAllowThreads();
21141 result = (bool)((wxPyListCtrl const *)arg1)->IsVirtual();
21142
21143 wxPyEndAllowThreads(__tstate);
21144 if (PyErr_Occurred()) SWIG_fail;
21145 }
21146 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21147 return resultobj;
21148 fail:
21149 return NULL;
21150 }
21151
21152
21153 static PyObject *_wrap_ListCtrl_RefreshItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21154 PyObject *resultobj;
21155 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21156 long arg2 ;
21157 PyObject * obj0 = 0 ;
21158 PyObject * obj1 = 0 ;
21159 char *kwnames[] = {
21160 (char *) "self",(char *) "item", NULL
21161 };
21162
21163 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_RefreshItem",kwnames,&obj0,&obj1)) goto fail;
21164 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21165 {
21166 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21167 if (PyErr_Occurred()) SWIG_fail;
21168 }
21169 {
21170 PyThreadState* __tstate = wxPyBeginAllowThreads();
21171 (arg1)->RefreshItem(arg2);
21172
21173 wxPyEndAllowThreads(__tstate);
21174 if (PyErr_Occurred()) SWIG_fail;
21175 }
21176 Py_INCREF(Py_None); resultobj = Py_None;
21177 return resultobj;
21178 fail:
21179 return NULL;
21180 }
21181
21182
21183 static PyObject *_wrap_ListCtrl_RefreshItems(PyObject *self, PyObject *args, PyObject *kwargs) {
21184 PyObject *resultobj;
21185 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21186 long arg2 ;
21187 long arg3 ;
21188 PyObject * obj0 = 0 ;
21189 PyObject * obj1 = 0 ;
21190 PyObject * obj2 = 0 ;
21191 char *kwnames[] = {
21192 (char *) "self",(char *) "itemFrom",(char *) "itemTo", NULL
21193 };
21194
21195 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_RefreshItems",kwnames,&obj0,&obj1,&obj2)) goto fail;
21196 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21197 {
21198 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21199 if (PyErr_Occurred()) SWIG_fail;
21200 }
21201 {
21202 arg3 = (long) SWIG_PyObj_AsLong(obj2);
21203 if (PyErr_Occurred()) SWIG_fail;
21204 }
21205 {
21206 PyThreadState* __tstate = wxPyBeginAllowThreads();
21207 (arg1)->RefreshItems(arg2,arg3);
21208
21209 wxPyEndAllowThreads(__tstate);
21210 if (PyErr_Occurred()) SWIG_fail;
21211 }
21212 Py_INCREF(Py_None); resultobj = Py_None;
21213 return resultobj;
21214 fail:
21215 return NULL;
21216 }
21217
21218
21219 static PyObject *_wrap_ListCtrl_Arrange(PyObject *self, PyObject *args, PyObject *kwargs) {
21220 PyObject *resultobj;
21221 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21222 int arg2 = (int) wxLIST_ALIGN_DEFAULT ;
21223 bool result;
21224 PyObject * obj0 = 0 ;
21225 PyObject * obj1 = 0 ;
21226 char *kwnames[] = {
21227 (char *) "self",(char *) "flag", NULL
21228 };
21229
21230 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ListCtrl_Arrange",kwnames,&obj0,&obj1)) goto fail;
21231 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21232 if (obj1) {
21233 {
21234 arg2 = (int) SWIG_PyObj_AsInt(obj1);
21235 if (PyErr_Occurred()) SWIG_fail;
21236 }
21237 }
21238 {
21239 PyThreadState* __tstate = wxPyBeginAllowThreads();
21240 result = (bool)(arg1)->Arrange(arg2);
21241
21242 wxPyEndAllowThreads(__tstate);
21243 if (PyErr_Occurred()) SWIG_fail;
21244 }
21245 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21246 return resultobj;
21247 fail:
21248 return NULL;
21249 }
21250
21251
21252 static PyObject *_wrap_ListCtrl_DeleteItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21253 PyObject *resultobj;
21254 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21255 long arg2 ;
21256 bool result;
21257 PyObject * obj0 = 0 ;
21258 PyObject * obj1 = 0 ;
21259 char *kwnames[] = {
21260 (char *) "self",(char *) "item", NULL
21261 };
21262
21263 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteItem",kwnames,&obj0,&obj1)) goto fail;
21264 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21265 {
21266 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21267 if (PyErr_Occurred()) SWIG_fail;
21268 }
21269 {
21270 PyThreadState* __tstate = wxPyBeginAllowThreads();
21271 result = (bool)(arg1)->DeleteItem(arg2);
21272
21273 wxPyEndAllowThreads(__tstate);
21274 if (PyErr_Occurred()) SWIG_fail;
21275 }
21276 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21277 return resultobj;
21278 fail:
21279 return NULL;
21280 }
21281
21282
21283 static PyObject *_wrap_ListCtrl_DeleteAllItems(PyObject *self, PyObject *args, PyObject *kwargs) {
21284 PyObject *resultobj;
21285 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21286 bool result;
21287 PyObject * obj0 = 0 ;
21288 char *kwnames[] = {
21289 (char *) "self", NULL
21290 };
21291
21292 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
21293 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21294 {
21295 PyThreadState* __tstate = wxPyBeginAllowThreads();
21296 result = (bool)(arg1)->DeleteAllItems();
21297
21298 wxPyEndAllowThreads(__tstate);
21299 if (PyErr_Occurred()) SWIG_fail;
21300 }
21301 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21302 return resultobj;
21303 fail:
21304 return NULL;
21305 }
21306
21307
21308 static PyObject *_wrap_ListCtrl_DeleteColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
21309 PyObject *resultobj;
21310 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21311 int arg2 ;
21312 bool result;
21313 PyObject * obj0 = 0 ;
21314 PyObject * obj1 = 0 ;
21315 char *kwnames[] = {
21316 (char *) "self",(char *) "col", NULL
21317 };
21318
21319 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_DeleteColumn",kwnames,&obj0,&obj1)) goto fail;
21320 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21321 {
21322 arg2 = (int) SWIG_PyObj_AsInt(obj1);
21323 if (PyErr_Occurred()) SWIG_fail;
21324 }
21325 {
21326 PyThreadState* __tstate = wxPyBeginAllowThreads();
21327 result = (bool)(arg1)->DeleteColumn(arg2);
21328
21329 wxPyEndAllowThreads(__tstate);
21330 if (PyErr_Occurred()) SWIG_fail;
21331 }
21332 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21333 return resultobj;
21334 fail:
21335 return NULL;
21336 }
21337
21338
21339 static PyObject *_wrap_ListCtrl_DeleteAllColumns(PyObject *self, PyObject *args, PyObject *kwargs) {
21340 PyObject *resultobj;
21341 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21342 bool result;
21343 PyObject * obj0 = 0 ;
21344 char *kwnames[] = {
21345 (char *) "self", NULL
21346 };
21347
21348 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_DeleteAllColumns",kwnames,&obj0)) goto fail;
21349 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21350 {
21351 PyThreadState* __tstate = wxPyBeginAllowThreads();
21352 result = (bool)(arg1)->DeleteAllColumns();
21353
21354 wxPyEndAllowThreads(__tstate);
21355 if (PyErr_Occurred()) SWIG_fail;
21356 }
21357 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21358 return resultobj;
21359 fail:
21360 return NULL;
21361 }
21362
21363
21364 static PyObject *_wrap_ListCtrl_ClearAll(PyObject *self, PyObject *args, PyObject *kwargs) {
21365 PyObject *resultobj;
21366 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21367 PyObject * obj0 = 0 ;
21368 char *kwnames[] = {
21369 (char *) "self", NULL
21370 };
21371
21372 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_ClearAll",kwnames,&obj0)) goto fail;
21373 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21374 {
21375 PyThreadState* __tstate = wxPyBeginAllowThreads();
21376 (arg1)->ClearAll();
21377
21378 wxPyEndAllowThreads(__tstate);
21379 if (PyErr_Occurred()) SWIG_fail;
21380 }
21381 Py_INCREF(Py_None); resultobj = Py_None;
21382 return resultobj;
21383 fail:
21384 return NULL;
21385 }
21386
21387
21388 static PyObject *_wrap_ListCtrl_EditLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
21389 PyObject *resultobj;
21390 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21391 long arg2 ;
21392 PyObject * obj0 = 0 ;
21393 PyObject * obj1 = 0 ;
21394 char *kwnames[] = {
21395 (char *) "self",(char *) "item", NULL
21396 };
21397
21398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
21399 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21400 {
21401 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21402 if (PyErr_Occurred()) SWIG_fail;
21403 }
21404 {
21405 PyThreadState* __tstate = wxPyBeginAllowThreads();
21406 (arg1)->EditLabel(arg2);
21407
21408 wxPyEndAllowThreads(__tstate);
21409 if (PyErr_Occurred()) SWIG_fail;
21410 }
21411 Py_INCREF(Py_None); resultobj = Py_None;
21412 return resultobj;
21413 fail:
21414 return NULL;
21415 }
21416
21417
21418 static PyObject *_wrap_ListCtrl_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
21419 PyObject *resultobj;
21420 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21421 long arg2 ;
21422 bool result;
21423 PyObject * obj0 = 0 ;
21424 PyObject * obj1 = 0 ;
21425 char *kwnames[] = {
21426 (char *) "self",(char *) "item", NULL
21427 };
21428
21429 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
21430 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21431 {
21432 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21433 if (PyErr_Occurred()) SWIG_fail;
21434 }
21435 {
21436 PyThreadState* __tstate = wxPyBeginAllowThreads();
21437 result = (bool)(arg1)->EnsureVisible(arg2);
21438
21439 wxPyEndAllowThreads(__tstate);
21440 if (PyErr_Occurred()) SWIG_fail;
21441 }
21442 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21443 return resultobj;
21444 fail:
21445 return NULL;
21446 }
21447
21448
21449 static PyObject *_wrap_ListCtrl_FindItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21450 PyObject *resultobj;
21451 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21452 long arg2 ;
21453 wxString *arg3 = 0 ;
21454 bool arg4 = (bool) False ;
21455 long result;
21456 bool temp3 = False ;
21457 PyObject * obj0 = 0 ;
21458 PyObject * obj1 = 0 ;
21459 PyObject * obj2 = 0 ;
21460 PyObject * obj3 = 0 ;
21461 char *kwnames[] = {
21462 (char *) "self",(char *) "start",(char *) "str",(char *) "partial", NULL
21463 };
21464
21465 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ListCtrl_FindItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
21466 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21467 {
21468 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21469 if (PyErr_Occurred()) SWIG_fail;
21470 }
21471 {
21472 arg3 = wxString_in_helper(obj2);
21473 if (arg3 == NULL) SWIG_fail;
21474 temp3 = True;
21475 }
21476 if (obj3) {
21477 {
21478 arg4 = (bool) SWIG_PyObj_AsBool(obj3);
21479 if (PyErr_Occurred()) SWIG_fail;
21480 }
21481 }
21482 {
21483 PyThreadState* __tstate = wxPyBeginAllowThreads();
21484 result = (long)(arg1)->FindItem(arg2,(wxString const &)*arg3,arg4);
21485
21486 wxPyEndAllowThreads(__tstate);
21487 if (PyErr_Occurred()) SWIG_fail;
21488 }
21489 resultobj = SWIG_PyObj_FromLong((long)result);
21490 {
21491 if (temp3)
21492 delete arg3;
21493 }
21494 return resultobj;
21495 fail:
21496 {
21497 if (temp3)
21498 delete arg3;
21499 }
21500 return NULL;
21501 }
21502
21503
21504 static PyObject *_wrap_ListCtrl_FindItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
21505 PyObject *resultobj;
21506 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21507 long arg2 ;
21508 long arg3 ;
21509 long result;
21510 PyObject * obj0 = 0 ;
21511 PyObject * obj1 = 0 ;
21512 PyObject * obj2 = 0 ;
21513 char *kwnames[] = {
21514 (char *) "self",(char *) "start",(char *) "data", NULL
21515 };
21516
21517 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_FindItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
21518 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21519 {
21520 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21521 if (PyErr_Occurred()) SWIG_fail;
21522 }
21523 {
21524 arg3 = (long) SWIG_PyObj_AsLong(obj2);
21525 if (PyErr_Occurred()) SWIG_fail;
21526 }
21527 {
21528 PyThreadState* __tstate = wxPyBeginAllowThreads();
21529 result = (long)(arg1)->FindItem(arg2,arg3);
21530
21531 wxPyEndAllowThreads(__tstate);
21532 if (PyErr_Occurred()) SWIG_fail;
21533 }
21534 resultobj = SWIG_PyObj_FromLong((long)result);
21535 return resultobj;
21536 fail:
21537 return NULL;
21538 }
21539
21540
21541 static PyObject *_wrap_ListCtrl_FindItemAtPos(PyObject *self, PyObject *args, PyObject *kwargs) {
21542 PyObject *resultobj;
21543 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21544 long arg2 ;
21545 wxPoint *arg3 = 0 ;
21546 int arg4 ;
21547 long result;
21548 wxPoint temp3 ;
21549 PyObject * obj0 = 0 ;
21550 PyObject * obj1 = 0 ;
21551 PyObject * obj2 = 0 ;
21552 PyObject * obj3 = 0 ;
21553 char *kwnames[] = {
21554 (char *) "self",(char *) "start",(char *) "pt",(char *) "direction", NULL
21555 };
21556
21557 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_FindItemAtPos",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
21558 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21559 {
21560 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21561 if (PyErr_Occurred()) SWIG_fail;
21562 }
21563 {
21564 arg3 = &temp3;
21565 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
21566 }
21567 {
21568 arg4 = (int) SWIG_PyObj_AsInt(obj3);
21569 if (PyErr_Occurred()) SWIG_fail;
21570 }
21571 {
21572 PyThreadState* __tstate = wxPyBeginAllowThreads();
21573 result = (long)(arg1)->FindItem(arg2,(wxPoint const &)*arg3,arg4);
21574
21575 wxPyEndAllowThreads(__tstate);
21576 if (PyErr_Occurred()) SWIG_fail;
21577 }
21578 resultobj = SWIG_PyObj_FromLong((long)result);
21579 return resultobj;
21580 fail:
21581 return NULL;
21582 }
21583
21584
21585 static PyObject *_wrap_ListCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
21586 PyObject *resultobj;
21587 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21588 wxPoint *arg2 = 0 ;
21589 int *arg3 = 0 ;
21590 long result;
21591 wxPoint temp2 ;
21592 int temp3 ;
21593 PyObject * obj0 = 0 ;
21594 PyObject * obj1 = 0 ;
21595 char *kwnames[] = {
21596 (char *) "self",(char *) "point", NULL
21597 };
21598
21599 arg3 = &temp3;
21600 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
21601 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21602 {
21603 arg2 = &temp2;
21604 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
21605 }
21606 {
21607 PyThreadState* __tstate = wxPyBeginAllowThreads();
21608 result = (long)(arg1)->HitTest((wxPoint const &)*arg2,*arg3);
21609
21610 wxPyEndAllowThreads(__tstate);
21611 if (PyErr_Occurred()) SWIG_fail;
21612 }
21613 resultobj = SWIG_PyObj_FromLong((long)result);
21614 {
21615 PyObject *o = PyInt_FromLong((long) (*arg3));
21616 resultobj = t_output_helper(resultobj,o);
21617 }
21618 return resultobj;
21619 fail:
21620 return NULL;
21621 }
21622
21623
21624 static PyObject *_wrap_ListCtrl_InsertItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21625 PyObject *resultobj;
21626 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21627 wxListItem *arg2 = 0 ;
21628 long result;
21629 PyObject * obj0 = 0 ;
21630 PyObject * obj1 = 0 ;
21631 char *kwnames[] = {
21632 (char *) "self",(char *) "info", NULL
21633 };
21634
21635 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_InsertItem",kwnames,&obj0,&obj1)) goto fail;
21636 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21637 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21638 if (arg2 == NULL) {
21639 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
21640 }
21641 {
21642 PyThreadState* __tstate = wxPyBeginAllowThreads();
21643 result = (long)(arg1)->InsertItem(*arg2);
21644
21645 wxPyEndAllowThreads(__tstate);
21646 if (PyErr_Occurred()) SWIG_fail;
21647 }
21648 resultobj = SWIG_PyObj_FromLong((long)result);
21649 return resultobj;
21650 fail:
21651 return NULL;
21652 }
21653
21654
21655 static PyObject *_wrap_ListCtrl_InsertStringItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21656 PyObject *resultobj;
21657 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21658 long arg2 ;
21659 wxString *arg3 = 0 ;
21660 long result;
21661 bool temp3 = False ;
21662 PyObject * obj0 = 0 ;
21663 PyObject * obj1 = 0 ;
21664 PyObject * obj2 = 0 ;
21665 char *kwnames[] = {
21666 (char *) "self",(char *) "index",(char *) "label", NULL
21667 };
21668
21669 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertStringItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
21670 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21671 {
21672 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21673 if (PyErr_Occurred()) SWIG_fail;
21674 }
21675 {
21676 arg3 = wxString_in_helper(obj2);
21677 if (arg3 == NULL) SWIG_fail;
21678 temp3 = True;
21679 }
21680 {
21681 PyThreadState* __tstate = wxPyBeginAllowThreads();
21682 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3);
21683
21684 wxPyEndAllowThreads(__tstate);
21685 if (PyErr_Occurred()) SWIG_fail;
21686 }
21687 resultobj = SWIG_PyObj_FromLong((long)result);
21688 {
21689 if (temp3)
21690 delete arg3;
21691 }
21692 return resultobj;
21693 fail:
21694 {
21695 if (temp3)
21696 delete arg3;
21697 }
21698 return NULL;
21699 }
21700
21701
21702 static PyObject *_wrap_ListCtrl_InsertImageItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21703 PyObject *resultobj;
21704 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21705 long arg2 ;
21706 int arg3 ;
21707 long result;
21708 PyObject * obj0 = 0 ;
21709 PyObject * obj1 = 0 ;
21710 PyObject * obj2 = 0 ;
21711 char *kwnames[] = {
21712 (char *) "self",(char *) "index",(char *) "imageIndex", NULL
21713 };
21714
21715 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertImageItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
21716 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21717 {
21718 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21719 if (PyErr_Occurred()) SWIG_fail;
21720 }
21721 {
21722 arg3 = (int) SWIG_PyObj_AsInt(obj2);
21723 if (PyErr_Occurred()) SWIG_fail;
21724 }
21725 {
21726 PyThreadState* __tstate = wxPyBeginAllowThreads();
21727 result = (long)(arg1)->InsertItem(arg2,arg3);
21728
21729 wxPyEndAllowThreads(__tstate);
21730 if (PyErr_Occurred()) SWIG_fail;
21731 }
21732 resultobj = SWIG_PyObj_FromLong((long)result);
21733 return resultobj;
21734 fail:
21735 return NULL;
21736 }
21737
21738
21739 static PyObject *_wrap_ListCtrl_InsertImageStringItem(PyObject *self, PyObject *args, PyObject *kwargs) {
21740 PyObject *resultobj;
21741 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21742 long arg2 ;
21743 wxString *arg3 = 0 ;
21744 int arg4 ;
21745 long result;
21746 bool temp3 = False ;
21747 PyObject * obj0 = 0 ;
21748 PyObject * obj1 = 0 ;
21749 PyObject * obj2 = 0 ;
21750 PyObject * obj3 = 0 ;
21751 char *kwnames[] = {
21752 (char *) "self",(char *) "index",(char *) "label",(char *) "imageIndex", NULL
21753 };
21754
21755 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:ListCtrl_InsertImageStringItem",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
21756 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21757 {
21758 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21759 if (PyErr_Occurred()) SWIG_fail;
21760 }
21761 {
21762 arg3 = wxString_in_helper(obj2);
21763 if (arg3 == NULL) SWIG_fail;
21764 temp3 = True;
21765 }
21766 {
21767 arg4 = (int) SWIG_PyObj_AsInt(obj3);
21768 if (PyErr_Occurred()) SWIG_fail;
21769 }
21770 {
21771 PyThreadState* __tstate = wxPyBeginAllowThreads();
21772 result = (long)(arg1)->InsertItem(arg2,(wxString const &)*arg3,arg4);
21773
21774 wxPyEndAllowThreads(__tstate);
21775 if (PyErr_Occurred()) SWIG_fail;
21776 }
21777 resultobj = SWIG_PyObj_FromLong((long)result);
21778 {
21779 if (temp3)
21780 delete arg3;
21781 }
21782 return resultobj;
21783 fail:
21784 {
21785 if (temp3)
21786 delete arg3;
21787 }
21788 return NULL;
21789 }
21790
21791
21792 static PyObject *_wrap_ListCtrl_InsertColumnInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
21793 PyObject *resultobj;
21794 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21795 long arg2 ;
21796 wxListItem *arg3 = 0 ;
21797 long result;
21798 PyObject * obj0 = 0 ;
21799 PyObject * obj1 = 0 ;
21800 PyObject * obj2 = 0 ;
21801 char *kwnames[] = {
21802 (char *) "self",(char *) "col",(char *) "info", NULL
21803 };
21804
21805 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertColumnInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
21806 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21807 {
21808 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21809 if (PyErr_Occurred()) SWIG_fail;
21810 }
21811 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxListItem,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21812 if (arg3 == NULL) {
21813 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
21814 }
21815 {
21816 PyThreadState* __tstate = wxPyBeginAllowThreads();
21817 result = (long)(arg1)->InsertColumn(arg2,*arg3);
21818
21819 wxPyEndAllowThreads(__tstate);
21820 if (PyErr_Occurred()) SWIG_fail;
21821 }
21822 resultobj = SWIG_PyObj_FromLong((long)result);
21823 return resultobj;
21824 fail:
21825 return NULL;
21826 }
21827
21828
21829 static PyObject *_wrap_ListCtrl_InsertColumn(PyObject *self, PyObject *args, PyObject *kwargs) {
21830 PyObject *resultobj;
21831 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21832 long arg2 ;
21833 wxString *arg3 = 0 ;
21834 int arg4 = (int) wxLIST_FORMAT_LEFT ;
21835 int arg5 = (int) -1 ;
21836 long result;
21837 bool temp3 = False ;
21838 PyObject * obj0 = 0 ;
21839 PyObject * obj1 = 0 ;
21840 PyObject * obj2 = 0 ;
21841 PyObject * obj3 = 0 ;
21842 PyObject * obj4 = 0 ;
21843 char *kwnames[] = {
21844 (char *) "self",(char *) "col",(char *) "heading",(char *) "format",(char *) "width", NULL
21845 };
21846
21847 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:ListCtrl_InsertColumn",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
21848 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21849 {
21850 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21851 if (PyErr_Occurred()) SWIG_fail;
21852 }
21853 {
21854 arg3 = wxString_in_helper(obj2);
21855 if (arg3 == NULL) SWIG_fail;
21856 temp3 = True;
21857 }
21858 if (obj3) {
21859 {
21860 arg4 = (int) SWIG_PyObj_AsInt(obj3);
21861 if (PyErr_Occurred()) SWIG_fail;
21862 }
21863 }
21864 if (obj4) {
21865 {
21866 arg5 = (int) SWIG_PyObj_AsInt(obj4);
21867 if (PyErr_Occurred()) SWIG_fail;
21868 }
21869 }
21870 {
21871 PyThreadState* __tstate = wxPyBeginAllowThreads();
21872 result = (long)(arg1)->InsertColumn(arg2,(wxString const &)*arg3,arg4,arg5);
21873
21874 wxPyEndAllowThreads(__tstate);
21875 if (PyErr_Occurred()) SWIG_fail;
21876 }
21877 resultobj = SWIG_PyObj_FromLong((long)result);
21878 {
21879 if (temp3)
21880 delete arg3;
21881 }
21882 return resultobj;
21883 fail:
21884 {
21885 if (temp3)
21886 delete arg3;
21887 }
21888 return NULL;
21889 }
21890
21891
21892 static PyObject *_wrap_ListCtrl_SetItemCount(PyObject *self, PyObject *args, PyObject *kwargs) {
21893 PyObject *resultobj;
21894 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21895 long arg2 ;
21896 PyObject * obj0 = 0 ;
21897 PyObject * obj1 = 0 ;
21898 char *kwnames[] = {
21899 (char *) "self",(char *) "count", NULL
21900 };
21901
21902 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SetItemCount",kwnames,&obj0,&obj1)) goto fail;
21903 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21904 {
21905 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21906 if (PyErr_Occurred()) SWIG_fail;
21907 }
21908 {
21909 PyThreadState* __tstate = wxPyBeginAllowThreads();
21910 (arg1)->SetItemCount(arg2);
21911
21912 wxPyEndAllowThreads(__tstate);
21913 if (PyErr_Occurred()) SWIG_fail;
21914 }
21915 Py_INCREF(Py_None); resultobj = Py_None;
21916 return resultobj;
21917 fail:
21918 return NULL;
21919 }
21920
21921
21922 static PyObject *_wrap_ListCtrl_ScrollList(PyObject *self, PyObject *args, PyObject *kwargs) {
21923 PyObject *resultobj;
21924 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21925 int arg2 ;
21926 int arg3 ;
21927 bool result;
21928 PyObject * obj0 = 0 ;
21929 PyObject * obj1 = 0 ;
21930 PyObject * obj2 = 0 ;
21931 char *kwnames[] = {
21932 (char *) "self",(char *) "dx",(char *) "dy", NULL
21933 };
21934
21935 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_ScrollList",kwnames,&obj0,&obj1,&obj2)) goto fail;
21936 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21937 {
21938 arg2 = (int) SWIG_PyObj_AsInt(obj1);
21939 if (PyErr_Occurred()) SWIG_fail;
21940 }
21941 {
21942 arg3 = (int) SWIG_PyObj_AsInt(obj2);
21943 if (PyErr_Occurred()) SWIG_fail;
21944 }
21945 {
21946 PyThreadState* __tstate = wxPyBeginAllowThreads();
21947 result = (bool)(arg1)->ScrollList(arg2,arg3);
21948
21949 wxPyEndAllowThreads(__tstate);
21950 if (PyErr_Occurred()) SWIG_fail;
21951 }
21952 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
21953 return resultobj;
21954 fail:
21955 return NULL;
21956 }
21957
21958
21959 static PyObject *_wrap_ListCtrl_SetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
21960 PyObject *resultobj;
21961 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21962 long arg2 ;
21963 wxColour *arg3 = 0 ;
21964 wxColour temp3 ;
21965 PyObject * obj0 = 0 ;
21966 PyObject * obj1 = 0 ;
21967 PyObject * obj2 = 0 ;
21968 char *kwnames[] = {
21969 (char *) "self",(char *) "item",(char *) "col", NULL
21970 };
21971
21972 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
21973 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
21974 {
21975 arg2 = (long) SWIG_PyObj_AsLong(obj1);
21976 if (PyErr_Occurred()) SWIG_fail;
21977 }
21978 {
21979 arg3 = &temp3;
21980 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
21981 }
21982 {
21983 PyThreadState* __tstate = wxPyBeginAllowThreads();
21984 (arg1)->SetItemTextColour(arg2,(wxColour const &)*arg3);
21985
21986 wxPyEndAllowThreads(__tstate);
21987 if (PyErr_Occurred()) SWIG_fail;
21988 }
21989 Py_INCREF(Py_None); resultobj = Py_None;
21990 return resultobj;
21991 fail:
21992 return NULL;
21993 }
21994
21995
21996 static PyObject *_wrap_ListCtrl_GetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
21997 PyObject *resultobj;
21998 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
21999 long arg2 ;
22000 wxColour result;
22001 PyObject * obj0 = 0 ;
22002 PyObject * obj1 = 0 ;
22003 char *kwnames[] = {
22004 (char *) "self",(char *) "item", NULL
22005 };
22006
22007 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
22008 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22009 {
22010 arg2 = (long) SWIG_PyObj_AsLong(obj1);
22011 if (PyErr_Occurred()) SWIG_fail;
22012 }
22013 {
22014 PyThreadState* __tstate = wxPyBeginAllowThreads();
22015 result = ((wxPyListCtrl const *)arg1)->GetItemTextColour(arg2);
22016
22017 wxPyEndAllowThreads(__tstate);
22018 if (PyErr_Occurred()) SWIG_fail;
22019 }
22020 {
22021 wxColour * resultptr;
22022 resultptr = new wxColour((wxColour &) result);
22023 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxColour, 1);
22024 }
22025 return resultobj;
22026 fail:
22027 return NULL;
22028 }
22029
22030
22031 static PyObject *_wrap_ListCtrl_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
22032 PyObject *resultobj;
22033 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22034 long arg2 ;
22035 wxColour *arg3 = 0 ;
22036 wxColour temp3 ;
22037 PyObject * obj0 = 0 ;
22038 PyObject * obj1 = 0 ;
22039 PyObject * obj2 = 0 ;
22040 char *kwnames[] = {
22041 (char *) "self",(char *) "item",(char *) "col", NULL
22042 };
22043
22044 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
22045 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22046 {
22047 arg2 = (long) SWIG_PyObj_AsLong(obj1);
22048 if (PyErr_Occurred()) SWIG_fail;
22049 }
22050 {
22051 arg3 = &temp3;
22052 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
22053 }
22054 {
22055 PyThreadState* __tstate = wxPyBeginAllowThreads();
22056 (arg1)->SetItemBackgroundColour(arg2,(wxColour const &)*arg3);
22057
22058 wxPyEndAllowThreads(__tstate);
22059 if (PyErr_Occurred()) SWIG_fail;
22060 }
22061 Py_INCREF(Py_None); resultobj = Py_None;
22062 return resultobj;
22063 fail:
22064 return NULL;
22065 }
22066
22067
22068 static PyObject *_wrap_ListCtrl_GetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
22069 PyObject *resultobj;
22070 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22071 long arg2 ;
22072 wxColour result;
22073 PyObject * obj0 = 0 ;
22074 PyObject * obj1 = 0 ;
22075 char *kwnames[] = {
22076 (char *) "self",(char *) "item", NULL
22077 };
22078
22079 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
22080 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22081 {
22082 arg2 = (long) SWIG_PyObj_AsLong(obj1);
22083 if (PyErr_Occurred()) SWIG_fail;
22084 }
22085 {
22086 PyThreadState* __tstate = wxPyBeginAllowThreads();
22087 result = ((wxPyListCtrl const *)arg1)->GetItemBackgroundColour(arg2);
22088
22089 wxPyEndAllowThreads(__tstate);
22090 if (PyErr_Occurred()) SWIG_fail;
22091 }
22092 {
22093 wxColour * resultptr;
22094 resultptr = new wxColour((wxColour &) result);
22095 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxColour, 1);
22096 }
22097 return resultobj;
22098 fail:
22099 return NULL;
22100 }
22101
22102
22103 static PyObject *_wrap_ListCtrl_SortItems(PyObject *self, PyObject *args, PyObject *kwargs) {
22104 PyObject *resultobj;
22105 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22106 PyObject *arg2 = (PyObject *) 0 ;
22107 bool result;
22108 PyObject * obj0 = 0 ;
22109 PyObject * obj1 = 0 ;
22110 char *kwnames[] = {
22111 (char *) "self",(char *) "func", NULL
22112 };
22113
22114 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListCtrl_SortItems",kwnames,&obj0,&obj1)) goto fail;
22115 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22116 arg2 = obj1;
22117 {
22118 PyThreadState* __tstate = wxPyBeginAllowThreads();
22119 result = (bool)wxPyListCtrl_SortItems(arg1,arg2);
22120
22121 wxPyEndAllowThreads(__tstate);
22122 if (PyErr_Occurred()) SWIG_fail;
22123 }
22124 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22125 return resultobj;
22126 fail:
22127 return NULL;
22128 }
22129
22130
22131 static PyObject *_wrap_ListCtrl_GetMainWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
22132 PyObject *resultobj;
22133 wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
22134 wxWindow *result;
22135 PyObject * obj0 = 0 ;
22136 char *kwnames[] = {
22137 (char *) "self", NULL
22138 };
22139
22140 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListCtrl_GetMainWindow",kwnames,&obj0)) goto fail;
22141 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22142 {
22143 PyThreadState* __tstate = wxPyBeginAllowThreads();
22144 result = (wxWindow *)wxPyListCtrl_GetMainWindow(arg1);
22145
22146 wxPyEndAllowThreads(__tstate);
22147 if (PyErr_Occurred()) SWIG_fail;
22148 }
22149 {
22150 resultobj = wxPyMake_wxObject(result);
22151 }
22152 return resultobj;
22153 fail:
22154 return NULL;
22155 }
22156
22157
22158 static PyObject * ListCtrl_swigregister(PyObject *self, PyObject *args) {
22159 PyObject *obj;
22160 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
22161 SWIG_TypeClientData(SWIGTYPE_p_wxPyListCtrl, obj);
22162 Py_INCREF(obj);
22163 return Py_BuildValue((char *)"");
22164 }
22165 static PyObject *_wrap_new_ListView(PyObject *self, PyObject *args, PyObject *kwargs) {
22166 PyObject *resultobj;
22167 wxWindow *arg1 = (wxWindow *) 0 ;
22168 int arg2 = (int) -1 ;
22169 wxPoint const &arg3_defvalue = wxDefaultPosition ;
22170 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
22171 wxSize const &arg4_defvalue = wxDefaultSize ;
22172 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
22173 long arg5 = (long) wxLC_REPORT ;
22174 wxValidator const &arg6_defvalue = wxDefaultValidator ;
22175 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
22176 wxString const &arg7_defvalue = wxPyListCtrlNameStr ;
22177 wxString *arg7 = (wxString *) &arg7_defvalue ;
22178 wxListView *result;
22179 wxPoint temp3 ;
22180 wxSize temp4 ;
22181 bool temp7 = False ;
22182 PyObject * obj0 = 0 ;
22183 PyObject * obj1 = 0 ;
22184 PyObject * obj2 = 0 ;
22185 PyObject * obj3 = 0 ;
22186 PyObject * obj4 = 0 ;
22187 PyObject * obj5 = 0 ;
22188 PyObject * obj6 = 0 ;
22189 char *kwnames[] = {
22190 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
22191 };
22192
22193 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_ListView",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
22194 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22195 if (obj1) {
22196 {
22197 arg2 = (int) SWIG_PyObj_AsInt(obj1);
22198 if (PyErr_Occurred()) SWIG_fail;
22199 }
22200 }
22201 if (obj2) {
22202 {
22203 arg3 = &temp3;
22204 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
22205 }
22206 }
22207 if (obj3) {
22208 {
22209 arg4 = &temp4;
22210 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
22211 }
22212 }
22213 if (obj4) {
22214 {
22215 arg5 = (long) SWIG_PyObj_AsLong(obj4);
22216 if (PyErr_Occurred()) SWIG_fail;
22217 }
22218 }
22219 if (obj5) {
22220 if ((SWIG_ConvertPtr(obj5,(void **) &arg6, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22221 if (arg6 == NULL) {
22222 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
22223 }
22224 }
22225 if (obj6) {
22226 {
22227 arg7 = wxString_in_helper(obj6);
22228 if (arg7 == NULL) SWIG_fail;
22229 temp7 = True;
22230 }
22231 }
22232 {
22233 PyThreadState* __tstate = wxPyBeginAllowThreads();
22234 result = (wxListView *)new wxListView(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
22235
22236 wxPyEndAllowThreads(__tstate);
22237 if (PyErr_Occurred()) SWIG_fail;
22238 }
22239 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListView, 1);
22240 {
22241 if (temp7)
22242 delete arg7;
22243 }
22244 return resultobj;
22245 fail:
22246 {
22247 if (temp7)
22248 delete arg7;
22249 }
22250 return NULL;
22251 }
22252
22253
22254 static PyObject *_wrap_new_PreListView(PyObject *self, PyObject *args, PyObject *kwargs) {
22255 PyObject *resultobj;
22256 wxListView *result;
22257 char *kwnames[] = {
22258 NULL
22259 };
22260
22261 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreListView",kwnames)) goto fail;
22262 {
22263 PyThreadState* __tstate = wxPyBeginAllowThreads();
22264 result = (wxListView *)new wxListView();
22265
22266 wxPyEndAllowThreads(__tstate);
22267 if (PyErr_Occurred()) SWIG_fail;
22268 }
22269 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxListView, 1);
22270 return resultobj;
22271 fail:
22272 return NULL;
22273 }
22274
22275
22276 static PyObject *_wrap_ListView_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
22277 PyObject *resultobj;
22278 wxListView *arg1 = (wxListView *) 0 ;
22279 wxWindow *arg2 = (wxWindow *) 0 ;
22280 int arg3 = (int) -1 ;
22281 wxPoint const &arg4_defvalue = wxDefaultPosition ;
22282 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
22283 wxSize const &arg5_defvalue = wxDefaultSize ;
22284 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
22285 long arg6 = (long) wxLC_REPORT ;
22286 wxValidator const &arg7_defvalue = wxDefaultValidator ;
22287 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
22288 wxString const &arg8_defvalue = wxPyListCtrlNameStr ;
22289 wxString *arg8 = (wxString *) &arg8_defvalue ;
22290 bool result;
22291 wxPoint temp4 ;
22292 wxSize temp5 ;
22293 bool temp8 = False ;
22294 PyObject * obj0 = 0 ;
22295 PyObject * obj1 = 0 ;
22296 PyObject * obj2 = 0 ;
22297 PyObject * obj3 = 0 ;
22298 PyObject * obj4 = 0 ;
22299 PyObject * obj5 = 0 ;
22300 PyObject * obj6 = 0 ;
22301 PyObject * obj7 = 0 ;
22302 char *kwnames[] = {
22303 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
22304 };
22305
22306 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:ListView_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
22307 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListView,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22308 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22309 if (obj2) {
22310 {
22311 arg3 = (int) SWIG_PyObj_AsInt(obj2);
22312 if (PyErr_Occurred()) SWIG_fail;
22313 }
22314 }
22315 if (obj3) {
22316 {
22317 arg4 = &temp4;
22318 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
22319 }
22320 }
22321 if (obj4) {
22322 {
22323 arg5 = &temp5;
22324 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
22325 }
22326 }
22327 if (obj5) {
22328 {
22329 arg6 = (long) SWIG_PyObj_AsLong(obj5);
22330 if (PyErr_Occurred()) SWIG_fail;
22331 }
22332 }
22333 if (obj6) {
22334 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22335 if (arg7 == NULL) {
22336 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
22337 }
22338 }
22339 if (obj7) {
22340 {
22341 arg8 = wxString_in_helper(obj7);
22342 if (arg8 == NULL) SWIG_fail;
22343 temp8 = True;
22344 }
22345 }
22346 {
22347 PyThreadState* __tstate = wxPyBeginAllowThreads();
22348 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
22349
22350 wxPyEndAllowThreads(__tstate);
22351 if (PyErr_Occurred()) SWIG_fail;
22352 }
22353 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22354 {
22355 if (temp8)
22356 delete arg8;
22357 }
22358 return resultobj;
22359 fail:
22360 {
22361 if (temp8)
22362 delete arg8;
22363 }
22364 return NULL;
22365 }
22366
22367
22368 static PyObject *_wrap_ListView_Select(PyObject *self, PyObject *args, PyObject *kwargs) {
22369 PyObject *resultobj;
22370 wxListView *arg1 = (wxListView *) 0 ;
22371 long arg2 ;
22372 bool arg3 = (bool) True ;
22373 PyObject * obj0 = 0 ;
22374 PyObject * obj1 = 0 ;
22375 PyObject * obj2 = 0 ;
22376 char *kwnames[] = {
22377 (char *) "self",(char *) "n",(char *) "on", NULL
22378 };
22379
22380 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ListView_Select",kwnames,&obj0,&obj1,&obj2)) goto fail;
22381 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListView,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22382 {
22383 arg2 = (long) SWIG_PyObj_AsLong(obj1);
22384 if (PyErr_Occurred()) SWIG_fail;
22385 }
22386 if (obj2) {
22387 {
22388 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
22389 if (PyErr_Occurred()) SWIG_fail;
22390 }
22391 }
22392 {
22393 PyThreadState* __tstate = wxPyBeginAllowThreads();
22394 (arg1)->Select(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_ListView_Focus(PyObject *self, PyObject *args, PyObject *kwargs) {
22407 PyObject *resultobj;
22408 wxListView *arg1 = (wxListView *) 0 ;
22409 long arg2 ;
22410 PyObject * obj0 = 0 ;
22411 PyObject * obj1 = 0 ;
22412 char *kwnames[] = {
22413 (char *) "self",(char *) "index", NULL
22414 };
22415
22416 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_Focus",kwnames,&obj0,&obj1)) goto fail;
22417 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListView,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22418 {
22419 arg2 = (long) SWIG_PyObj_AsLong(obj1);
22420 if (PyErr_Occurred()) SWIG_fail;
22421 }
22422 {
22423 PyThreadState* __tstate = wxPyBeginAllowThreads();
22424 (arg1)->Focus(arg2);
22425
22426 wxPyEndAllowThreads(__tstate);
22427 if (PyErr_Occurred()) SWIG_fail;
22428 }
22429 Py_INCREF(Py_None); resultobj = Py_None;
22430 return resultobj;
22431 fail:
22432 return NULL;
22433 }
22434
22435
22436 static PyObject *_wrap_ListView_GetFocusedItem(PyObject *self, PyObject *args, PyObject *kwargs) {
22437 PyObject *resultobj;
22438 wxListView *arg1 = (wxListView *) 0 ;
22439 long result;
22440 PyObject * obj0 = 0 ;
22441 char *kwnames[] = {
22442 (char *) "self", NULL
22443 };
22444
22445 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFocusedItem",kwnames,&obj0)) goto fail;
22446 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListView,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22447 {
22448 PyThreadState* __tstate = wxPyBeginAllowThreads();
22449 result = (long)((wxListView const *)arg1)->GetFocusedItem();
22450
22451 wxPyEndAllowThreads(__tstate);
22452 if (PyErr_Occurred()) SWIG_fail;
22453 }
22454 resultobj = SWIG_PyObj_FromLong((long)result);
22455 return resultobj;
22456 fail:
22457 return NULL;
22458 }
22459
22460
22461 static PyObject *_wrap_ListView_GetNextSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
22462 PyObject *resultobj;
22463 wxListView *arg1 = (wxListView *) 0 ;
22464 long arg2 ;
22465 long result;
22466 PyObject * obj0 = 0 ;
22467 PyObject * obj1 = 0 ;
22468 char *kwnames[] = {
22469 (char *) "self",(char *) "item", NULL
22470 };
22471
22472 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_GetNextSelected",kwnames,&obj0,&obj1)) goto fail;
22473 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListView,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22474 {
22475 arg2 = (long) SWIG_PyObj_AsLong(obj1);
22476 if (PyErr_Occurred()) SWIG_fail;
22477 }
22478 {
22479 PyThreadState* __tstate = wxPyBeginAllowThreads();
22480 result = (long)((wxListView const *)arg1)->GetNextSelected(arg2);
22481
22482 wxPyEndAllowThreads(__tstate);
22483 if (PyErr_Occurred()) SWIG_fail;
22484 }
22485 resultobj = SWIG_PyObj_FromLong((long)result);
22486 return resultobj;
22487 fail:
22488 return NULL;
22489 }
22490
22491
22492 static PyObject *_wrap_ListView_GetFirstSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
22493 PyObject *resultobj;
22494 wxListView *arg1 = (wxListView *) 0 ;
22495 long result;
22496 PyObject * obj0 = 0 ;
22497 char *kwnames[] = {
22498 (char *) "self", NULL
22499 };
22500
22501 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ListView_GetFirstSelected",kwnames,&obj0)) goto fail;
22502 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListView,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22503 {
22504 PyThreadState* __tstate = wxPyBeginAllowThreads();
22505 result = (long)((wxListView const *)arg1)->GetFirstSelected();
22506
22507 wxPyEndAllowThreads(__tstate);
22508 if (PyErr_Occurred()) SWIG_fail;
22509 }
22510 resultobj = SWIG_PyObj_FromLong((long)result);
22511 return resultobj;
22512 fail:
22513 return NULL;
22514 }
22515
22516
22517 static PyObject *_wrap_ListView_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
22518 PyObject *resultobj;
22519 wxListView *arg1 = (wxListView *) 0 ;
22520 long arg2 ;
22521 bool result;
22522 PyObject * obj0 = 0 ;
22523 PyObject * obj1 = 0 ;
22524 char *kwnames[] = {
22525 (char *) "self",(char *) "index", NULL
22526 };
22527
22528 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_IsSelected",kwnames,&obj0,&obj1)) goto fail;
22529 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListView,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22530 {
22531 arg2 = (long) SWIG_PyObj_AsLong(obj1);
22532 if (PyErr_Occurred()) SWIG_fail;
22533 }
22534 {
22535 PyThreadState* __tstate = wxPyBeginAllowThreads();
22536 result = (bool)(arg1)->IsSelected(arg2);
22537
22538 wxPyEndAllowThreads(__tstate);
22539 if (PyErr_Occurred()) SWIG_fail;
22540 }
22541 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22542 return resultobj;
22543 fail:
22544 return NULL;
22545 }
22546
22547
22548 static PyObject *_wrap_ListView_SetColumnImage(PyObject *self, PyObject *args, PyObject *kwargs) {
22549 PyObject *resultobj;
22550 wxListView *arg1 = (wxListView *) 0 ;
22551 int arg2 ;
22552 int arg3 ;
22553 PyObject * obj0 = 0 ;
22554 PyObject * obj1 = 0 ;
22555 PyObject * obj2 = 0 ;
22556 char *kwnames[] = {
22557 (char *) "self",(char *) "col",(char *) "image", NULL
22558 };
22559
22560 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListView_SetColumnImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
22561 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListView,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22562 {
22563 arg2 = (int) SWIG_PyObj_AsInt(obj1);
22564 if (PyErr_Occurred()) SWIG_fail;
22565 }
22566 {
22567 arg3 = (int) SWIG_PyObj_AsInt(obj2);
22568 if (PyErr_Occurred()) SWIG_fail;
22569 }
22570 {
22571 PyThreadState* __tstate = wxPyBeginAllowThreads();
22572 (arg1)->SetColumnImage(arg2,arg3);
22573
22574 wxPyEndAllowThreads(__tstate);
22575 if (PyErr_Occurred()) SWIG_fail;
22576 }
22577 Py_INCREF(Py_None); resultobj = Py_None;
22578 return resultobj;
22579 fail:
22580 return NULL;
22581 }
22582
22583
22584 static PyObject *_wrap_ListView_ClearColumnImage(PyObject *self, PyObject *args, PyObject *kwargs) {
22585 PyObject *resultobj;
22586 wxListView *arg1 = (wxListView *) 0 ;
22587 int arg2 ;
22588 PyObject * obj0 = 0 ;
22589 PyObject * obj1 = 0 ;
22590 char *kwnames[] = {
22591 (char *) "self",(char *) "col", NULL
22592 };
22593
22594 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ListView_ClearColumnImage",kwnames,&obj0,&obj1)) goto fail;
22595 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxListView,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22596 {
22597 arg2 = (int) SWIG_PyObj_AsInt(obj1);
22598 if (PyErr_Occurred()) SWIG_fail;
22599 }
22600 {
22601 PyThreadState* __tstate = wxPyBeginAllowThreads();
22602 (arg1)->ClearColumnImage(arg2);
22603
22604 wxPyEndAllowThreads(__tstate);
22605 if (PyErr_Occurred()) SWIG_fail;
22606 }
22607 Py_INCREF(Py_None); resultobj = Py_None;
22608 return resultobj;
22609 fail:
22610 return NULL;
22611 }
22612
22613
22614 static PyObject * ListView_swigregister(PyObject *self, PyObject *args) {
22615 PyObject *obj;
22616 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
22617 SWIG_TypeClientData(SWIGTYPE_p_wxListView, obj);
22618 Py_INCREF(obj);
22619 return Py_BuildValue((char *)"");
22620 }
22621 static int _wrap_TreeCtrlNameStr_set(PyObject *_val) {
22622 PyErr_SetString(PyExc_TypeError,"Variable TreeCtrlNameStr is read-only.");
22623 return 1;
22624 }
22625
22626
22627 static PyObject *_wrap_TreeCtrlNameStr_get() {
22628 PyObject *pyobj;
22629
22630 {
22631 #if wxUSE_UNICODE
22632 pyobj = PyUnicode_FromWideChar((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
22633 #else
22634 pyobj = PyString_FromStringAndSize((&wxPyTreeCtrlNameStr)->c_str(), (&wxPyTreeCtrlNameStr)->Len());
22635 #endif
22636 }
22637 return pyobj;
22638 }
22639
22640
22641 static PyObject *_wrap_new_TreeItemId(PyObject *self, PyObject *args, PyObject *kwargs) {
22642 PyObject *resultobj;
22643 wxTreeItemId *result;
22644 char *kwnames[] = {
22645 NULL
22646 };
22647
22648 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_TreeItemId",kwnames)) goto fail;
22649 {
22650 PyThreadState* __tstate = wxPyBeginAllowThreads();
22651 result = (wxTreeItemId *)new wxTreeItemId();
22652
22653 wxPyEndAllowThreads(__tstate);
22654 if (PyErr_Occurred()) SWIG_fail;
22655 }
22656 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxTreeItemId, 1);
22657 return resultobj;
22658 fail:
22659 return NULL;
22660 }
22661
22662
22663 static PyObject *_wrap_delete_TreeItemId(PyObject *self, PyObject *args, PyObject *kwargs) {
22664 PyObject *resultobj;
22665 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
22666 PyObject * obj0 = 0 ;
22667 char *kwnames[] = {
22668 (char *) "self", NULL
22669 };
22670
22671 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_TreeItemId",kwnames,&obj0)) goto fail;
22672 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22673 {
22674 PyThreadState* __tstate = wxPyBeginAllowThreads();
22675 delete arg1;
22676
22677 wxPyEndAllowThreads(__tstate);
22678 if (PyErr_Occurred()) SWIG_fail;
22679 }
22680 Py_INCREF(Py_None); resultobj = Py_None;
22681 return resultobj;
22682 fail:
22683 return NULL;
22684 }
22685
22686
22687 static PyObject *_wrap_TreeItemId_IsOk(PyObject *self, PyObject *args, PyObject *kwargs) {
22688 PyObject *resultobj;
22689 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
22690 bool result;
22691 PyObject * obj0 = 0 ;
22692 char *kwnames[] = {
22693 (char *) "self", NULL
22694 };
22695
22696 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_IsOk",kwnames,&obj0)) goto fail;
22697 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22698 {
22699 PyThreadState* __tstate = wxPyBeginAllowThreads();
22700 result = (bool)((wxTreeItemId const *)arg1)->IsOk();
22701
22702 wxPyEndAllowThreads(__tstate);
22703 if (PyErr_Occurred()) SWIG_fail;
22704 }
22705 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22706 return resultobj;
22707 fail:
22708 return NULL;
22709 }
22710
22711
22712 static PyObject *_wrap_TreeItemId___eq__(PyObject *self, PyObject *args, PyObject *kwargs) {
22713 PyObject *resultobj;
22714 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
22715 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
22716 bool result;
22717 PyObject * obj0 = 0 ;
22718 PyObject * obj1 = 0 ;
22719 char *kwnames[] = {
22720 (char *) "self",(char *) "other", NULL
22721 };
22722
22723 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___eq__",kwnames,&obj0,&obj1)) goto fail;
22724 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22725 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22726 {
22727 PyThreadState* __tstate = wxPyBeginAllowThreads();
22728 result = (bool)wxTreeItemId_operator_ee___(arg1,(wxTreeItemId const *)arg2);
22729
22730 wxPyEndAllowThreads(__tstate);
22731 if (PyErr_Occurred()) SWIG_fail;
22732 }
22733 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22734 return resultobj;
22735 fail:
22736 return NULL;
22737 }
22738
22739
22740 static PyObject *_wrap_TreeItemId___ne__(PyObject *self, PyObject *args, PyObject *kwargs) {
22741 PyObject *resultobj;
22742 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
22743 wxTreeItemId *arg2 = (wxTreeItemId *) 0 ;
22744 bool result;
22745 PyObject * obj0 = 0 ;
22746 PyObject * obj1 = 0 ;
22747 char *kwnames[] = {
22748 (char *) "self",(char *) "other", NULL
22749 };
22750
22751 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId___ne__",kwnames,&obj0,&obj1)) goto fail;
22752 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22753 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22754 {
22755 PyThreadState* __tstate = wxPyBeginAllowThreads();
22756 result = (bool)wxTreeItemId_operator_Ne___(arg1,(wxTreeItemId const *)arg2);
22757
22758 wxPyEndAllowThreads(__tstate);
22759 if (PyErr_Occurred()) SWIG_fail;
22760 }
22761 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
22762 return resultobj;
22763 fail:
22764 return NULL;
22765 }
22766
22767
22768 static PyObject *_wrap_TreeItemId_m_pItem_set(PyObject *self, PyObject *args, PyObject *kwargs) {
22769 PyObject *resultobj;
22770 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
22771 void *arg2 = (void *) 0 ;
22772 PyObject * obj0 = 0 ;
22773 PyObject * obj1 = 0 ;
22774 char *kwnames[] = {
22775 (char *) "self",(char *) "m_pItem", NULL
22776 };
22777
22778 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemId_m_pItem_set",kwnames,&obj0,&obj1)) goto fail;
22779 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22780 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, 0, SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN )) == -1) SWIG_fail;
22781 if (arg1) (arg1)->m_pItem = arg2;
22782
22783 Py_INCREF(Py_None); resultobj = Py_None;
22784 return resultobj;
22785 fail:
22786 return NULL;
22787 }
22788
22789
22790 static PyObject *_wrap_TreeItemId_m_pItem_get(PyObject *self, PyObject *args, PyObject *kwargs) {
22791 PyObject *resultobj;
22792 wxTreeItemId *arg1 = (wxTreeItemId *) 0 ;
22793 void *result;
22794 PyObject * obj0 = 0 ;
22795 char *kwnames[] = {
22796 (char *) "self", NULL
22797 };
22798
22799 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemId_m_pItem_get",kwnames,&obj0)) goto fail;
22800 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22801 result = (void *) ((arg1)->m_pItem);
22802
22803 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_void, 0);
22804 return resultobj;
22805 fail:
22806 return NULL;
22807 }
22808
22809
22810 static PyObject * TreeItemId_swigregister(PyObject *self, PyObject *args) {
22811 PyObject *obj;
22812 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
22813 SWIG_TypeClientData(SWIGTYPE_p_wxTreeItemId, obj);
22814 Py_INCREF(obj);
22815 return Py_BuildValue((char *)"");
22816 }
22817 static PyObject *_wrap_new_TreeItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
22818 PyObject *resultobj;
22819 PyObject *arg1 = (PyObject *) NULL ;
22820 wxPyTreeItemData *result;
22821 PyObject * obj0 = 0 ;
22822 char *kwnames[] = {
22823 (char *) "obj", NULL
22824 };
22825
22826 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:new_TreeItemData",kwnames,&obj0)) goto fail;
22827 if (obj0) {
22828 arg1 = obj0;
22829 }
22830 {
22831 PyThreadState* __tstate = wxPyBeginAllowThreads();
22832 result = (wxPyTreeItemData *)new wxPyTreeItemData(arg1);
22833
22834 wxPyEndAllowThreads(__tstate);
22835 if (PyErr_Occurred()) SWIG_fail;
22836 }
22837 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxPyTreeItemData, 1);
22838 return resultobj;
22839 fail:
22840 return NULL;
22841 }
22842
22843
22844 static PyObject *_wrap_TreeItemData_GetData(PyObject *self, PyObject *args, PyObject *kwargs) {
22845 PyObject *resultobj;
22846 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
22847 PyObject *result;
22848 PyObject * obj0 = 0 ;
22849 char *kwnames[] = {
22850 (char *) "self", NULL
22851 };
22852
22853 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetData",kwnames,&obj0)) goto fail;
22854 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22855 {
22856 PyThreadState* __tstate = wxPyBeginAllowThreads();
22857 result = (PyObject *)(arg1)->GetData();
22858
22859 wxPyEndAllowThreads(__tstate);
22860 if (PyErr_Occurred()) SWIG_fail;
22861 }
22862 resultobj = result;
22863 return resultobj;
22864 fail:
22865 return NULL;
22866 }
22867
22868
22869 static PyObject *_wrap_TreeItemData_SetData(PyObject *self, PyObject *args, PyObject *kwargs) {
22870 PyObject *resultobj;
22871 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
22872 PyObject *arg2 = (PyObject *) 0 ;
22873 PyObject * obj0 = 0 ;
22874 PyObject * obj1 = 0 ;
22875 char *kwnames[] = {
22876 (char *) "self",(char *) "obj", NULL
22877 };
22878
22879 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetData",kwnames,&obj0,&obj1)) goto fail;
22880 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22881 arg2 = obj1;
22882 {
22883 PyThreadState* __tstate = wxPyBeginAllowThreads();
22884 (arg1)->SetData(arg2);
22885
22886 wxPyEndAllowThreads(__tstate);
22887 if (PyErr_Occurred()) SWIG_fail;
22888 }
22889 Py_INCREF(Py_None); resultobj = Py_None;
22890 return resultobj;
22891 fail:
22892 return NULL;
22893 }
22894
22895
22896 static PyObject *_wrap_TreeItemData_GetId(PyObject *self, PyObject *args, PyObject *kwargs) {
22897 PyObject *resultobj;
22898 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
22899 wxTreeItemId *result;
22900 PyObject * obj0 = 0 ;
22901 char *kwnames[] = {
22902 (char *) "self", NULL
22903 };
22904
22905 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_GetId",kwnames,&obj0)) goto fail;
22906 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22907 {
22908 PyThreadState* __tstate = wxPyBeginAllowThreads();
22909 {
22910 wxTreeItemId const &_result_ref = (arg1)->GetId();
22911 result = (wxTreeItemId *) &_result_ref;
22912 }
22913
22914 wxPyEndAllowThreads(__tstate);
22915 if (PyErr_Occurred()) SWIG_fail;
22916 }
22917 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxTreeItemId, 0);
22918 return resultobj;
22919 fail:
22920 return NULL;
22921 }
22922
22923
22924 static PyObject *_wrap_TreeItemData_SetId(PyObject *self, PyObject *args, PyObject *kwargs) {
22925 PyObject *resultobj;
22926 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
22927 wxTreeItemId *arg2 = 0 ;
22928 PyObject * obj0 = 0 ;
22929 PyObject * obj1 = 0 ;
22930 char *kwnames[] = {
22931 (char *) "self",(char *) "id", NULL
22932 };
22933
22934 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeItemData_SetId",kwnames,&obj0,&obj1)) goto fail;
22935 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22936 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22937 if (arg2 == NULL) {
22938 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
22939 }
22940 {
22941 PyThreadState* __tstate = wxPyBeginAllowThreads();
22942 (arg1)->SetId((wxTreeItemId const &)*arg2);
22943
22944 wxPyEndAllowThreads(__tstate);
22945 if (PyErr_Occurred()) SWIG_fail;
22946 }
22947 Py_INCREF(Py_None); resultobj = Py_None;
22948 return resultobj;
22949 fail:
22950 return NULL;
22951 }
22952
22953
22954 static PyObject *_wrap_TreeItemData_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) {
22955 PyObject *resultobj;
22956 wxPyTreeItemData *arg1 = (wxPyTreeItemData *) 0 ;
22957 PyObject * obj0 = 0 ;
22958 char *kwnames[] = {
22959 (char *) "self", NULL
22960 };
22961
22962 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeItemData_Destroy",kwnames,&obj0)) goto fail;
22963 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
22964 {
22965 PyThreadState* __tstate = wxPyBeginAllowThreads();
22966 wxPyTreeItemData_Destroy(arg1);
22967
22968 wxPyEndAllowThreads(__tstate);
22969 if (PyErr_Occurred()) SWIG_fail;
22970 }
22971 Py_INCREF(Py_None); resultobj = Py_None;
22972 return resultobj;
22973 fail:
22974 return NULL;
22975 }
22976
22977
22978 static PyObject * TreeItemData_swigregister(PyObject *self, PyObject *args) {
22979 PyObject *obj;
22980 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
22981 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeItemData, obj);
22982 Py_INCREF(obj);
22983 return Py_BuildValue((char *)"");
22984 }
22985 static PyObject *_wrap_new_TreeEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
22986 PyObject *resultobj;
22987 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
22988 int arg2 = (int) 0 ;
22989 wxTreeEvent *result;
22990 PyObject * obj0 = 0 ;
22991 PyObject * obj1 = 0 ;
22992 char *kwnames[] = {
22993 (char *) "commandType",(char *) "id", NULL
22994 };
22995
22996 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_TreeEvent",kwnames,&obj0,&obj1)) goto fail;
22997 if (obj0) {
22998 {
22999 arg1 = (wxEventType) SWIG_PyObj_AsInt(obj0);
23000 if (PyErr_Occurred()) SWIG_fail;
23001 }
23002 }
23003 if (obj1) {
23004 {
23005 arg2 = (int) SWIG_PyObj_AsInt(obj1);
23006 if (PyErr_Occurred()) SWIG_fail;
23007 }
23008 }
23009 {
23010 PyThreadState* __tstate = wxPyBeginAllowThreads();
23011 result = (wxTreeEvent *)new wxTreeEvent(arg1,arg2);
23012
23013 wxPyEndAllowThreads(__tstate);
23014 if (PyErr_Occurred()) SWIG_fail;
23015 }
23016 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxTreeEvent, 1);
23017 return resultobj;
23018 fail:
23019 return NULL;
23020 }
23021
23022
23023 static PyObject *_wrap_TreeEvent_GetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23024 PyObject *resultobj;
23025 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23026 wxTreeItemId result;
23027 PyObject * obj0 = 0 ;
23028 char *kwnames[] = {
23029 (char *) "self", NULL
23030 };
23031
23032 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetItem",kwnames,&obj0)) goto fail;
23033 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23034 {
23035 PyThreadState* __tstate = wxPyBeginAllowThreads();
23036 result = ((wxTreeEvent const *)arg1)->GetItem();
23037
23038 wxPyEndAllowThreads(__tstate);
23039 if (PyErr_Occurred()) SWIG_fail;
23040 }
23041 {
23042 wxTreeItemId * resultptr;
23043 resultptr = new wxTreeItemId((wxTreeItemId &) result);
23044 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
23045 }
23046 return resultobj;
23047 fail:
23048 return NULL;
23049 }
23050
23051
23052 static PyObject *_wrap_TreeEvent_SetItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23053 PyObject *resultobj;
23054 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23055 wxTreeItemId *arg2 = 0 ;
23056 PyObject * obj0 = 0 ;
23057 PyObject * obj1 = 0 ;
23058 char *kwnames[] = {
23059 (char *) "self",(char *) "item", NULL
23060 };
23061
23062 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetItem",kwnames,&obj0,&obj1)) goto fail;
23063 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23064 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23065 if (arg2 == NULL) {
23066 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
23067 }
23068 {
23069 PyThreadState* __tstate = wxPyBeginAllowThreads();
23070 (arg1)->SetItem((wxTreeItemId const &)*arg2);
23071
23072 wxPyEndAllowThreads(__tstate);
23073 if (PyErr_Occurred()) SWIG_fail;
23074 }
23075 Py_INCREF(Py_None); resultobj = Py_None;
23076 return resultobj;
23077 fail:
23078 return NULL;
23079 }
23080
23081
23082 static PyObject *_wrap_TreeEvent_GetOldItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23083 PyObject *resultobj;
23084 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23085 wxTreeItemId result;
23086 PyObject * obj0 = 0 ;
23087 char *kwnames[] = {
23088 (char *) "self", NULL
23089 };
23090
23091 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetOldItem",kwnames,&obj0)) goto fail;
23092 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23093 {
23094 PyThreadState* __tstate = wxPyBeginAllowThreads();
23095 result = ((wxTreeEvent const *)arg1)->GetOldItem();
23096
23097 wxPyEndAllowThreads(__tstate);
23098 if (PyErr_Occurred()) SWIG_fail;
23099 }
23100 {
23101 wxTreeItemId * resultptr;
23102 resultptr = new wxTreeItemId((wxTreeItemId &) result);
23103 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
23104 }
23105 return resultobj;
23106 fail:
23107 return NULL;
23108 }
23109
23110
23111 static PyObject *_wrap_TreeEvent_SetOldItem(PyObject *self, PyObject *args, PyObject *kwargs) {
23112 PyObject *resultobj;
23113 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23114 wxTreeItemId *arg2 = 0 ;
23115 PyObject * obj0 = 0 ;
23116 PyObject * obj1 = 0 ;
23117 char *kwnames[] = {
23118 (char *) "self",(char *) "item", NULL
23119 };
23120
23121 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetOldItem",kwnames,&obj0,&obj1)) goto fail;
23122 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23123 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23124 if (arg2 == NULL) {
23125 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
23126 }
23127 {
23128 PyThreadState* __tstate = wxPyBeginAllowThreads();
23129 (arg1)->SetOldItem((wxTreeItemId const &)*arg2);
23130
23131 wxPyEndAllowThreads(__tstate);
23132 if (PyErr_Occurred()) SWIG_fail;
23133 }
23134 Py_INCREF(Py_None); resultobj = Py_None;
23135 return resultobj;
23136 fail:
23137 return NULL;
23138 }
23139
23140
23141 static PyObject *_wrap_TreeEvent_GetPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
23142 PyObject *resultobj;
23143 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23144 wxPoint result;
23145 PyObject * obj0 = 0 ;
23146 char *kwnames[] = {
23147 (char *) "self", NULL
23148 };
23149
23150 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetPoint",kwnames,&obj0)) goto fail;
23151 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23152 {
23153 PyThreadState* __tstate = wxPyBeginAllowThreads();
23154 result = ((wxTreeEvent const *)arg1)->GetPoint();
23155
23156 wxPyEndAllowThreads(__tstate);
23157 if (PyErr_Occurred()) SWIG_fail;
23158 }
23159 {
23160 wxPoint * resultptr;
23161 resultptr = new wxPoint((wxPoint &) result);
23162 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxPoint, 1);
23163 }
23164 return resultobj;
23165 fail:
23166 return NULL;
23167 }
23168
23169
23170 static PyObject *_wrap_TreeEvent_SetPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
23171 PyObject *resultobj;
23172 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23173 wxPoint *arg2 = 0 ;
23174 wxPoint temp2 ;
23175 PyObject * obj0 = 0 ;
23176 PyObject * obj1 = 0 ;
23177 char *kwnames[] = {
23178 (char *) "self",(char *) "pt", NULL
23179 };
23180
23181 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetPoint",kwnames,&obj0,&obj1)) goto fail;
23182 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23183 {
23184 arg2 = &temp2;
23185 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
23186 }
23187 {
23188 PyThreadState* __tstate = wxPyBeginAllowThreads();
23189 (arg1)->SetPoint((wxPoint const &)*arg2);
23190
23191 wxPyEndAllowThreads(__tstate);
23192 if (PyErr_Occurred()) SWIG_fail;
23193 }
23194 Py_INCREF(Py_None); resultobj = Py_None;
23195 return resultobj;
23196 fail:
23197 return NULL;
23198 }
23199
23200
23201 static PyObject *_wrap_TreeEvent_GetKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
23202 PyObject *resultobj;
23203 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23204 wxKeyEvent *result;
23205 PyObject * obj0 = 0 ;
23206 char *kwnames[] = {
23207 (char *) "self", NULL
23208 };
23209
23210 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyEvent",kwnames,&obj0)) goto fail;
23211 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23212 {
23213 PyThreadState* __tstate = wxPyBeginAllowThreads();
23214 {
23215 wxKeyEvent const &_result_ref = ((wxTreeEvent const *)arg1)->GetKeyEvent();
23216 result = (wxKeyEvent *) &_result_ref;
23217 }
23218
23219 wxPyEndAllowThreads(__tstate);
23220 if (PyErr_Occurred()) SWIG_fail;
23221 }
23222 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxKeyEvent, 0);
23223 return resultobj;
23224 fail:
23225 return NULL;
23226 }
23227
23228
23229 static PyObject *_wrap_TreeEvent_GetKeyCode(PyObject *self, PyObject *args, PyObject *kwargs) {
23230 PyObject *resultobj;
23231 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23232 int result;
23233 PyObject * obj0 = 0 ;
23234 char *kwnames[] = {
23235 (char *) "self", NULL
23236 };
23237
23238 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetKeyCode",kwnames,&obj0)) goto fail;
23239 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23240 {
23241 PyThreadState* __tstate = wxPyBeginAllowThreads();
23242 result = (int)((wxTreeEvent const *)arg1)->GetKeyCode();
23243
23244 wxPyEndAllowThreads(__tstate);
23245 if (PyErr_Occurred()) SWIG_fail;
23246 }
23247 resultobj = SWIG_PyObj_FromInt((int)result);
23248 return resultobj;
23249 fail:
23250 return NULL;
23251 }
23252
23253
23254 static PyObject *_wrap_TreeEvent_SetKeyEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
23255 PyObject *resultobj;
23256 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23257 wxKeyEvent *arg2 = 0 ;
23258 PyObject * obj0 = 0 ;
23259 PyObject * obj1 = 0 ;
23260 char *kwnames[] = {
23261 (char *) "self",(char *) "evt", NULL
23262 };
23263
23264 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetKeyEvent",kwnames,&obj0,&obj1)) goto fail;
23265 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23266 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxKeyEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23267 if (arg2 == NULL) {
23268 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
23269 }
23270 {
23271 PyThreadState* __tstate = wxPyBeginAllowThreads();
23272 (arg1)->SetKeyEvent((wxKeyEvent const &)*arg2);
23273
23274 wxPyEndAllowThreads(__tstate);
23275 if (PyErr_Occurred()) SWIG_fail;
23276 }
23277 Py_INCREF(Py_None); resultobj = Py_None;
23278 return resultobj;
23279 fail:
23280 return NULL;
23281 }
23282
23283
23284 static PyObject *_wrap_TreeEvent_GetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
23285 PyObject *resultobj;
23286 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23287 wxString *result;
23288 PyObject * obj0 = 0 ;
23289 char *kwnames[] = {
23290 (char *) "self", NULL
23291 };
23292
23293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_GetLabel",kwnames,&obj0)) goto fail;
23294 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23295 {
23296 PyThreadState* __tstate = wxPyBeginAllowThreads();
23297 {
23298 wxString const &_result_ref = ((wxTreeEvent const *)arg1)->GetLabel();
23299 result = (wxString *) &_result_ref;
23300 }
23301
23302 wxPyEndAllowThreads(__tstate);
23303 if (PyErr_Occurred()) SWIG_fail;
23304 }
23305 {
23306 #if wxUSE_UNICODE
23307 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
23308 #else
23309 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
23310 #endif
23311 }
23312 return resultobj;
23313 fail:
23314 return NULL;
23315 }
23316
23317
23318 static PyObject *_wrap_TreeEvent_SetLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
23319 PyObject *resultobj;
23320 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23321 wxString *arg2 = 0 ;
23322 bool temp2 = False ;
23323 PyObject * obj0 = 0 ;
23324 PyObject * obj1 = 0 ;
23325 char *kwnames[] = {
23326 (char *) "self",(char *) "label", NULL
23327 };
23328
23329 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetLabel",kwnames,&obj0,&obj1)) goto fail;
23330 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23331 {
23332 arg2 = wxString_in_helper(obj1);
23333 if (arg2 == NULL) SWIG_fail;
23334 temp2 = True;
23335 }
23336 {
23337 PyThreadState* __tstate = wxPyBeginAllowThreads();
23338 (arg1)->SetLabel((wxString const &)*arg2);
23339
23340 wxPyEndAllowThreads(__tstate);
23341 if (PyErr_Occurred()) SWIG_fail;
23342 }
23343 Py_INCREF(Py_None); resultobj = Py_None;
23344 {
23345 if (temp2)
23346 delete arg2;
23347 }
23348 return resultobj;
23349 fail:
23350 {
23351 if (temp2)
23352 delete arg2;
23353 }
23354 return NULL;
23355 }
23356
23357
23358 static PyObject *_wrap_TreeEvent_IsEditCancelled(PyObject *self, PyObject *args, PyObject *kwargs) {
23359 PyObject *resultobj;
23360 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23361 bool result;
23362 PyObject * obj0 = 0 ;
23363 char *kwnames[] = {
23364 (char *) "self", NULL
23365 };
23366
23367 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeEvent_IsEditCancelled",kwnames,&obj0)) goto fail;
23368 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23369 {
23370 PyThreadState* __tstate = wxPyBeginAllowThreads();
23371 result = (bool)((wxTreeEvent const *)arg1)->IsEditCancelled();
23372
23373 wxPyEndAllowThreads(__tstate);
23374 if (PyErr_Occurred()) SWIG_fail;
23375 }
23376 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23377 return resultobj;
23378 fail:
23379 return NULL;
23380 }
23381
23382
23383 static PyObject *_wrap_TreeEvent_SetEditCanceled(PyObject *self, PyObject *args, PyObject *kwargs) {
23384 PyObject *resultobj;
23385 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23386 bool arg2 ;
23387 PyObject * obj0 = 0 ;
23388 PyObject * obj1 = 0 ;
23389 char *kwnames[] = {
23390 (char *) "self",(char *) "editCancelled", NULL
23391 };
23392
23393 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetEditCanceled",kwnames,&obj0,&obj1)) goto fail;
23394 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23395 {
23396 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
23397 if (PyErr_Occurred()) SWIG_fail;
23398 }
23399 {
23400 PyThreadState* __tstate = wxPyBeginAllowThreads();
23401 (arg1)->SetEditCanceled(arg2);
23402
23403 wxPyEndAllowThreads(__tstate);
23404 if (PyErr_Occurred()) SWIG_fail;
23405 }
23406 Py_INCREF(Py_None); resultobj = Py_None;
23407 return resultobj;
23408 fail:
23409 return NULL;
23410 }
23411
23412
23413 static PyObject *_wrap_TreeEvent_SetToolTip(PyObject *self, PyObject *args, PyObject *kwargs) {
23414 PyObject *resultobj;
23415 wxTreeEvent *arg1 = (wxTreeEvent *) 0 ;
23416 wxString *arg2 = 0 ;
23417 bool temp2 = False ;
23418 PyObject * obj0 = 0 ;
23419 PyObject * obj1 = 0 ;
23420 char *kwnames[] = {
23421 (char *) "self",(char *) "toolTip", NULL
23422 };
23423
23424 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeEvent_SetToolTip",kwnames,&obj0,&obj1)) goto fail;
23425 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxTreeEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23426 {
23427 arg2 = wxString_in_helper(obj1);
23428 if (arg2 == NULL) SWIG_fail;
23429 temp2 = True;
23430 }
23431 {
23432 PyThreadState* __tstate = wxPyBeginAllowThreads();
23433 (arg1)->SetToolTip((wxString const &)*arg2);
23434
23435 wxPyEndAllowThreads(__tstate);
23436 if (PyErr_Occurred()) SWIG_fail;
23437 }
23438 Py_INCREF(Py_None); resultobj = Py_None;
23439 {
23440 if (temp2)
23441 delete arg2;
23442 }
23443 return resultobj;
23444 fail:
23445 {
23446 if (temp2)
23447 delete arg2;
23448 }
23449 return NULL;
23450 }
23451
23452
23453 static PyObject * TreeEvent_swigregister(PyObject *self, PyObject *args) {
23454 PyObject *obj;
23455 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
23456 SWIG_TypeClientData(SWIGTYPE_p_wxTreeEvent, obj);
23457 Py_INCREF(obj);
23458 return Py_BuildValue((char *)"");
23459 }
23460 static PyObject *_wrap_new_TreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
23461 PyObject *resultobj;
23462 wxWindow *arg1 = (wxWindow *) 0 ;
23463 int arg2 = (int) -1 ;
23464 wxPoint const &arg3_defvalue = wxDefaultPosition ;
23465 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
23466 wxSize const &arg4_defvalue = wxDefaultSize ;
23467 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
23468 long arg5 = (long) wxTR_DEFAULT_STYLE ;
23469 wxValidator const &arg6_defvalue = wxDefaultValidator ;
23470 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
23471 wxString const &arg7_defvalue = wxPyTreeCtrlNameStr ;
23472 wxString *arg7 = (wxString *) &arg7_defvalue ;
23473 wxPyTreeCtrl *result;
23474 wxPoint temp3 ;
23475 wxSize temp4 ;
23476 bool temp7 = False ;
23477 PyObject * obj0 = 0 ;
23478 PyObject * obj1 = 0 ;
23479 PyObject * obj2 = 0 ;
23480 PyObject * obj3 = 0 ;
23481 PyObject * obj4 = 0 ;
23482 PyObject * obj5 = 0 ;
23483 PyObject * obj6 = 0 ;
23484 char *kwnames[] = {
23485 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23486 };
23487
23488 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_TreeCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
23489 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23490 if (obj1) {
23491 {
23492 arg2 = (int) SWIG_PyObj_AsInt(obj1);
23493 if (PyErr_Occurred()) SWIG_fail;
23494 }
23495 }
23496 if (obj2) {
23497 {
23498 arg3 = &temp3;
23499 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
23500 }
23501 }
23502 if (obj3) {
23503 {
23504 arg4 = &temp4;
23505 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
23506 }
23507 }
23508 if (obj4) {
23509 {
23510 arg5 = (long) SWIG_PyObj_AsLong(obj4);
23511 if (PyErr_Occurred()) SWIG_fail;
23512 }
23513 }
23514 if (obj5) {
23515 if ((SWIG_ConvertPtr(obj5,(void **) &arg6, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23516 if (arg6 == NULL) {
23517 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
23518 }
23519 }
23520 if (obj6) {
23521 {
23522 arg7 = wxString_in_helper(obj6);
23523 if (arg7 == NULL) SWIG_fail;
23524 temp7 = True;
23525 }
23526 }
23527 {
23528 PyThreadState* __tstate = wxPyBeginAllowThreads();
23529 result = (wxPyTreeCtrl *)new wxPyTreeCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
23530
23531 wxPyEndAllowThreads(__tstate);
23532 if (PyErr_Occurred()) SWIG_fail;
23533 }
23534 {
23535 resultobj = wxPyMake_wxObject(result);
23536 }
23537 {
23538 if (temp7)
23539 delete arg7;
23540 }
23541 return resultobj;
23542 fail:
23543 {
23544 if (temp7)
23545 delete arg7;
23546 }
23547 return NULL;
23548 }
23549
23550
23551 static PyObject *_wrap_new_PreTreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
23552 PyObject *resultobj;
23553 wxPyTreeCtrl *result;
23554 char *kwnames[] = {
23555 NULL
23556 };
23557
23558 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreTreeCtrl",kwnames)) goto fail;
23559 {
23560 PyThreadState* __tstate = wxPyBeginAllowThreads();
23561 result = (wxPyTreeCtrl *)new wxPyTreeCtrl();
23562
23563 wxPyEndAllowThreads(__tstate);
23564 if (PyErr_Occurred()) SWIG_fail;
23565 }
23566 {
23567 resultobj = wxPyMake_wxObject(result);
23568 }
23569 return resultobj;
23570 fail:
23571 return NULL;
23572 }
23573
23574
23575 static PyObject *_wrap_TreeCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
23576 PyObject *resultobj;
23577 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23578 wxWindow *arg2 = (wxWindow *) 0 ;
23579 int arg3 = (int) -1 ;
23580 wxPoint const &arg4_defvalue = wxDefaultPosition ;
23581 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
23582 wxSize const &arg5_defvalue = wxDefaultSize ;
23583 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
23584 long arg6 = (long) wxTR_DEFAULT_STYLE ;
23585 wxValidator const &arg7_defvalue = wxDefaultValidator ;
23586 wxValidator *arg7 = (wxValidator *) &arg7_defvalue ;
23587 wxString const &arg8_defvalue = wxPyTreeCtrlNameStr ;
23588 wxString *arg8 = (wxString *) &arg8_defvalue ;
23589 bool result;
23590 wxPoint temp4 ;
23591 wxSize temp5 ;
23592 bool temp8 = False ;
23593 PyObject * obj0 = 0 ;
23594 PyObject * obj1 = 0 ;
23595 PyObject * obj2 = 0 ;
23596 PyObject * obj3 = 0 ;
23597 PyObject * obj4 = 0 ;
23598 PyObject * obj5 = 0 ;
23599 PyObject * obj6 = 0 ;
23600 PyObject * obj7 = 0 ;
23601 char *kwnames[] = {
23602 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23603 };
23604
23605 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:TreeCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
23606 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23607 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23608 if (obj2) {
23609 {
23610 arg3 = (int) SWIG_PyObj_AsInt(obj2);
23611 if (PyErr_Occurred()) SWIG_fail;
23612 }
23613 }
23614 if (obj3) {
23615 {
23616 arg4 = &temp4;
23617 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
23618 }
23619 }
23620 if (obj4) {
23621 {
23622 arg5 = &temp5;
23623 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
23624 }
23625 }
23626 if (obj5) {
23627 {
23628 arg6 = (long) SWIG_PyObj_AsLong(obj5);
23629 if (PyErr_Occurred()) SWIG_fail;
23630 }
23631 }
23632 if (obj6) {
23633 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23634 if (arg7 == NULL) {
23635 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
23636 }
23637 }
23638 if (obj7) {
23639 {
23640 arg8 = wxString_in_helper(obj7);
23641 if (arg8 == NULL) SWIG_fail;
23642 temp8 = True;
23643 }
23644 }
23645 {
23646 PyThreadState* __tstate = wxPyBeginAllowThreads();
23647 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxValidator const &)*arg7,(wxString const &)*arg8);
23648
23649 wxPyEndAllowThreads(__tstate);
23650 if (PyErr_Occurred()) SWIG_fail;
23651 }
23652 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
23653 {
23654 if (temp8)
23655 delete arg8;
23656 }
23657 return resultobj;
23658 fail:
23659 {
23660 if (temp8)
23661 delete arg8;
23662 }
23663 return NULL;
23664 }
23665
23666
23667 static PyObject *_wrap_TreeCtrl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
23668 PyObject *resultobj;
23669 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23670 PyObject *arg2 = (PyObject *) 0 ;
23671 PyObject *arg3 = (PyObject *) 0 ;
23672 PyObject * obj0 = 0 ;
23673 PyObject * obj1 = 0 ;
23674 PyObject * obj2 = 0 ;
23675 char *kwnames[] = {
23676 (char *) "self",(char *) "self",(char *) "_class", NULL
23677 };
23678
23679 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
23680 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23681 arg2 = obj1;
23682 arg3 = obj2;
23683 {
23684 PyThreadState* __tstate = wxPyBeginAllowThreads();
23685 (arg1)->_setCallbackInfo(arg2,arg3);
23686
23687 wxPyEndAllowThreads(__tstate);
23688 if (PyErr_Occurred()) SWIG_fail;
23689 }
23690 Py_INCREF(Py_None); resultobj = Py_None;
23691 return resultobj;
23692 fail:
23693 return NULL;
23694 }
23695
23696
23697 static PyObject *_wrap_TreeCtrl_GetCount(PyObject *self, PyObject *args, PyObject *kwargs) {
23698 PyObject *resultobj;
23699 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23700 size_t result;
23701 PyObject * obj0 = 0 ;
23702 char *kwnames[] = {
23703 (char *) "self", NULL
23704 };
23705
23706 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetCount",kwnames,&obj0)) goto fail;
23707 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23708 {
23709 PyThreadState* __tstate = wxPyBeginAllowThreads();
23710 result = (size_t)((wxPyTreeCtrl const *)arg1)->GetCount();
23711
23712 wxPyEndAllowThreads(__tstate);
23713 if (PyErr_Occurred()) SWIG_fail;
23714 }
23715 resultobj = SWIG_PyObj_FromUnsignedLong((unsigned long)result);
23716 return resultobj;
23717 fail:
23718 return NULL;
23719 }
23720
23721
23722 static PyObject *_wrap_TreeCtrl_GetIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
23723 PyObject *resultobj;
23724 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23725 unsigned int result;
23726 PyObject * obj0 = 0 ;
23727 char *kwnames[] = {
23728 (char *) "self", NULL
23729 };
23730
23731 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetIndent",kwnames,&obj0)) goto fail;
23732 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23733 {
23734 PyThreadState* __tstate = wxPyBeginAllowThreads();
23735 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetIndent();
23736
23737 wxPyEndAllowThreads(__tstate);
23738 if (PyErr_Occurred()) SWIG_fail;
23739 }
23740 resultobj = SWIG_PyObj_FromUnsignedInt((unsigned int)result);
23741 return resultobj;
23742 fail:
23743 return NULL;
23744 }
23745
23746
23747 static PyObject *_wrap_TreeCtrl_SetIndent(PyObject *self, PyObject *args, PyObject *kwargs) {
23748 PyObject *resultobj;
23749 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23750 unsigned int arg2 ;
23751 PyObject * obj0 = 0 ;
23752 PyObject * obj1 = 0 ;
23753 char *kwnames[] = {
23754 (char *) "self",(char *) "indent", NULL
23755 };
23756
23757 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetIndent",kwnames,&obj0,&obj1)) goto fail;
23758 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23759 {
23760 arg2 = (unsigned int) SWIG_PyObj_AsUnsignedInt(obj1);
23761 if (PyErr_Occurred()) SWIG_fail;
23762 }
23763 {
23764 PyThreadState* __tstate = wxPyBeginAllowThreads();
23765 (arg1)->SetIndent(arg2);
23766
23767 wxPyEndAllowThreads(__tstate);
23768 if (PyErr_Occurred()) SWIG_fail;
23769 }
23770 Py_INCREF(Py_None); resultobj = Py_None;
23771 return resultobj;
23772 fail:
23773 return NULL;
23774 }
23775
23776
23777 static PyObject *_wrap_TreeCtrl_GetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
23778 PyObject *resultobj;
23779 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23780 unsigned int result;
23781 PyObject * obj0 = 0 ;
23782 char *kwnames[] = {
23783 (char *) "self", NULL
23784 };
23785
23786 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSpacing",kwnames,&obj0)) goto fail;
23787 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23788 {
23789 PyThreadState* __tstate = wxPyBeginAllowThreads();
23790 result = (unsigned int)((wxPyTreeCtrl const *)arg1)->GetSpacing();
23791
23792 wxPyEndAllowThreads(__tstate);
23793 if (PyErr_Occurred()) SWIG_fail;
23794 }
23795 resultobj = SWIG_PyObj_FromUnsignedInt((unsigned int)result);
23796 return resultobj;
23797 fail:
23798 return NULL;
23799 }
23800
23801
23802 static PyObject *_wrap_TreeCtrl_SetSpacing(PyObject *self, PyObject *args, PyObject *kwargs) {
23803 PyObject *resultobj;
23804 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23805 unsigned int arg2 ;
23806 PyObject * obj0 = 0 ;
23807 PyObject * obj1 = 0 ;
23808 char *kwnames[] = {
23809 (char *) "self",(char *) "spacing", NULL
23810 };
23811
23812 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetSpacing",kwnames,&obj0,&obj1)) goto fail;
23813 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23814 {
23815 arg2 = (unsigned int) SWIG_PyObj_AsUnsignedInt(obj1);
23816 if (PyErr_Occurred()) SWIG_fail;
23817 }
23818 {
23819 PyThreadState* __tstate = wxPyBeginAllowThreads();
23820 (arg1)->SetSpacing(arg2);
23821
23822 wxPyEndAllowThreads(__tstate);
23823 if (PyErr_Occurred()) SWIG_fail;
23824 }
23825 Py_INCREF(Py_None); resultobj = Py_None;
23826 return resultobj;
23827 fail:
23828 return NULL;
23829 }
23830
23831
23832 static PyObject *_wrap_TreeCtrl_GetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
23833 PyObject *resultobj;
23834 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23835 wxImageList *result;
23836 PyObject * obj0 = 0 ;
23837 char *kwnames[] = {
23838 (char *) "self", NULL
23839 };
23840
23841 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetImageList",kwnames,&obj0)) goto fail;
23842 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23843 {
23844 PyThreadState* __tstate = wxPyBeginAllowThreads();
23845 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetImageList();
23846
23847 wxPyEndAllowThreads(__tstate);
23848 if (PyErr_Occurred()) SWIG_fail;
23849 }
23850 {
23851 resultobj = wxPyMake_wxObject(result);
23852 }
23853 return resultobj;
23854 fail:
23855 return NULL;
23856 }
23857
23858
23859 static PyObject *_wrap_TreeCtrl_GetStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
23860 PyObject *resultobj;
23861 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23862 wxImageList *result;
23863 PyObject * obj0 = 0 ;
23864 char *kwnames[] = {
23865 (char *) "self", NULL
23866 };
23867
23868 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetStateImageList",kwnames,&obj0)) goto fail;
23869 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23870 {
23871 PyThreadState* __tstate = wxPyBeginAllowThreads();
23872 result = (wxImageList *)((wxPyTreeCtrl const *)arg1)->GetStateImageList();
23873
23874 wxPyEndAllowThreads(__tstate);
23875 if (PyErr_Occurred()) SWIG_fail;
23876 }
23877 {
23878 resultobj = wxPyMake_wxObject(result);
23879 }
23880 return resultobj;
23881 fail:
23882 return NULL;
23883 }
23884
23885
23886 static PyObject *_wrap_TreeCtrl_SetImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
23887 PyObject *resultobj;
23888 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23889 wxImageList *arg2 = (wxImageList *) 0 ;
23890 PyObject * obj0 = 0 ;
23891 PyObject * obj1 = 0 ;
23892 char *kwnames[] = {
23893 (char *) "self",(char *) "imageList", NULL
23894 };
23895
23896 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetImageList",kwnames,&obj0,&obj1)) goto fail;
23897 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23898 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxImageList,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23899 {
23900 PyThreadState* __tstate = wxPyBeginAllowThreads();
23901 (arg1)->SetImageList(arg2);
23902
23903 wxPyEndAllowThreads(__tstate);
23904 if (PyErr_Occurred()) SWIG_fail;
23905 }
23906 Py_INCREF(Py_None); resultobj = Py_None;
23907 return resultobj;
23908 fail:
23909 return NULL;
23910 }
23911
23912
23913 static PyObject *_wrap_TreeCtrl_SetStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
23914 PyObject *resultobj;
23915 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23916 wxImageList *arg2 = (wxImageList *) 0 ;
23917 PyObject * obj0 = 0 ;
23918 PyObject * obj1 = 0 ;
23919 char *kwnames[] = {
23920 (char *) "self",(char *) "imageList", NULL
23921 };
23922
23923 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SetStateImageList",kwnames,&obj0,&obj1)) goto fail;
23924 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23925 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxImageList,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23926 {
23927 PyThreadState* __tstate = wxPyBeginAllowThreads();
23928 (arg1)->SetStateImageList(arg2);
23929
23930 wxPyEndAllowThreads(__tstate);
23931 if (PyErr_Occurred()) SWIG_fail;
23932 }
23933 Py_INCREF(Py_None); resultobj = Py_None;
23934 return resultobj;
23935 fail:
23936 return NULL;
23937 }
23938
23939
23940 static PyObject *_wrap_TreeCtrl_AssignImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
23941 PyObject *resultobj;
23942 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23943 wxImageList *arg2 = (wxImageList *) 0 ;
23944 PyObject * obj0 = 0 ;
23945 PyObject * obj1 = 0 ;
23946 char *kwnames[] = {
23947 (char *) "self",(char *) "imageList", NULL
23948 };
23949
23950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignImageList",kwnames,&obj0,&obj1)) goto fail;
23951 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23952 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxImageList,SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN )) == -1) SWIG_fail;
23953 {
23954 PyThreadState* __tstate = wxPyBeginAllowThreads();
23955 (arg1)->AssignImageList(arg2);
23956
23957 wxPyEndAllowThreads(__tstate);
23958 if (PyErr_Occurred()) SWIG_fail;
23959 }
23960 Py_INCREF(Py_None); resultobj = Py_None;
23961 return resultobj;
23962 fail:
23963 return NULL;
23964 }
23965
23966
23967 static PyObject *_wrap_TreeCtrl_AssignStateImageList(PyObject *self, PyObject *args, PyObject *kwargs) {
23968 PyObject *resultobj;
23969 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23970 wxImageList *arg2 = (wxImageList *) 0 ;
23971 PyObject * obj0 = 0 ;
23972 PyObject * obj1 = 0 ;
23973 char *kwnames[] = {
23974 (char *) "self",(char *) "imageList", NULL
23975 };
23976
23977 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_AssignStateImageList",kwnames,&obj0,&obj1)) goto fail;
23978 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
23979 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxImageList,SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN )) == -1) SWIG_fail;
23980 {
23981 PyThreadState* __tstate = wxPyBeginAllowThreads();
23982 (arg1)->AssignStateImageList(arg2);
23983
23984 wxPyEndAllowThreads(__tstate);
23985 if (PyErr_Occurred()) SWIG_fail;
23986 }
23987 Py_INCREF(Py_None); resultobj = Py_None;
23988 return resultobj;
23989 fail:
23990 return NULL;
23991 }
23992
23993
23994 static PyObject *_wrap_TreeCtrl_GetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
23995 PyObject *resultobj;
23996 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
23997 wxTreeItemId *arg2 = 0 ;
23998 wxString result;
23999 PyObject * obj0 = 0 ;
24000 PyObject * obj1 = 0 ;
24001 char *kwnames[] = {
24002 (char *) "self",(char *) "item", NULL
24003 };
24004
24005 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemText",kwnames,&obj0,&obj1)) goto fail;
24006 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24007 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24008 if (arg2 == NULL) {
24009 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24010 }
24011 {
24012 PyThreadState* __tstate = wxPyBeginAllowThreads();
24013 result = ((wxPyTreeCtrl const *)arg1)->GetItemText((wxTreeItemId const &)*arg2);
24014
24015 wxPyEndAllowThreads(__tstate);
24016 if (PyErr_Occurred()) SWIG_fail;
24017 }
24018 {
24019 #if wxUSE_UNICODE
24020 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
24021 #else
24022 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
24023 #endif
24024 }
24025 return resultobj;
24026 fail:
24027 return NULL;
24028 }
24029
24030
24031 static PyObject *_wrap_TreeCtrl_GetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) {
24032 PyObject *resultobj;
24033 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24034 wxTreeItemId *arg2 = 0 ;
24035 int arg3 = (int) wxTreeItemIcon_Normal ;
24036 int result;
24037 PyObject * obj0 = 0 ;
24038 PyObject * obj1 = 0 ;
24039 PyObject * obj2 = 0 ;
24040 char *kwnames[] = {
24041 (char *) "self",(char *) "item",(char *) "which", NULL
24042 };
24043
24044 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetItemImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
24045 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24046 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24047 if (arg2 == NULL) {
24048 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24049 }
24050 if (obj2) {
24051 {
24052 arg3 = (wxTreeItemIcon) SWIG_PyObj_AsInt(obj2);
24053 if (PyErr_Occurred()) SWIG_fail;
24054 }
24055 }
24056 {
24057 PyThreadState* __tstate = wxPyBeginAllowThreads();
24058 result = (int)((wxPyTreeCtrl const *)arg1)->GetItemImage((wxTreeItemId const &)*arg2,(wxTreeItemIcon )arg3);
24059
24060 wxPyEndAllowThreads(__tstate);
24061 if (PyErr_Occurred()) SWIG_fail;
24062 }
24063 resultobj = SWIG_PyObj_FromInt((int)result);
24064 return resultobj;
24065 fail:
24066 return NULL;
24067 }
24068
24069
24070 static PyObject *_wrap_TreeCtrl_GetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
24071 PyObject *resultobj;
24072 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24073 wxTreeItemId *arg2 = 0 ;
24074 wxPyTreeItemData *result;
24075 PyObject * obj0 = 0 ;
24076 PyObject * obj1 = 0 ;
24077 char *kwnames[] = {
24078 (char *) "self",(char *) "item", NULL
24079 };
24080
24081 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemData",kwnames,&obj0,&obj1)) goto fail;
24082 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24083 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24084 if (arg2 == NULL) {
24085 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24086 }
24087 {
24088 PyThreadState* __tstate = wxPyBeginAllowThreads();
24089 result = (wxPyTreeItemData *)wxPyTreeCtrl_GetItemData(arg1,(wxTreeItemId const &)*arg2);
24090
24091 wxPyEndAllowThreads(__tstate);
24092 if (PyErr_Occurred()) SWIG_fail;
24093 }
24094 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxPyTreeItemData, 0);
24095 return resultobj;
24096 fail:
24097 return NULL;
24098 }
24099
24100
24101 static PyObject *_wrap_TreeCtrl_GetItemPyData(PyObject *self, PyObject *args, PyObject *kwargs) {
24102 PyObject *resultobj;
24103 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24104 wxTreeItemId *arg2 = 0 ;
24105 PyObject *result;
24106 PyObject * obj0 = 0 ;
24107 PyObject * obj1 = 0 ;
24108 char *kwnames[] = {
24109 (char *) "self",(char *) "item", NULL
24110 };
24111
24112 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemPyData",kwnames,&obj0,&obj1)) goto fail;
24113 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24114 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24115 if (arg2 == NULL) {
24116 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24117 }
24118 {
24119 PyThreadState* __tstate = wxPyBeginAllowThreads();
24120 result = (PyObject *)wxPyTreeCtrl_GetItemPyData(arg1,(wxTreeItemId const &)*arg2);
24121
24122 wxPyEndAllowThreads(__tstate);
24123 if (PyErr_Occurred()) SWIG_fail;
24124 }
24125 resultobj = result;
24126 return resultobj;
24127 fail:
24128 return NULL;
24129 }
24130
24131
24132 static PyObject *_wrap_TreeCtrl_GetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
24133 PyObject *resultobj;
24134 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24135 wxTreeItemId *arg2 = 0 ;
24136 wxColour result;
24137 PyObject * obj0 = 0 ;
24138 PyObject * obj1 = 0 ;
24139 char *kwnames[] = {
24140 (char *) "self",(char *) "item", NULL
24141 };
24142
24143 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemTextColour",kwnames,&obj0,&obj1)) goto fail;
24144 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24145 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24146 if (arg2 == NULL) {
24147 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24148 }
24149 {
24150 PyThreadState* __tstate = wxPyBeginAllowThreads();
24151 result = ((wxPyTreeCtrl const *)arg1)->GetItemTextColour((wxTreeItemId const &)*arg2);
24152
24153 wxPyEndAllowThreads(__tstate);
24154 if (PyErr_Occurred()) SWIG_fail;
24155 }
24156 {
24157 wxColour * resultptr;
24158 resultptr = new wxColour((wxColour &) result);
24159 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxColour, 1);
24160 }
24161 return resultobj;
24162 fail:
24163 return NULL;
24164 }
24165
24166
24167 static PyObject *_wrap_TreeCtrl_GetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
24168 PyObject *resultobj;
24169 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24170 wxTreeItemId *arg2 = 0 ;
24171 wxColour result;
24172 PyObject * obj0 = 0 ;
24173 PyObject * obj1 = 0 ;
24174 char *kwnames[] = {
24175 (char *) "self",(char *) "item", NULL
24176 };
24177
24178 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemBackgroundColour",kwnames,&obj0,&obj1)) goto fail;
24179 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24180 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24181 if (arg2 == NULL) {
24182 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24183 }
24184 {
24185 PyThreadState* __tstate = wxPyBeginAllowThreads();
24186 result = ((wxPyTreeCtrl const *)arg1)->GetItemBackgroundColour((wxTreeItemId const &)*arg2);
24187
24188 wxPyEndAllowThreads(__tstate);
24189 if (PyErr_Occurred()) SWIG_fail;
24190 }
24191 {
24192 wxColour * resultptr;
24193 resultptr = new wxColour((wxColour &) result);
24194 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxColour, 1);
24195 }
24196 return resultobj;
24197 fail:
24198 return NULL;
24199 }
24200
24201
24202 static PyObject *_wrap_TreeCtrl_GetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) {
24203 PyObject *resultobj;
24204 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24205 wxTreeItemId *arg2 = 0 ;
24206 wxFont result;
24207 PyObject * obj0 = 0 ;
24208 PyObject * obj1 = 0 ;
24209 char *kwnames[] = {
24210 (char *) "self",(char *) "item", NULL
24211 };
24212
24213 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemFont",kwnames,&obj0,&obj1)) goto fail;
24214 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24215 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24216 if (arg2 == NULL) {
24217 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24218 }
24219 {
24220 PyThreadState* __tstate = wxPyBeginAllowThreads();
24221 result = ((wxPyTreeCtrl const *)arg1)->GetItemFont((wxTreeItemId const &)*arg2);
24222
24223 wxPyEndAllowThreads(__tstate);
24224 if (PyErr_Occurred()) SWIG_fail;
24225 }
24226 {
24227 wxFont * resultptr;
24228 resultptr = new wxFont((wxFont &) result);
24229 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxFont, 1);
24230 }
24231 return resultobj;
24232 fail:
24233 return NULL;
24234 }
24235
24236
24237 static PyObject *_wrap_TreeCtrl_SetItemText(PyObject *self, PyObject *args, PyObject *kwargs) {
24238 PyObject *resultobj;
24239 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24240 wxTreeItemId *arg2 = 0 ;
24241 wxString *arg3 = 0 ;
24242 bool temp3 = False ;
24243 PyObject * obj0 = 0 ;
24244 PyObject * obj1 = 0 ;
24245 PyObject * obj2 = 0 ;
24246 char *kwnames[] = {
24247 (char *) "self",(char *) "item",(char *) "text", NULL
24248 };
24249
24250 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemText",kwnames,&obj0,&obj1,&obj2)) goto fail;
24251 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24252 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24253 if (arg2 == NULL) {
24254 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24255 }
24256 {
24257 arg3 = wxString_in_helper(obj2);
24258 if (arg3 == NULL) SWIG_fail;
24259 temp3 = True;
24260 }
24261 {
24262 PyThreadState* __tstate = wxPyBeginAllowThreads();
24263 (arg1)->SetItemText((wxTreeItemId const &)*arg2,(wxString const &)*arg3);
24264
24265 wxPyEndAllowThreads(__tstate);
24266 if (PyErr_Occurred()) SWIG_fail;
24267 }
24268 Py_INCREF(Py_None); resultobj = Py_None;
24269 {
24270 if (temp3)
24271 delete arg3;
24272 }
24273 return resultobj;
24274 fail:
24275 {
24276 if (temp3)
24277 delete arg3;
24278 }
24279 return NULL;
24280 }
24281
24282
24283 static PyObject *_wrap_TreeCtrl_SetItemImage(PyObject *self, PyObject *args, PyObject *kwargs) {
24284 PyObject *resultobj;
24285 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24286 wxTreeItemId *arg2 = 0 ;
24287 int arg3 ;
24288 int arg4 = (int) wxTreeItemIcon_Normal ;
24289 PyObject * obj0 = 0 ;
24290 PyObject * obj1 = 0 ;
24291 PyObject * obj2 = 0 ;
24292 PyObject * obj3 = 0 ;
24293 char *kwnames[] = {
24294 (char *) "self",(char *) "item",(char *) "image",(char *) "which", NULL
24295 };
24296
24297 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:TreeCtrl_SetItemImage",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
24298 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24299 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24300 if (arg2 == NULL) {
24301 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24302 }
24303 {
24304 arg3 = (int) SWIG_PyObj_AsInt(obj2);
24305 if (PyErr_Occurred()) SWIG_fail;
24306 }
24307 if (obj3) {
24308 {
24309 arg4 = (wxTreeItemIcon) SWIG_PyObj_AsInt(obj3);
24310 if (PyErr_Occurred()) SWIG_fail;
24311 }
24312 }
24313 {
24314 PyThreadState* __tstate = wxPyBeginAllowThreads();
24315 (arg1)->SetItemImage((wxTreeItemId const &)*arg2,arg3,(wxTreeItemIcon )arg4);
24316
24317 wxPyEndAllowThreads(__tstate);
24318 if (PyErr_Occurred()) SWIG_fail;
24319 }
24320 Py_INCREF(Py_None); resultobj = Py_None;
24321 return resultobj;
24322 fail:
24323 return NULL;
24324 }
24325
24326
24327 static PyObject *_wrap_TreeCtrl_SetItemData(PyObject *self, PyObject *args, PyObject *kwargs) {
24328 PyObject *resultobj;
24329 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24330 wxTreeItemId *arg2 = 0 ;
24331 wxPyTreeItemData *arg3 = (wxPyTreeItemData *) 0 ;
24332 PyObject * obj0 = 0 ;
24333 PyObject * obj1 = 0 ;
24334 PyObject * obj2 = 0 ;
24335 char *kwnames[] = {
24336 (char *) "self",(char *) "item",(char *) "data", NULL
24337 };
24338
24339 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemData",kwnames,&obj0,&obj1,&obj2)) goto fail;
24340 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24341 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24342 if (arg2 == NULL) {
24343 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24344 }
24345 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24346 {
24347 PyThreadState* __tstate = wxPyBeginAllowThreads();
24348 wxPyTreeCtrl_SetItemData(arg1,(wxTreeItemId const &)*arg2,arg3);
24349
24350 wxPyEndAllowThreads(__tstate);
24351 if (PyErr_Occurred()) SWIG_fail;
24352 }
24353 Py_INCREF(Py_None); resultobj = Py_None;
24354 return resultobj;
24355 fail:
24356 return NULL;
24357 }
24358
24359
24360 static PyObject *_wrap_TreeCtrl_SetItemPyData(PyObject *self, PyObject *args, PyObject *kwargs) {
24361 PyObject *resultobj;
24362 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24363 wxTreeItemId *arg2 = 0 ;
24364 PyObject *arg3 = (PyObject *) 0 ;
24365 PyObject * obj0 = 0 ;
24366 PyObject * obj1 = 0 ;
24367 PyObject * obj2 = 0 ;
24368 char *kwnames[] = {
24369 (char *) "self",(char *) "item",(char *) "obj", NULL
24370 };
24371
24372 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemPyData",kwnames,&obj0,&obj1,&obj2)) goto fail;
24373 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24374 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24375 if (arg2 == NULL) {
24376 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24377 }
24378 arg3 = obj2;
24379 {
24380 PyThreadState* __tstate = wxPyBeginAllowThreads();
24381 wxPyTreeCtrl_SetItemPyData(arg1,(wxTreeItemId const &)*arg2,arg3);
24382
24383 wxPyEndAllowThreads(__tstate);
24384 if (PyErr_Occurred()) SWIG_fail;
24385 }
24386 Py_INCREF(Py_None); resultobj = Py_None;
24387 return resultobj;
24388 fail:
24389 return NULL;
24390 }
24391
24392
24393 static PyObject *_wrap_TreeCtrl_SetItemHasChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
24394 PyObject *resultobj;
24395 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24396 wxTreeItemId *arg2 = 0 ;
24397 bool arg3 = (bool) True ;
24398 PyObject * obj0 = 0 ;
24399 PyObject * obj1 = 0 ;
24400 PyObject * obj2 = 0 ;
24401 char *kwnames[] = {
24402 (char *) "self",(char *) "item",(char *) "has", NULL
24403 };
24404
24405 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemHasChildren",kwnames,&obj0,&obj1,&obj2)) goto fail;
24406 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24407 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24408 if (arg2 == NULL) {
24409 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24410 }
24411 if (obj2) {
24412 {
24413 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
24414 if (PyErr_Occurred()) SWIG_fail;
24415 }
24416 }
24417 {
24418 PyThreadState* __tstate = wxPyBeginAllowThreads();
24419 (arg1)->SetItemHasChildren((wxTreeItemId const &)*arg2,arg3);
24420
24421 wxPyEndAllowThreads(__tstate);
24422 if (PyErr_Occurred()) SWIG_fail;
24423 }
24424 Py_INCREF(Py_None); resultobj = Py_None;
24425 return resultobj;
24426 fail:
24427 return NULL;
24428 }
24429
24430
24431 static PyObject *_wrap_TreeCtrl_SetItemBold(PyObject *self, PyObject *args, PyObject *kwargs) {
24432 PyObject *resultobj;
24433 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24434 wxTreeItemId *arg2 = 0 ;
24435 bool arg3 = (bool) True ;
24436 PyObject * obj0 = 0 ;
24437 PyObject * obj1 = 0 ;
24438 PyObject * obj2 = 0 ;
24439 char *kwnames[] = {
24440 (char *) "self",(char *) "item",(char *) "bold", NULL
24441 };
24442
24443 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_SetItemBold",kwnames,&obj0,&obj1,&obj2)) goto fail;
24444 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24445 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24446 if (arg2 == NULL) {
24447 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24448 }
24449 if (obj2) {
24450 {
24451 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
24452 if (PyErr_Occurred()) SWIG_fail;
24453 }
24454 }
24455 {
24456 PyThreadState* __tstate = wxPyBeginAllowThreads();
24457 (arg1)->SetItemBold((wxTreeItemId const &)*arg2,arg3);
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_TreeCtrl_SetItemTextColour(PyObject *self, PyObject *args, PyObject *kwargs) {
24470 PyObject *resultobj;
24471 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24472 wxTreeItemId *arg2 = 0 ;
24473 wxColour *arg3 = 0 ;
24474 wxColour temp3 ;
24475 PyObject * obj0 = 0 ;
24476 PyObject * obj1 = 0 ;
24477 PyObject * obj2 = 0 ;
24478 char *kwnames[] = {
24479 (char *) "self",(char *) "item",(char *) "col", NULL
24480 };
24481
24482 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemTextColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
24483 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24484 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24485 if (arg2 == NULL) {
24486 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24487 }
24488 {
24489 arg3 = &temp3;
24490 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
24491 }
24492 {
24493 PyThreadState* __tstate = wxPyBeginAllowThreads();
24494 (arg1)->SetItemTextColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
24495
24496 wxPyEndAllowThreads(__tstate);
24497 if (PyErr_Occurred()) SWIG_fail;
24498 }
24499 Py_INCREF(Py_None); resultobj = Py_None;
24500 return resultobj;
24501 fail:
24502 return NULL;
24503 }
24504
24505
24506 static PyObject *_wrap_TreeCtrl_SetItemBackgroundColour(PyObject *self, PyObject *args, PyObject *kwargs) {
24507 PyObject *resultobj;
24508 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24509 wxTreeItemId *arg2 = 0 ;
24510 wxColour *arg3 = 0 ;
24511 wxColour temp3 ;
24512 PyObject * obj0 = 0 ;
24513 PyObject * obj1 = 0 ;
24514 PyObject * obj2 = 0 ;
24515 char *kwnames[] = {
24516 (char *) "self",(char *) "item",(char *) "col", NULL
24517 };
24518
24519 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemBackgroundColour",kwnames,&obj0,&obj1,&obj2)) goto fail;
24520 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24521 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24522 if (arg2 == NULL) {
24523 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24524 }
24525 {
24526 arg3 = &temp3;
24527 if ( ! wxColour_helper(obj2, &arg3)) SWIG_fail;
24528 }
24529 {
24530 PyThreadState* __tstate = wxPyBeginAllowThreads();
24531 (arg1)->SetItemBackgroundColour((wxTreeItemId const &)*arg2,(wxColour const &)*arg3);
24532
24533 wxPyEndAllowThreads(__tstate);
24534 if (PyErr_Occurred()) SWIG_fail;
24535 }
24536 Py_INCREF(Py_None); resultobj = Py_None;
24537 return resultobj;
24538 fail:
24539 return NULL;
24540 }
24541
24542
24543 static PyObject *_wrap_TreeCtrl_SetItemFont(PyObject *self, PyObject *args, PyObject *kwargs) {
24544 PyObject *resultobj;
24545 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24546 wxTreeItemId *arg2 = 0 ;
24547 wxFont *arg3 = 0 ;
24548 PyObject * obj0 = 0 ;
24549 PyObject * obj1 = 0 ;
24550 PyObject * obj2 = 0 ;
24551 char *kwnames[] = {
24552 (char *) "self",(char *) "item",(char *) "font", NULL
24553 };
24554
24555 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_SetItemFont",kwnames,&obj0,&obj1,&obj2)) goto fail;
24556 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24557 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24558 if (arg2 == NULL) {
24559 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24560 }
24561 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxFont,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24562 if (arg3 == NULL) {
24563 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24564 }
24565 {
24566 PyThreadState* __tstate = wxPyBeginAllowThreads();
24567 (arg1)->SetItemFont((wxTreeItemId const &)*arg2,(wxFont const &)*arg3);
24568
24569 wxPyEndAllowThreads(__tstate);
24570 if (PyErr_Occurred()) SWIG_fail;
24571 }
24572 Py_INCREF(Py_None); resultobj = Py_None;
24573 return resultobj;
24574 fail:
24575 return NULL;
24576 }
24577
24578
24579 static PyObject *_wrap_TreeCtrl_IsVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
24580 PyObject *resultobj;
24581 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24582 wxTreeItemId *arg2 = 0 ;
24583 bool result;
24584 PyObject * obj0 = 0 ;
24585 PyObject * obj1 = 0 ;
24586 char *kwnames[] = {
24587 (char *) "self",(char *) "item", NULL
24588 };
24589
24590 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsVisible",kwnames,&obj0,&obj1)) goto fail;
24591 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24592 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24593 if (arg2 == NULL) {
24594 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24595 }
24596 {
24597 PyThreadState* __tstate = wxPyBeginAllowThreads();
24598 result = (bool)((wxPyTreeCtrl const *)arg1)->IsVisible((wxTreeItemId const &)*arg2);
24599
24600 wxPyEndAllowThreads(__tstate);
24601 if (PyErr_Occurred()) SWIG_fail;
24602 }
24603 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24604 return resultobj;
24605 fail:
24606 return NULL;
24607 }
24608
24609
24610 static PyObject *_wrap_TreeCtrl_ItemHasChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
24611 PyObject *resultobj;
24612 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24613 wxTreeItemId *arg2 = 0 ;
24614 bool result;
24615 PyObject * obj0 = 0 ;
24616 PyObject * obj1 = 0 ;
24617 char *kwnames[] = {
24618 (char *) "self",(char *) "item", NULL
24619 };
24620
24621 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ItemHasChildren",kwnames,&obj0,&obj1)) goto fail;
24622 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24623 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24624 if (arg2 == NULL) {
24625 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24626 }
24627 {
24628 PyThreadState* __tstate = wxPyBeginAllowThreads();
24629 result = (bool)((wxPyTreeCtrl const *)arg1)->ItemHasChildren((wxTreeItemId const &)*arg2);
24630
24631 wxPyEndAllowThreads(__tstate);
24632 if (PyErr_Occurred()) SWIG_fail;
24633 }
24634 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24635 return resultobj;
24636 fail:
24637 return NULL;
24638 }
24639
24640
24641 static PyObject *_wrap_TreeCtrl_IsExpanded(PyObject *self, PyObject *args, PyObject *kwargs) {
24642 PyObject *resultobj;
24643 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24644 wxTreeItemId *arg2 = 0 ;
24645 bool result;
24646 PyObject * obj0 = 0 ;
24647 PyObject * obj1 = 0 ;
24648 char *kwnames[] = {
24649 (char *) "self",(char *) "item", NULL
24650 };
24651
24652 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsExpanded",kwnames,&obj0,&obj1)) goto fail;
24653 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24654 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24655 if (arg2 == NULL) {
24656 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24657 }
24658 {
24659 PyThreadState* __tstate = wxPyBeginAllowThreads();
24660 result = (bool)((wxPyTreeCtrl const *)arg1)->IsExpanded((wxTreeItemId const &)*arg2);
24661
24662 wxPyEndAllowThreads(__tstate);
24663 if (PyErr_Occurred()) SWIG_fail;
24664 }
24665 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24666 return resultobj;
24667 fail:
24668 return NULL;
24669 }
24670
24671
24672 static PyObject *_wrap_TreeCtrl_IsSelected(PyObject *self, PyObject *args, PyObject *kwargs) {
24673 PyObject *resultobj;
24674 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24675 wxTreeItemId *arg2 = 0 ;
24676 bool result;
24677 PyObject * obj0 = 0 ;
24678 PyObject * obj1 = 0 ;
24679 char *kwnames[] = {
24680 (char *) "self",(char *) "item", NULL
24681 };
24682
24683 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsSelected",kwnames,&obj0,&obj1)) goto fail;
24684 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24685 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24686 if (arg2 == NULL) {
24687 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24688 }
24689 {
24690 PyThreadState* __tstate = wxPyBeginAllowThreads();
24691 result = (bool)((wxPyTreeCtrl const *)arg1)->IsSelected((wxTreeItemId const &)*arg2);
24692
24693 wxPyEndAllowThreads(__tstate);
24694 if (PyErr_Occurred()) SWIG_fail;
24695 }
24696 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24697 return resultobj;
24698 fail:
24699 return NULL;
24700 }
24701
24702
24703 static PyObject *_wrap_TreeCtrl_IsBold(PyObject *self, PyObject *args, PyObject *kwargs) {
24704 PyObject *resultobj;
24705 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24706 wxTreeItemId *arg2 = 0 ;
24707 bool result;
24708 PyObject * obj0 = 0 ;
24709 PyObject * obj1 = 0 ;
24710 char *kwnames[] = {
24711 (char *) "self",(char *) "item", NULL
24712 };
24713
24714 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_IsBold",kwnames,&obj0,&obj1)) goto fail;
24715 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24716 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24717 if (arg2 == NULL) {
24718 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24719 }
24720 {
24721 PyThreadState* __tstate = wxPyBeginAllowThreads();
24722 result = (bool)((wxPyTreeCtrl const *)arg1)->IsBold((wxTreeItemId const &)*arg2);
24723
24724 wxPyEndAllowThreads(__tstate);
24725 if (PyErr_Occurred()) SWIG_fail;
24726 }
24727 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
24728 return resultobj;
24729 fail:
24730 return NULL;
24731 }
24732
24733
24734 static PyObject *_wrap_TreeCtrl_GetChildrenCount(PyObject *self, PyObject *args, PyObject *kwargs) {
24735 PyObject *resultobj;
24736 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24737 wxTreeItemId *arg2 = 0 ;
24738 bool arg3 = (bool) True ;
24739 size_t result;
24740 PyObject * obj0 = 0 ;
24741 PyObject * obj1 = 0 ;
24742 PyObject * obj2 = 0 ;
24743 char *kwnames[] = {
24744 (char *) "self",(char *) "item",(char *) "recursively", NULL
24745 };
24746
24747 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetChildrenCount",kwnames,&obj0,&obj1,&obj2)) goto fail;
24748 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24749 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24750 if (arg2 == NULL) {
24751 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24752 }
24753 if (obj2) {
24754 {
24755 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
24756 if (PyErr_Occurred()) SWIG_fail;
24757 }
24758 }
24759 {
24760 PyThreadState* __tstate = wxPyBeginAllowThreads();
24761 result = (size_t)(arg1)->GetChildrenCount((wxTreeItemId const &)*arg2,arg3);
24762
24763 wxPyEndAllowThreads(__tstate);
24764 if (PyErr_Occurred()) SWIG_fail;
24765 }
24766 resultobj = SWIG_PyObj_FromUnsignedLong((unsigned long)result);
24767 return resultobj;
24768 fail:
24769 return NULL;
24770 }
24771
24772
24773 static PyObject *_wrap_TreeCtrl_GetRootItem(PyObject *self, PyObject *args, PyObject *kwargs) {
24774 PyObject *resultobj;
24775 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24776 wxTreeItemId result;
24777 PyObject * obj0 = 0 ;
24778 char *kwnames[] = {
24779 (char *) "self", NULL
24780 };
24781
24782 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetRootItem",kwnames,&obj0)) goto fail;
24783 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24784 {
24785 PyThreadState* __tstate = wxPyBeginAllowThreads();
24786 result = ((wxPyTreeCtrl const *)arg1)->GetRootItem();
24787
24788 wxPyEndAllowThreads(__tstate);
24789 if (PyErr_Occurred()) SWIG_fail;
24790 }
24791 {
24792 wxTreeItemId * resultptr;
24793 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24794 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
24795 }
24796 return resultobj;
24797 fail:
24798 return NULL;
24799 }
24800
24801
24802 static PyObject *_wrap_TreeCtrl_GetSelection(PyObject *self, PyObject *args, PyObject *kwargs) {
24803 PyObject *resultobj;
24804 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24805 wxTreeItemId result;
24806 PyObject * obj0 = 0 ;
24807 char *kwnames[] = {
24808 (char *) "self", NULL
24809 };
24810
24811 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelection",kwnames,&obj0)) goto fail;
24812 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24813 {
24814 PyThreadState* __tstate = wxPyBeginAllowThreads();
24815 result = ((wxPyTreeCtrl const *)arg1)->GetSelection();
24816
24817 wxPyEndAllowThreads(__tstate);
24818 if (PyErr_Occurred()) SWIG_fail;
24819 }
24820 {
24821 wxTreeItemId * resultptr;
24822 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24823 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
24824 }
24825 return resultobj;
24826 fail:
24827 return NULL;
24828 }
24829
24830
24831 static PyObject *_wrap_TreeCtrl_GetSelections(PyObject *self, PyObject *args, PyObject *kwargs) {
24832 PyObject *resultobj;
24833 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24834 PyObject *result;
24835 PyObject * obj0 = 0 ;
24836 char *kwnames[] = {
24837 (char *) "self", NULL
24838 };
24839
24840 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetSelections",kwnames,&obj0)) goto fail;
24841 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24842 {
24843 PyThreadState* __tstate = wxPyBeginAllowThreads();
24844 result = (PyObject *)wxPyTreeCtrl_GetSelections(arg1);
24845
24846 wxPyEndAllowThreads(__tstate);
24847 if (PyErr_Occurred()) SWIG_fail;
24848 }
24849 resultobj = result;
24850 return resultobj;
24851 fail:
24852 return NULL;
24853 }
24854
24855
24856 static PyObject *_wrap_TreeCtrl_GetItemParent(PyObject *self, PyObject *args, PyObject *kwargs) {
24857 PyObject *resultobj;
24858 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24859 wxTreeItemId *arg2 = 0 ;
24860 wxTreeItemId result;
24861 PyObject * obj0 = 0 ;
24862 PyObject * obj1 = 0 ;
24863 char *kwnames[] = {
24864 (char *) "self",(char *) "item", NULL
24865 };
24866
24867 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetItemParent",kwnames,&obj0,&obj1)) goto fail;
24868 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24869 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24870 if (arg2 == NULL) {
24871 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24872 }
24873 {
24874 PyThreadState* __tstate = wxPyBeginAllowThreads();
24875 result = ((wxPyTreeCtrl const *)arg1)->GetItemParent((wxTreeItemId const &)*arg2);
24876
24877 wxPyEndAllowThreads(__tstate);
24878 if (PyErr_Occurred()) SWIG_fail;
24879 }
24880 {
24881 wxTreeItemId * resultptr;
24882 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24883 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
24884 }
24885 return resultobj;
24886 fail:
24887 return NULL;
24888 }
24889
24890
24891 static PyObject *_wrap_TreeCtrl_GetFirstChild(PyObject *self, PyObject *args, PyObject *kwargs) {
24892 PyObject *resultobj;
24893 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24894 wxTreeItemId *arg2 = 0 ;
24895 PyObject *result;
24896 PyObject * obj0 = 0 ;
24897 PyObject * obj1 = 0 ;
24898 char *kwnames[] = {
24899 (char *) "self",(char *) "item", NULL
24900 };
24901
24902 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetFirstChild",kwnames,&obj0,&obj1)) goto fail;
24903 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24904 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24905 if (arg2 == NULL) {
24906 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24907 }
24908 {
24909 PyThreadState* __tstate = wxPyBeginAllowThreads();
24910 result = (PyObject *)wxPyTreeCtrl_GetFirstChild(arg1,(wxTreeItemId const &)*arg2);
24911
24912 wxPyEndAllowThreads(__tstate);
24913 if (PyErr_Occurred()) SWIG_fail;
24914 }
24915 resultobj = result;
24916 return resultobj;
24917 fail:
24918 return NULL;
24919 }
24920
24921
24922 static PyObject *_wrap_TreeCtrl_GetNextChild(PyObject *self, PyObject *args, PyObject *kwargs) {
24923 PyObject *resultobj;
24924 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24925 wxTreeItemId *arg2 = 0 ;
24926 void *arg3 = (void *) 0 ;
24927 PyObject *result;
24928 PyObject * obj0 = 0 ;
24929 PyObject * obj1 = 0 ;
24930 PyObject * obj2 = 0 ;
24931 char *kwnames[] = {
24932 (char *) "self",(char *) "item",(char *) "cookie", NULL
24933 };
24934
24935 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:TreeCtrl_GetNextChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
24936 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24937 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24938 if (arg2 == NULL) {
24939 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24940 }
24941 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, 0, SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24942 {
24943 PyThreadState* __tstate = wxPyBeginAllowThreads();
24944 result = (PyObject *)wxPyTreeCtrl_GetNextChild(arg1,(wxTreeItemId const &)*arg2,arg3);
24945
24946 wxPyEndAllowThreads(__tstate);
24947 if (PyErr_Occurred()) SWIG_fail;
24948 }
24949 resultobj = result;
24950 return resultobj;
24951 fail:
24952 return NULL;
24953 }
24954
24955
24956 static PyObject *_wrap_TreeCtrl_GetLastChild(PyObject *self, PyObject *args, PyObject *kwargs) {
24957 PyObject *resultobj;
24958 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24959 wxTreeItemId *arg2 = 0 ;
24960 wxTreeItemId result;
24961 PyObject * obj0 = 0 ;
24962 PyObject * obj1 = 0 ;
24963 char *kwnames[] = {
24964 (char *) "self",(char *) "item", NULL
24965 };
24966
24967 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetLastChild",kwnames,&obj0,&obj1)) goto fail;
24968 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24969 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
24970 if (arg2 == NULL) {
24971 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
24972 }
24973 {
24974 PyThreadState* __tstate = wxPyBeginAllowThreads();
24975 result = ((wxPyTreeCtrl const *)arg1)->GetLastChild((wxTreeItemId const &)*arg2);
24976
24977 wxPyEndAllowThreads(__tstate);
24978 if (PyErr_Occurred()) SWIG_fail;
24979 }
24980 {
24981 wxTreeItemId * resultptr;
24982 resultptr = new wxTreeItemId((wxTreeItemId &) result);
24983 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
24984 }
24985 return resultobj;
24986 fail:
24987 return NULL;
24988 }
24989
24990
24991 static PyObject *_wrap_TreeCtrl_GetNextSibling(PyObject *self, PyObject *args, PyObject *kwargs) {
24992 PyObject *resultobj;
24993 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
24994 wxTreeItemId *arg2 = 0 ;
24995 wxTreeItemId result;
24996 PyObject * obj0 = 0 ;
24997 PyObject * obj1 = 0 ;
24998 char *kwnames[] = {
24999 (char *) "self",(char *) "item", NULL
25000 };
25001
25002 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextSibling",kwnames,&obj0,&obj1)) goto fail;
25003 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25004 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25005 if (arg2 == NULL) {
25006 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25007 }
25008 {
25009 PyThreadState* __tstate = wxPyBeginAllowThreads();
25010 result = ((wxPyTreeCtrl const *)arg1)->GetNextSibling((wxTreeItemId const &)*arg2);
25011
25012 wxPyEndAllowThreads(__tstate);
25013 if (PyErr_Occurred()) SWIG_fail;
25014 }
25015 {
25016 wxTreeItemId * resultptr;
25017 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25018 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25019 }
25020 return resultobj;
25021 fail:
25022 return NULL;
25023 }
25024
25025
25026 static PyObject *_wrap_TreeCtrl_GetPrevSibling(PyObject *self, PyObject *args, PyObject *kwargs) {
25027 PyObject *resultobj;
25028 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25029 wxTreeItemId *arg2 = 0 ;
25030 wxTreeItemId result;
25031 PyObject * obj0 = 0 ;
25032 PyObject * obj1 = 0 ;
25033 char *kwnames[] = {
25034 (char *) "self",(char *) "item", NULL
25035 };
25036
25037 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevSibling",kwnames,&obj0,&obj1)) goto fail;
25038 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25039 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25040 if (arg2 == NULL) {
25041 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25042 }
25043 {
25044 PyThreadState* __tstate = wxPyBeginAllowThreads();
25045 result = ((wxPyTreeCtrl const *)arg1)->GetPrevSibling((wxTreeItemId const &)*arg2);
25046
25047 wxPyEndAllowThreads(__tstate);
25048 if (PyErr_Occurred()) SWIG_fail;
25049 }
25050 {
25051 wxTreeItemId * resultptr;
25052 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25053 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25054 }
25055 return resultobj;
25056 fail:
25057 return NULL;
25058 }
25059
25060
25061 static PyObject *_wrap_TreeCtrl_GetFirstVisibleItem(PyObject *self, PyObject *args, PyObject *kwargs) {
25062 PyObject *resultobj;
25063 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25064 wxTreeItemId result;
25065 PyObject * obj0 = 0 ;
25066 char *kwnames[] = {
25067 (char *) "self", NULL
25068 };
25069
25070 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetFirstVisibleItem",kwnames,&obj0)) goto fail;
25071 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25072 {
25073 PyThreadState* __tstate = wxPyBeginAllowThreads();
25074 result = ((wxPyTreeCtrl const *)arg1)->GetFirstVisibleItem();
25075
25076 wxPyEndAllowThreads(__tstate);
25077 if (PyErr_Occurred()) SWIG_fail;
25078 }
25079 {
25080 wxTreeItemId * resultptr;
25081 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25082 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25083 }
25084 return resultobj;
25085 fail:
25086 return NULL;
25087 }
25088
25089
25090 static PyObject *_wrap_TreeCtrl_GetNextVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
25091 PyObject *resultobj;
25092 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25093 wxTreeItemId *arg2 = 0 ;
25094 wxTreeItemId result;
25095 PyObject * obj0 = 0 ;
25096 PyObject * obj1 = 0 ;
25097 char *kwnames[] = {
25098 (char *) "self",(char *) "item", NULL
25099 };
25100
25101 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetNextVisible",kwnames,&obj0,&obj1)) goto fail;
25102 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25103 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25104 if (arg2 == NULL) {
25105 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25106 }
25107 {
25108 PyThreadState* __tstate = wxPyBeginAllowThreads();
25109 result = ((wxPyTreeCtrl const *)arg1)->GetNextVisible((wxTreeItemId const &)*arg2);
25110
25111 wxPyEndAllowThreads(__tstate);
25112 if (PyErr_Occurred()) SWIG_fail;
25113 }
25114 {
25115 wxTreeItemId * resultptr;
25116 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25117 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25118 }
25119 return resultobj;
25120 fail:
25121 return NULL;
25122 }
25123
25124
25125 static PyObject *_wrap_TreeCtrl_GetPrevVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
25126 PyObject *resultobj;
25127 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25128 wxTreeItemId *arg2 = 0 ;
25129 wxTreeItemId result;
25130 PyObject * obj0 = 0 ;
25131 PyObject * obj1 = 0 ;
25132 char *kwnames[] = {
25133 (char *) "self",(char *) "item", NULL
25134 };
25135
25136 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_GetPrevVisible",kwnames,&obj0,&obj1)) goto fail;
25137 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25138 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25139 if (arg2 == NULL) {
25140 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25141 }
25142 {
25143 PyThreadState* __tstate = wxPyBeginAllowThreads();
25144 result = ((wxPyTreeCtrl const *)arg1)->GetPrevVisible((wxTreeItemId const &)*arg2);
25145
25146 wxPyEndAllowThreads(__tstate);
25147 if (PyErr_Occurred()) SWIG_fail;
25148 }
25149 {
25150 wxTreeItemId * resultptr;
25151 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25152 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25153 }
25154 return resultobj;
25155 fail:
25156 return NULL;
25157 }
25158
25159
25160 static PyObject *_wrap_TreeCtrl_AddRoot(PyObject *self, PyObject *args, PyObject *kwargs) {
25161 PyObject *resultobj;
25162 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25163 wxString *arg2 = 0 ;
25164 int arg3 = (int) -1 ;
25165 int arg4 = (int) -1 ;
25166 wxPyTreeItemData *arg5 = (wxPyTreeItemData *) NULL ;
25167 wxTreeItemId result;
25168 bool temp2 = False ;
25169 PyObject * obj0 = 0 ;
25170 PyObject * obj1 = 0 ;
25171 PyObject * obj2 = 0 ;
25172 PyObject * obj3 = 0 ;
25173 PyObject * obj4 = 0 ;
25174 char *kwnames[] = {
25175 (char *) "self",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
25176 };
25177
25178 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOO:TreeCtrl_AddRoot",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
25179 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25180 {
25181 arg2 = wxString_in_helper(obj1);
25182 if (arg2 == NULL) SWIG_fail;
25183 temp2 = True;
25184 }
25185 if (obj2) {
25186 {
25187 arg3 = (int) SWIG_PyObj_AsInt(obj2);
25188 if (PyErr_Occurred()) SWIG_fail;
25189 }
25190 }
25191 if (obj3) {
25192 {
25193 arg4 = (int) SWIG_PyObj_AsInt(obj3);
25194 if (PyErr_Occurred()) SWIG_fail;
25195 }
25196 }
25197 if (obj4) {
25198 if ((SWIG_ConvertPtr(obj4,(void **) &arg5, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25199 }
25200 {
25201 PyThreadState* __tstate = wxPyBeginAllowThreads();
25202 result = (arg1)->AddRoot((wxString const &)*arg2,arg3,arg4,arg5);
25203
25204 wxPyEndAllowThreads(__tstate);
25205 if (PyErr_Occurred()) SWIG_fail;
25206 }
25207 {
25208 wxTreeItemId * resultptr;
25209 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25210 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25211 }
25212 {
25213 if (temp2)
25214 delete arg2;
25215 }
25216 return resultobj;
25217 fail:
25218 {
25219 if (temp2)
25220 delete arg2;
25221 }
25222 return NULL;
25223 }
25224
25225
25226 static PyObject *_wrap_TreeCtrl_PrependItem(PyObject *self, PyObject *args, PyObject *kwargs) {
25227 PyObject *resultobj;
25228 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25229 wxTreeItemId *arg2 = 0 ;
25230 wxString *arg3 = 0 ;
25231 int arg4 = (int) -1 ;
25232 int arg5 = (int) -1 ;
25233 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
25234 wxTreeItemId result;
25235 bool temp3 = False ;
25236 PyObject * obj0 = 0 ;
25237 PyObject * obj1 = 0 ;
25238 PyObject * obj2 = 0 ;
25239 PyObject * obj3 = 0 ;
25240 PyObject * obj4 = 0 ;
25241 PyObject * obj5 = 0 ;
25242 char *kwnames[] = {
25243 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
25244 };
25245
25246 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_PrependItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
25247 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25248 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25249 if (arg2 == NULL) {
25250 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25251 }
25252 {
25253 arg3 = wxString_in_helper(obj2);
25254 if (arg3 == NULL) SWIG_fail;
25255 temp3 = True;
25256 }
25257 if (obj3) {
25258 {
25259 arg4 = (int) SWIG_PyObj_AsInt(obj3);
25260 if (PyErr_Occurred()) SWIG_fail;
25261 }
25262 }
25263 if (obj4) {
25264 {
25265 arg5 = (int) SWIG_PyObj_AsInt(obj4);
25266 if (PyErr_Occurred()) SWIG_fail;
25267 }
25268 }
25269 if (obj5) {
25270 if ((SWIG_ConvertPtr(obj5,(void **) &arg6, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25271 }
25272 {
25273 PyThreadState* __tstate = wxPyBeginAllowThreads();
25274 result = (arg1)->PrependItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
25275
25276 wxPyEndAllowThreads(__tstate);
25277 if (PyErr_Occurred()) SWIG_fail;
25278 }
25279 {
25280 wxTreeItemId * resultptr;
25281 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25282 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25283 }
25284 {
25285 if (temp3)
25286 delete arg3;
25287 }
25288 return resultobj;
25289 fail:
25290 {
25291 if (temp3)
25292 delete arg3;
25293 }
25294 return NULL;
25295 }
25296
25297
25298 static PyObject *_wrap_TreeCtrl_InsertItem(PyObject *self, PyObject *args, PyObject *kwargs) {
25299 PyObject *resultobj;
25300 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25301 wxTreeItemId *arg2 = 0 ;
25302 wxTreeItemId *arg3 = 0 ;
25303 wxString *arg4 = 0 ;
25304 int arg5 = (int) -1 ;
25305 int arg6 = (int) -1 ;
25306 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
25307 wxTreeItemId result;
25308 bool temp4 = False ;
25309 PyObject * obj0 = 0 ;
25310 PyObject * obj1 = 0 ;
25311 PyObject * obj2 = 0 ;
25312 PyObject * obj3 = 0 ;
25313 PyObject * obj4 = 0 ;
25314 PyObject * obj5 = 0 ;
25315 PyObject * obj6 = 0 ;
25316 char *kwnames[] = {
25317 (char *) "self",(char *) "parent",(char *) "idPrevious",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
25318 };
25319
25320 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
25321 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25322 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25323 if (arg2 == NULL) {
25324 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25325 }
25326 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25327 if (arg3 == NULL) {
25328 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25329 }
25330 {
25331 arg4 = wxString_in_helper(obj3);
25332 if (arg4 == NULL) SWIG_fail;
25333 temp4 = True;
25334 }
25335 if (obj4) {
25336 {
25337 arg5 = (int) SWIG_PyObj_AsInt(obj4);
25338 if (PyErr_Occurred()) SWIG_fail;
25339 }
25340 }
25341 if (obj5) {
25342 {
25343 arg6 = (int) SWIG_PyObj_AsInt(obj5);
25344 if (PyErr_Occurred()) SWIG_fail;
25345 }
25346 }
25347 if (obj6) {
25348 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25349 }
25350 {
25351 PyThreadState* __tstate = wxPyBeginAllowThreads();
25352 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,(wxTreeItemId const &)*arg3,(wxString const &)*arg4,arg5,arg6,arg7);
25353
25354 wxPyEndAllowThreads(__tstate);
25355 if (PyErr_Occurred()) SWIG_fail;
25356 }
25357 {
25358 wxTreeItemId * resultptr;
25359 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25360 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25361 }
25362 {
25363 if (temp4)
25364 delete arg4;
25365 }
25366 return resultobj;
25367 fail:
25368 {
25369 if (temp4)
25370 delete arg4;
25371 }
25372 return NULL;
25373 }
25374
25375
25376 static PyObject *_wrap_TreeCtrl_InsertItemBefore(PyObject *self, PyObject *args, PyObject *kwargs) {
25377 PyObject *resultobj;
25378 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25379 wxTreeItemId *arg2 = 0 ;
25380 size_t arg3 ;
25381 wxString *arg4 = 0 ;
25382 int arg5 = (int) -1 ;
25383 int arg6 = (int) -1 ;
25384 wxPyTreeItemData *arg7 = (wxPyTreeItemData *) NULL ;
25385 wxTreeItemId result;
25386 bool temp4 = False ;
25387 PyObject * obj0 = 0 ;
25388 PyObject * obj1 = 0 ;
25389 PyObject * obj2 = 0 ;
25390 PyObject * obj3 = 0 ;
25391 PyObject * obj4 = 0 ;
25392 PyObject * obj5 = 0 ;
25393 PyObject * obj6 = 0 ;
25394 char *kwnames[] = {
25395 (char *) "self",(char *) "parent",(char *) "index",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
25396 };
25397
25398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOO:TreeCtrl_InsertItemBefore",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
25399 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25400 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25401 if (arg2 == NULL) {
25402 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25403 }
25404 {
25405 arg3 = (size_t) SWIG_PyObj_AsUnsignedLong(obj2);
25406 if (PyErr_Occurred()) SWIG_fail;
25407 }
25408 {
25409 arg4 = wxString_in_helper(obj3);
25410 if (arg4 == NULL) SWIG_fail;
25411 temp4 = True;
25412 }
25413 if (obj4) {
25414 {
25415 arg5 = (int) SWIG_PyObj_AsInt(obj4);
25416 if (PyErr_Occurred()) SWIG_fail;
25417 }
25418 }
25419 if (obj5) {
25420 {
25421 arg6 = (int) SWIG_PyObj_AsInt(obj5);
25422 if (PyErr_Occurred()) SWIG_fail;
25423 }
25424 }
25425 if (obj6) {
25426 if ((SWIG_ConvertPtr(obj6,(void **) &arg7, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25427 }
25428 {
25429 PyThreadState* __tstate = wxPyBeginAllowThreads();
25430 result = (arg1)->InsertItem((wxTreeItemId const &)*arg2,arg3,(wxString const &)*arg4,arg5,arg6,arg7);
25431
25432 wxPyEndAllowThreads(__tstate);
25433 if (PyErr_Occurred()) SWIG_fail;
25434 }
25435 {
25436 wxTreeItemId * resultptr;
25437 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25438 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25439 }
25440 {
25441 if (temp4)
25442 delete arg4;
25443 }
25444 return resultobj;
25445 fail:
25446 {
25447 if (temp4)
25448 delete arg4;
25449 }
25450 return NULL;
25451 }
25452
25453
25454 static PyObject *_wrap_TreeCtrl_AppendItem(PyObject *self, PyObject *args, PyObject *kwargs) {
25455 PyObject *resultobj;
25456 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25457 wxTreeItemId *arg2 = 0 ;
25458 wxString *arg3 = 0 ;
25459 int arg4 = (int) -1 ;
25460 int arg5 = (int) -1 ;
25461 wxPyTreeItemData *arg6 = (wxPyTreeItemData *) NULL ;
25462 wxTreeItemId result;
25463 bool temp3 = False ;
25464 PyObject * obj0 = 0 ;
25465 PyObject * obj1 = 0 ;
25466 PyObject * obj2 = 0 ;
25467 PyObject * obj3 = 0 ;
25468 PyObject * obj4 = 0 ;
25469 PyObject * obj5 = 0 ;
25470 char *kwnames[] = {
25471 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
25472 };
25473
25474 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOO:TreeCtrl_AppendItem",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
25475 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25476 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25477 if (arg2 == NULL) {
25478 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25479 }
25480 {
25481 arg3 = wxString_in_helper(obj2);
25482 if (arg3 == NULL) SWIG_fail;
25483 temp3 = True;
25484 }
25485 if (obj3) {
25486 {
25487 arg4 = (int) SWIG_PyObj_AsInt(obj3);
25488 if (PyErr_Occurred()) SWIG_fail;
25489 }
25490 }
25491 if (obj4) {
25492 {
25493 arg5 = (int) SWIG_PyObj_AsInt(obj4);
25494 if (PyErr_Occurred()) SWIG_fail;
25495 }
25496 }
25497 if (obj5) {
25498 if ((SWIG_ConvertPtr(obj5,(void **) &arg6, SWIGTYPE_p_wxPyTreeItemData,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25499 }
25500 {
25501 PyThreadState* __tstate = wxPyBeginAllowThreads();
25502 result = (arg1)->AppendItem((wxTreeItemId const &)*arg2,(wxString const &)*arg3,arg4,arg5,arg6);
25503
25504 wxPyEndAllowThreads(__tstate);
25505 if (PyErr_Occurred()) SWIG_fail;
25506 }
25507 {
25508 wxTreeItemId * resultptr;
25509 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25510 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25511 }
25512 {
25513 if (temp3)
25514 delete arg3;
25515 }
25516 return resultobj;
25517 fail:
25518 {
25519 if (temp3)
25520 delete arg3;
25521 }
25522 return NULL;
25523 }
25524
25525
25526 static PyObject *_wrap_TreeCtrl_Delete(PyObject *self, PyObject *args, PyObject *kwargs) {
25527 PyObject *resultobj;
25528 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25529 wxTreeItemId *arg2 = 0 ;
25530 PyObject * obj0 = 0 ;
25531 PyObject * obj1 = 0 ;
25532 char *kwnames[] = {
25533 (char *) "self",(char *) "item", NULL
25534 };
25535
25536 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Delete",kwnames,&obj0,&obj1)) goto fail;
25537 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25538 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25539 if (arg2 == NULL) {
25540 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25541 }
25542 {
25543 PyThreadState* __tstate = wxPyBeginAllowThreads();
25544 (arg1)->Delete((wxTreeItemId const &)*arg2);
25545
25546 wxPyEndAllowThreads(__tstate);
25547 if (PyErr_Occurred()) SWIG_fail;
25548 }
25549 Py_INCREF(Py_None); resultobj = Py_None;
25550 return resultobj;
25551 fail:
25552 return NULL;
25553 }
25554
25555
25556 static PyObject *_wrap_TreeCtrl_DeleteChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
25557 PyObject *resultobj;
25558 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25559 wxTreeItemId *arg2 = 0 ;
25560 PyObject * obj0 = 0 ;
25561 PyObject * obj1 = 0 ;
25562 char *kwnames[] = {
25563 (char *) "self",(char *) "item", NULL
25564 };
25565
25566 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_DeleteChildren",kwnames,&obj0,&obj1)) goto fail;
25567 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25568 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25569 if (arg2 == NULL) {
25570 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25571 }
25572 {
25573 PyThreadState* __tstate = wxPyBeginAllowThreads();
25574 (arg1)->DeleteChildren((wxTreeItemId const &)*arg2);
25575
25576 wxPyEndAllowThreads(__tstate);
25577 if (PyErr_Occurred()) SWIG_fail;
25578 }
25579 Py_INCREF(Py_None); resultobj = Py_None;
25580 return resultobj;
25581 fail:
25582 return NULL;
25583 }
25584
25585
25586 static PyObject *_wrap_TreeCtrl_DeleteAllItems(PyObject *self, PyObject *args, PyObject *kwargs) {
25587 PyObject *resultobj;
25588 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25589 PyObject * obj0 = 0 ;
25590 char *kwnames[] = {
25591 (char *) "self", NULL
25592 };
25593
25594 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_DeleteAllItems",kwnames,&obj0)) goto fail;
25595 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25596 {
25597 PyThreadState* __tstate = wxPyBeginAllowThreads();
25598 (arg1)->DeleteAllItems();
25599
25600 wxPyEndAllowThreads(__tstate);
25601 if (PyErr_Occurred()) SWIG_fail;
25602 }
25603 Py_INCREF(Py_None); resultobj = Py_None;
25604 return resultobj;
25605 fail:
25606 return NULL;
25607 }
25608
25609
25610 static PyObject *_wrap_TreeCtrl_Expand(PyObject *self, PyObject *args, PyObject *kwargs) {
25611 PyObject *resultobj;
25612 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25613 wxTreeItemId *arg2 = 0 ;
25614 PyObject * obj0 = 0 ;
25615 PyObject * obj1 = 0 ;
25616 char *kwnames[] = {
25617 (char *) "self",(char *) "item", NULL
25618 };
25619
25620 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Expand",kwnames,&obj0,&obj1)) goto fail;
25621 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25622 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25623 if (arg2 == NULL) {
25624 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25625 }
25626 {
25627 PyThreadState* __tstate = wxPyBeginAllowThreads();
25628 (arg1)->Expand((wxTreeItemId const &)*arg2);
25629
25630 wxPyEndAllowThreads(__tstate);
25631 if (PyErr_Occurred()) SWIG_fail;
25632 }
25633 Py_INCREF(Py_None); resultobj = Py_None;
25634 return resultobj;
25635 fail:
25636 return NULL;
25637 }
25638
25639
25640 static PyObject *_wrap_TreeCtrl_Collapse(PyObject *self, PyObject *args, PyObject *kwargs) {
25641 PyObject *resultobj;
25642 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25643 wxTreeItemId *arg2 = 0 ;
25644 PyObject * obj0 = 0 ;
25645 PyObject * obj1 = 0 ;
25646 char *kwnames[] = {
25647 (char *) "self",(char *) "item", NULL
25648 };
25649
25650 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Collapse",kwnames,&obj0,&obj1)) goto fail;
25651 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25652 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25653 if (arg2 == NULL) {
25654 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25655 }
25656 {
25657 PyThreadState* __tstate = wxPyBeginAllowThreads();
25658 (arg1)->Collapse((wxTreeItemId const &)*arg2);
25659
25660 wxPyEndAllowThreads(__tstate);
25661 if (PyErr_Occurred()) SWIG_fail;
25662 }
25663 Py_INCREF(Py_None); resultobj = Py_None;
25664 return resultobj;
25665 fail:
25666 return NULL;
25667 }
25668
25669
25670 static PyObject *_wrap_TreeCtrl_CollapseAndReset(PyObject *self, PyObject *args, PyObject *kwargs) {
25671 PyObject *resultobj;
25672 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25673 wxTreeItemId *arg2 = 0 ;
25674 PyObject * obj0 = 0 ;
25675 PyObject * obj1 = 0 ;
25676 char *kwnames[] = {
25677 (char *) "self",(char *) "item", NULL
25678 };
25679
25680 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_CollapseAndReset",kwnames,&obj0,&obj1)) goto fail;
25681 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25682 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25683 if (arg2 == NULL) {
25684 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25685 }
25686 {
25687 PyThreadState* __tstate = wxPyBeginAllowThreads();
25688 (arg1)->CollapseAndReset((wxTreeItemId const &)*arg2);
25689
25690 wxPyEndAllowThreads(__tstate);
25691 if (PyErr_Occurred()) SWIG_fail;
25692 }
25693 Py_INCREF(Py_None); resultobj = Py_None;
25694 return resultobj;
25695 fail:
25696 return NULL;
25697 }
25698
25699
25700 static PyObject *_wrap_TreeCtrl_Toggle(PyObject *self, PyObject *args, PyObject *kwargs) {
25701 PyObject *resultobj;
25702 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25703 wxTreeItemId *arg2 = 0 ;
25704 PyObject * obj0 = 0 ;
25705 PyObject * obj1 = 0 ;
25706 char *kwnames[] = {
25707 (char *) "self",(char *) "item", NULL
25708 };
25709
25710 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_Toggle",kwnames,&obj0,&obj1)) goto fail;
25711 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25712 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25713 if (arg2 == NULL) {
25714 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25715 }
25716 {
25717 PyThreadState* __tstate = wxPyBeginAllowThreads();
25718 (arg1)->Toggle((wxTreeItemId const &)*arg2);
25719
25720 wxPyEndAllowThreads(__tstate);
25721 if (PyErr_Occurred()) SWIG_fail;
25722 }
25723 Py_INCREF(Py_None); resultobj = Py_None;
25724 return resultobj;
25725 fail:
25726 return NULL;
25727 }
25728
25729
25730 static PyObject *_wrap_TreeCtrl_Unselect(PyObject *self, PyObject *args, PyObject *kwargs) {
25731 PyObject *resultobj;
25732 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25733 PyObject * obj0 = 0 ;
25734 char *kwnames[] = {
25735 (char *) "self", NULL
25736 };
25737
25738 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_Unselect",kwnames,&obj0)) goto fail;
25739 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25740 {
25741 PyThreadState* __tstate = wxPyBeginAllowThreads();
25742 (arg1)->Unselect();
25743
25744 wxPyEndAllowThreads(__tstate);
25745 if (PyErr_Occurred()) SWIG_fail;
25746 }
25747 Py_INCREF(Py_None); resultobj = Py_None;
25748 return resultobj;
25749 fail:
25750 return NULL;
25751 }
25752
25753
25754 static PyObject *_wrap_TreeCtrl_UnselectAll(PyObject *self, PyObject *args, PyObject *kwargs) {
25755 PyObject *resultobj;
25756 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25757 PyObject * obj0 = 0 ;
25758 char *kwnames[] = {
25759 (char *) "self", NULL
25760 };
25761
25762 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_UnselectAll",kwnames,&obj0)) goto fail;
25763 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25764 {
25765 PyThreadState* __tstate = wxPyBeginAllowThreads();
25766 (arg1)->UnselectAll();
25767
25768 wxPyEndAllowThreads(__tstate);
25769 if (PyErr_Occurred()) SWIG_fail;
25770 }
25771 Py_INCREF(Py_None); resultobj = Py_None;
25772 return resultobj;
25773 fail:
25774 return NULL;
25775 }
25776
25777
25778 static PyObject *_wrap_TreeCtrl_SelectItem(PyObject *self, PyObject *args, PyObject *kwargs) {
25779 PyObject *resultobj;
25780 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25781 wxTreeItemId *arg2 = 0 ;
25782 PyObject * obj0 = 0 ;
25783 PyObject * obj1 = 0 ;
25784 char *kwnames[] = {
25785 (char *) "self",(char *) "item", NULL
25786 };
25787
25788 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SelectItem",kwnames,&obj0,&obj1)) goto fail;
25789 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25790 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25791 if (arg2 == NULL) {
25792 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25793 }
25794 {
25795 PyThreadState* __tstate = wxPyBeginAllowThreads();
25796 (arg1)->SelectItem((wxTreeItemId const &)*arg2);
25797
25798 wxPyEndAllowThreads(__tstate);
25799 if (PyErr_Occurred()) SWIG_fail;
25800 }
25801 Py_INCREF(Py_None); resultobj = Py_None;
25802 return resultobj;
25803 fail:
25804 return NULL;
25805 }
25806
25807
25808 static PyObject *_wrap_TreeCtrl_EnsureVisible(PyObject *self, PyObject *args, PyObject *kwargs) {
25809 PyObject *resultobj;
25810 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25811 wxTreeItemId *arg2 = 0 ;
25812 PyObject * obj0 = 0 ;
25813 PyObject * obj1 = 0 ;
25814 char *kwnames[] = {
25815 (char *) "self",(char *) "item", NULL
25816 };
25817
25818 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EnsureVisible",kwnames,&obj0,&obj1)) goto fail;
25819 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25820 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25821 if (arg2 == NULL) {
25822 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25823 }
25824 {
25825 PyThreadState* __tstate = wxPyBeginAllowThreads();
25826 (arg1)->EnsureVisible((wxTreeItemId const &)*arg2);
25827
25828 wxPyEndAllowThreads(__tstate);
25829 if (PyErr_Occurred()) SWIG_fail;
25830 }
25831 Py_INCREF(Py_None); resultobj = Py_None;
25832 return resultobj;
25833 fail:
25834 return NULL;
25835 }
25836
25837
25838 static PyObject *_wrap_TreeCtrl_ScrollTo(PyObject *self, PyObject *args, PyObject *kwargs) {
25839 PyObject *resultobj;
25840 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25841 wxTreeItemId *arg2 = 0 ;
25842 PyObject * obj0 = 0 ;
25843 PyObject * obj1 = 0 ;
25844 char *kwnames[] = {
25845 (char *) "self",(char *) "item", NULL
25846 };
25847
25848 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_ScrollTo",kwnames,&obj0,&obj1)) goto fail;
25849 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25850 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25851 if (arg2 == NULL) {
25852 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25853 }
25854 {
25855 PyThreadState* __tstate = wxPyBeginAllowThreads();
25856 (arg1)->ScrollTo((wxTreeItemId const &)*arg2);
25857
25858 wxPyEndAllowThreads(__tstate);
25859 if (PyErr_Occurred()) SWIG_fail;
25860 }
25861 Py_INCREF(Py_None); resultobj = Py_None;
25862 return resultobj;
25863 fail:
25864 return NULL;
25865 }
25866
25867
25868 static PyObject *_wrap_TreeCtrl_EditLabel(PyObject *self, PyObject *args, PyObject *kwargs) {
25869 PyObject *resultobj;
25870 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25871 wxTreeItemId *arg2 = 0 ;
25872 PyObject * obj0 = 0 ;
25873 PyObject * obj1 = 0 ;
25874 char *kwnames[] = {
25875 (char *) "self",(char *) "item", NULL
25876 };
25877
25878 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_EditLabel",kwnames,&obj0,&obj1)) goto fail;
25879 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25880 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25881 if (arg2 == NULL) {
25882 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25883 }
25884 {
25885 PyThreadState* __tstate = wxPyBeginAllowThreads();
25886 (arg1)->EditLabel((wxTreeItemId const &)*arg2);
25887
25888 wxPyEndAllowThreads(__tstate);
25889 if (PyErr_Occurred()) SWIG_fail;
25890 }
25891 Py_INCREF(Py_None); resultobj = Py_None;
25892 return resultobj;
25893 fail:
25894 return NULL;
25895 }
25896
25897
25898 static PyObject *_wrap_TreeCtrl_GetEditControl(PyObject *self, PyObject *args, PyObject *kwargs) {
25899 PyObject *resultobj;
25900 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25901 wxTextCtrl *result;
25902 PyObject * obj0 = 0 ;
25903 char *kwnames[] = {
25904 (char *) "self", NULL
25905 };
25906
25907 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:TreeCtrl_GetEditControl",kwnames,&obj0)) goto fail;
25908 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25909 {
25910 PyThreadState* __tstate = wxPyBeginAllowThreads();
25911 result = (wxTextCtrl *)((wxPyTreeCtrl const *)arg1)->GetEditControl();
25912
25913 wxPyEndAllowThreads(__tstate);
25914 if (PyErr_Occurred()) SWIG_fail;
25915 }
25916 {
25917 resultobj = wxPyMake_wxObject(result);
25918 }
25919 return resultobj;
25920 fail:
25921 return NULL;
25922 }
25923
25924
25925 static PyObject *_wrap_TreeCtrl_SortChildren(PyObject *self, PyObject *args, PyObject *kwargs) {
25926 PyObject *resultobj;
25927 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25928 wxTreeItemId *arg2 = 0 ;
25929 PyObject * obj0 = 0 ;
25930 PyObject * obj1 = 0 ;
25931 char *kwnames[] = {
25932 (char *) "self",(char *) "item", NULL
25933 };
25934
25935 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_SortChildren",kwnames,&obj0,&obj1)) goto fail;
25936 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25937 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25938 if (arg2 == NULL) {
25939 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
25940 }
25941 {
25942 PyThreadState* __tstate = wxPyBeginAllowThreads();
25943 (arg1)->SortChildren((wxTreeItemId const &)*arg2);
25944
25945 wxPyEndAllowThreads(__tstate);
25946 if (PyErr_Occurred()) SWIG_fail;
25947 }
25948 Py_INCREF(Py_None); resultobj = Py_None;
25949 return resultobj;
25950 fail:
25951 return NULL;
25952 }
25953
25954
25955 static PyObject *_wrap_TreeCtrl_HitTest(PyObject *self, PyObject *args, PyObject *kwargs) {
25956 PyObject *resultobj;
25957 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
25958 wxPoint *arg2 = 0 ;
25959 int *arg3 = 0 ;
25960 wxTreeItemId result;
25961 wxPoint temp2 ;
25962 int temp3 ;
25963 PyObject * obj0 = 0 ;
25964 PyObject * obj1 = 0 ;
25965 char *kwnames[] = {
25966 (char *) "self",(char *) "point", NULL
25967 };
25968
25969 arg3 = &temp3;
25970 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:TreeCtrl_HitTest",kwnames,&obj0,&obj1)) goto fail;
25971 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
25972 {
25973 arg2 = &temp2;
25974 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
25975 }
25976 {
25977 PyThreadState* __tstate = wxPyBeginAllowThreads();
25978 result = (arg1)->HitTest((wxPoint const &)*arg2,*arg3);
25979
25980 wxPyEndAllowThreads(__tstate);
25981 if (PyErr_Occurred()) SWIG_fail;
25982 }
25983 {
25984 wxTreeItemId * resultptr;
25985 resultptr = new wxTreeItemId((wxTreeItemId &) result);
25986 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
25987 }
25988 {
25989 PyObject *o = PyInt_FromLong((long) (*arg3));
25990 resultobj = t_output_helper(resultobj,o);
25991 }
25992 return resultobj;
25993 fail:
25994 return NULL;
25995 }
25996
25997
25998 static PyObject *_wrap_TreeCtrl_GetBoundingRect(PyObject *self, PyObject *args, PyObject *kwargs) {
25999 PyObject *resultobj;
26000 wxPyTreeCtrl *arg1 = (wxPyTreeCtrl *) 0 ;
26001 wxTreeItemId *arg2 = 0 ;
26002 bool arg3 = (bool) False ;
26003 PyObject *result;
26004 PyObject * obj0 = 0 ;
26005 PyObject * obj1 = 0 ;
26006 PyObject * obj2 = 0 ;
26007 char *kwnames[] = {
26008 (char *) "self",(char *) "item",(char *) "textOnly", NULL
26009 };
26010
26011 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:TreeCtrl_GetBoundingRect",kwnames,&obj0,&obj1,&obj2)) goto fail;
26012 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26013 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26014 if (arg2 == NULL) {
26015 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
26016 }
26017 if (obj2) {
26018 {
26019 arg3 = (bool) SWIG_PyObj_AsBool(obj2);
26020 if (PyErr_Occurred()) SWIG_fail;
26021 }
26022 }
26023 {
26024 PyThreadState* __tstate = wxPyBeginAllowThreads();
26025 result = (PyObject *)wxPyTreeCtrl_GetBoundingRect(arg1,(wxTreeItemId const &)*arg2,arg3);
26026
26027 wxPyEndAllowThreads(__tstate);
26028 if (PyErr_Occurred()) SWIG_fail;
26029 }
26030 resultobj = result;
26031 return resultobj;
26032 fail:
26033 return NULL;
26034 }
26035
26036
26037 static PyObject * TreeCtrl_swigregister(PyObject *self, PyObject *args) {
26038 PyObject *obj;
26039 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
26040 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeCtrl, obj);
26041 Py_INCREF(obj);
26042 return Py_BuildValue((char *)"");
26043 }
26044 static int _wrap_DirDialogDefaultFolderStr_set(PyObject *_val) {
26045 PyErr_SetString(PyExc_TypeError,"Variable DirDialogDefaultFolderStr is read-only.");
26046 return 1;
26047 }
26048
26049
26050 static PyObject *_wrap_DirDialogDefaultFolderStr_get() {
26051 PyObject *pyobj;
26052
26053 {
26054 #if wxUSE_UNICODE
26055 pyobj = PyUnicode_FromWideChar((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
26056 #else
26057 pyobj = PyString_FromStringAndSize((&wxPyDirDialogDefaultFolderStr)->c_str(), (&wxPyDirDialogDefaultFolderStr)->Len());
26058 #endif
26059 }
26060 return pyobj;
26061 }
26062
26063
26064 static PyObject *_wrap_new_GenericDirCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
26065 PyObject *resultobj;
26066 wxWindow *arg1 = (wxWindow *) 0 ;
26067 int arg2 = (int) (int)-1 ;
26068 wxString const &arg3_defvalue = wxPyDirDialogDefaultFolderStr ;
26069 wxString *arg3 = (wxString *) &arg3_defvalue ;
26070 wxPoint const &arg4_defvalue = wxDefaultPosition ;
26071 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
26072 wxSize const &arg5_defvalue = wxDefaultSize ;
26073 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
26074 long arg6 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
26075 wxString const &arg7_defvalue = wxPyEmptyString ;
26076 wxString *arg7 = (wxString *) &arg7_defvalue ;
26077 int arg8 = (int) 0 ;
26078 wxString const &arg9_defvalue = wxPyTreeCtrlNameStr ;
26079 wxString *arg9 = (wxString *) &arg9_defvalue ;
26080 wxGenericDirCtrl *result;
26081 bool temp3 = False ;
26082 wxPoint temp4 ;
26083 wxSize temp5 ;
26084 bool temp7 = False ;
26085 bool temp9 = False ;
26086 PyObject * obj0 = 0 ;
26087 PyObject * obj1 = 0 ;
26088 PyObject * obj2 = 0 ;
26089 PyObject * obj3 = 0 ;
26090 PyObject * obj4 = 0 ;
26091 PyObject * obj5 = 0 ;
26092 PyObject * obj6 = 0 ;
26093 PyObject * obj7 = 0 ;
26094 PyObject * obj8 = 0 ;
26095 char *kwnames[] = {
26096 (char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
26097 };
26098
26099 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOOOO:new_GenericDirCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8)) goto fail;
26100 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26101 if (obj1) {
26102 {
26103 arg2 = (int const) SWIG_PyObj_AsInt(obj1);
26104 if (PyErr_Occurred()) SWIG_fail;
26105 }
26106 }
26107 if (obj2) {
26108 {
26109 arg3 = wxString_in_helper(obj2);
26110 if (arg3 == NULL) SWIG_fail;
26111 temp3 = True;
26112 }
26113 }
26114 if (obj3) {
26115 {
26116 arg4 = &temp4;
26117 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
26118 }
26119 }
26120 if (obj4) {
26121 {
26122 arg5 = &temp5;
26123 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
26124 }
26125 }
26126 if (obj5) {
26127 {
26128 arg6 = (long) SWIG_PyObj_AsLong(obj5);
26129 if (PyErr_Occurred()) SWIG_fail;
26130 }
26131 }
26132 if (obj6) {
26133 {
26134 arg7 = wxString_in_helper(obj6);
26135 if (arg7 == NULL) SWIG_fail;
26136 temp7 = True;
26137 }
26138 }
26139 if (obj7) {
26140 {
26141 arg8 = (int) SWIG_PyObj_AsInt(obj7);
26142 if (PyErr_Occurred()) SWIG_fail;
26143 }
26144 }
26145 if (obj8) {
26146 {
26147 arg9 = wxString_in_helper(obj8);
26148 if (arg9 == NULL) SWIG_fail;
26149 temp9 = True;
26150 }
26151 }
26152 {
26153 PyThreadState* __tstate = wxPyBeginAllowThreads();
26154 result = (wxGenericDirCtrl *)new wxGenericDirCtrl(arg1,arg2,(wxString const &)*arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6,(wxString const &)*arg7,arg8,(wxString const &)*arg9);
26155
26156 wxPyEndAllowThreads(__tstate);
26157 if (PyErr_Occurred()) SWIG_fail;
26158 }
26159 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGenericDirCtrl, 1);
26160 {
26161 if (temp3)
26162 delete arg3;
26163 }
26164 {
26165 if (temp7)
26166 delete arg7;
26167 }
26168 {
26169 if (temp9)
26170 delete arg9;
26171 }
26172 return resultobj;
26173 fail:
26174 {
26175 if (temp3)
26176 delete arg3;
26177 }
26178 {
26179 if (temp7)
26180 delete arg7;
26181 }
26182 {
26183 if (temp9)
26184 delete arg9;
26185 }
26186 return NULL;
26187 }
26188
26189
26190 static PyObject *_wrap_new_PreGenericDirCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
26191 PyObject *resultobj;
26192 wxGenericDirCtrl *result;
26193 char *kwnames[] = {
26194 NULL
26195 };
26196
26197 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreGenericDirCtrl",kwnames)) goto fail;
26198 {
26199 PyThreadState* __tstate = wxPyBeginAllowThreads();
26200 result = (wxGenericDirCtrl *)new wxGenericDirCtrl();
26201
26202 wxPyEndAllowThreads(__tstate);
26203 if (PyErr_Occurred()) SWIG_fail;
26204 }
26205 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGenericDirCtrl, 1);
26206 return resultobj;
26207 fail:
26208 return NULL;
26209 }
26210
26211
26212 static PyObject *_wrap_GenericDirCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
26213 PyObject *resultobj;
26214 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26215 wxWindow *arg2 = (wxWindow *) 0 ;
26216 int arg3 = (int) (int)-1 ;
26217 wxString const &arg4_defvalue = wxPyDirDialogDefaultFolderStr ;
26218 wxString *arg4 = (wxString *) &arg4_defvalue ;
26219 wxPoint const &arg5_defvalue = wxDefaultPosition ;
26220 wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
26221 wxSize const &arg6_defvalue = wxDefaultSize ;
26222 wxSize *arg6 = (wxSize *) &arg6_defvalue ;
26223 long arg7 = (long) wxDIRCTRL_3D_INTERNAL|wxSUNKEN_BORDER ;
26224 wxString const &arg8_defvalue = wxPyEmptyString ;
26225 wxString *arg8 = (wxString *) &arg8_defvalue ;
26226 int arg9 = (int) 0 ;
26227 wxString const &arg10_defvalue = wxPyTreeCtrlNameStr ;
26228 wxString *arg10 = (wxString *) &arg10_defvalue ;
26229 bool result;
26230 bool temp4 = False ;
26231 wxPoint temp5 ;
26232 wxSize temp6 ;
26233 bool temp8 = False ;
26234 bool temp10 = False ;
26235 PyObject * obj0 = 0 ;
26236 PyObject * obj1 = 0 ;
26237 PyObject * obj2 = 0 ;
26238 PyObject * obj3 = 0 ;
26239 PyObject * obj4 = 0 ;
26240 PyObject * obj5 = 0 ;
26241 PyObject * obj6 = 0 ;
26242 PyObject * obj7 = 0 ;
26243 PyObject * obj8 = 0 ;
26244 PyObject * obj9 = 0 ;
26245 char *kwnames[] = {
26246 (char *) "self",(char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
26247 };
26248
26249 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOOOO:GenericDirCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail;
26250 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26251 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26252 if (obj2) {
26253 {
26254 arg3 = (int const) SWIG_PyObj_AsInt(obj2);
26255 if (PyErr_Occurred()) SWIG_fail;
26256 }
26257 }
26258 if (obj3) {
26259 {
26260 arg4 = wxString_in_helper(obj3);
26261 if (arg4 == NULL) SWIG_fail;
26262 temp4 = True;
26263 }
26264 }
26265 if (obj4) {
26266 {
26267 arg5 = &temp5;
26268 if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail;
26269 }
26270 }
26271 if (obj5) {
26272 {
26273 arg6 = &temp6;
26274 if ( ! wxSize_helper(obj5, &arg6)) SWIG_fail;
26275 }
26276 }
26277 if (obj6) {
26278 {
26279 arg7 = (long) SWIG_PyObj_AsLong(obj6);
26280 if (PyErr_Occurred()) SWIG_fail;
26281 }
26282 }
26283 if (obj7) {
26284 {
26285 arg8 = wxString_in_helper(obj7);
26286 if (arg8 == NULL) SWIG_fail;
26287 temp8 = True;
26288 }
26289 }
26290 if (obj8) {
26291 {
26292 arg9 = (int) SWIG_PyObj_AsInt(obj8);
26293 if (PyErr_Occurred()) SWIG_fail;
26294 }
26295 }
26296 if (obj9) {
26297 {
26298 arg10 = wxString_in_helper(obj9);
26299 if (arg10 == NULL) SWIG_fail;
26300 temp10 = True;
26301 }
26302 }
26303 {
26304 PyThreadState* __tstate = wxPyBeginAllowThreads();
26305 result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxPoint const &)*arg5,(wxSize const &)*arg6,arg7,(wxString const &)*arg8,arg9,(wxString const &)*arg10);
26306
26307 wxPyEndAllowThreads(__tstate);
26308 if (PyErr_Occurred()) SWIG_fail;
26309 }
26310 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26311 {
26312 if (temp4)
26313 delete arg4;
26314 }
26315 {
26316 if (temp8)
26317 delete arg8;
26318 }
26319 {
26320 if (temp10)
26321 delete arg10;
26322 }
26323 return resultobj;
26324 fail:
26325 {
26326 if (temp4)
26327 delete arg4;
26328 }
26329 {
26330 if (temp8)
26331 delete arg8;
26332 }
26333 {
26334 if (temp10)
26335 delete arg10;
26336 }
26337 return NULL;
26338 }
26339
26340
26341 static PyObject *_wrap_GenericDirCtrl_ExpandPath(PyObject *self, PyObject *args, PyObject *kwargs) {
26342 PyObject *resultobj;
26343 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26344 wxString *arg2 = 0 ;
26345 bool result;
26346 bool temp2 = False ;
26347 PyObject * obj0 = 0 ;
26348 PyObject * obj1 = 0 ;
26349 char *kwnames[] = {
26350 (char *) "self",(char *) "path", NULL
26351 };
26352
26353 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ExpandPath",kwnames,&obj0,&obj1)) goto fail;
26354 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26355 {
26356 arg2 = wxString_in_helper(obj1);
26357 if (arg2 == NULL) SWIG_fail;
26358 temp2 = True;
26359 }
26360 {
26361 PyThreadState* __tstate = wxPyBeginAllowThreads();
26362 result = (bool)(arg1)->ExpandPath((wxString const &)*arg2);
26363
26364 wxPyEndAllowThreads(__tstate);
26365 if (PyErr_Occurred()) SWIG_fail;
26366 }
26367 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26368 {
26369 if (temp2)
26370 delete arg2;
26371 }
26372 return resultobj;
26373 fail:
26374 {
26375 if (temp2)
26376 delete arg2;
26377 }
26378 return NULL;
26379 }
26380
26381
26382 static PyObject *_wrap_GenericDirCtrl_GetDefaultPath(PyObject *self, PyObject *args, PyObject *kwargs) {
26383 PyObject *resultobj;
26384 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26385 wxString result;
26386 PyObject * obj0 = 0 ;
26387 char *kwnames[] = {
26388 (char *) "self", NULL
26389 };
26390
26391 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetDefaultPath",kwnames,&obj0)) goto fail;
26392 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26393 {
26394 PyThreadState* __tstate = wxPyBeginAllowThreads();
26395 result = ((wxGenericDirCtrl const *)arg1)->GetDefaultPath();
26396
26397 wxPyEndAllowThreads(__tstate);
26398 if (PyErr_Occurred()) SWIG_fail;
26399 }
26400 {
26401 #if wxUSE_UNICODE
26402 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
26403 #else
26404 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
26405 #endif
26406 }
26407 return resultobj;
26408 fail:
26409 return NULL;
26410 }
26411
26412
26413 static PyObject *_wrap_GenericDirCtrl_SetDefaultPath(PyObject *self, PyObject *args, PyObject *kwargs) {
26414 PyObject *resultobj;
26415 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26416 wxString *arg2 = 0 ;
26417 bool temp2 = False ;
26418 PyObject * obj0 = 0 ;
26419 PyObject * obj1 = 0 ;
26420 char *kwnames[] = {
26421 (char *) "self",(char *) "path", NULL
26422 };
26423
26424 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetDefaultPath",kwnames,&obj0,&obj1)) goto fail;
26425 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26426 {
26427 arg2 = wxString_in_helper(obj1);
26428 if (arg2 == NULL) SWIG_fail;
26429 temp2 = True;
26430 }
26431 {
26432 PyThreadState* __tstate = wxPyBeginAllowThreads();
26433 (arg1)->SetDefaultPath((wxString const &)*arg2);
26434
26435 wxPyEndAllowThreads(__tstate);
26436 if (PyErr_Occurred()) SWIG_fail;
26437 }
26438 Py_INCREF(Py_None); resultobj = Py_None;
26439 {
26440 if (temp2)
26441 delete arg2;
26442 }
26443 return resultobj;
26444 fail:
26445 {
26446 if (temp2)
26447 delete arg2;
26448 }
26449 return NULL;
26450 }
26451
26452
26453 static PyObject *_wrap_GenericDirCtrl_GetPath(PyObject *self, PyObject *args, PyObject *kwargs) {
26454 PyObject *resultobj;
26455 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26456 wxString result;
26457 PyObject * obj0 = 0 ;
26458 char *kwnames[] = {
26459 (char *) "self", NULL
26460 };
26461
26462 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetPath",kwnames,&obj0)) goto fail;
26463 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26464 {
26465 PyThreadState* __tstate = wxPyBeginAllowThreads();
26466 result = ((wxGenericDirCtrl const *)arg1)->GetPath();
26467
26468 wxPyEndAllowThreads(__tstate);
26469 if (PyErr_Occurred()) SWIG_fail;
26470 }
26471 {
26472 #if wxUSE_UNICODE
26473 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
26474 #else
26475 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
26476 #endif
26477 }
26478 return resultobj;
26479 fail:
26480 return NULL;
26481 }
26482
26483
26484 static PyObject *_wrap_GenericDirCtrl_GetFilePath(PyObject *self, PyObject *args, PyObject *kwargs) {
26485 PyObject *resultobj;
26486 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26487 wxString result;
26488 PyObject * obj0 = 0 ;
26489 char *kwnames[] = {
26490 (char *) "self", NULL
26491 };
26492
26493 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilePath",kwnames,&obj0)) goto fail;
26494 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26495 {
26496 PyThreadState* __tstate = wxPyBeginAllowThreads();
26497 result = ((wxGenericDirCtrl const *)arg1)->GetFilePath();
26498
26499 wxPyEndAllowThreads(__tstate);
26500 if (PyErr_Occurred()) SWIG_fail;
26501 }
26502 {
26503 #if wxUSE_UNICODE
26504 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
26505 #else
26506 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
26507 #endif
26508 }
26509 return resultobj;
26510 fail:
26511 return NULL;
26512 }
26513
26514
26515 static PyObject *_wrap_GenericDirCtrl_SetPath(PyObject *self, PyObject *args, PyObject *kwargs) {
26516 PyObject *resultobj;
26517 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26518 wxString *arg2 = 0 ;
26519 bool temp2 = False ;
26520 PyObject * obj0 = 0 ;
26521 PyObject * obj1 = 0 ;
26522 char *kwnames[] = {
26523 (char *) "self",(char *) "path", NULL
26524 };
26525
26526 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetPath",kwnames,&obj0,&obj1)) goto fail;
26527 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26528 {
26529 arg2 = wxString_in_helper(obj1);
26530 if (arg2 == NULL) SWIG_fail;
26531 temp2 = True;
26532 }
26533 {
26534 PyThreadState* __tstate = wxPyBeginAllowThreads();
26535 (arg1)->SetPath((wxString const &)*arg2);
26536
26537 wxPyEndAllowThreads(__tstate);
26538 if (PyErr_Occurred()) SWIG_fail;
26539 }
26540 Py_INCREF(Py_None); resultobj = Py_None;
26541 {
26542 if (temp2)
26543 delete arg2;
26544 }
26545 return resultobj;
26546 fail:
26547 {
26548 if (temp2)
26549 delete arg2;
26550 }
26551 return NULL;
26552 }
26553
26554
26555 static PyObject *_wrap_GenericDirCtrl_ShowHidden(PyObject *self, PyObject *args, PyObject *kwargs) {
26556 PyObject *resultobj;
26557 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26558 bool arg2 ;
26559 PyObject * obj0 = 0 ;
26560 PyObject * obj1 = 0 ;
26561 char *kwnames[] = {
26562 (char *) "self",(char *) "show", NULL
26563 };
26564
26565 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_ShowHidden",kwnames,&obj0,&obj1)) goto fail;
26566 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26567 {
26568 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
26569 if (PyErr_Occurred()) SWIG_fail;
26570 }
26571 {
26572 PyThreadState* __tstate = wxPyBeginAllowThreads();
26573 (arg1)->ShowHidden(arg2);
26574
26575 wxPyEndAllowThreads(__tstate);
26576 if (PyErr_Occurred()) SWIG_fail;
26577 }
26578 Py_INCREF(Py_None); resultobj = Py_None;
26579 return resultobj;
26580 fail:
26581 return NULL;
26582 }
26583
26584
26585 static PyObject *_wrap_GenericDirCtrl_GetShowHidden(PyObject *self, PyObject *args, PyObject *kwargs) {
26586 PyObject *resultobj;
26587 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26588 bool result;
26589 PyObject * obj0 = 0 ;
26590 char *kwnames[] = {
26591 (char *) "self", NULL
26592 };
26593
26594 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetShowHidden",kwnames,&obj0)) goto fail;
26595 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26596 {
26597 PyThreadState* __tstate = wxPyBeginAllowThreads();
26598 result = (bool)(arg1)->GetShowHidden();
26599
26600 wxPyEndAllowThreads(__tstate);
26601 if (PyErr_Occurred()) SWIG_fail;
26602 }
26603 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
26604 return resultobj;
26605 fail:
26606 return NULL;
26607 }
26608
26609
26610 static PyObject *_wrap_GenericDirCtrl_GetFilter(PyObject *self, PyObject *args, PyObject *kwargs) {
26611 PyObject *resultobj;
26612 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26613 wxString result;
26614 PyObject * obj0 = 0 ;
26615 char *kwnames[] = {
26616 (char *) "self", NULL
26617 };
26618
26619 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilter",kwnames,&obj0)) goto fail;
26620 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26621 {
26622 PyThreadState* __tstate = wxPyBeginAllowThreads();
26623 result = ((wxGenericDirCtrl const *)arg1)->GetFilter();
26624
26625 wxPyEndAllowThreads(__tstate);
26626 if (PyErr_Occurred()) SWIG_fail;
26627 }
26628 {
26629 #if wxUSE_UNICODE
26630 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
26631 #else
26632 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
26633 #endif
26634 }
26635 return resultobj;
26636 fail:
26637 return NULL;
26638 }
26639
26640
26641 static PyObject *_wrap_GenericDirCtrl_SetFilter(PyObject *self, PyObject *args, PyObject *kwargs) {
26642 PyObject *resultobj;
26643 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26644 wxString *arg2 = 0 ;
26645 bool temp2 = False ;
26646 PyObject * obj0 = 0 ;
26647 PyObject * obj1 = 0 ;
26648 char *kwnames[] = {
26649 (char *) "self",(char *) "filter", NULL
26650 };
26651
26652 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilter",kwnames,&obj0,&obj1)) goto fail;
26653 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26654 {
26655 arg2 = wxString_in_helper(obj1);
26656 if (arg2 == NULL) SWIG_fail;
26657 temp2 = True;
26658 }
26659 {
26660 PyThreadState* __tstate = wxPyBeginAllowThreads();
26661 (arg1)->SetFilter((wxString const &)*arg2);
26662
26663 wxPyEndAllowThreads(__tstate);
26664 if (PyErr_Occurred()) SWIG_fail;
26665 }
26666 Py_INCREF(Py_None); resultobj = Py_None;
26667 {
26668 if (temp2)
26669 delete arg2;
26670 }
26671 return resultobj;
26672 fail:
26673 {
26674 if (temp2)
26675 delete arg2;
26676 }
26677 return NULL;
26678 }
26679
26680
26681 static PyObject *_wrap_GenericDirCtrl_GetFilterIndex(PyObject *self, PyObject *args, PyObject *kwargs) {
26682 PyObject *resultobj;
26683 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26684 int result;
26685 PyObject * obj0 = 0 ;
26686 char *kwnames[] = {
26687 (char *) "self", NULL
26688 };
26689
26690 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterIndex",kwnames,&obj0)) goto fail;
26691 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26692 {
26693 PyThreadState* __tstate = wxPyBeginAllowThreads();
26694 result = (int)((wxGenericDirCtrl const *)arg1)->GetFilterIndex();
26695
26696 wxPyEndAllowThreads(__tstate);
26697 if (PyErr_Occurred()) SWIG_fail;
26698 }
26699 resultobj = SWIG_PyObj_FromInt((int)result);
26700 return resultobj;
26701 fail:
26702 return NULL;
26703 }
26704
26705
26706 static PyObject *_wrap_GenericDirCtrl_SetFilterIndex(PyObject *self, PyObject *args, PyObject *kwargs) {
26707 PyObject *resultobj;
26708 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26709 int arg2 ;
26710 PyObject * obj0 = 0 ;
26711 PyObject * obj1 = 0 ;
26712 char *kwnames[] = {
26713 (char *) "self",(char *) "n", NULL
26714 };
26715
26716 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:GenericDirCtrl_SetFilterIndex",kwnames,&obj0,&obj1)) goto fail;
26717 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26718 {
26719 arg2 = (int) SWIG_PyObj_AsInt(obj1);
26720 if (PyErr_Occurred()) SWIG_fail;
26721 }
26722 {
26723 PyThreadState* __tstate = wxPyBeginAllowThreads();
26724 (arg1)->SetFilterIndex(arg2);
26725
26726 wxPyEndAllowThreads(__tstate);
26727 if (PyErr_Occurred()) SWIG_fail;
26728 }
26729 Py_INCREF(Py_None); resultobj = Py_None;
26730 return resultobj;
26731 fail:
26732 return NULL;
26733 }
26734
26735
26736 static PyObject *_wrap_GenericDirCtrl_GetRootId(PyObject *self, PyObject *args, PyObject *kwargs) {
26737 PyObject *resultobj;
26738 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26739 wxTreeItemId result;
26740 PyObject * obj0 = 0 ;
26741 char *kwnames[] = {
26742 (char *) "self", NULL
26743 };
26744
26745 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetRootId",kwnames,&obj0)) goto fail;
26746 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26747 {
26748 PyThreadState* __tstate = wxPyBeginAllowThreads();
26749 result = (arg1)->GetRootId();
26750
26751 wxPyEndAllowThreads(__tstate);
26752 if (PyErr_Occurred()) SWIG_fail;
26753 }
26754 {
26755 wxTreeItemId * resultptr;
26756 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26757 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
26758 }
26759 return resultobj;
26760 fail:
26761 return NULL;
26762 }
26763
26764
26765 static PyObject *_wrap_GenericDirCtrl_GetTreeCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
26766 PyObject *resultobj;
26767 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26768 wxPyTreeCtrl *result;
26769 PyObject * obj0 = 0 ;
26770 char *kwnames[] = {
26771 (char *) "self", NULL
26772 };
26773
26774 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetTreeCtrl",kwnames,&obj0)) goto fail;
26775 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26776 {
26777 PyThreadState* __tstate = wxPyBeginAllowThreads();
26778 result = (wxPyTreeCtrl *)((wxGenericDirCtrl const *)arg1)->GetTreeCtrl();
26779
26780 wxPyEndAllowThreads(__tstate);
26781 if (PyErr_Occurred()) SWIG_fail;
26782 }
26783 {
26784 resultobj = wxPyMake_wxObject(result);
26785 }
26786 return resultobj;
26787 fail:
26788 return NULL;
26789 }
26790
26791
26792 static PyObject *_wrap_GenericDirCtrl_GetFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
26793 PyObject *resultobj;
26794 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26795 wxDirFilterListCtrl *result;
26796 PyObject * obj0 = 0 ;
26797 char *kwnames[] = {
26798 (char *) "self", NULL
26799 };
26800
26801 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_GetFilterListCtrl",kwnames,&obj0)) goto fail;
26802 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26803 {
26804 PyThreadState* __tstate = wxPyBeginAllowThreads();
26805 result = (wxDirFilterListCtrl *)((wxGenericDirCtrl const *)arg1)->GetFilterListCtrl();
26806
26807 wxPyEndAllowThreads(__tstate);
26808 if (PyErr_Occurred()) SWIG_fail;
26809 }
26810 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxDirFilterListCtrl, 0);
26811 return resultobj;
26812 fail:
26813 return NULL;
26814 }
26815
26816
26817 static PyObject *_wrap_GenericDirCtrl_FindChild(PyObject *self, PyObject *args, PyObject *kwargs) {
26818 PyObject *resultobj;
26819 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26820 wxTreeItemId arg2 ;
26821 wxString *arg3 = 0 ;
26822 bool *arg4 = 0 ;
26823 wxTreeItemId result;
26824 wxTreeItemId *argp2 ;
26825 bool temp3 = False ;
26826 bool temp4 ;
26827 PyObject * obj0 = 0 ;
26828 PyObject * obj1 = 0 ;
26829 PyObject * obj2 = 0 ;
26830 char *kwnames[] = {
26831 (char *) "self",(char *) "parentId",(char *) "path", NULL
26832 };
26833
26834 arg4 = &temp4;
26835 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:GenericDirCtrl_FindChild",kwnames,&obj0,&obj1,&obj2)) goto fail;
26836 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26837 if ((SWIG_ConvertPtr(obj1,(void **) &argp2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION) == -1)) SWIG_fail;
26838 arg2 = *argp2;
26839 {
26840 arg3 = wxString_in_helper(obj2);
26841 if (arg3 == NULL) SWIG_fail;
26842 temp3 = True;
26843 }
26844 {
26845 PyThreadState* __tstate = wxPyBeginAllowThreads();
26846 result = (arg1)->FindChild(arg2,(wxString const &)*arg3,*arg4);
26847
26848 wxPyEndAllowThreads(__tstate);
26849 if (PyErr_Occurred()) SWIG_fail;
26850 }
26851 {
26852 wxTreeItemId * resultptr;
26853 resultptr = new wxTreeItemId((wxTreeItemId &) result);
26854 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxTreeItemId, 1);
26855 }
26856 {
26857 PyObject *o = PyInt_FromLong((long) (*arg4));
26858 resultobj = t_output_helper(resultobj,o);
26859 }
26860 {
26861 if (temp3)
26862 delete arg3;
26863 }
26864 return resultobj;
26865 fail:
26866 {
26867 if (temp3)
26868 delete arg3;
26869 }
26870 return NULL;
26871 }
26872
26873
26874 static PyObject *_wrap_GenericDirCtrl_DoResize(PyObject *self, PyObject *args, PyObject *kwargs) {
26875 PyObject *resultobj;
26876 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26877 PyObject * obj0 = 0 ;
26878 char *kwnames[] = {
26879 (char *) "self", NULL
26880 };
26881
26882 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_DoResize",kwnames,&obj0)) goto fail;
26883 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26884 {
26885 PyThreadState* __tstate = wxPyBeginAllowThreads();
26886 (arg1)->DoResize();
26887
26888 wxPyEndAllowThreads(__tstate);
26889 if (PyErr_Occurred()) SWIG_fail;
26890 }
26891 Py_INCREF(Py_None); resultobj = Py_None;
26892 return resultobj;
26893 fail:
26894 return NULL;
26895 }
26896
26897
26898 static PyObject *_wrap_GenericDirCtrl_ReCreateTree(PyObject *self, PyObject *args, PyObject *kwargs) {
26899 PyObject *resultobj;
26900 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26901 PyObject * obj0 = 0 ;
26902 char *kwnames[] = {
26903 (char *) "self", NULL
26904 };
26905
26906 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:GenericDirCtrl_ReCreateTree",kwnames,&obj0)) goto fail;
26907 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26908 {
26909 PyThreadState* __tstate = wxPyBeginAllowThreads();
26910 (arg1)->ReCreateTree();
26911
26912 wxPyEndAllowThreads(__tstate);
26913 if (PyErr_Occurred()) SWIG_fail;
26914 }
26915 Py_INCREF(Py_None); resultobj = Py_None;
26916 return resultobj;
26917 fail:
26918 return NULL;
26919 }
26920
26921
26922 static PyObject * GenericDirCtrl_swigregister(PyObject *self, PyObject *args) {
26923 PyObject *obj;
26924 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
26925 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDirCtrl, obj);
26926 Py_INCREF(obj);
26927 return Py_BuildValue((char *)"");
26928 }
26929 static PyObject *_wrap_new_DirFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
26930 PyObject *resultobj;
26931 wxGenericDirCtrl *arg1 = (wxGenericDirCtrl *) 0 ;
26932 int arg2 = (int) (int)-1 ;
26933 wxPoint const &arg3_defvalue = wxDefaultPosition ;
26934 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
26935 wxSize const &arg4_defvalue = wxDefaultSize ;
26936 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
26937 long arg5 = (long) 0 ;
26938 wxDirFilterListCtrl *result;
26939 wxPoint temp3 ;
26940 wxSize temp4 ;
26941 PyObject * obj0 = 0 ;
26942 PyObject * obj1 = 0 ;
26943 PyObject * obj2 = 0 ;
26944 PyObject * obj3 = 0 ;
26945 PyObject * obj4 = 0 ;
26946 char *kwnames[] = {
26947 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
26948 };
26949
26950 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_DirFilterListCtrl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
26951 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
26952 if (obj1) {
26953 {
26954 arg2 = (int const) SWIG_PyObj_AsInt(obj1);
26955 if (PyErr_Occurred()) SWIG_fail;
26956 }
26957 }
26958 if (obj2) {
26959 {
26960 arg3 = &temp3;
26961 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
26962 }
26963 }
26964 if (obj3) {
26965 {
26966 arg4 = &temp4;
26967 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
26968 }
26969 }
26970 if (obj4) {
26971 {
26972 arg5 = (long) SWIG_PyObj_AsLong(obj4);
26973 if (PyErr_Occurred()) SWIG_fail;
26974 }
26975 }
26976 {
26977 PyThreadState* __tstate = wxPyBeginAllowThreads();
26978 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
26979
26980 wxPyEndAllowThreads(__tstate);
26981 if (PyErr_Occurred()) SWIG_fail;
26982 }
26983 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxDirFilterListCtrl, 1);
26984 return resultobj;
26985 fail:
26986 return NULL;
26987 }
26988
26989
26990 static PyObject *_wrap_new_PreDirFilterListCtrl(PyObject *self, PyObject *args, PyObject *kwargs) {
26991 PyObject *resultobj;
26992 wxDirFilterListCtrl *result;
26993 char *kwnames[] = {
26994 NULL
26995 };
26996
26997 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreDirFilterListCtrl",kwnames)) goto fail;
26998 {
26999 PyThreadState* __tstate = wxPyBeginAllowThreads();
27000 result = (wxDirFilterListCtrl *)new wxDirFilterListCtrl();
27001
27002 wxPyEndAllowThreads(__tstate);
27003 if (PyErr_Occurred()) SWIG_fail;
27004 }
27005 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxDirFilterListCtrl, 1);
27006 return resultobj;
27007 fail:
27008 return NULL;
27009 }
27010
27011
27012 static PyObject *_wrap_DirFilterListCtrl_Create(PyObject *self, PyObject *args, PyObject *kwargs) {
27013 PyObject *resultobj;
27014 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
27015 wxGenericDirCtrl *arg2 = (wxGenericDirCtrl *) 0 ;
27016 int arg3 = (int) (int)-1 ;
27017 wxPoint const &arg4_defvalue = wxDefaultPosition ;
27018 wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
27019 wxSize const &arg5_defvalue = wxDefaultSize ;
27020 wxSize *arg5 = (wxSize *) &arg5_defvalue ;
27021 long arg6 = (long) 0 ;
27022 bool result;
27023 wxPoint temp4 ;
27024 wxSize temp5 ;
27025 PyObject * obj0 = 0 ;
27026 PyObject * obj1 = 0 ;
27027 PyObject * obj2 = 0 ;
27028 PyObject * obj3 = 0 ;
27029 PyObject * obj4 = 0 ;
27030 PyObject * obj5 = 0 ;
27031 char *kwnames[] = {
27032 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
27033 };
27034
27035 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:DirFilterListCtrl_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
27036 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxDirFilterListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27037 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxGenericDirCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27038 if (obj2) {
27039 {
27040 arg3 = (int const) SWIG_PyObj_AsInt(obj2);
27041 if (PyErr_Occurred()) SWIG_fail;
27042 }
27043 }
27044 if (obj3) {
27045 {
27046 arg4 = &temp4;
27047 if ( ! wxPoint_helper(obj3, &arg4)) SWIG_fail;
27048 }
27049 }
27050 if (obj4) {
27051 {
27052 arg5 = &temp5;
27053 if ( ! wxSize_helper(obj4, &arg5)) SWIG_fail;
27054 }
27055 }
27056 if (obj5) {
27057 {
27058 arg6 = (long) SWIG_PyObj_AsLong(obj5);
27059 if (PyErr_Occurred()) SWIG_fail;
27060 }
27061 }
27062 {
27063 PyThreadState* __tstate = wxPyBeginAllowThreads();
27064 result = (bool)(arg1)->Create(arg2,arg3,(wxPoint const &)*arg4,(wxSize const &)*arg5,arg6);
27065
27066 wxPyEndAllowThreads(__tstate);
27067 if (PyErr_Occurred()) SWIG_fail;
27068 }
27069 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
27070 return resultobj;
27071 fail:
27072 return NULL;
27073 }
27074
27075
27076 static PyObject *_wrap_DirFilterListCtrl_FillFilterList(PyObject *self, PyObject *args, PyObject *kwargs) {
27077 PyObject *resultobj;
27078 wxDirFilterListCtrl *arg1 = (wxDirFilterListCtrl *) 0 ;
27079 wxString *arg2 = 0 ;
27080 int arg3 ;
27081 bool temp2 = False ;
27082 PyObject * obj0 = 0 ;
27083 PyObject * obj1 = 0 ;
27084 PyObject * obj2 = 0 ;
27085 char *kwnames[] = {
27086 (char *) "self",(char *) "filter",(char *) "defaultFilter", NULL
27087 };
27088
27089 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DirFilterListCtrl_FillFilterList",kwnames,&obj0,&obj1,&obj2)) goto fail;
27090 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxDirFilterListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27091 {
27092 arg2 = wxString_in_helper(obj1);
27093 if (arg2 == NULL) SWIG_fail;
27094 temp2 = True;
27095 }
27096 {
27097 arg3 = (int) SWIG_PyObj_AsInt(obj2);
27098 if (PyErr_Occurred()) SWIG_fail;
27099 }
27100 {
27101 PyThreadState* __tstate = wxPyBeginAllowThreads();
27102 (arg1)->FillFilterList((wxString const &)*arg2,arg3);
27103
27104 wxPyEndAllowThreads(__tstate);
27105 if (PyErr_Occurred()) SWIG_fail;
27106 }
27107 Py_INCREF(Py_None); resultobj = Py_None;
27108 {
27109 if (temp2)
27110 delete arg2;
27111 }
27112 return resultobj;
27113 fail:
27114 {
27115 if (temp2)
27116 delete arg2;
27117 }
27118 return NULL;
27119 }
27120
27121
27122 static PyObject * DirFilterListCtrl_swigregister(PyObject *self, PyObject *args) {
27123 PyObject *obj;
27124 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
27125 SWIG_TypeClientData(SWIGTYPE_p_wxDirFilterListCtrl, obj);
27126 Py_INCREF(obj);
27127 return Py_BuildValue((char *)"");
27128 }
27129 static PyObject *_wrap_new_PyControl(PyObject *self, PyObject *args, PyObject *kwargs) {
27130 PyObject *resultobj;
27131 wxWindow *arg1 = (wxWindow *) 0 ;
27132 int arg2 ;
27133 wxPoint const &arg3_defvalue = wxDefaultPosition ;
27134 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
27135 wxSize const &arg4_defvalue = wxDefaultSize ;
27136 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
27137 long arg5 = (long) 0 ;
27138 wxValidator const &arg6_defvalue = wxDefaultValidator ;
27139 wxValidator *arg6 = (wxValidator *) &arg6_defvalue ;
27140 wxString const &arg7_defvalue = wxPyControlNameStr ;
27141 wxString *arg7 = (wxString *) &arg7_defvalue ;
27142 wxPyControl *result;
27143 wxPoint temp3 ;
27144 wxSize temp4 ;
27145 bool temp7 = False ;
27146 PyObject * obj0 = 0 ;
27147 PyObject * obj1 = 0 ;
27148 PyObject * obj2 = 0 ;
27149 PyObject * obj3 = 0 ;
27150 PyObject * obj4 = 0 ;
27151 PyObject * obj5 = 0 ;
27152 PyObject * obj6 = 0 ;
27153 char *kwnames[] = {
27154 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
27155 };
27156
27157 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:new_PyControl",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
27158 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27159 {
27160 arg2 = (int const) SWIG_PyObj_AsInt(obj1);
27161 if (PyErr_Occurred()) SWIG_fail;
27162 }
27163 if (obj2) {
27164 {
27165 arg3 = &temp3;
27166 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
27167 }
27168 }
27169 if (obj3) {
27170 {
27171 arg4 = &temp4;
27172 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
27173 }
27174 }
27175 if (obj4) {
27176 {
27177 arg5 = (long) SWIG_PyObj_AsLong(obj4);
27178 if (PyErr_Occurred()) SWIG_fail;
27179 }
27180 }
27181 if (obj5) {
27182 if ((SWIG_ConvertPtr(obj5,(void **) &arg6, SWIGTYPE_p_wxValidator,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27183 if (arg6 == NULL) {
27184 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
27185 }
27186 }
27187 if (obj6) {
27188 {
27189 arg7 = wxString_in_helper(obj6);
27190 if (arg7 == NULL) SWIG_fail;
27191 temp7 = True;
27192 }
27193 }
27194 {
27195 PyThreadState* __tstate = wxPyBeginAllowThreads();
27196 result = (wxPyControl *)new wxPyControl(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5,(wxValidator const &)*arg6,(wxString const &)*arg7);
27197
27198 wxPyEndAllowThreads(__tstate);
27199 if (PyErr_Occurred()) SWIG_fail;
27200 }
27201 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxPyControl, 1);
27202 {
27203 if (temp7)
27204 delete arg7;
27205 }
27206 return resultobj;
27207 fail:
27208 {
27209 if (temp7)
27210 delete arg7;
27211 }
27212 return NULL;
27213 }
27214
27215
27216 static PyObject *_wrap_PyControl__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
27217 PyObject *resultobj;
27218 wxPyControl *arg1 = (wxPyControl *) 0 ;
27219 PyObject *arg2 = (PyObject *) 0 ;
27220 PyObject *arg3 = (PyObject *) 0 ;
27221 PyObject * obj0 = 0 ;
27222 PyObject * obj1 = 0 ;
27223 PyObject * obj2 = 0 ;
27224 char *kwnames[] = {
27225 (char *) "self",(char *) "self",(char *) "_class", NULL
27226 };
27227
27228 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
27229 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27230 arg2 = obj1;
27231 arg3 = obj2;
27232 {
27233 PyThreadState* __tstate = wxPyBeginAllowThreads();
27234 (arg1)->_setCallbackInfo(arg2,arg3);
27235
27236 wxPyEndAllowThreads(__tstate);
27237 if (PyErr_Occurred()) SWIG_fail;
27238 }
27239 Py_INCREF(Py_None); resultobj = Py_None;
27240 return resultobj;
27241 fail:
27242 return NULL;
27243 }
27244
27245
27246 static PyObject *_wrap_PyControl_base_DoMoveWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
27247 PyObject *resultobj;
27248 wxPyControl *arg1 = (wxPyControl *) 0 ;
27249 int arg2 ;
27250 int arg3 ;
27251 int arg4 ;
27252 int arg5 ;
27253 PyObject * obj0 = 0 ;
27254 PyObject * obj1 = 0 ;
27255 PyObject * obj2 = 0 ;
27256 PyObject * obj3 = 0 ;
27257 PyObject * obj4 = 0 ;
27258 char *kwnames[] = {
27259 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL
27260 };
27261
27262 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:PyControl_base_DoMoveWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
27263 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27264 {
27265 arg2 = (int) SWIG_PyObj_AsInt(obj1);
27266 if (PyErr_Occurred()) SWIG_fail;
27267 }
27268 {
27269 arg3 = (int) SWIG_PyObj_AsInt(obj2);
27270 if (PyErr_Occurred()) SWIG_fail;
27271 }
27272 {
27273 arg4 = (int) SWIG_PyObj_AsInt(obj3);
27274 if (PyErr_Occurred()) SWIG_fail;
27275 }
27276 {
27277 arg5 = (int) SWIG_PyObj_AsInt(obj4);
27278 if (PyErr_Occurred()) SWIG_fail;
27279 }
27280 {
27281 PyThreadState* __tstate = wxPyBeginAllowThreads();
27282 (arg1)->base_DoMoveWindow(arg2,arg3,arg4,arg5);
27283
27284 wxPyEndAllowThreads(__tstate);
27285 if (PyErr_Occurred()) SWIG_fail;
27286 }
27287 Py_INCREF(Py_None); resultobj = Py_None;
27288 return resultobj;
27289 fail:
27290 return NULL;
27291 }
27292
27293
27294 static PyObject *_wrap_PyControl_base_DoSetSize(PyObject *self, PyObject *args, PyObject *kwargs) {
27295 PyObject *resultobj;
27296 wxPyControl *arg1 = (wxPyControl *) 0 ;
27297 int arg2 ;
27298 int arg3 ;
27299 int arg4 ;
27300 int arg5 ;
27301 int arg6 = (int) wxSIZE_AUTO ;
27302 PyObject * obj0 = 0 ;
27303 PyObject * obj1 = 0 ;
27304 PyObject * obj2 = 0 ;
27305 PyObject * obj3 = 0 ;
27306 PyObject * obj4 = 0 ;
27307 PyObject * obj5 = 0 ;
27308 char *kwnames[] = {
27309 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL
27310 };
27311
27312 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:PyControl_base_DoSetSize",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
27313 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27314 {
27315 arg2 = (int) SWIG_PyObj_AsInt(obj1);
27316 if (PyErr_Occurred()) SWIG_fail;
27317 }
27318 {
27319 arg3 = (int) SWIG_PyObj_AsInt(obj2);
27320 if (PyErr_Occurred()) SWIG_fail;
27321 }
27322 {
27323 arg4 = (int) SWIG_PyObj_AsInt(obj3);
27324 if (PyErr_Occurred()) SWIG_fail;
27325 }
27326 {
27327 arg5 = (int) SWIG_PyObj_AsInt(obj4);
27328 if (PyErr_Occurred()) SWIG_fail;
27329 }
27330 if (obj5) {
27331 {
27332 arg6 = (int) SWIG_PyObj_AsInt(obj5);
27333 if (PyErr_Occurred()) SWIG_fail;
27334 }
27335 }
27336 {
27337 PyThreadState* __tstate = wxPyBeginAllowThreads();
27338 (arg1)->base_DoSetSize(arg2,arg3,arg4,arg5,arg6);
27339
27340 wxPyEndAllowThreads(__tstate);
27341 if (PyErr_Occurred()) SWIG_fail;
27342 }
27343 Py_INCREF(Py_None); resultobj = Py_None;
27344 return resultobj;
27345 fail:
27346 return NULL;
27347 }
27348
27349
27350 static PyObject *_wrap_PyControl_base_DoSetClientSize(PyObject *self, PyObject *args, PyObject *kwargs) {
27351 PyObject *resultobj;
27352 wxPyControl *arg1 = (wxPyControl *) 0 ;
27353 int arg2 ;
27354 int arg3 ;
27355 PyObject * obj0 = 0 ;
27356 PyObject * obj1 = 0 ;
27357 PyObject * obj2 = 0 ;
27358 char *kwnames[] = {
27359 (char *) "self",(char *) "width",(char *) "height", NULL
27360 };
27361
27362 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetClientSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
27363 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27364 {
27365 arg2 = (int) SWIG_PyObj_AsInt(obj1);
27366 if (PyErr_Occurred()) SWIG_fail;
27367 }
27368 {
27369 arg3 = (int) SWIG_PyObj_AsInt(obj2);
27370 if (PyErr_Occurred()) SWIG_fail;
27371 }
27372 {
27373 PyThreadState* __tstate = wxPyBeginAllowThreads();
27374 (arg1)->base_DoSetClientSize(arg2,arg3);
27375
27376 wxPyEndAllowThreads(__tstate);
27377 if (PyErr_Occurred()) SWIG_fail;
27378 }
27379 Py_INCREF(Py_None); resultobj = Py_None;
27380 return resultobj;
27381 fail:
27382 return NULL;
27383 }
27384
27385
27386 static PyObject *_wrap_PyControl_base_DoSetVirtualSize(PyObject *self, PyObject *args, PyObject *kwargs) {
27387 PyObject *resultobj;
27388 wxPyControl *arg1 = (wxPyControl *) 0 ;
27389 int arg2 ;
27390 int arg3 ;
27391 PyObject * obj0 = 0 ;
27392 PyObject * obj1 = 0 ;
27393 PyObject * obj2 = 0 ;
27394 char *kwnames[] = {
27395 (char *) "self",(char *) "x",(char *) "y", NULL
27396 };
27397
27398 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyControl_base_DoSetVirtualSize",kwnames,&obj0,&obj1,&obj2)) goto fail;
27399 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27400 {
27401 arg2 = (int) SWIG_PyObj_AsInt(obj1);
27402 if (PyErr_Occurred()) SWIG_fail;
27403 }
27404 {
27405 arg3 = (int) SWIG_PyObj_AsInt(obj2);
27406 if (PyErr_Occurred()) SWIG_fail;
27407 }
27408 {
27409 PyThreadState* __tstate = wxPyBeginAllowThreads();
27410 (arg1)->base_DoSetVirtualSize(arg2,arg3);
27411
27412 wxPyEndAllowThreads(__tstate);
27413 if (PyErr_Occurred()) SWIG_fail;
27414 }
27415 Py_INCREF(Py_None); resultobj = Py_None;
27416 return resultobj;
27417 fail:
27418 return NULL;
27419 }
27420
27421
27422 static PyObject *_wrap_PyControl_base_DoGetSize(PyObject *self, PyObject *args, PyObject *kwargs) {
27423 PyObject *resultobj;
27424 wxPyControl *arg1 = (wxPyControl *) 0 ;
27425 int *arg2 = (int *) 0 ;
27426 int *arg3 = (int *) 0 ;
27427 int temp2 ;
27428 int temp3 ;
27429 PyObject * obj0 = 0 ;
27430 char *kwnames[] = {
27431 (char *) "self", NULL
27432 };
27433
27434 arg2 = &temp2;
27435 arg3 = &temp3;
27436 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetSize",kwnames,&obj0)) goto fail;
27437 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27438 {
27439 PyThreadState* __tstate = wxPyBeginAllowThreads();
27440 ((wxPyControl const *)arg1)->base_DoGetSize(arg2,arg3);
27441
27442 wxPyEndAllowThreads(__tstate);
27443 if (PyErr_Occurred()) SWIG_fail;
27444 }
27445 Py_INCREF(Py_None); resultobj = Py_None;
27446 {
27447 PyObject *o = PyInt_FromLong((long) (*arg2));
27448 resultobj = t_output_helper(resultobj,o);
27449 }
27450 {
27451 PyObject *o = PyInt_FromLong((long) (*arg3));
27452 resultobj = t_output_helper(resultobj,o);
27453 }
27454 return resultobj;
27455 fail:
27456 return NULL;
27457 }
27458
27459
27460 static PyObject *_wrap_PyControl_base_DoGetClientSize(PyObject *self, PyObject *args, PyObject *kwargs) {
27461 PyObject *resultobj;
27462 wxPyControl *arg1 = (wxPyControl *) 0 ;
27463 int *arg2 = (int *) 0 ;
27464 int *arg3 = (int *) 0 ;
27465 int temp2 ;
27466 int temp3 ;
27467 PyObject * obj0 = 0 ;
27468 char *kwnames[] = {
27469 (char *) "self", NULL
27470 };
27471
27472 arg2 = &temp2;
27473 arg3 = &temp3;
27474 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetClientSize",kwnames,&obj0)) goto fail;
27475 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27476 {
27477 PyThreadState* __tstate = wxPyBeginAllowThreads();
27478 ((wxPyControl const *)arg1)->base_DoGetClientSize(arg2,arg3);
27479
27480 wxPyEndAllowThreads(__tstate);
27481 if (PyErr_Occurred()) SWIG_fail;
27482 }
27483 Py_INCREF(Py_None); resultobj = Py_None;
27484 {
27485 PyObject *o = PyInt_FromLong((long) (*arg2));
27486 resultobj = t_output_helper(resultobj,o);
27487 }
27488 {
27489 PyObject *o = PyInt_FromLong((long) (*arg3));
27490 resultobj = t_output_helper(resultobj,o);
27491 }
27492 return resultobj;
27493 fail:
27494 return NULL;
27495 }
27496
27497
27498 static PyObject *_wrap_PyControl_base_DoGetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
27499 PyObject *resultobj;
27500 wxPyControl *arg1 = (wxPyControl *) 0 ;
27501 int *arg2 = (int *) 0 ;
27502 int *arg3 = (int *) 0 ;
27503 int temp2 ;
27504 int temp3 ;
27505 PyObject * obj0 = 0 ;
27506 char *kwnames[] = {
27507 (char *) "self", NULL
27508 };
27509
27510 arg2 = &temp2;
27511 arg3 = &temp3;
27512 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetPosition",kwnames,&obj0)) goto fail;
27513 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27514 {
27515 PyThreadState* __tstate = wxPyBeginAllowThreads();
27516 ((wxPyControl const *)arg1)->base_DoGetPosition(arg2,arg3);
27517
27518 wxPyEndAllowThreads(__tstate);
27519 if (PyErr_Occurred()) SWIG_fail;
27520 }
27521 Py_INCREF(Py_None); resultobj = Py_None;
27522 {
27523 PyObject *o = PyInt_FromLong((long) (*arg2));
27524 resultobj = t_output_helper(resultobj,o);
27525 }
27526 {
27527 PyObject *o = PyInt_FromLong((long) (*arg3));
27528 resultobj = t_output_helper(resultobj,o);
27529 }
27530 return resultobj;
27531 fail:
27532 return NULL;
27533 }
27534
27535
27536 static PyObject *_wrap_PyControl_base_DoGetVirtualSize(PyObject *self, PyObject *args, PyObject *kwargs) {
27537 PyObject *resultobj;
27538 wxPyControl *arg1 = (wxPyControl *) 0 ;
27539 wxSize result;
27540 PyObject * obj0 = 0 ;
27541 char *kwnames[] = {
27542 (char *) "self", NULL
27543 };
27544
27545 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetVirtualSize",kwnames,&obj0)) goto fail;
27546 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27547 {
27548 PyThreadState* __tstate = wxPyBeginAllowThreads();
27549 result = ((wxPyControl const *)arg1)->base_DoGetVirtualSize();
27550
27551 wxPyEndAllowThreads(__tstate);
27552 if (PyErr_Occurred()) SWIG_fail;
27553 }
27554 {
27555 wxSize * resultptr;
27556 resultptr = new wxSize((wxSize &) result);
27557 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
27558 }
27559 return resultobj;
27560 fail:
27561 return NULL;
27562 }
27563
27564
27565 static PyObject *_wrap_PyControl_base_DoGetBestSize(PyObject *self, PyObject *args, PyObject *kwargs) {
27566 PyObject *resultobj;
27567 wxPyControl *arg1 = (wxPyControl *) 0 ;
27568 wxSize result;
27569 PyObject * obj0 = 0 ;
27570 char *kwnames[] = {
27571 (char *) "self", NULL
27572 };
27573
27574 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_DoGetBestSize",kwnames,&obj0)) goto fail;
27575 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27576 {
27577 PyThreadState* __tstate = wxPyBeginAllowThreads();
27578 result = ((wxPyControl const *)arg1)->base_DoGetBestSize();
27579
27580 wxPyEndAllowThreads(__tstate);
27581 if (PyErr_Occurred()) SWIG_fail;
27582 }
27583 {
27584 wxSize * resultptr;
27585 resultptr = new wxSize((wxSize &) result);
27586 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
27587 }
27588 return resultobj;
27589 fail:
27590 return NULL;
27591 }
27592
27593
27594 static PyObject *_wrap_PyControl_base_InitDialog(PyObject *self, PyObject *args, PyObject *kwargs) {
27595 PyObject *resultobj;
27596 wxPyControl *arg1 = (wxPyControl *) 0 ;
27597 PyObject * obj0 = 0 ;
27598 char *kwnames[] = {
27599 (char *) "self", NULL
27600 };
27601
27602 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_InitDialog",kwnames,&obj0)) goto fail;
27603 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27604 {
27605 PyThreadState* __tstate = wxPyBeginAllowThreads();
27606 (arg1)->base_InitDialog();
27607
27608 wxPyEndAllowThreads(__tstate);
27609 if (PyErr_Occurred()) SWIG_fail;
27610 }
27611 Py_INCREF(Py_None); resultobj = Py_None;
27612 return resultobj;
27613 fail:
27614 return NULL;
27615 }
27616
27617
27618 static PyObject *_wrap_PyControl_base_TransferDataToWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
27619 PyObject *resultobj;
27620 wxPyControl *arg1 = (wxPyControl *) 0 ;
27621 bool result;
27622 PyObject * obj0 = 0 ;
27623 char *kwnames[] = {
27624 (char *) "self", NULL
27625 };
27626
27627 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataToWindow",kwnames,&obj0)) goto fail;
27628 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27629 {
27630 PyThreadState* __tstate = wxPyBeginAllowThreads();
27631 result = (bool)(arg1)->base_TransferDataToWindow();
27632
27633 wxPyEndAllowThreads(__tstate);
27634 if (PyErr_Occurred()) SWIG_fail;
27635 }
27636 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
27637 return resultobj;
27638 fail:
27639 return NULL;
27640 }
27641
27642
27643 static PyObject *_wrap_PyControl_base_TransferDataFromWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
27644 PyObject *resultobj;
27645 wxPyControl *arg1 = (wxPyControl *) 0 ;
27646 bool result;
27647 PyObject * obj0 = 0 ;
27648 char *kwnames[] = {
27649 (char *) "self", NULL
27650 };
27651
27652 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_TransferDataFromWindow",kwnames,&obj0)) goto fail;
27653 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27654 {
27655 PyThreadState* __tstate = wxPyBeginAllowThreads();
27656 result = (bool)(arg1)->base_TransferDataFromWindow();
27657
27658 wxPyEndAllowThreads(__tstate);
27659 if (PyErr_Occurred()) SWIG_fail;
27660 }
27661 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
27662 return resultobj;
27663 fail:
27664 return NULL;
27665 }
27666
27667
27668 static PyObject *_wrap_PyControl_base_Validate(PyObject *self, PyObject *args, PyObject *kwargs) {
27669 PyObject *resultobj;
27670 wxPyControl *arg1 = (wxPyControl *) 0 ;
27671 bool result;
27672 PyObject * obj0 = 0 ;
27673 char *kwnames[] = {
27674 (char *) "self", NULL
27675 };
27676
27677 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_Validate",kwnames,&obj0)) goto fail;
27678 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27679 {
27680 PyThreadState* __tstate = wxPyBeginAllowThreads();
27681 result = (bool)(arg1)->base_Validate();
27682
27683 wxPyEndAllowThreads(__tstate);
27684 if (PyErr_Occurred()) SWIG_fail;
27685 }
27686 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
27687 return resultobj;
27688 fail:
27689 return NULL;
27690 }
27691
27692
27693 static PyObject *_wrap_PyControl_base_AcceptsFocus(PyObject *self, PyObject *args, PyObject *kwargs) {
27694 PyObject *resultobj;
27695 wxPyControl *arg1 = (wxPyControl *) 0 ;
27696 bool result;
27697 PyObject * obj0 = 0 ;
27698 char *kwnames[] = {
27699 (char *) "self", NULL
27700 };
27701
27702 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocus",kwnames,&obj0)) goto fail;
27703 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27704 {
27705 PyThreadState* __tstate = wxPyBeginAllowThreads();
27706 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocus();
27707
27708 wxPyEndAllowThreads(__tstate);
27709 if (PyErr_Occurred()) SWIG_fail;
27710 }
27711 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
27712 return resultobj;
27713 fail:
27714 return NULL;
27715 }
27716
27717
27718 static PyObject *_wrap_PyControl_base_AcceptsFocusFromKeyboard(PyObject *self, PyObject *args, PyObject *kwargs) {
27719 PyObject *resultobj;
27720 wxPyControl *arg1 = (wxPyControl *) 0 ;
27721 bool result;
27722 PyObject * obj0 = 0 ;
27723 char *kwnames[] = {
27724 (char *) "self", NULL
27725 };
27726
27727 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_AcceptsFocusFromKeyboard",kwnames,&obj0)) goto fail;
27728 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27729 {
27730 PyThreadState* __tstate = wxPyBeginAllowThreads();
27731 result = (bool)((wxPyControl const *)arg1)->base_AcceptsFocusFromKeyboard();
27732
27733 wxPyEndAllowThreads(__tstate);
27734 if (PyErr_Occurred()) SWIG_fail;
27735 }
27736 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
27737 return resultobj;
27738 fail:
27739 return NULL;
27740 }
27741
27742
27743 static PyObject *_wrap_PyControl_base_GetMaxSize(PyObject *self, PyObject *args, PyObject *kwargs) {
27744 PyObject *resultobj;
27745 wxPyControl *arg1 = (wxPyControl *) 0 ;
27746 wxSize result;
27747 PyObject * obj0 = 0 ;
27748 char *kwnames[] = {
27749 (char *) "self", NULL
27750 };
27751
27752 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyControl_base_GetMaxSize",kwnames,&obj0)) goto fail;
27753 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27754 {
27755 PyThreadState* __tstate = wxPyBeginAllowThreads();
27756 result = ((wxPyControl const *)arg1)->base_GetMaxSize();
27757
27758 wxPyEndAllowThreads(__tstate);
27759 if (PyErr_Occurred()) SWIG_fail;
27760 }
27761 {
27762 wxSize * resultptr;
27763 resultptr = new wxSize((wxSize &) result);
27764 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxSize, 1);
27765 }
27766 return resultobj;
27767 fail:
27768 return NULL;
27769 }
27770
27771
27772 static PyObject *_wrap_PyControl_base_AddChild(PyObject *self, PyObject *args, PyObject *kwargs) {
27773 PyObject *resultobj;
27774 wxPyControl *arg1 = (wxPyControl *) 0 ;
27775 wxWindow *arg2 = (wxWindow *) 0 ;
27776 PyObject * obj0 = 0 ;
27777 PyObject * obj1 = 0 ;
27778 char *kwnames[] = {
27779 (char *) "self",(char *) "child", NULL
27780 };
27781
27782 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_AddChild",kwnames,&obj0,&obj1)) goto fail;
27783 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27784 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27785 {
27786 PyThreadState* __tstate = wxPyBeginAllowThreads();
27787 (arg1)->base_AddChild(arg2);
27788
27789 wxPyEndAllowThreads(__tstate);
27790 if (PyErr_Occurred()) SWIG_fail;
27791 }
27792 Py_INCREF(Py_None); resultobj = Py_None;
27793 return resultobj;
27794 fail:
27795 return NULL;
27796 }
27797
27798
27799 static PyObject *_wrap_PyControl_base_RemoveChild(PyObject *self, PyObject *args, PyObject *kwargs) {
27800 PyObject *resultobj;
27801 wxPyControl *arg1 = (wxPyControl *) 0 ;
27802 wxWindow *arg2 = (wxWindow *) 0 ;
27803 PyObject * obj0 = 0 ;
27804 PyObject * obj1 = 0 ;
27805 char *kwnames[] = {
27806 (char *) "self",(char *) "child", NULL
27807 };
27808
27809 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyControl_base_RemoveChild",kwnames,&obj0,&obj1)) goto fail;
27810 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyControl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27811 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27812 {
27813 PyThreadState* __tstate = wxPyBeginAllowThreads();
27814 (arg1)->base_RemoveChild(arg2);
27815
27816 wxPyEndAllowThreads(__tstate);
27817 if (PyErr_Occurred()) SWIG_fail;
27818 }
27819 Py_INCREF(Py_None); resultobj = Py_None;
27820 return resultobj;
27821 fail:
27822 return NULL;
27823 }
27824
27825
27826 static PyObject * PyControl_swigregister(PyObject *self, PyObject *args) {
27827 PyObject *obj;
27828 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
27829 SWIG_TypeClientData(SWIGTYPE_p_wxPyControl, obj);
27830 Py_INCREF(obj);
27831 return Py_BuildValue((char *)"");
27832 }
27833 static PyObject *_wrap_new_HelpEvent(PyObject *self, PyObject *args, PyObject *kwargs) {
27834 PyObject *resultobj;
27835 wxEventType arg1 = (wxEventType) wxEVT_NULL ;
27836 int arg2 = (int) 0 ;
27837 wxPoint const &arg3_defvalue = wxDefaultPosition ;
27838 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
27839 wxHelpEvent *result;
27840 wxPoint temp3 ;
27841 PyObject * obj0 = 0 ;
27842 PyObject * obj1 = 0 ;
27843 PyObject * obj2 = 0 ;
27844 char *kwnames[] = {
27845 (char *) "type",(char *) "winid",(char *) "pt", NULL
27846 };
27847
27848 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_HelpEvent",kwnames,&obj0,&obj1,&obj2)) goto fail;
27849 if (obj0) {
27850 {
27851 arg1 = (wxEventType) SWIG_PyObj_AsInt(obj0);
27852 if (PyErr_Occurred()) SWIG_fail;
27853 }
27854 }
27855 if (obj1) {
27856 {
27857 arg2 = (int) SWIG_PyObj_AsInt(obj1);
27858 if (PyErr_Occurred()) SWIG_fail;
27859 }
27860 }
27861 if (obj2) {
27862 {
27863 arg3 = &temp3;
27864 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
27865 }
27866 }
27867 {
27868 PyThreadState* __tstate = wxPyBeginAllowThreads();
27869 result = (wxHelpEvent *)new wxHelpEvent(arg1,arg2,(wxPoint const &)*arg3);
27870
27871 wxPyEndAllowThreads(__tstate);
27872 if (PyErr_Occurred()) SWIG_fail;
27873 }
27874 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxHelpEvent, 1);
27875 return resultobj;
27876 fail:
27877 return NULL;
27878 }
27879
27880
27881 static PyObject *_wrap_HelpEvent_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
27882 PyObject *resultobj;
27883 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
27884 wxPoint *result;
27885 PyObject * obj0 = 0 ;
27886 char *kwnames[] = {
27887 (char *) "self", NULL
27888 };
27889
27890 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetPosition",kwnames,&obj0)) goto fail;
27891 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27892 {
27893 PyThreadState* __tstate = wxPyBeginAllowThreads();
27894 {
27895 wxPoint const &_result_ref = ((wxHelpEvent const *)arg1)->GetPosition();
27896 result = (wxPoint *) &_result_ref;
27897 }
27898
27899 wxPyEndAllowThreads(__tstate);
27900 if (PyErr_Occurred()) SWIG_fail;
27901 }
27902 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxPoint, 0);
27903 return resultobj;
27904 fail:
27905 return NULL;
27906 }
27907
27908
27909 static PyObject *_wrap_HelpEvent_SetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
27910 PyObject *resultobj;
27911 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
27912 wxPoint *arg2 = 0 ;
27913 wxPoint temp2 ;
27914 PyObject * obj0 = 0 ;
27915 PyObject * obj1 = 0 ;
27916 char *kwnames[] = {
27917 (char *) "self",(char *) "pos", NULL
27918 };
27919
27920 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetPosition",kwnames,&obj0,&obj1)) goto fail;
27921 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27922 {
27923 arg2 = &temp2;
27924 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
27925 }
27926 {
27927 PyThreadState* __tstate = wxPyBeginAllowThreads();
27928 (arg1)->SetPosition((wxPoint const &)*arg2);
27929
27930 wxPyEndAllowThreads(__tstate);
27931 if (PyErr_Occurred()) SWIG_fail;
27932 }
27933 Py_INCREF(Py_None); resultobj = Py_None;
27934 return resultobj;
27935 fail:
27936 return NULL;
27937 }
27938
27939
27940 static PyObject *_wrap_HelpEvent_GetLink(PyObject *self, PyObject *args, PyObject *kwargs) {
27941 PyObject *resultobj;
27942 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
27943 wxString *result;
27944 PyObject * obj0 = 0 ;
27945 char *kwnames[] = {
27946 (char *) "self", NULL
27947 };
27948
27949 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetLink",kwnames,&obj0)) goto fail;
27950 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27951 {
27952 PyThreadState* __tstate = wxPyBeginAllowThreads();
27953 {
27954 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetLink();
27955 result = (wxString *) &_result_ref;
27956 }
27957
27958 wxPyEndAllowThreads(__tstate);
27959 if (PyErr_Occurred()) SWIG_fail;
27960 }
27961 {
27962 #if wxUSE_UNICODE
27963 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
27964 #else
27965 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
27966 #endif
27967 }
27968 return resultobj;
27969 fail:
27970 return NULL;
27971 }
27972
27973
27974 static PyObject *_wrap_HelpEvent_SetLink(PyObject *self, PyObject *args, PyObject *kwargs) {
27975 PyObject *resultobj;
27976 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
27977 wxString *arg2 = 0 ;
27978 bool temp2 = False ;
27979 PyObject * obj0 = 0 ;
27980 PyObject * obj1 = 0 ;
27981 char *kwnames[] = {
27982 (char *) "self",(char *) "link", NULL
27983 };
27984
27985 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetLink",kwnames,&obj0,&obj1)) goto fail;
27986 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
27987 {
27988 arg2 = wxString_in_helper(obj1);
27989 if (arg2 == NULL) SWIG_fail;
27990 temp2 = True;
27991 }
27992 {
27993 PyThreadState* __tstate = wxPyBeginAllowThreads();
27994 (arg1)->SetLink((wxString const &)*arg2);
27995
27996 wxPyEndAllowThreads(__tstate);
27997 if (PyErr_Occurred()) SWIG_fail;
27998 }
27999 Py_INCREF(Py_None); resultobj = Py_None;
28000 {
28001 if (temp2)
28002 delete arg2;
28003 }
28004 return resultobj;
28005 fail:
28006 {
28007 if (temp2)
28008 delete arg2;
28009 }
28010 return NULL;
28011 }
28012
28013
28014 static PyObject *_wrap_HelpEvent_GetTarget(PyObject *self, PyObject *args, PyObject *kwargs) {
28015 PyObject *resultobj;
28016 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
28017 wxString *result;
28018 PyObject * obj0 = 0 ;
28019 char *kwnames[] = {
28020 (char *) "self", NULL
28021 };
28022
28023 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpEvent_GetTarget",kwnames,&obj0)) goto fail;
28024 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28025 {
28026 PyThreadState* __tstate = wxPyBeginAllowThreads();
28027 {
28028 wxString const &_result_ref = ((wxHelpEvent const *)arg1)->GetTarget();
28029 result = (wxString *) &_result_ref;
28030 }
28031
28032 wxPyEndAllowThreads(__tstate);
28033 if (PyErr_Occurred()) SWIG_fail;
28034 }
28035 {
28036 #if wxUSE_UNICODE
28037 resultobj = PyUnicode_FromWideChar(result->c_str(), result->Len());
28038 #else
28039 resultobj = PyString_FromStringAndSize(result->c_str(), result->Len());
28040 #endif
28041 }
28042 return resultobj;
28043 fail:
28044 return NULL;
28045 }
28046
28047
28048 static PyObject *_wrap_HelpEvent_SetTarget(PyObject *self, PyObject *args, PyObject *kwargs) {
28049 PyObject *resultobj;
28050 wxHelpEvent *arg1 = (wxHelpEvent *) 0 ;
28051 wxString *arg2 = 0 ;
28052 bool temp2 = False ;
28053 PyObject * obj0 = 0 ;
28054 PyObject * obj1 = 0 ;
28055 char *kwnames[] = {
28056 (char *) "self",(char *) "target", NULL
28057 };
28058
28059 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpEvent_SetTarget",kwnames,&obj0,&obj1)) goto fail;
28060 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpEvent,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28061 {
28062 arg2 = wxString_in_helper(obj1);
28063 if (arg2 == NULL) SWIG_fail;
28064 temp2 = True;
28065 }
28066 {
28067 PyThreadState* __tstate = wxPyBeginAllowThreads();
28068 (arg1)->SetTarget((wxString const &)*arg2);
28069
28070 wxPyEndAllowThreads(__tstate);
28071 if (PyErr_Occurred()) SWIG_fail;
28072 }
28073 Py_INCREF(Py_None); resultobj = Py_None;
28074 {
28075 if (temp2)
28076 delete arg2;
28077 }
28078 return resultobj;
28079 fail:
28080 {
28081 if (temp2)
28082 delete arg2;
28083 }
28084 return NULL;
28085 }
28086
28087
28088 static PyObject * HelpEvent_swigregister(PyObject *self, PyObject *args) {
28089 PyObject *obj;
28090 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28091 SWIG_TypeClientData(SWIGTYPE_p_wxHelpEvent, obj);
28092 Py_INCREF(obj);
28093 return Py_BuildValue((char *)"");
28094 }
28095 static PyObject *_wrap_new_ContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
28096 PyObject *resultobj;
28097 wxWindow *arg1 = (wxWindow *) NULL ;
28098 bool arg2 = (bool) True ;
28099 wxContextHelp *result;
28100 PyObject * obj0 = 0 ;
28101 PyObject * obj1 = 0 ;
28102 char *kwnames[] = {
28103 (char *) "window",(char *) "doNow", NULL
28104 };
28105
28106 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:new_ContextHelp",kwnames,&obj0,&obj1)) goto fail;
28107 if (obj0) {
28108 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28109 }
28110 if (obj1) {
28111 {
28112 arg2 = (bool) SWIG_PyObj_AsBool(obj1);
28113 if (PyErr_Occurred()) SWIG_fail;
28114 }
28115 }
28116 {
28117 PyThreadState* __tstate = wxPyBeginAllowThreads();
28118 result = (wxContextHelp *)new wxContextHelp(arg1,arg2);
28119
28120 wxPyEndAllowThreads(__tstate);
28121 if (PyErr_Occurred()) SWIG_fail;
28122 }
28123 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxContextHelp, 1);
28124 return resultobj;
28125 fail:
28126 return NULL;
28127 }
28128
28129
28130 static PyObject *_wrap_delete_ContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
28131 PyObject *resultobj;
28132 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
28133 PyObject * obj0 = 0 ;
28134 char *kwnames[] = {
28135 (char *) "self", NULL
28136 };
28137
28138 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_ContextHelp",kwnames,&obj0)) goto fail;
28139 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxContextHelp,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28140 {
28141 PyThreadState* __tstate = wxPyBeginAllowThreads();
28142 delete arg1;
28143
28144 wxPyEndAllowThreads(__tstate);
28145 if (PyErr_Occurred()) SWIG_fail;
28146 }
28147 Py_INCREF(Py_None); resultobj = Py_None;
28148 return resultobj;
28149 fail:
28150 return NULL;
28151 }
28152
28153
28154 static PyObject *_wrap_ContextHelp_BeginContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
28155 PyObject *resultobj;
28156 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
28157 wxWindow *arg2 = (wxWindow *) NULL ;
28158 bool result;
28159 PyObject * obj0 = 0 ;
28160 PyObject * obj1 = 0 ;
28161 char *kwnames[] = {
28162 (char *) "self",(char *) "window", NULL
28163 };
28164
28165 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:ContextHelp_BeginContextHelp",kwnames,&obj0,&obj1)) goto fail;
28166 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxContextHelp,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28167 if (obj1) {
28168 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28169 }
28170 {
28171 PyThreadState* __tstate = wxPyBeginAllowThreads();
28172 result = (bool)(arg1)->BeginContextHelp(arg2);
28173
28174 wxPyEndAllowThreads(__tstate);
28175 if (PyErr_Occurred()) SWIG_fail;
28176 }
28177 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28178 return resultobj;
28179 fail:
28180 return NULL;
28181 }
28182
28183
28184 static PyObject *_wrap_ContextHelp_EndContextHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
28185 PyObject *resultobj;
28186 wxContextHelp *arg1 = (wxContextHelp *) 0 ;
28187 bool result;
28188 PyObject * obj0 = 0 ;
28189 char *kwnames[] = {
28190 (char *) "self", NULL
28191 };
28192
28193 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ContextHelp_EndContextHelp",kwnames,&obj0)) goto fail;
28194 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxContextHelp,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28195 {
28196 PyThreadState* __tstate = wxPyBeginAllowThreads();
28197 result = (bool)(arg1)->EndContextHelp();
28198
28199 wxPyEndAllowThreads(__tstate);
28200 if (PyErr_Occurred()) SWIG_fail;
28201 }
28202 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28203 return resultobj;
28204 fail:
28205 return NULL;
28206 }
28207
28208
28209 static PyObject * ContextHelp_swigregister(PyObject *self, PyObject *args) {
28210 PyObject *obj;
28211 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28212 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelp, obj);
28213 Py_INCREF(obj);
28214 return Py_BuildValue((char *)"");
28215 }
28216 static PyObject *_wrap_new_ContextHelpButton(PyObject *self, PyObject *args, PyObject *kwargs) {
28217 PyObject *resultobj;
28218 wxWindow *arg1 = (wxWindow *) 0 ;
28219 int arg2 = (int) wxID_CONTEXT_HELP ;
28220 wxPoint const &arg3_defvalue = wxDefaultPosition ;
28221 wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
28222 wxSize const &arg4_defvalue = wxDefaultSize ;
28223 wxSize *arg4 = (wxSize *) &arg4_defvalue ;
28224 long arg5 = (long) wxBU_AUTODRAW ;
28225 wxContextHelpButton *result;
28226 wxPoint temp3 ;
28227 wxSize temp4 ;
28228 PyObject * obj0 = 0 ;
28229 PyObject * obj1 = 0 ;
28230 PyObject * obj2 = 0 ;
28231 PyObject * obj3 = 0 ;
28232 PyObject * obj4 = 0 ;
28233 char *kwnames[] = {
28234 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
28235 };
28236
28237 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_ContextHelpButton",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
28238 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28239 if (obj1) {
28240 {
28241 arg2 = (int) SWIG_PyObj_AsInt(obj1);
28242 if (PyErr_Occurred()) SWIG_fail;
28243 }
28244 }
28245 if (obj2) {
28246 {
28247 arg3 = &temp3;
28248 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
28249 }
28250 }
28251 if (obj3) {
28252 {
28253 arg4 = &temp4;
28254 if ( ! wxSize_helper(obj3, &arg4)) SWIG_fail;
28255 }
28256 }
28257 if (obj4) {
28258 {
28259 arg5 = (long) SWIG_PyObj_AsLong(obj4);
28260 if (PyErr_Occurred()) SWIG_fail;
28261 }
28262 }
28263 {
28264 PyThreadState* __tstate = wxPyBeginAllowThreads();
28265 result = (wxContextHelpButton *)new wxContextHelpButton(arg1,arg2,(wxPoint const &)*arg3,(wxSize const &)*arg4,arg5);
28266
28267 wxPyEndAllowThreads(__tstate);
28268 if (PyErr_Occurred()) SWIG_fail;
28269 }
28270 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxContextHelpButton, 1);
28271 return resultobj;
28272 fail:
28273 return NULL;
28274 }
28275
28276
28277 static PyObject * ContextHelpButton_swigregister(PyObject *self, PyObject *args) {
28278 PyObject *obj;
28279 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28280 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelpButton, obj);
28281 Py_INCREF(obj);
28282 return Py_BuildValue((char *)"");
28283 }
28284 static PyObject *_wrap_HelpProvider_Set(PyObject *self, PyObject *args, PyObject *kwargs) {
28285 PyObject *resultobj;
28286 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
28287 wxHelpProvider *result;
28288 PyObject * obj0 = 0 ;
28289 char *kwnames[] = {
28290 (char *) "helpProvider", NULL
28291 };
28292
28293 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Set",kwnames,&obj0)) goto fail;
28294 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpProvider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28295 {
28296 PyThreadState* __tstate = wxPyBeginAllowThreads();
28297 result = (wxHelpProvider *)wxHelpProvider::Set(arg1);
28298
28299 wxPyEndAllowThreads(__tstate);
28300 if (PyErr_Occurred()) SWIG_fail;
28301 }
28302 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxHelpProvider, 0);
28303 return resultobj;
28304 fail:
28305 return NULL;
28306 }
28307
28308
28309 static PyObject *_wrap_HelpProvider_Get(PyObject *self, PyObject *args, PyObject *kwargs) {
28310 PyObject *resultobj;
28311 wxHelpProvider *result;
28312 char *kwnames[] = {
28313 NULL
28314 };
28315
28316 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":HelpProvider_Get",kwnames)) goto fail;
28317 {
28318 PyThreadState* __tstate = wxPyBeginAllowThreads();
28319 result = (wxHelpProvider *)wxHelpProvider::Get();
28320
28321 wxPyEndAllowThreads(__tstate);
28322 if (PyErr_Occurred()) SWIG_fail;
28323 }
28324 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxHelpProvider, 0);
28325 return resultobj;
28326 fail:
28327 return NULL;
28328 }
28329
28330
28331 static PyObject *_wrap_HelpProvider_GetHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
28332 PyObject *resultobj;
28333 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
28334 wxWindow *arg2 = (wxWindow *) 0 ;
28335 wxString result;
28336 PyObject * obj0 = 0 ;
28337 PyObject * obj1 = 0 ;
28338 char *kwnames[] = {
28339 (char *) "self",(char *) "window", NULL
28340 };
28341
28342 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_GetHelp",kwnames,&obj0,&obj1)) goto fail;
28343 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpProvider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28344 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28345 {
28346 PyThreadState* __tstate = wxPyBeginAllowThreads();
28347 result = (arg1)->GetHelp((wxWindow const *)arg2);
28348
28349 wxPyEndAllowThreads(__tstate);
28350 if (PyErr_Occurred()) SWIG_fail;
28351 }
28352 {
28353 #if wxUSE_UNICODE
28354 resultobj = PyUnicode_FromWideChar((&result)->c_str(), (&result)->Len());
28355 #else
28356 resultobj = PyString_FromStringAndSize((&result)->c_str(), (&result)->Len());
28357 #endif
28358 }
28359 return resultobj;
28360 fail:
28361 return NULL;
28362 }
28363
28364
28365 static PyObject *_wrap_HelpProvider_ShowHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
28366 PyObject *resultobj;
28367 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
28368 wxWindow *arg2 = (wxWindow *) 0 ;
28369 bool result;
28370 PyObject * obj0 = 0 ;
28371 PyObject * obj1 = 0 ;
28372 char *kwnames[] = {
28373 (char *) "self",(char *) "window", NULL
28374 };
28375
28376 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:HelpProvider_ShowHelp",kwnames,&obj0,&obj1)) goto fail;
28377 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpProvider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28378 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28379 {
28380 PyThreadState* __tstate = wxPyBeginAllowThreads();
28381 result = (bool)(arg1)->ShowHelp(arg2);
28382
28383 wxPyEndAllowThreads(__tstate);
28384 if (PyErr_Occurred()) SWIG_fail;
28385 }
28386 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28387 return resultobj;
28388 fail:
28389 return NULL;
28390 }
28391
28392
28393 static PyObject *_wrap_HelpProvider_AddHelp(PyObject *self, PyObject *args, PyObject *kwargs) {
28394 PyObject *resultobj;
28395 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
28396 wxWindow *arg2 = (wxWindow *) 0 ;
28397 wxString *arg3 = 0 ;
28398 bool temp3 = False ;
28399 PyObject * obj0 = 0 ;
28400 PyObject * obj1 = 0 ;
28401 PyObject * obj2 = 0 ;
28402 char *kwnames[] = {
28403 (char *) "self",(char *) "window",(char *) "text", NULL
28404 };
28405
28406 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelp",kwnames,&obj0,&obj1,&obj2)) goto fail;
28407 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpProvider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28408 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28409 {
28410 arg3 = wxString_in_helper(obj2);
28411 if (arg3 == NULL) SWIG_fail;
28412 temp3 = True;
28413 }
28414 {
28415 PyThreadState* __tstate = wxPyBeginAllowThreads();
28416 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
28417
28418 wxPyEndAllowThreads(__tstate);
28419 if (PyErr_Occurred()) SWIG_fail;
28420 }
28421 Py_INCREF(Py_None); resultobj = Py_None;
28422 {
28423 if (temp3)
28424 delete arg3;
28425 }
28426 return resultobj;
28427 fail:
28428 {
28429 if (temp3)
28430 delete arg3;
28431 }
28432 return NULL;
28433 }
28434
28435
28436 static PyObject *_wrap_HelpProvider_AddHelpById(PyObject *self, PyObject *args, PyObject *kwargs) {
28437 PyObject *resultobj;
28438 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
28439 int arg2 ;
28440 wxString *arg3 = 0 ;
28441 bool temp3 = False ;
28442 PyObject * obj0 = 0 ;
28443 PyObject * obj1 = 0 ;
28444 PyObject * obj2 = 0 ;
28445 char *kwnames[] = {
28446 (char *) "self",(char *) "id",(char *) "text", NULL
28447 };
28448
28449 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:HelpProvider_AddHelpById",kwnames,&obj0,&obj1,&obj2)) goto fail;
28450 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpProvider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28451 {
28452 arg2 = (int) SWIG_PyObj_AsInt(obj1);
28453 if (PyErr_Occurred()) SWIG_fail;
28454 }
28455 {
28456 arg3 = wxString_in_helper(obj2);
28457 if (arg3 == NULL) SWIG_fail;
28458 temp3 = True;
28459 }
28460 {
28461 PyThreadState* __tstate = wxPyBeginAllowThreads();
28462 (arg1)->AddHelp(arg2,(wxString const &)*arg3);
28463
28464 wxPyEndAllowThreads(__tstate);
28465 if (PyErr_Occurred()) SWIG_fail;
28466 }
28467 Py_INCREF(Py_None); resultobj = Py_None;
28468 {
28469 if (temp3)
28470 delete arg3;
28471 }
28472 return resultobj;
28473 fail:
28474 {
28475 if (temp3)
28476 delete arg3;
28477 }
28478 return NULL;
28479 }
28480
28481
28482 static PyObject *_wrap_HelpProvider_Destroy(PyObject *self, PyObject *args, PyObject *kwargs) {
28483 PyObject *resultobj;
28484 wxHelpProvider *arg1 = (wxHelpProvider *) 0 ;
28485 PyObject * obj0 = 0 ;
28486 char *kwnames[] = {
28487 (char *) "self", NULL
28488 };
28489
28490 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:HelpProvider_Destroy",kwnames,&obj0)) goto fail;
28491 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxHelpProvider,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28492 {
28493 PyThreadState* __tstate = wxPyBeginAllowThreads();
28494 wxHelpProvider_Destroy(arg1);
28495
28496 wxPyEndAllowThreads(__tstate);
28497 if (PyErr_Occurred()) SWIG_fail;
28498 }
28499 Py_INCREF(Py_None); resultobj = Py_None;
28500 return resultobj;
28501 fail:
28502 return NULL;
28503 }
28504
28505
28506 static PyObject * HelpProvider_swigregister(PyObject *self, PyObject *args) {
28507 PyObject *obj;
28508 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28509 SWIG_TypeClientData(SWIGTYPE_p_wxHelpProvider, obj);
28510 Py_INCREF(obj);
28511 return Py_BuildValue((char *)"");
28512 }
28513 static PyObject *_wrap_new_SimpleHelpProvider(PyObject *self, PyObject *args, PyObject *kwargs) {
28514 PyObject *resultobj;
28515 wxSimpleHelpProvider *result;
28516 char *kwnames[] = {
28517 NULL
28518 };
28519
28520 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_SimpleHelpProvider",kwnames)) goto fail;
28521 {
28522 PyThreadState* __tstate = wxPyBeginAllowThreads();
28523 result = (wxSimpleHelpProvider *)new wxSimpleHelpProvider();
28524
28525 wxPyEndAllowThreads(__tstate);
28526 if (PyErr_Occurred()) SWIG_fail;
28527 }
28528 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxSimpleHelpProvider, 1);
28529 return resultobj;
28530 fail:
28531 return NULL;
28532 }
28533
28534
28535 static PyObject * SimpleHelpProvider_swigregister(PyObject *self, PyObject *args) {
28536 PyObject *obj;
28537 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
28538 SWIG_TypeClientData(SWIGTYPE_p_wxSimpleHelpProvider, obj);
28539 Py_INCREF(obj);
28540 return Py_BuildValue((char *)"");
28541 }
28542 static PyObject *_wrap_new_DragImage(PyObject *self, PyObject *args, PyObject *kwargs) {
28543 PyObject *resultobj;
28544 wxBitmap *arg1 = 0 ;
28545 wxCursor const &arg2_defvalue = wxNullCursor ;
28546 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
28547 wxGenericDragImage *result;
28548 PyObject * obj0 = 0 ;
28549 PyObject * obj1 = 0 ;
28550 char *kwnames[] = {
28551 (char *) "image",(char *) "cursor", NULL
28552 };
28553
28554 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragImage",kwnames,&obj0,&obj1)) goto fail;
28555 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28556 if (arg1 == NULL) {
28557 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
28558 }
28559 if (obj1) {
28560 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxCursor,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28561 if (arg2 == NULL) {
28562 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
28563 }
28564 }
28565 {
28566 PyThreadState* __tstate = wxPyBeginAllowThreads();
28567 result = (wxGenericDragImage *)new wxGenericDragImage((wxBitmap const &)*arg1,(wxCursor const &)*arg2);
28568
28569 wxPyEndAllowThreads(__tstate);
28570 if (PyErr_Occurred()) SWIG_fail;
28571 }
28572 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGenericDragImage, 1);
28573 return resultobj;
28574 fail:
28575 return NULL;
28576 }
28577
28578
28579 static PyObject *_wrap_new_DragIcon(PyObject *self, PyObject *args, PyObject *kwargs) {
28580 PyObject *resultobj;
28581 wxIcon *arg1 = 0 ;
28582 wxCursor const &arg2_defvalue = wxNullCursor ;
28583 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
28584 wxGenericDragImage *result;
28585 PyObject * obj0 = 0 ;
28586 PyObject * obj1 = 0 ;
28587 char *kwnames[] = {
28588 (char *) "image",(char *) "cursor", NULL
28589 };
28590
28591 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragIcon",kwnames,&obj0,&obj1)) goto fail;
28592 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxIcon,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28593 if (arg1 == NULL) {
28594 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
28595 }
28596 if (obj1) {
28597 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxCursor,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28598 if (arg2 == NULL) {
28599 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
28600 }
28601 }
28602 {
28603 PyThreadState* __tstate = wxPyBeginAllowThreads();
28604 result = (wxGenericDragImage *)new wxGenericDragImage((wxIcon const &)*arg1,(wxCursor const &)*arg2);
28605
28606 wxPyEndAllowThreads(__tstate);
28607 if (PyErr_Occurred()) SWIG_fail;
28608 }
28609 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGenericDragImage, 1);
28610 return resultobj;
28611 fail:
28612 return NULL;
28613 }
28614
28615
28616 static PyObject *_wrap_new_DragString(PyObject *self, PyObject *args, PyObject *kwargs) {
28617 PyObject *resultobj;
28618 wxString *arg1 = 0 ;
28619 wxCursor const &arg2_defvalue = wxNullCursor ;
28620 wxCursor *arg2 = (wxCursor *) &arg2_defvalue ;
28621 wxGenericDragImage *result;
28622 bool temp1 = False ;
28623 PyObject * obj0 = 0 ;
28624 PyObject * obj1 = 0 ;
28625 char *kwnames[] = {
28626 (char *) "str",(char *) "cursor", NULL
28627 };
28628
28629 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|O:new_DragString",kwnames,&obj0,&obj1)) goto fail;
28630 {
28631 arg1 = wxString_in_helper(obj0);
28632 if (arg1 == NULL) SWIG_fail;
28633 temp1 = True;
28634 }
28635 if (obj1) {
28636 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxCursor,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28637 if (arg2 == NULL) {
28638 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
28639 }
28640 }
28641 {
28642 PyThreadState* __tstate = wxPyBeginAllowThreads();
28643 result = (wxGenericDragImage *)new wxGenericDragImage((wxString const &)*arg1,(wxCursor const &)*arg2);
28644
28645 wxPyEndAllowThreads(__tstate);
28646 if (PyErr_Occurred()) SWIG_fail;
28647 }
28648 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGenericDragImage, 1);
28649 {
28650 if (temp1)
28651 delete arg1;
28652 }
28653 return resultobj;
28654 fail:
28655 {
28656 if (temp1)
28657 delete arg1;
28658 }
28659 return NULL;
28660 }
28661
28662
28663 static PyObject *_wrap_new_DragTreeItem(PyObject *self, PyObject *args, PyObject *kwargs) {
28664 PyObject *resultobj;
28665 wxPyTreeCtrl *arg1 = 0 ;
28666 wxTreeItemId *arg2 = 0 ;
28667 wxGenericDragImage *result;
28668 PyObject * obj0 = 0 ;
28669 PyObject * obj1 = 0 ;
28670 char *kwnames[] = {
28671 (char *) "treeCtrl",(char *) "id", NULL
28672 };
28673
28674 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragTreeItem",kwnames,&obj0,&obj1)) goto fail;
28675 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyTreeCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28676 if (arg1 == NULL) {
28677 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
28678 }
28679 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxTreeItemId,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28680 if (arg2 == NULL) {
28681 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
28682 }
28683 {
28684 PyThreadState* __tstate = wxPyBeginAllowThreads();
28685 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyTreeCtrl const &)*arg1,*arg2);
28686
28687 wxPyEndAllowThreads(__tstate);
28688 if (PyErr_Occurred()) SWIG_fail;
28689 }
28690 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGenericDragImage, 1);
28691 return resultobj;
28692 fail:
28693 return NULL;
28694 }
28695
28696
28697 static PyObject *_wrap_new_DragListItem(PyObject *self, PyObject *args, PyObject *kwargs) {
28698 PyObject *resultobj;
28699 wxPyListCtrl *arg1 = 0 ;
28700 long arg2 ;
28701 wxGenericDragImage *result;
28702 PyObject * obj0 = 0 ;
28703 PyObject * obj1 = 0 ;
28704 char *kwnames[] = {
28705 (char *) "listCtrl",(char *) "id", NULL
28706 };
28707
28708 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_DragListItem",kwnames,&obj0,&obj1)) goto fail;
28709 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxPyListCtrl,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28710 if (arg1 == NULL) {
28711 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
28712 }
28713 {
28714 arg2 = (long) SWIG_PyObj_AsLong(obj1);
28715 if (PyErr_Occurred()) SWIG_fail;
28716 }
28717 {
28718 PyThreadState* __tstate = wxPyBeginAllowThreads();
28719 result = (wxGenericDragImage *)new wxGenericDragImage((wxPyListCtrl const &)*arg1,arg2);
28720
28721 wxPyEndAllowThreads(__tstate);
28722 if (PyErr_Occurred()) SWIG_fail;
28723 }
28724 resultobj = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_wxGenericDragImage, 1);
28725 return resultobj;
28726 fail:
28727 return NULL;
28728 }
28729
28730
28731 static PyObject *_wrap_delete_DragImage(PyObject *self, PyObject *args, PyObject *kwargs) {
28732 PyObject *resultobj;
28733 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
28734 PyObject * obj0 = 0 ;
28735 char *kwnames[] = {
28736 (char *) "self", NULL
28737 };
28738
28739 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:delete_DragImage",kwnames,&obj0)) goto fail;
28740 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28741 {
28742 PyThreadState* __tstate = wxPyBeginAllowThreads();
28743 delete arg1;
28744
28745 wxPyEndAllowThreads(__tstate);
28746 if (PyErr_Occurred()) SWIG_fail;
28747 }
28748 Py_INCREF(Py_None); resultobj = Py_None;
28749 return resultobj;
28750 fail:
28751 return NULL;
28752 }
28753
28754
28755 static PyObject *_wrap_DragImage_SetBackingBitmap(PyObject *self, PyObject *args, PyObject *kwargs) {
28756 PyObject *resultobj;
28757 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
28758 wxBitmap *arg2 = (wxBitmap *) 0 ;
28759 PyObject * obj0 = 0 ;
28760 PyObject * obj1 = 0 ;
28761 char *kwnames[] = {
28762 (char *) "self",(char *) "bitmap", NULL
28763 };
28764
28765 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_SetBackingBitmap",kwnames,&obj0,&obj1)) goto fail;
28766 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28767 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxBitmap,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28768 {
28769 PyThreadState* __tstate = wxPyBeginAllowThreads();
28770 (arg1)->SetBackingBitmap(arg2);
28771
28772 wxPyEndAllowThreads(__tstate);
28773 if (PyErr_Occurred()) SWIG_fail;
28774 }
28775 Py_INCREF(Py_None); resultobj = Py_None;
28776 return resultobj;
28777 fail:
28778 return NULL;
28779 }
28780
28781
28782 static PyObject *_wrap_DragImage_BeginDrag(PyObject *self, PyObject *args, PyObject *kwargs) {
28783 PyObject *resultobj;
28784 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
28785 wxPoint *arg2 = 0 ;
28786 wxWindow *arg3 = (wxWindow *) 0 ;
28787 bool arg4 = (bool) False ;
28788 wxRect *arg5 = (wxRect *) NULL ;
28789 bool result;
28790 wxPoint temp2 ;
28791 PyObject * obj0 = 0 ;
28792 PyObject * obj1 = 0 ;
28793 PyObject * obj2 = 0 ;
28794 PyObject * obj3 = 0 ;
28795 PyObject * obj4 = 0 ;
28796 char *kwnames[] = {
28797 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "fullScreen",(char *) "rect", NULL
28798 };
28799
28800 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:DragImage_BeginDrag",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
28801 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28802 {
28803 arg2 = &temp2;
28804 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
28805 }
28806 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28807 if (obj3) {
28808 {
28809 arg4 = (bool) SWIG_PyObj_AsBool(obj3);
28810 if (PyErr_Occurred()) SWIG_fail;
28811 }
28812 }
28813 if (obj4) {
28814 if ((SWIG_ConvertPtr(obj4,(void **) &arg5, SWIGTYPE_p_wxRect,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28815 }
28816 {
28817 PyThreadState* __tstate = wxPyBeginAllowThreads();
28818 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4,arg5);
28819
28820 wxPyEndAllowThreads(__tstate);
28821 if (PyErr_Occurred()) SWIG_fail;
28822 }
28823 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28824 return resultobj;
28825 fail:
28826 return NULL;
28827 }
28828
28829
28830 static PyObject *_wrap_DragImage_BeginDragBounded(PyObject *self, PyObject *args, PyObject *kwargs) {
28831 PyObject *resultobj;
28832 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
28833 wxPoint *arg2 = 0 ;
28834 wxWindow *arg3 = (wxWindow *) 0 ;
28835 wxWindow *arg4 = (wxWindow *) 0 ;
28836 bool result;
28837 wxPoint temp2 ;
28838 PyObject * obj0 = 0 ;
28839 PyObject * obj1 = 0 ;
28840 PyObject * obj2 = 0 ;
28841 PyObject * obj3 = 0 ;
28842 char *kwnames[] = {
28843 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "boundingWindow", NULL
28844 };
28845
28846 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:DragImage_BeginDragBounded",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail;
28847 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28848 {
28849 arg2 = &temp2;
28850 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
28851 }
28852 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28853 if ((SWIG_ConvertPtr(obj3,(void **) &arg4, SWIGTYPE_p_wxWindow,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28854 {
28855 PyThreadState* __tstate = wxPyBeginAllowThreads();
28856 result = (bool)(arg1)->BeginDrag((wxPoint const &)*arg2,arg3,arg4);
28857
28858 wxPyEndAllowThreads(__tstate);
28859 if (PyErr_Occurred()) SWIG_fail;
28860 }
28861 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28862 return resultobj;
28863 fail:
28864 return NULL;
28865 }
28866
28867
28868 static PyObject *_wrap_DragImage_EndDrag(PyObject *self, PyObject *args, PyObject *kwargs) {
28869 PyObject *resultobj;
28870 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
28871 bool result;
28872 PyObject * obj0 = 0 ;
28873 char *kwnames[] = {
28874 (char *) "self", NULL
28875 };
28876
28877 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_EndDrag",kwnames,&obj0)) goto fail;
28878 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28879 {
28880 PyThreadState* __tstate = wxPyBeginAllowThreads();
28881 result = (bool)(arg1)->EndDrag();
28882
28883 wxPyEndAllowThreads(__tstate);
28884 if (PyErr_Occurred()) SWIG_fail;
28885 }
28886 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28887 return resultobj;
28888 fail:
28889 return NULL;
28890 }
28891
28892
28893 static PyObject *_wrap_DragImage_Move(PyObject *self, PyObject *args, PyObject *kwargs) {
28894 PyObject *resultobj;
28895 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
28896 wxPoint *arg2 = 0 ;
28897 bool result;
28898 wxPoint temp2 ;
28899 PyObject * obj0 = 0 ;
28900 PyObject * obj1 = 0 ;
28901 char *kwnames[] = {
28902 (char *) "self",(char *) "pt", NULL
28903 };
28904
28905 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_Move",kwnames,&obj0,&obj1)) goto fail;
28906 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28907 {
28908 arg2 = &temp2;
28909 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
28910 }
28911 {
28912 PyThreadState* __tstate = wxPyBeginAllowThreads();
28913 result = (bool)(arg1)->Move((wxPoint const &)*arg2);
28914
28915 wxPyEndAllowThreads(__tstate);
28916 if (PyErr_Occurred()) SWIG_fail;
28917 }
28918 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28919 return resultobj;
28920 fail:
28921 return NULL;
28922 }
28923
28924
28925 static PyObject *_wrap_DragImage_Show(PyObject *self, PyObject *args, PyObject *kwargs) {
28926 PyObject *resultobj;
28927 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
28928 bool result;
28929 PyObject * obj0 = 0 ;
28930 char *kwnames[] = {
28931 (char *) "self", NULL
28932 };
28933
28934 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Show",kwnames,&obj0)) goto fail;
28935 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28936 {
28937 PyThreadState* __tstate = wxPyBeginAllowThreads();
28938 result = (bool)(arg1)->Show();
28939
28940 wxPyEndAllowThreads(__tstate);
28941 if (PyErr_Occurred()) SWIG_fail;
28942 }
28943 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28944 return resultobj;
28945 fail:
28946 return NULL;
28947 }
28948
28949
28950 static PyObject *_wrap_DragImage_Hide(PyObject *self, PyObject *args, PyObject *kwargs) {
28951 PyObject *resultobj;
28952 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
28953 bool result;
28954 PyObject * obj0 = 0 ;
28955 char *kwnames[] = {
28956 (char *) "self", NULL
28957 };
28958
28959 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:DragImage_Hide",kwnames,&obj0)) goto fail;
28960 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28961 {
28962 PyThreadState* __tstate = wxPyBeginAllowThreads();
28963 result = (bool)(arg1)->Hide();
28964
28965 wxPyEndAllowThreads(__tstate);
28966 if (PyErr_Occurred()) SWIG_fail;
28967 }
28968 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
28969 return resultobj;
28970 fail:
28971 return NULL;
28972 }
28973
28974
28975 static PyObject *_wrap_DragImage_GetImageRect(PyObject *self, PyObject *args, PyObject *kwargs) {
28976 PyObject *resultobj;
28977 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
28978 wxPoint *arg2 = 0 ;
28979 wxRect result;
28980 wxPoint temp2 ;
28981 PyObject * obj0 = 0 ;
28982 PyObject * obj1 = 0 ;
28983 char *kwnames[] = {
28984 (char *) "self",(char *) "pos", NULL
28985 };
28986
28987 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:DragImage_GetImageRect",kwnames,&obj0,&obj1)) goto fail;
28988 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
28989 {
28990 arg2 = &temp2;
28991 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
28992 }
28993 {
28994 PyThreadState* __tstate = wxPyBeginAllowThreads();
28995 result = ((wxGenericDragImage const *)arg1)->GetImageRect((wxPoint const &)*arg2);
28996
28997 wxPyEndAllowThreads(__tstate);
28998 if (PyErr_Occurred()) SWIG_fail;
28999 }
29000 {
29001 wxRect * resultptr;
29002 resultptr = new wxRect((wxRect &) result);
29003 resultobj = SWIG_NewPointerObj((void *) resultptr, SWIGTYPE_p_wxRect, 1);
29004 }
29005 return resultobj;
29006 fail:
29007 return NULL;
29008 }
29009
29010
29011 static PyObject *_wrap_DragImage_DoDrawImage(PyObject *self, PyObject *args, PyObject *kwargs) {
29012 PyObject *resultobj;
29013 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
29014 wxDC *arg2 = 0 ;
29015 wxPoint *arg3 = 0 ;
29016 bool result;
29017 wxPoint temp3 ;
29018 PyObject * obj0 = 0 ;
29019 PyObject * obj1 = 0 ;
29020 PyObject * obj2 = 0 ;
29021 char *kwnames[] = {
29022 (char *) "self",(char *) "dc",(char *) "pos", NULL
29023 };
29024
29025 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:DragImage_DoDrawImage",kwnames,&obj0,&obj1,&obj2)) goto fail;
29026 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
29027 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxDC,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
29028 if (arg2 == NULL) {
29029 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
29030 }
29031 {
29032 arg3 = &temp3;
29033 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
29034 }
29035 {
29036 PyThreadState* __tstate = wxPyBeginAllowThreads();
29037 result = (bool)((wxGenericDragImage const *)arg1)->DoDrawImage(*arg2,(wxPoint const &)*arg3);
29038
29039 wxPyEndAllowThreads(__tstate);
29040 if (PyErr_Occurred()) SWIG_fail;
29041 }
29042 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29043 return resultobj;
29044 fail:
29045 return NULL;
29046 }
29047
29048
29049 static PyObject *_wrap_DragImage_UpdateBackingFromWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
29050 PyObject *resultobj;
29051 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
29052 wxDC *arg2 = 0 ;
29053 wxMemoryDC *arg3 = 0 ;
29054 wxRect *arg4 = 0 ;
29055 wxRect *arg5 = 0 ;
29056 bool result;
29057 wxRect temp4 ;
29058 wxRect temp5 ;
29059 PyObject * obj0 = 0 ;
29060 PyObject * obj1 = 0 ;
29061 PyObject * obj2 = 0 ;
29062 PyObject * obj3 = 0 ;
29063 PyObject * obj4 = 0 ;
29064 char *kwnames[] = {
29065 (char *) "self",(char *) "windowDC",(char *) "destDC",(char *) "sourceRect",(char *) "destRect", NULL
29066 };
29067
29068 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_UpdateBackingFromWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
29069 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
29070 if ((SWIG_ConvertPtr(obj1,(void **) &arg2, SWIGTYPE_p_wxDC,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
29071 if (arg2 == NULL) {
29072 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
29073 }
29074 if ((SWIG_ConvertPtr(obj2,(void **) &arg3, SWIGTYPE_p_wxMemoryDC,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
29075 if (arg3 == NULL) {
29076 PyErr_SetString(PyExc_TypeError,"null reference"); SWIG_fail;
29077 }
29078 {
29079 arg4 = &temp4;
29080 if ( ! wxRect_helper(obj3, &arg4)) SWIG_fail;
29081 }
29082 {
29083 arg5 = &temp5;
29084 if ( ! wxRect_helper(obj4, &arg5)) SWIG_fail;
29085 }
29086 {
29087 PyThreadState* __tstate = wxPyBeginAllowThreads();
29088 result = (bool)((wxGenericDragImage const *)arg1)->UpdateBackingFromWindow(*arg2,*arg3,(wxRect const &)*arg4,(wxRect const &)*arg5);
29089
29090 wxPyEndAllowThreads(__tstate);
29091 if (PyErr_Occurred()) SWIG_fail;
29092 }
29093 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29094 return resultobj;
29095 fail:
29096 return NULL;
29097 }
29098
29099
29100 static PyObject *_wrap_DragImage_RedrawImage(PyObject *self, PyObject *args, PyObject *kwargs) {
29101 PyObject *resultobj;
29102 wxGenericDragImage *arg1 = (wxGenericDragImage *) 0 ;
29103 wxPoint *arg2 = 0 ;
29104 wxPoint *arg3 = 0 ;
29105 bool arg4 ;
29106 bool arg5 ;
29107 bool result;
29108 wxPoint temp2 ;
29109 wxPoint temp3 ;
29110 PyObject * obj0 = 0 ;
29111 PyObject * obj1 = 0 ;
29112 PyObject * obj2 = 0 ;
29113 PyObject * obj3 = 0 ;
29114 PyObject * obj4 = 0 ;
29115 char *kwnames[] = {
29116 (char *) "self",(char *) "oldPos",(char *) "newPos",(char *) "eraseOld",(char *) "drawNew", NULL
29117 };
29118
29119 if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:DragImage_RedrawImage",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
29120 if ((SWIG_ConvertPtr(obj0,(void **) &arg1, SWIGTYPE_p_wxGenericDragImage,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
29121 {
29122 arg2 = &temp2;
29123 if ( ! wxPoint_helper(obj1, &arg2)) SWIG_fail;
29124 }
29125 {
29126 arg3 = &temp3;
29127 if ( ! wxPoint_helper(obj2, &arg3)) SWIG_fail;
29128 }
29129 {
29130 arg4 = (bool) SWIG_PyObj_AsBool(obj3);
29131 if (PyErr_Occurred()) SWIG_fail;
29132 }
29133 {
29134 arg5 = (bool) SWIG_PyObj_AsBool(obj4);
29135 if (PyErr_Occurred()) SWIG_fail;
29136 }
29137 {
29138 PyThreadState* __tstate = wxPyBeginAllowThreads();
29139 result = (bool)(arg1)->RedrawImage((wxPoint const &)*arg2,(wxPoint const &)*arg3,arg4,arg5);
29140
29141 wxPyEndAllowThreads(__tstate);
29142 if (PyErr_Occurred()) SWIG_fail;
29143 }
29144 resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj);
29145 return resultobj;
29146 fail:
29147 return NULL;
29148 }
29149
29150
29151 static PyObject * DragImage_swigregister(PyObject *self, PyObject *args) {
29152 PyObject *obj;
29153 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL;
29154 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDragImage, obj);
29155 Py_INCREF(obj);
29156 return Py_BuildValue((char *)"");
29157 }
29158 static PyMethodDef SwigMethods[] = {
29159 { (char *)"new_Button", (PyCFunction) _wrap_new_Button, METH_VARARGS | METH_KEYWORDS },
29160 { (char *)"new_PreButton", (PyCFunction) _wrap_new_PreButton, METH_VARARGS | METH_KEYWORDS },
29161 { (char *)"Button_Create", (PyCFunction) _wrap_Button_Create, METH_VARARGS | METH_KEYWORDS },
29162 { (char *)"Button_SetDefault", (PyCFunction) _wrap_Button_SetDefault, METH_VARARGS | METH_KEYWORDS },
29163 { (char *)"Button_GetDefaultSize", (PyCFunction) _wrap_Button_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
29164 { (char *)"Button_swigregister", Button_swigregister, METH_VARARGS },
29165 { (char *)"new_BitmapButton", (PyCFunction) _wrap_new_BitmapButton, METH_VARARGS | METH_KEYWORDS },
29166 { (char *)"new_PreBitmapButton", (PyCFunction) _wrap_new_PreBitmapButton, METH_VARARGS | METH_KEYWORDS },
29167 { (char *)"BitmapButton_Create", (PyCFunction) _wrap_BitmapButton_Create, METH_VARARGS | METH_KEYWORDS },
29168 { (char *)"BitmapButton_GetBitmapLabel", (PyCFunction) _wrap_BitmapButton_GetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
29169 { (char *)"BitmapButton_GetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_GetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
29170 { (char *)"BitmapButton_GetBitmapFocus", (PyCFunction) _wrap_BitmapButton_GetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
29171 { (char *)"BitmapButton_GetBitmapSelected", (PyCFunction) _wrap_BitmapButton_GetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
29172 { (char *)"BitmapButton_SetBitmapDisabled", (PyCFunction) _wrap_BitmapButton_SetBitmapDisabled, METH_VARARGS | METH_KEYWORDS },
29173 { (char *)"BitmapButton_SetBitmapFocus", (PyCFunction) _wrap_BitmapButton_SetBitmapFocus, METH_VARARGS | METH_KEYWORDS },
29174 { (char *)"BitmapButton_SetBitmapSelected", (PyCFunction) _wrap_BitmapButton_SetBitmapSelected, METH_VARARGS | METH_KEYWORDS },
29175 { (char *)"BitmapButton_SetBitmapLabel", (PyCFunction) _wrap_BitmapButton_SetBitmapLabel, METH_VARARGS | METH_KEYWORDS },
29176 { (char *)"BitmapButton_SetMargins", (PyCFunction) _wrap_BitmapButton_SetMargins, METH_VARARGS | METH_KEYWORDS },
29177 { (char *)"BitmapButton_GetMarginX", (PyCFunction) _wrap_BitmapButton_GetMarginX, METH_VARARGS | METH_KEYWORDS },
29178 { (char *)"BitmapButton_GetMarginY", (PyCFunction) _wrap_BitmapButton_GetMarginY, METH_VARARGS | METH_KEYWORDS },
29179 { (char *)"BitmapButton_swigregister", BitmapButton_swigregister, METH_VARARGS },
29180 { (char *)"new_CheckBox", (PyCFunction) _wrap_new_CheckBox, METH_VARARGS | METH_KEYWORDS },
29181 { (char *)"new_PreCheckBox", (PyCFunction) _wrap_new_PreCheckBox, METH_VARARGS | METH_KEYWORDS },
29182 { (char *)"CheckBox_Create", (PyCFunction) _wrap_CheckBox_Create, METH_VARARGS | METH_KEYWORDS },
29183 { (char *)"CheckBox_GetValue", (PyCFunction) _wrap_CheckBox_GetValue, METH_VARARGS | METH_KEYWORDS },
29184 { (char *)"CheckBox_IsChecked", (PyCFunction) _wrap_CheckBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
29185 { (char *)"CheckBox_SetValue", (PyCFunction) _wrap_CheckBox_SetValue, METH_VARARGS | METH_KEYWORDS },
29186 { (char *)"CheckBox_Get3StateValue", (PyCFunction) _wrap_CheckBox_Get3StateValue, METH_VARARGS | METH_KEYWORDS },
29187 { (char *)"CheckBox_Set3StateValue", (PyCFunction) _wrap_CheckBox_Set3StateValue, METH_VARARGS | METH_KEYWORDS },
29188 { (char *)"CheckBox_Is3State", (PyCFunction) _wrap_CheckBox_Is3State, METH_VARARGS | METH_KEYWORDS },
29189 { (char *)"CheckBox_Is3rdStateAllowedForUser", (PyCFunction) _wrap_CheckBox_Is3rdStateAllowedForUser, METH_VARARGS | METH_KEYWORDS },
29190 { (char *)"CheckBox_swigregister", CheckBox_swigregister, METH_VARARGS },
29191 { (char *)"new_Choice", (PyCFunction) _wrap_new_Choice, METH_VARARGS | METH_KEYWORDS },
29192 { (char *)"new_PreChoice", (PyCFunction) _wrap_new_PreChoice, METH_VARARGS | METH_KEYWORDS },
29193 { (char *)"Choice_Create", (PyCFunction) _wrap_Choice_Create, METH_VARARGS | METH_KEYWORDS },
29194 { (char *)"Choice_GetColumns", (PyCFunction) _wrap_Choice_GetColumns, METH_VARARGS | METH_KEYWORDS },
29195 { (char *)"Choice_SetColumns", (PyCFunction) _wrap_Choice_SetColumns, METH_VARARGS | METH_KEYWORDS },
29196 { (char *)"Choice_SetSelection", (PyCFunction) _wrap_Choice_SetSelection, METH_VARARGS | METH_KEYWORDS },
29197 { (char *)"Choice_SetStringSelection", (PyCFunction) _wrap_Choice_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
29198 { (char *)"Choice_SetString", (PyCFunction) _wrap_Choice_SetString, METH_VARARGS | METH_KEYWORDS },
29199 { (char *)"Choice_swigregister", Choice_swigregister, METH_VARARGS },
29200 { (char *)"new_ComboBox", (PyCFunction) _wrap_new_ComboBox, METH_VARARGS | METH_KEYWORDS },
29201 { (char *)"new_PreComboBox", (PyCFunction) _wrap_new_PreComboBox, METH_VARARGS | METH_KEYWORDS },
29202 { (char *)"ComboBox_Create", (PyCFunction) _wrap_ComboBox_Create, METH_VARARGS | METH_KEYWORDS },
29203 { (char *)"ComboBox_GetValue", (PyCFunction) _wrap_ComboBox_GetValue, METH_VARARGS | METH_KEYWORDS },
29204 { (char *)"ComboBox_SetValue", (PyCFunction) _wrap_ComboBox_SetValue, METH_VARARGS | METH_KEYWORDS },
29205 { (char *)"ComboBox_Copy", (PyCFunction) _wrap_ComboBox_Copy, METH_VARARGS | METH_KEYWORDS },
29206 { (char *)"ComboBox_Cut", (PyCFunction) _wrap_ComboBox_Cut, METH_VARARGS | METH_KEYWORDS },
29207 { (char *)"ComboBox_Paste", (PyCFunction) _wrap_ComboBox_Paste, METH_VARARGS | METH_KEYWORDS },
29208 { (char *)"ComboBox_SetInsertionPoint", (PyCFunction) _wrap_ComboBox_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
29209 { (char *)"ComboBox_GetInsertionPoint", (PyCFunction) _wrap_ComboBox_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
29210 { (char *)"ComboBox_GetLastPosition", (PyCFunction) _wrap_ComboBox_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
29211 { (char *)"ComboBox_Replace", (PyCFunction) _wrap_ComboBox_Replace, METH_VARARGS | METH_KEYWORDS },
29212 { (char *)"ComboBox_SetSelection", (PyCFunction) _wrap_ComboBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
29213 { (char *)"ComboBox_SetMark", (PyCFunction) _wrap_ComboBox_SetMark, METH_VARARGS | METH_KEYWORDS },
29214 { (char *)"ComboBox_SetEditable", (PyCFunction) _wrap_ComboBox_SetEditable, METH_VARARGS | METH_KEYWORDS },
29215 { (char *)"ComboBox_SetInsertionPointEnd", (PyCFunction) _wrap_ComboBox_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
29216 { (char *)"ComboBox_Remove", (PyCFunction) _wrap_ComboBox_Remove, METH_VARARGS | METH_KEYWORDS },
29217 { (char *)"ComboBox_swigregister", ComboBox_swigregister, METH_VARARGS },
29218 { (char *)"new_Gauge", (PyCFunction) _wrap_new_Gauge, METH_VARARGS | METH_KEYWORDS },
29219 { (char *)"new_PreGauge", (PyCFunction) _wrap_new_PreGauge, METH_VARARGS | METH_KEYWORDS },
29220 { (char *)"Gauge_Create", (PyCFunction) _wrap_Gauge_Create, METH_VARARGS | METH_KEYWORDS },
29221 { (char *)"Gauge_SetRange", (PyCFunction) _wrap_Gauge_SetRange, METH_VARARGS | METH_KEYWORDS },
29222 { (char *)"Gauge_GetRange", (PyCFunction) _wrap_Gauge_GetRange, METH_VARARGS | METH_KEYWORDS },
29223 { (char *)"Gauge_SetValue", (PyCFunction) _wrap_Gauge_SetValue, METH_VARARGS | METH_KEYWORDS },
29224 { (char *)"Gauge_GetValue", (PyCFunction) _wrap_Gauge_GetValue, METH_VARARGS | METH_KEYWORDS },
29225 { (char *)"Gauge_IsVertical", (PyCFunction) _wrap_Gauge_IsVertical, METH_VARARGS | METH_KEYWORDS },
29226 { (char *)"Gauge_SetShadowWidth", (PyCFunction) _wrap_Gauge_SetShadowWidth, METH_VARARGS | METH_KEYWORDS },
29227 { (char *)"Gauge_GetShadowWidth", (PyCFunction) _wrap_Gauge_GetShadowWidth, METH_VARARGS | METH_KEYWORDS },
29228 { (char *)"Gauge_SetBezelFace", (PyCFunction) _wrap_Gauge_SetBezelFace, METH_VARARGS | METH_KEYWORDS },
29229 { (char *)"Gauge_GetBezelFace", (PyCFunction) _wrap_Gauge_GetBezelFace, METH_VARARGS | METH_KEYWORDS },
29230 { (char *)"Gauge_swigregister", Gauge_swigregister, METH_VARARGS },
29231 { (char *)"new_StaticBox", (PyCFunction) _wrap_new_StaticBox, METH_VARARGS | METH_KEYWORDS },
29232 { (char *)"new_PreStaticBox", (PyCFunction) _wrap_new_PreStaticBox, METH_VARARGS | METH_KEYWORDS },
29233 { (char *)"StaticBox_Create", (PyCFunction) _wrap_StaticBox_Create, METH_VARARGS | METH_KEYWORDS },
29234 { (char *)"StaticBox_swigregister", StaticBox_swigregister, METH_VARARGS },
29235 { (char *)"new_StaticLine", (PyCFunction) _wrap_new_StaticLine, METH_VARARGS | METH_KEYWORDS },
29236 { (char *)"new_PreStaticLine", (PyCFunction) _wrap_new_PreStaticLine, METH_VARARGS | METH_KEYWORDS },
29237 { (char *)"StaticLine_Create", (PyCFunction) _wrap_StaticLine_Create, METH_VARARGS | METH_KEYWORDS },
29238 { (char *)"StaticLine_IsVertical", (PyCFunction) _wrap_StaticLine_IsVertical, METH_VARARGS | METH_KEYWORDS },
29239 { (char *)"StaticLine_GetDefaultSize", (PyCFunction) _wrap_StaticLine_GetDefaultSize, METH_VARARGS | METH_KEYWORDS },
29240 { (char *)"StaticLine_swigregister", StaticLine_swigregister, METH_VARARGS },
29241 { (char *)"new_StaticText", (PyCFunction) _wrap_new_StaticText, METH_VARARGS | METH_KEYWORDS },
29242 { (char *)"new_PreStaticText", (PyCFunction) _wrap_new_PreStaticText, METH_VARARGS | METH_KEYWORDS },
29243 { (char *)"StaticText_Create", (PyCFunction) _wrap_StaticText_Create, METH_VARARGS | METH_KEYWORDS },
29244 { (char *)"StaticText_swigregister", StaticText_swigregister, METH_VARARGS },
29245 { (char *)"new_StaticBitmap", (PyCFunction) _wrap_new_StaticBitmap, METH_VARARGS | METH_KEYWORDS },
29246 { (char *)"new_PreStaticBitmap", (PyCFunction) _wrap_new_PreStaticBitmap, METH_VARARGS | METH_KEYWORDS },
29247 { (char *)"StaticBitmap_Create", (PyCFunction) _wrap_StaticBitmap_Create, METH_VARARGS | METH_KEYWORDS },
29248 { (char *)"StaticBitmap_GetBitmap", (PyCFunction) _wrap_StaticBitmap_GetBitmap, METH_VARARGS | METH_KEYWORDS },
29249 { (char *)"StaticBitmap_SetBitmap", (PyCFunction) _wrap_StaticBitmap_SetBitmap, METH_VARARGS | METH_KEYWORDS },
29250 { (char *)"StaticBitmap_SetIcon", (PyCFunction) _wrap_StaticBitmap_SetIcon, METH_VARARGS | METH_KEYWORDS },
29251 { (char *)"StaticBitmap_swigregister", StaticBitmap_swigregister, METH_VARARGS },
29252 { (char *)"new_ListBox", (PyCFunction) _wrap_new_ListBox, METH_VARARGS | METH_KEYWORDS },
29253 { (char *)"new_PreListBox", (PyCFunction) _wrap_new_PreListBox, METH_VARARGS | METH_KEYWORDS },
29254 { (char *)"ListBox_Create", (PyCFunction) _wrap_ListBox_Create, METH_VARARGS | METH_KEYWORDS },
29255 { (char *)"ListBox_Insert", (PyCFunction) _wrap_ListBox_Insert, METH_VARARGS | METH_KEYWORDS },
29256 { (char *)"ListBox_InsertItems", (PyCFunction) _wrap_ListBox_InsertItems, METH_VARARGS | METH_KEYWORDS },
29257 { (char *)"ListBox_Set", (PyCFunction) _wrap_ListBox_Set, METH_VARARGS | METH_KEYWORDS },
29258 { (char *)"ListBox_IsSelected", (PyCFunction) _wrap_ListBox_IsSelected, METH_VARARGS | METH_KEYWORDS },
29259 { (char *)"ListBox_SetSelection", (PyCFunction) _wrap_ListBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
29260 { (char *)"ListBox_Select", (PyCFunction) _wrap_ListBox_Select, METH_VARARGS | METH_KEYWORDS },
29261 { (char *)"ListBox_Deselect", (PyCFunction) _wrap_ListBox_Deselect, METH_VARARGS | METH_KEYWORDS },
29262 { (char *)"ListBox_DeselectAll", (PyCFunction) _wrap_ListBox_DeselectAll, METH_VARARGS | METH_KEYWORDS },
29263 { (char *)"ListBox_SetStringSelection", (PyCFunction) _wrap_ListBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
29264 { (char *)"ListBox_GetSelections", (PyCFunction) _wrap_ListBox_GetSelections, METH_VARARGS | METH_KEYWORDS },
29265 { (char *)"ListBox_SetFirstItem", (PyCFunction) _wrap_ListBox_SetFirstItem, METH_VARARGS | METH_KEYWORDS },
29266 { (char *)"ListBox_SetFirstItemStr", (PyCFunction) _wrap_ListBox_SetFirstItemStr, METH_VARARGS | METH_KEYWORDS },
29267 { (char *)"ListBox_EnsureVisible", (PyCFunction) _wrap_ListBox_EnsureVisible, METH_VARARGS | METH_KEYWORDS },
29268 { (char *)"ListBox_AppendAndEnsureVisible", (PyCFunction) _wrap_ListBox_AppendAndEnsureVisible, METH_VARARGS | METH_KEYWORDS },
29269 { (char *)"ListBox_IsSorted", (PyCFunction) _wrap_ListBox_IsSorted, METH_VARARGS | METH_KEYWORDS },
29270 { (char *)"ListBox_swigregister", ListBox_swigregister, METH_VARARGS },
29271 { (char *)"new_CheckListBox", (PyCFunction) _wrap_new_CheckListBox, METH_VARARGS | METH_KEYWORDS },
29272 { (char *)"new_PreCheckListBox", (PyCFunction) _wrap_new_PreCheckListBox, METH_VARARGS | METH_KEYWORDS },
29273 { (char *)"CheckListBox_Create", (PyCFunction) _wrap_CheckListBox_Create, METH_VARARGS | METH_KEYWORDS },
29274 { (char *)"CheckListBox_IsChecked", (PyCFunction) _wrap_CheckListBox_IsChecked, METH_VARARGS | METH_KEYWORDS },
29275 { (char *)"CheckListBox_Check", (PyCFunction) _wrap_CheckListBox_Check, METH_VARARGS | METH_KEYWORDS },
29276 { (char *)"CheckListBox_GetItemHeight", (PyCFunction) _wrap_CheckListBox_GetItemHeight, METH_VARARGS | METH_KEYWORDS },
29277 { (char *)"CheckListBox_HitTest", (PyCFunction) _wrap_CheckListBox_HitTest, METH_VARARGS | METH_KEYWORDS },
29278 { (char *)"CheckListBox_HitTestXY", (PyCFunction) _wrap_CheckListBox_HitTestXY, METH_VARARGS | METH_KEYWORDS },
29279 { (char *)"CheckListBox_swigregister", CheckListBox_swigregister, METH_VARARGS },
29280 { (char *)"new_TextAttr", _wrap_new_TextAttr, METH_VARARGS },
29281 { (char *)"delete_TextAttr", (PyCFunction) _wrap_delete_TextAttr, METH_VARARGS | METH_KEYWORDS },
29282 { (char *)"TextAttr_Init", (PyCFunction) _wrap_TextAttr_Init, METH_VARARGS | METH_KEYWORDS },
29283 { (char *)"TextAttr_SetTextColour", (PyCFunction) _wrap_TextAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
29284 { (char *)"TextAttr_SetBackgroundColour", (PyCFunction) _wrap_TextAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29285 { (char *)"TextAttr_SetFont", (PyCFunction) _wrap_TextAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
29286 { (char *)"TextAttr_SetAlignment", (PyCFunction) _wrap_TextAttr_SetAlignment, METH_VARARGS | METH_KEYWORDS },
29287 { (char *)"TextAttr_SetTabs", (PyCFunction) _wrap_TextAttr_SetTabs, METH_VARARGS | METH_KEYWORDS },
29288 { (char *)"TextAttr_SetLeftIndent", (PyCFunction) _wrap_TextAttr_SetLeftIndent, METH_VARARGS | METH_KEYWORDS },
29289 { (char *)"TextAttr_SetRightIndent", (PyCFunction) _wrap_TextAttr_SetRightIndent, METH_VARARGS | METH_KEYWORDS },
29290 { (char *)"TextAttr_SetFlags", (PyCFunction) _wrap_TextAttr_SetFlags, METH_VARARGS | METH_KEYWORDS },
29291 { (char *)"TextAttr_HasTextColour", (PyCFunction) _wrap_TextAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
29292 { (char *)"TextAttr_HasBackgroundColour", (PyCFunction) _wrap_TextAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29293 { (char *)"TextAttr_HasFont", (PyCFunction) _wrap_TextAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
29294 { (char *)"TextAttr_HasAlignment", (PyCFunction) _wrap_TextAttr_HasAlignment, METH_VARARGS | METH_KEYWORDS },
29295 { (char *)"TextAttr_HasTabs", (PyCFunction) _wrap_TextAttr_HasTabs, METH_VARARGS | METH_KEYWORDS },
29296 { (char *)"TextAttr_HasLeftIndent", (PyCFunction) _wrap_TextAttr_HasLeftIndent, METH_VARARGS | METH_KEYWORDS },
29297 { (char *)"TextAttr_HasRightIndent", (PyCFunction) _wrap_TextAttr_HasRightIndent, METH_VARARGS | METH_KEYWORDS },
29298 { (char *)"TextAttr_HasFlag", (PyCFunction) _wrap_TextAttr_HasFlag, METH_VARARGS | METH_KEYWORDS },
29299 { (char *)"TextAttr_GetTextColour", (PyCFunction) _wrap_TextAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
29300 { (char *)"TextAttr_GetBackgroundColour", (PyCFunction) _wrap_TextAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29301 { (char *)"TextAttr_GetFont", (PyCFunction) _wrap_TextAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
29302 { (char *)"TextAttr_GetAlignment", (PyCFunction) _wrap_TextAttr_GetAlignment, METH_VARARGS | METH_KEYWORDS },
29303 { (char *)"TextAttr_GetTabs", (PyCFunction) _wrap_TextAttr_GetTabs, METH_VARARGS | METH_KEYWORDS },
29304 { (char *)"TextAttr_GetLeftIndent", (PyCFunction) _wrap_TextAttr_GetLeftIndent, METH_VARARGS | METH_KEYWORDS },
29305 { (char *)"TextAttr_GetRightIndent", (PyCFunction) _wrap_TextAttr_GetRightIndent, METH_VARARGS | METH_KEYWORDS },
29306 { (char *)"TextAttr_GetFlags", (PyCFunction) _wrap_TextAttr_GetFlags, METH_VARARGS | METH_KEYWORDS },
29307 { (char *)"TextAttr_IsDefault", (PyCFunction) _wrap_TextAttr_IsDefault, METH_VARARGS | METH_KEYWORDS },
29308 { (char *)"TextAttr_Combine", (PyCFunction) _wrap_TextAttr_Combine, METH_VARARGS | METH_KEYWORDS },
29309 { (char *)"TextAttr_swigregister", TextAttr_swigregister, METH_VARARGS },
29310 { (char *)"new_TextCtrl", (PyCFunction) _wrap_new_TextCtrl, METH_VARARGS | METH_KEYWORDS },
29311 { (char *)"new_PreTextCtrl", (PyCFunction) _wrap_new_PreTextCtrl, METH_VARARGS | METH_KEYWORDS },
29312 { (char *)"TextCtrl_Create", (PyCFunction) _wrap_TextCtrl_Create, METH_VARARGS | METH_KEYWORDS },
29313 { (char *)"TextCtrl_GetValue", (PyCFunction) _wrap_TextCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
29314 { (char *)"TextCtrl_SetValue", (PyCFunction) _wrap_TextCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
29315 { (char *)"TextCtrl_GetRange", (PyCFunction) _wrap_TextCtrl_GetRange, METH_VARARGS | METH_KEYWORDS },
29316 { (char *)"TextCtrl_GetLineLength", (PyCFunction) _wrap_TextCtrl_GetLineLength, METH_VARARGS | METH_KEYWORDS },
29317 { (char *)"TextCtrl_GetLineText", (PyCFunction) _wrap_TextCtrl_GetLineText, METH_VARARGS | METH_KEYWORDS },
29318 { (char *)"TextCtrl_GetNumberOfLines", (PyCFunction) _wrap_TextCtrl_GetNumberOfLines, METH_VARARGS | METH_KEYWORDS },
29319 { (char *)"TextCtrl_IsModified", (PyCFunction) _wrap_TextCtrl_IsModified, METH_VARARGS | METH_KEYWORDS },
29320 { (char *)"TextCtrl_IsEditable", (PyCFunction) _wrap_TextCtrl_IsEditable, METH_VARARGS | METH_KEYWORDS },
29321 { (char *)"TextCtrl_IsSingleLine", (PyCFunction) _wrap_TextCtrl_IsSingleLine, METH_VARARGS | METH_KEYWORDS },
29322 { (char *)"TextCtrl_IsMultiLine", (PyCFunction) _wrap_TextCtrl_IsMultiLine, METH_VARARGS | METH_KEYWORDS },
29323 { (char *)"TextCtrl_GetSelection", (PyCFunction) _wrap_TextCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
29324 { (char *)"TextCtrl_GetStringSelection", (PyCFunction) _wrap_TextCtrl_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
29325 { (char *)"TextCtrl_Clear", (PyCFunction) _wrap_TextCtrl_Clear, METH_VARARGS | METH_KEYWORDS },
29326 { (char *)"TextCtrl_Replace", (PyCFunction) _wrap_TextCtrl_Replace, METH_VARARGS | METH_KEYWORDS },
29327 { (char *)"TextCtrl_Remove", (PyCFunction) _wrap_TextCtrl_Remove, METH_VARARGS | METH_KEYWORDS },
29328 { (char *)"TextCtrl_LoadFile", (PyCFunction) _wrap_TextCtrl_LoadFile, METH_VARARGS | METH_KEYWORDS },
29329 { (char *)"TextCtrl_SaveFile", (PyCFunction) _wrap_TextCtrl_SaveFile, METH_VARARGS | METH_KEYWORDS },
29330 { (char *)"TextCtrl_MarkDirty", (PyCFunction) _wrap_TextCtrl_MarkDirty, METH_VARARGS | METH_KEYWORDS },
29331 { (char *)"TextCtrl_DiscardEdits", (PyCFunction) _wrap_TextCtrl_DiscardEdits, METH_VARARGS | METH_KEYWORDS },
29332 { (char *)"TextCtrl_SetMaxLength", (PyCFunction) _wrap_TextCtrl_SetMaxLength, METH_VARARGS | METH_KEYWORDS },
29333 { (char *)"TextCtrl_WriteText", (PyCFunction) _wrap_TextCtrl_WriteText, METH_VARARGS | METH_KEYWORDS },
29334 { (char *)"TextCtrl_AppendText", (PyCFunction) _wrap_TextCtrl_AppendText, METH_VARARGS | METH_KEYWORDS },
29335 { (char *)"TextCtrl_EmulateKeyPress", (PyCFunction) _wrap_TextCtrl_EmulateKeyPress, METH_VARARGS | METH_KEYWORDS },
29336 { (char *)"TextCtrl_SetStyle", (PyCFunction) _wrap_TextCtrl_SetStyle, METH_VARARGS | METH_KEYWORDS },
29337 { (char *)"TextCtrl_GetStyle", (PyCFunction) _wrap_TextCtrl_GetStyle, METH_VARARGS | METH_KEYWORDS },
29338 { (char *)"TextCtrl_SetDefaultStyle", (PyCFunction) _wrap_TextCtrl_SetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
29339 { (char *)"TextCtrl_GetDefaultStyle", (PyCFunction) _wrap_TextCtrl_GetDefaultStyle, METH_VARARGS | METH_KEYWORDS },
29340 { (char *)"TextCtrl_XYToPosition", (PyCFunction) _wrap_TextCtrl_XYToPosition, METH_VARARGS | METH_KEYWORDS },
29341 { (char *)"TextCtrl_PositionToXY", (PyCFunction) _wrap_TextCtrl_PositionToXY, METH_VARARGS | METH_KEYWORDS },
29342 { (char *)"TextCtrl_ShowPosition", (PyCFunction) _wrap_TextCtrl_ShowPosition, METH_VARARGS | METH_KEYWORDS },
29343 { (char *)"TextCtrl_HitTest", (PyCFunction) _wrap_TextCtrl_HitTest, METH_VARARGS | METH_KEYWORDS },
29344 { (char *)"TextCtrl_Copy", (PyCFunction) _wrap_TextCtrl_Copy, METH_VARARGS | METH_KEYWORDS },
29345 { (char *)"TextCtrl_Cut", (PyCFunction) _wrap_TextCtrl_Cut, METH_VARARGS | METH_KEYWORDS },
29346 { (char *)"TextCtrl_Paste", (PyCFunction) _wrap_TextCtrl_Paste, METH_VARARGS | METH_KEYWORDS },
29347 { (char *)"TextCtrl_CanCopy", (PyCFunction) _wrap_TextCtrl_CanCopy, METH_VARARGS | METH_KEYWORDS },
29348 { (char *)"TextCtrl_CanCut", (PyCFunction) _wrap_TextCtrl_CanCut, METH_VARARGS | METH_KEYWORDS },
29349 { (char *)"TextCtrl_CanPaste", (PyCFunction) _wrap_TextCtrl_CanPaste, METH_VARARGS | METH_KEYWORDS },
29350 { (char *)"TextCtrl_Undo", (PyCFunction) _wrap_TextCtrl_Undo, METH_VARARGS | METH_KEYWORDS },
29351 { (char *)"TextCtrl_Redo", (PyCFunction) _wrap_TextCtrl_Redo, METH_VARARGS | METH_KEYWORDS },
29352 { (char *)"TextCtrl_CanUndo", (PyCFunction) _wrap_TextCtrl_CanUndo, METH_VARARGS | METH_KEYWORDS },
29353 { (char *)"TextCtrl_CanRedo", (PyCFunction) _wrap_TextCtrl_CanRedo, METH_VARARGS | METH_KEYWORDS },
29354 { (char *)"TextCtrl_SetInsertionPoint", (PyCFunction) _wrap_TextCtrl_SetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
29355 { (char *)"TextCtrl_SetInsertionPointEnd", (PyCFunction) _wrap_TextCtrl_SetInsertionPointEnd, METH_VARARGS | METH_KEYWORDS },
29356 { (char *)"TextCtrl_GetInsertionPoint", (PyCFunction) _wrap_TextCtrl_GetInsertionPoint, METH_VARARGS | METH_KEYWORDS },
29357 { (char *)"TextCtrl_GetLastPosition", (PyCFunction) _wrap_TextCtrl_GetLastPosition, METH_VARARGS | METH_KEYWORDS },
29358 { (char *)"TextCtrl_SetSelection", (PyCFunction) _wrap_TextCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
29359 { (char *)"TextCtrl_SelectAll", (PyCFunction) _wrap_TextCtrl_SelectAll, METH_VARARGS | METH_KEYWORDS },
29360 { (char *)"TextCtrl_SetEditable", (PyCFunction) _wrap_TextCtrl_SetEditable, METH_VARARGS | METH_KEYWORDS },
29361 { (char *)"TextCtrl_write", (PyCFunction) _wrap_TextCtrl_write, METH_VARARGS | METH_KEYWORDS },
29362 { (char *)"TextCtrl_GetString", (PyCFunction) _wrap_TextCtrl_GetString, METH_VARARGS | METH_KEYWORDS },
29363 { (char *)"TextCtrl_swigregister", TextCtrl_swigregister, METH_VARARGS },
29364 { (char *)"new_TextUrlEvent", (PyCFunction) _wrap_new_TextUrlEvent, METH_VARARGS | METH_KEYWORDS },
29365 { (char *)"TextUrlEvent_GetMouseEvent", (PyCFunction) _wrap_TextUrlEvent_GetMouseEvent, METH_VARARGS | METH_KEYWORDS },
29366 { (char *)"TextUrlEvent_GetURLStart", (PyCFunction) _wrap_TextUrlEvent_GetURLStart, METH_VARARGS | METH_KEYWORDS },
29367 { (char *)"TextUrlEvent_GetURLEnd", (PyCFunction) _wrap_TextUrlEvent_GetURLEnd, METH_VARARGS | METH_KEYWORDS },
29368 { (char *)"TextUrlEvent_swigregister", TextUrlEvent_swigregister, METH_VARARGS },
29369 { (char *)"new_ScrollBar", (PyCFunction) _wrap_new_ScrollBar, METH_VARARGS | METH_KEYWORDS },
29370 { (char *)"new_PreScrollBar", (PyCFunction) _wrap_new_PreScrollBar, METH_VARARGS | METH_KEYWORDS },
29371 { (char *)"ScrollBar_Create", (PyCFunction) _wrap_ScrollBar_Create, METH_VARARGS | METH_KEYWORDS },
29372 { (char *)"ScrollBar_GetThumbPosition", (PyCFunction) _wrap_ScrollBar_GetThumbPosition, METH_VARARGS | METH_KEYWORDS },
29373 { (char *)"ScrollBar_GetThumbSize", (PyCFunction) _wrap_ScrollBar_GetThumbSize, METH_VARARGS | METH_KEYWORDS },
29374 { (char *)"ScrollBar_GetPageSize", (PyCFunction) _wrap_ScrollBar_GetPageSize, METH_VARARGS | METH_KEYWORDS },
29375 { (char *)"ScrollBar_GetRange", (PyCFunction) _wrap_ScrollBar_GetRange, METH_VARARGS | METH_KEYWORDS },
29376 { (char *)"ScrollBar_IsVertical", (PyCFunction) _wrap_ScrollBar_IsVertical, METH_VARARGS | METH_KEYWORDS },
29377 { (char *)"ScrollBar_SetThumbPosition", (PyCFunction) _wrap_ScrollBar_SetThumbPosition, METH_VARARGS | METH_KEYWORDS },
29378 { (char *)"ScrollBar_SetScrollbar", (PyCFunction) _wrap_ScrollBar_SetScrollbar, METH_VARARGS | METH_KEYWORDS },
29379 { (char *)"ScrollBar_swigregister", ScrollBar_swigregister, METH_VARARGS },
29380 { (char *)"new_SpinButton", (PyCFunction) _wrap_new_SpinButton, METH_VARARGS | METH_KEYWORDS },
29381 { (char *)"new_PreSpinButton", (PyCFunction) _wrap_new_PreSpinButton, METH_VARARGS | METH_KEYWORDS },
29382 { (char *)"SpinButton_Create", (PyCFunction) _wrap_SpinButton_Create, METH_VARARGS | METH_KEYWORDS },
29383 { (char *)"SpinButton_GetValue", (PyCFunction) _wrap_SpinButton_GetValue, METH_VARARGS | METH_KEYWORDS },
29384 { (char *)"SpinButton_GetMin", (PyCFunction) _wrap_SpinButton_GetMin, METH_VARARGS | METH_KEYWORDS },
29385 { (char *)"SpinButton_GetMax", (PyCFunction) _wrap_SpinButton_GetMax, METH_VARARGS | METH_KEYWORDS },
29386 { (char *)"SpinButton_SetValue", (PyCFunction) _wrap_SpinButton_SetValue, METH_VARARGS | METH_KEYWORDS },
29387 { (char *)"SpinButton_SetMin", (PyCFunction) _wrap_SpinButton_SetMin, METH_VARARGS | METH_KEYWORDS },
29388 { (char *)"SpinButton_SetMax", (PyCFunction) _wrap_SpinButton_SetMax, METH_VARARGS | METH_KEYWORDS },
29389 { (char *)"SpinButton_SetRange", (PyCFunction) _wrap_SpinButton_SetRange, METH_VARARGS | METH_KEYWORDS },
29390 { (char *)"SpinButton_IsVertical", (PyCFunction) _wrap_SpinButton_IsVertical, METH_VARARGS | METH_KEYWORDS },
29391 { (char *)"SpinButton_swigregister", SpinButton_swigregister, METH_VARARGS },
29392 { (char *)"new_SpinCtrl", (PyCFunction) _wrap_new_SpinCtrl, METH_VARARGS | METH_KEYWORDS },
29393 { (char *)"new_PreSpinCtrl", (PyCFunction) _wrap_new_PreSpinCtrl, METH_VARARGS | METH_KEYWORDS },
29394 { (char *)"SpinCtrl_Create", (PyCFunction) _wrap_SpinCtrl_Create, METH_VARARGS | METH_KEYWORDS },
29395 { (char *)"SpinCtrl_GetValue", (PyCFunction) _wrap_SpinCtrl_GetValue, METH_VARARGS | METH_KEYWORDS },
29396 { (char *)"SpinCtrl_SetValue", (PyCFunction) _wrap_SpinCtrl_SetValue, METH_VARARGS | METH_KEYWORDS },
29397 { (char *)"SpinCtrl_SetValueString", (PyCFunction) _wrap_SpinCtrl_SetValueString, METH_VARARGS | METH_KEYWORDS },
29398 { (char *)"SpinCtrl_SetRange", (PyCFunction) _wrap_SpinCtrl_SetRange, METH_VARARGS | METH_KEYWORDS },
29399 { (char *)"SpinCtrl_GetMin", (PyCFunction) _wrap_SpinCtrl_GetMin, METH_VARARGS | METH_KEYWORDS },
29400 { (char *)"SpinCtrl_GetMax", (PyCFunction) _wrap_SpinCtrl_GetMax, METH_VARARGS | METH_KEYWORDS },
29401 { (char *)"SpinCtrl_SetSelection", (PyCFunction) _wrap_SpinCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
29402 { (char *)"SpinCtrl_swigregister", SpinCtrl_swigregister, METH_VARARGS },
29403 { (char *)"new_SpinEvent", (PyCFunction) _wrap_new_SpinEvent, METH_VARARGS | METH_KEYWORDS },
29404 { (char *)"SpinEvent_GetPosition", (PyCFunction) _wrap_SpinEvent_GetPosition, METH_VARARGS | METH_KEYWORDS },
29405 { (char *)"SpinEvent_SetPosition", (PyCFunction) _wrap_SpinEvent_SetPosition, METH_VARARGS | METH_KEYWORDS },
29406 { (char *)"SpinEvent_swigregister", SpinEvent_swigregister, METH_VARARGS },
29407 { (char *)"new_RadioBox", (PyCFunction) _wrap_new_RadioBox, METH_VARARGS | METH_KEYWORDS },
29408 { (char *)"new_PreRadioBox", (PyCFunction) _wrap_new_PreRadioBox, METH_VARARGS | METH_KEYWORDS },
29409 { (char *)"RadioBox_Create", (PyCFunction) _wrap_RadioBox_Create, METH_VARARGS | METH_KEYWORDS },
29410 { (char *)"RadioBox_SetSelection", (PyCFunction) _wrap_RadioBox_SetSelection, METH_VARARGS | METH_KEYWORDS },
29411 { (char *)"RadioBox_GetSelection", (PyCFunction) _wrap_RadioBox_GetSelection, METH_VARARGS | METH_KEYWORDS },
29412 { (char *)"RadioBox_GetStringSelection", (PyCFunction) _wrap_RadioBox_GetStringSelection, METH_VARARGS | METH_KEYWORDS },
29413 { (char *)"RadioBox_SetStringSelection", (PyCFunction) _wrap_RadioBox_SetStringSelection, METH_VARARGS | METH_KEYWORDS },
29414 { (char *)"RadioBox_GetCount", (PyCFunction) _wrap_RadioBox_GetCount, METH_VARARGS | METH_KEYWORDS },
29415 { (char *)"RadioBox_FindString", (PyCFunction) _wrap_RadioBox_FindString, METH_VARARGS | METH_KEYWORDS },
29416 { (char *)"RadioBox_GetString", (PyCFunction) _wrap_RadioBox_GetString, METH_VARARGS | METH_KEYWORDS },
29417 { (char *)"RadioBox_SetString", (PyCFunction) _wrap_RadioBox_SetString, METH_VARARGS | METH_KEYWORDS },
29418 { (char *)"RadioBox_EnableItem", (PyCFunction) _wrap_RadioBox_EnableItem, METH_VARARGS | METH_KEYWORDS },
29419 { (char *)"RadioBox_ShowItem", (PyCFunction) _wrap_RadioBox_ShowItem, METH_VARARGS | METH_KEYWORDS },
29420 { (char *)"RadioBox_GetColumnCount", (PyCFunction) _wrap_RadioBox_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
29421 { (char *)"RadioBox_GetRowCount", (PyCFunction) _wrap_RadioBox_GetRowCount, METH_VARARGS | METH_KEYWORDS },
29422 { (char *)"RadioBox_GetNextItem", (PyCFunction) _wrap_RadioBox_GetNextItem, METH_VARARGS | METH_KEYWORDS },
29423 { (char *)"RadioBox_swigregister", RadioBox_swigregister, METH_VARARGS },
29424 { (char *)"new_RadioButton", (PyCFunction) _wrap_new_RadioButton, METH_VARARGS | METH_KEYWORDS },
29425 { (char *)"new_PreRadioButton", (PyCFunction) _wrap_new_PreRadioButton, METH_VARARGS | METH_KEYWORDS },
29426 { (char *)"RadioButton_Create", (PyCFunction) _wrap_RadioButton_Create, METH_VARARGS | METH_KEYWORDS },
29427 { (char *)"RadioButton_GetValue", (PyCFunction) _wrap_RadioButton_GetValue, METH_VARARGS | METH_KEYWORDS },
29428 { (char *)"RadioButton_SetValue", (PyCFunction) _wrap_RadioButton_SetValue, METH_VARARGS | METH_KEYWORDS },
29429 { (char *)"RadioButton_swigregister", RadioButton_swigregister, METH_VARARGS },
29430 { (char *)"new_Slider", (PyCFunction) _wrap_new_Slider, METH_VARARGS | METH_KEYWORDS },
29431 { (char *)"new_PreSlider", (PyCFunction) _wrap_new_PreSlider, METH_VARARGS | METH_KEYWORDS },
29432 { (char *)"Slider_Create", (PyCFunction) _wrap_Slider_Create, METH_VARARGS | METH_KEYWORDS },
29433 { (char *)"Slider_GetValue", (PyCFunction) _wrap_Slider_GetValue, METH_VARARGS | METH_KEYWORDS },
29434 { (char *)"Slider_SetValue", (PyCFunction) _wrap_Slider_SetValue, METH_VARARGS | METH_KEYWORDS },
29435 { (char *)"Slider_SetRange", (PyCFunction) _wrap_Slider_SetRange, METH_VARARGS | METH_KEYWORDS },
29436 { (char *)"Slider_GetMin", (PyCFunction) _wrap_Slider_GetMin, METH_VARARGS | METH_KEYWORDS },
29437 { (char *)"Slider_GetMax", (PyCFunction) _wrap_Slider_GetMax, METH_VARARGS | METH_KEYWORDS },
29438 { (char *)"Slider_SetMin", (PyCFunction) _wrap_Slider_SetMin, METH_VARARGS | METH_KEYWORDS },
29439 { (char *)"Slider_SetMax", (PyCFunction) _wrap_Slider_SetMax, METH_VARARGS | METH_KEYWORDS },
29440 { (char *)"Slider_SetLineSize", (PyCFunction) _wrap_Slider_SetLineSize, METH_VARARGS | METH_KEYWORDS },
29441 { (char *)"Slider_SetPageSize", (PyCFunction) _wrap_Slider_SetPageSize, METH_VARARGS | METH_KEYWORDS },
29442 { (char *)"Slider_GetLineSize", (PyCFunction) _wrap_Slider_GetLineSize, METH_VARARGS | METH_KEYWORDS },
29443 { (char *)"Slider_GetPageSize", (PyCFunction) _wrap_Slider_GetPageSize, METH_VARARGS | METH_KEYWORDS },
29444 { (char *)"Slider_SetThumbLength", (PyCFunction) _wrap_Slider_SetThumbLength, METH_VARARGS | METH_KEYWORDS },
29445 { (char *)"Slider_GetThumbLength", (PyCFunction) _wrap_Slider_GetThumbLength, METH_VARARGS | METH_KEYWORDS },
29446 { (char *)"Slider_SetTickFreq", (PyCFunction) _wrap_Slider_SetTickFreq, METH_VARARGS | METH_KEYWORDS },
29447 { (char *)"Slider_GetTickFreq", (PyCFunction) _wrap_Slider_GetTickFreq, METH_VARARGS | METH_KEYWORDS },
29448 { (char *)"Slider_ClearTicks", (PyCFunction) _wrap_Slider_ClearTicks, METH_VARARGS | METH_KEYWORDS },
29449 { (char *)"Slider_SetTick", (PyCFunction) _wrap_Slider_SetTick, METH_VARARGS | METH_KEYWORDS },
29450 { (char *)"Slider_ClearSel", (PyCFunction) _wrap_Slider_ClearSel, METH_VARARGS | METH_KEYWORDS },
29451 { (char *)"Slider_GetSelEnd", (PyCFunction) _wrap_Slider_GetSelEnd, METH_VARARGS | METH_KEYWORDS },
29452 { (char *)"Slider_GetSelStart", (PyCFunction) _wrap_Slider_GetSelStart, METH_VARARGS | METH_KEYWORDS },
29453 { (char *)"Slider_SetSelection", (PyCFunction) _wrap_Slider_SetSelection, METH_VARARGS | METH_KEYWORDS },
29454 { (char *)"Slider_swigregister", Slider_swigregister, METH_VARARGS },
29455 { (char *)"new_ToggleButton", (PyCFunction) _wrap_new_ToggleButton, METH_VARARGS | METH_KEYWORDS },
29456 { (char *)"new_PreToggleButton", (PyCFunction) _wrap_new_PreToggleButton, METH_VARARGS | METH_KEYWORDS },
29457 { (char *)"ToggleButton_Create", (PyCFunction) _wrap_ToggleButton_Create, METH_VARARGS | METH_KEYWORDS },
29458 { (char *)"ToggleButton_SetValue", (PyCFunction) _wrap_ToggleButton_SetValue, METH_VARARGS | METH_KEYWORDS },
29459 { (char *)"ToggleButton_GetValue", (PyCFunction) _wrap_ToggleButton_GetValue, METH_VARARGS | METH_KEYWORDS },
29460 { (char *)"ToggleButton_SetLabel", (PyCFunction) _wrap_ToggleButton_SetLabel, METH_VARARGS | METH_KEYWORDS },
29461 { (char *)"ToggleButton_swigregister", ToggleButton_swigregister, METH_VARARGS },
29462 { (char *)"BookCtrl_GetPageCount", (PyCFunction) _wrap_BookCtrl_GetPageCount, METH_VARARGS | METH_KEYWORDS },
29463 { (char *)"BookCtrl_GetPage", (PyCFunction) _wrap_BookCtrl_GetPage, METH_VARARGS | METH_KEYWORDS },
29464 { (char *)"BookCtrl_GetSelection", (PyCFunction) _wrap_BookCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
29465 { (char *)"BookCtrl_SetPageText", (PyCFunction) _wrap_BookCtrl_SetPageText, METH_VARARGS | METH_KEYWORDS },
29466 { (char *)"BookCtrl_GetPageText", (PyCFunction) _wrap_BookCtrl_GetPageText, METH_VARARGS | METH_KEYWORDS },
29467 { (char *)"BookCtrl_SetImageList", (PyCFunction) _wrap_BookCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS },
29468 { (char *)"BookCtrl_AssignImageList", (PyCFunction) _wrap_BookCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS },
29469 { (char *)"BookCtrl_GetImageList", (PyCFunction) _wrap_BookCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS },
29470 { (char *)"BookCtrl_GetPageImage", (PyCFunction) _wrap_BookCtrl_GetPageImage, METH_VARARGS | METH_KEYWORDS },
29471 { (char *)"BookCtrl_SetPageImage", (PyCFunction) _wrap_BookCtrl_SetPageImage, METH_VARARGS | METH_KEYWORDS },
29472 { (char *)"BookCtrl_SetPageSize", (PyCFunction) _wrap_BookCtrl_SetPageSize, METH_VARARGS | METH_KEYWORDS },
29473 { (char *)"BookCtrl_CalcSizeFromPage", (PyCFunction) _wrap_BookCtrl_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS },
29474 { (char *)"BookCtrl_DeletePage", (PyCFunction) _wrap_BookCtrl_DeletePage, METH_VARARGS | METH_KEYWORDS },
29475 { (char *)"BookCtrl_RemovePage", (PyCFunction) _wrap_BookCtrl_RemovePage, METH_VARARGS | METH_KEYWORDS },
29476 { (char *)"BookCtrl_DeleteAllPages", (PyCFunction) _wrap_BookCtrl_DeleteAllPages, METH_VARARGS | METH_KEYWORDS },
29477 { (char *)"BookCtrl_AddPage", (PyCFunction) _wrap_BookCtrl_AddPage, METH_VARARGS | METH_KEYWORDS },
29478 { (char *)"BookCtrl_InsertPage", (PyCFunction) _wrap_BookCtrl_InsertPage, METH_VARARGS | METH_KEYWORDS },
29479 { (char *)"BookCtrl_SetSelection", (PyCFunction) _wrap_BookCtrl_SetSelection, METH_VARARGS | METH_KEYWORDS },
29480 { (char *)"BookCtrl_AdvanceSelection", (PyCFunction) _wrap_BookCtrl_AdvanceSelection, METH_VARARGS | METH_KEYWORDS },
29481 { (char *)"BookCtrl_swigregister", BookCtrl_swigregister, METH_VARARGS },
29482 { (char *)"new_BookCtrlEvent", (PyCFunction) _wrap_new_BookCtrlEvent, METH_VARARGS | METH_KEYWORDS },
29483 { (char *)"BookCtrlEvent_GetSelection", (PyCFunction) _wrap_BookCtrlEvent_GetSelection, METH_VARARGS | METH_KEYWORDS },
29484 { (char *)"BookCtrlEvent_SetSelection", (PyCFunction) _wrap_BookCtrlEvent_SetSelection, METH_VARARGS | METH_KEYWORDS },
29485 { (char *)"BookCtrlEvent_GetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_GetOldSelection, METH_VARARGS | METH_KEYWORDS },
29486 { (char *)"BookCtrlEvent_SetOldSelection", (PyCFunction) _wrap_BookCtrlEvent_SetOldSelection, METH_VARARGS | METH_KEYWORDS },
29487 { (char *)"BookCtrlEvent_swigregister", BookCtrlEvent_swigregister, METH_VARARGS },
29488 { (char *)"new_Notebook", (PyCFunction) _wrap_new_Notebook, METH_VARARGS | METH_KEYWORDS },
29489 { (char *)"new_PreNotebook", (PyCFunction) _wrap_new_PreNotebook, METH_VARARGS | METH_KEYWORDS },
29490 { (char *)"Notebook_Create", (PyCFunction) _wrap_Notebook_Create, METH_VARARGS | METH_KEYWORDS },
29491 { (char *)"Notebook_GetRowCount", (PyCFunction) _wrap_Notebook_GetRowCount, METH_VARARGS | METH_KEYWORDS },
29492 { (char *)"Notebook_SetPadding", (PyCFunction) _wrap_Notebook_SetPadding, METH_VARARGS | METH_KEYWORDS },
29493 { (char *)"Notebook_SetTabSize", (PyCFunction) _wrap_Notebook_SetTabSize, METH_VARARGS | METH_KEYWORDS },
29494 { (char *)"Notebook_HitTest", (PyCFunction) _wrap_Notebook_HitTest, METH_VARARGS | METH_KEYWORDS },
29495 { (char *)"Notebook_CalcSizeFromPage", (PyCFunction) _wrap_Notebook_CalcSizeFromPage, METH_VARARGS | METH_KEYWORDS },
29496 { (char *)"Notebook_swigregister", Notebook_swigregister, METH_VARARGS },
29497 { (char *)"new_NotebookEvent", (PyCFunction) _wrap_new_NotebookEvent, METH_VARARGS | METH_KEYWORDS },
29498 { (char *)"NotebookEvent_swigregister", NotebookEvent_swigregister, METH_VARARGS },
29499 { (char *)"new_Listbook", (PyCFunction) _wrap_new_Listbook, METH_VARARGS | METH_KEYWORDS },
29500 { (char *)"new_PreListbook", (PyCFunction) _wrap_new_PreListbook, METH_VARARGS | METH_KEYWORDS },
29501 { (char *)"Listbook_Create", (PyCFunction) _wrap_Listbook_Create, METH_VARARGS | METH_KEYWORDS },
29502 { (char *)"Listbook_IsVertical", (PyCFunction) _wrap_Listbook_IsVertical, METH_VARARGS | METH_KEYWORDS },
29503 { (char *)"Listbook_swigregister", Listbook_swigregister, METH_VARARGS },
29504 { (char *)"new_ListbookEvent", (PyCFunction) _wrap_new_ListbookEvent, METH_VARARGS | METH_KEYWORDS },
29505 { (char *)"ListbookEvent_swigregister", ListbookEvent_swigregister, METH_VARARGS },
29506 { (char *)"new_BookCtrlSizer", (PyCFunction) _wrap_new_BookCtrlSizer, METH_VARARGS | METH_KEYWORDS },
29507 { (char *)"BookCtrlSizer_RecalcSizes", (PyCFunction) _wrap_BookCtrlSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS },
29508 { (char *)"BookCtrlSizer_CalcMin", (PyCFunction) _wrap_BookCtrlSizer_CalcMin, METH_VARARGS | METH_KEYWORDS },
29509 { (char *)"BookCtrlSizer_GetControl", (PyCFunction) _wrap_BookCtrlSizer_GetControl, METH_VARARGS | METH_KEYWORDS },
29510 { (char *)"BookCtrlSizer_swigregister", BookCtrlSizer_swigregister, METH_VARARGS },
29511 { (char *)"new_NotebookSizer", (PyCFunction) _wrap_new_NotebookSizer, METH_VARARGS | METH_KEYWORDS },
29512 { (char *)"NotebookSizer_RecalcSizes", (PyCFunction) _wrap_NotebookSizer_RecalcSizes, METH_VARARGS | METH_KEYWORDS },
29513 { (char *)"NotebookSizer_CalcMin", (PyCFunction) _wrap_NotebookSizer_CalcMin, METH_VARARGS | METH_KEYWORDS },
29514 { (char *)"NotebookSizer_GetNotebook", (PyCFunction) _wrap_NotebookSizer_GetNotebook, METH_VARARGS | METH_KEYWORDS },
29515 { (char *)"NotebookSizer_swigregister", NotebookSizer_swigregister, METH_VARARGS },
29516 { (char *)"ToolBarToolBase_GetId", (PyCFunction) _wrap_ToolBarToolBase_GetId, METH_VARARGS | METH_KEYWORDS },
29517 { (char *)"ToolBarToolBase_GetControl", (PyCFunction) _wrap_ToolBarToolBase_GetControl, METH_VARARGS | METH_KEYWORDS },
29518 { (char *)"ToolBarToolBase_GetToolBar", (PyCFunction) _wrap_ToolBarToolBase_GetToolBar, METH_VARARGS | METH_KEYWORDS },
29519 { (char *)"ToolBarToolBase_IsButton", (PyCFunction) _wrap_ToolBarToolBase_IsButton, METH_VARARGS | METH_KEYWORDS },
29520 { (char *)"ToolBarToolBase_IsControl", (PyCFunction) _wrap_ToolBarToolBase_IsControl, METH_VARARGS | METH_KEYWORDS },
29521 { (char *)"ToolBarToolBase_IsSeparator", (PyCFunction) _wrap_ToolBarToolBase_IsSeparator, METH_VARARGS | METH_KEYWORDS },
29522 { (char *)"ToolBarToolBase_GetStyle", (PyCFunction) _wrap_ToolBarToolBase_GetStyle, METH_VARARGS | METH_KEYWORDS },
29523 { (char *)"ToolBarToolBase_GetKind", (PyCFunction) _wrap_ToolBarToolBase_GetKind, METH_VARARGS | METH_KEYWORDS },
29524 { (char *)"ToolBarToolBase_IsEnabled", (PyCFunction) _wrap_ToolBarToolBase_IsEnabled, METH_VARARGS | METH_KEYWORDS },
29525 { (char *)"ToolBarToolBase_IsToggled", (PyCFunction) _wrap_ToolBarToolBase_IsToggled, METH_VARARGS | METH_KEYWORDS },
29526 { (char *)"ToolBarToolBase_CanBeToggled", (PyCFunction) _wrap_ToolBarToolBase_CanBeToggled, METH_VARARGS | METH_KEYWORDS },
29527 { (char *)"ToolBarToolBase_GetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetNormalBitmap, METH_VARARGS | METH_KEYWORDS },
29528 { (char *)"ToolBarToolBase_GetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetDisabledBitmap, METH_VARARGS | METH_KEYWORDS },
29529 { (char *)"ToolBarToolBase_GetBitmap", (PyCFunction) _wrap_ToolBarToolBase_GetBitmap, METH_VARARGS | METH_KEYWORDS },
29530 { (char *)"ToolBarToolBase_GetLabel", (PyCFunction) _wrap_ToolBarToolBase_GetLabel, METH_VARARGS | METH_KEYWORDS },
29531 { (char *)"ToolBarToolBase_GetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_GetShortHelp, METH_VARARGS | METH_KEYWORDS },
29532 { (char *)"ToolBarToolBase_GetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_GetLongHelp, METH_VARARGS | METH_KEYWORDS },
29533 { (char *)"ToolBarToolBase_Enable", (PyCFunction) _wrap_ToolBarToolBase_Enable, METH_VARARGS | METH_KEYWORDS },
29534 { (char *)"ToolBarToolBase_Toggle", (PyCFunction) _wrap_ToolBarToolBase_Toggle, METH_VARARGS | METH_KEYWORDS },
29535 { (char *)"ToolBarToolBase_SetToggle", (PyCFunction) _wrap_ToolBarToolBase_SetToggle, METH_VARARGS | METH_KEYWORDS },
29536 { (char *)"ToolBarToolBase_SetShortHelp", (PyCFunction) _wrap_ToolBarToolBase_SetShortHelp, METH_VARARGS | METH_KEYWORDS },
29537 { (char *)"ToolBarToolBase_SetLongHelp", (PyCFunction) _wrap_ToolBarToolBase_SetLongHelp, METH_VARARGS | METH_KEYWORDS },
29538 { (char *)"ToolBarToolBase_SetNormalBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetNormalBitmap, METH_VARARGS | METH_KEYWORDS },
29539 { (char *)"ToolBarToolBase_SetDisabledBitmap", (PyCFunction) _wrap_ToolBarToolBase_SetDisabledBitmap, METH_VARARGS | METH_KEYWORDS },
29540 { (char *)"ToolBarToolBase_SetLabel", (PyCFunction) _wrap_ToolBarToolBase_SetLabel, METH_VARARGS | METH_KEYWORDS },
29541 { (char *)"ToolBarToolBase_Detach", (PyCFunction) _wrap_ToolBarToolBase_Detach, METH_VARARGS | METH_KEYWORDS },
29542 { (char *)"ToolBarToolBase_Attach", (PyCFunction) _wrap_ToolBarToolBase_Attach, METH_VARARGS | METH_KEYWORDS },
29543 { (char *)"ToolBarToolBase_GetClientData", (PyCFunction) _wrap_ToolBarToolBase_GetClientData, METH_VARARGS | METH_KEYWORDS },
29544 { (char *)"ToolBarToolBase_SetClientData", (PyCFunction) _wrap_ToolBarToolBase_SetClientData, METH_VARARGS | METH_KEYWORDS },
29545 { (char *)"ToolBarToolBase_swigregister", ToolBarToolBase_swigregister, METH_VARARGS },
29546 { (char *)"ToolBarBase_DoAddTool", (PyCFunction) _wrap_ToolBarBase_DoAddTool, METH_VARARGS | METH_KEYWORDS },
29547 { (char *)"ToolBarBase_DoInsertTool", (PyCFunction) _wrap_ToolBarBase_DoInsertTool, METH_VARARGS | METH_KEYWORDS },
29548 { (char *)"ToolBarBase_AddToolItem", (PyCFunction) _wrap_ToolBarBase_AddToolItem, METH_VARARGS | METH_KEYWORDS },
29549 { (char *)"ToolBarBase_InsertToolItem", (PyCFunction) _wrap_ToolBarBase_InsertToolItem, METH_VARARGS | METH_KEYWORDS },
29550 { (char *)"ToolBarBase_AddControl", (PyCFunction) _wrap_ToolBarBase_AddControl, METH_VARARGS | METH_KEYWORDS },
29551 { (char *)"ToolBarBase_InsertControl", (PyCFunction) _wrap_ToolBarBase_InsertControl, METH_VARARGS | METH_KEYWORDS },
29552 { (char *)"ToolBarBase_FindControl", (PyCFunction) _wrap_ToolBarBase_FindControl, METH_VARARGS | METH_KEYWORDS },
29553 { (char *)"ToolBarBase_AddSeparator", (PyCFunction) _wrap_ToolBarBase_AddSeparator, METH_VARARGS | METH_KEYWORDS },
29554 { (char *)"ToolBarBase_InsertSeparator", (PyCFunction) _wrap_ToolBarBase_InsertSeparator, METH_VARARGS | METH_KEYWORDS },
29555 { (char *)"ToolBarBase_RemoveTool", (PyCFunction) _wrap_ToolBarBase_RemoveTool, METH_VARARGS | METH_KEYWORDS },
29556 { (char *)"ToolBarBase_DeleteToolByPos", (PyCFunction) _wrap_ToolBarBase_DeleteToolByPos, METH_VARARGS | METH_KEYWORDS },
29557 { (char *)"ToolBarBase_DeleteTool", (PyCFunction) _wrap_ToolBarBase_DeleteTool, METH_VARARGS | METH_KEYWORDS },
29558 { (char *)"ToolBarBase_ClearTools", (PyCFunction) _wrap_ToolBarBase_ClearTools, METH_VARARGS | METH_KEYWORDS },
29559 { (char *)"ToolBarBase_Realize", (PyCFunction) _wrap_ToolBarBase_Realize, METH_VARARGS | METH_KEYWORDS },
29560 { (char *)"ToolBarBase_EnableTool", (PyCFunction) _wrap_ToolBarBase_EnableTool, METH_VARARGS | METH_KEYWORDS },
29561 { (char *)"ToolBarBase_ToggleTool", (PyCFunction) _wrap_ToolBarBase_ToggleTool, METH_VARARGS | METH_KEYWORDS },
29562 { (char *)"ToolBarBase_SetToggle", (PyCFunction) _wrap_ToolBarBase_SetToggle, METH_VARARGS | METH_KEYWORDS },
29563 { (char *)"ToolBarBase_GetToolClientData", (PyCFunction) _wrap_ToolBarBase_GetToolClientData, METH_VARARGS | METH_KEYWORDS },
29564 { (char *)"ToolBarBase_SetToolClientData", (PyCFunction) _wrap_ToolBarBase_SetToolClientData, METH_VARARGS | METH_KEYWORDS },
29565 { (char *)"ToolBarBase_GetToolPos", (PyCFunction) _wrap_ToolBarBase_GetToolPos, METH_VARARGS | METH_KEYWORDS },
29566 { (char *)"ToolBarBase_GetToolState", (PyCFunction) _wrap_ToolBarBase_GetToolState, METH_VARARGS | METH_KEYWORDS },
29567 { (char *)"ToolBarBase_GetToolEnabled", (PyCFunction) _wrap_ToolBarBase_GetToolEnabled, METH_VARARGS | METH_KEYWORDS },
29568 { (char *)"ToolBarBase_SetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_SetToolShortHelp, METH_VARARGS | METH_KEYWORDS },
29569 { (char *)"ToolBarBase_GetToolShortHelp", (PyCFunction) _wrap_ToolBarBase_GetToolShortHelp, METH_VARARGS | METH_KEYWORDS },
29570 { (char *)"ToolBarBase_SetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_SetToolLongHelp, METH_VARARGS | METH_KEYWORDS },
29571 { (char *)"ToolBarBase_GetToolLongHelp", (PyCFunction) _wrap_ToolBarBase_GetToolLongHelp, METH_VARARGS | METH_KEYWORDS },
29572 { (char *)"ToolBarBase_SetMarginsXY", (PyCFunction) _wrap_ToolBarBase_SetMarginsXY, METH_VARARGS | METH_KEYWORDS },
29573 { (char *)"ToolBarBase_SetMargins", (PyCFunction) _wrap_ToolBarBase_SetMargins, METH_VARARGS | METH_KEYWORDS },
29574 { (char *)"ToolBarBase_SetToolPacking", (PyCFunction) _wrap_ToolBarBase_SetToolPacking, METH_VARARGS | METH_KEYWORDS },
29575 { (char *)"ToolBarBase_SetToolSeparation", (PyCFunction) _wrap_ToolBarBase_SetToolSeparation, METH_VARARGS | METH_KEYWORDS },
29576 { (char *)"ToolBarBase_GetToolMargins", (PyCFunction) _wrap_ToolBarBase_GetToolMargins, METH_VARARGS | METH_KEYWORDS },
29577 { (char *)"ToolBarBase_GetMargins", (PyCFunction) _wrap_ToolBarBase_GetMargins, METH_VARARGS | METH_KEYWORDS },
29578 { (char *)"ToolBarBase_GetToolPacking", (PyCFunction) _wrap_ToolBarBase_GetToolPacking, METH_VARARGS | METH_KEYWORDS },
29579 { (char *)"ToolBarBase_GetToolSeparation", (PyCFunction) _wrap_ToolBarBase_GetToolSeparation, METH_VARARGS | METH_KEYWORDS },
29580 { (char *)"ToolBarBase_SetRows", (PyCFunction) _wrap_ToolBarBase_SetRows, METH_VARARGS | METH_KEYWORDS },
29581 { (char *)"ToolBarBase_SetMaxRowsCols", (PyCFunction) _wrap_ToolBarBase_SetMaxRowsCols, METH_VARARGS | METH_KEYWORDS },
29582 { (char *)"ToolBarBase_GetMaxRows", (PyCFunction) _wrap_ToolBarBase_GetMaxRows, METH_VARARGS | METH_KEYWORDS },
29583 { (char *)"ToolBarBase_GetMaxCols", (PyCFunction) _wrap_ToolBarBase_GetMaxCols, METH_VARARGS | METH_KEYWORDS },
29584 { (char *)"ToolBarBase_SetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_SetToolBitmapSize, METH_VARARGS | METH_KEYWORDS },
29585 { (char *)"ToolBarBase_GetToolBitmapSize", (PyCFunction) _wrap_ToolBarBase_GetToolBitmapSize, METH_VARARGS | METH_KEYWORDS },
29586 { (char *)"ToolBarBase_GetToolSize", (PyCFunction) _wrap_ToolBarBase_GetToolSize, METH_VARARGS | METH_KEYWORDS },
29587 { (char *)"ToolBarBase_FindToolForPosition", (PyCFunction) _wrap_ToolBarBase_FindToolForPosition, METH_VARARGS | METH_KEYWORDS },
29588 { (char *)"ToolBarBase_FindById", (PyCFunction) _wrap_ToolBarBase_FindById, METH_VARARGS | METH_KEYWORDS },
29589 { (char *)"ToolBarBase_IsVertical", (PyCFunction) _wrap_ToolBarBase_IsVertical, METH_VARARGS | METH_KEYWORDS },
29590 { (char *)"ToolBarBase_swigregister", ToolBarBase_swigregister, METH_VARARGS },
29591 { (char *)"new_ToolBar", (PyCFunction) _wrap_new_ToolBar, METH_VARARGS | METH_KEYWORDS },
29592 { (char *)"new_PreToolBar", (PyCFunction) _wrap_new_PreToolBar, METH_VARARGS | METH_KEYWORDS },
29593 { (char *)"ToolBar_Create", (PyCFunction) _wrap_ToolBar_Create, METH_VARARGS | METH_KEYWORDS },
29594 { (char *)"ToolBar_FindToolForPosition", (PyCFunction) _wrap_ToolBar_FindToolForPosition, METH_VARARGS | METH_KEYWORDS },
29595 { (char *)"ToolBar_swigregister", ToolBar_swigregister, METH_VARARGS },
29596 { (char *)"new_ListItemAttr", (PyCFunction) _wrap_new_ListItemAttr, METH_VARARGS | METH_KEYWORDS },
29597 { (char *)"ListItemAttr_SetTextColour", (PyCFunction) _wrap_ListItemAttr_SetTextColour, METH_VARARGS | METH_KEYWORDS },
29598 { (char *)"ListItemAttr_SetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29599 { (char *)"ListItemAttr_SetFont", (PyCFunction) _wrap_ListItemAttr_SetFont, METH_VARARGS | METH_KEYWORDS },
29600 { (char *)"ListItemAttr_HasTextColour", (PyCFunction) _wrap_ListItemAttr_HasTextColour, METH_VARARGS | METH_KEYWORDS },
29601 { (char *)"ListItemAttr_HasBackgroundColour", (PyCFunction) _wrap_ListItemAttr_HasBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29602 { (char *)"ListItemAttr_HasFont", (PyCFunction) _wrap_ListItemAttr_HasFont, METH_VARARGS | METH_KEYWORDS },
29603 { (char *)"ListItemAttr_GetTextColour", (PyCFunction) _wrap_ListItemAttr_GetTextColour, METH_VARARGS | METH_KEYWORDS },
29604 { (char *)"ListItemAttr_GetBackgroundColour", (PyCFunction) _wrap_ListItemAttr_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29605 { (char *)"ListItemAttr_GetFont", (PyCFunction) _wrap_ListItemAttr_GetFont, METH_VARARGS | METH_KEYWORDS },
29606 { (char *)"ListItemAttr_Destroy", (PyCFunction) _wrap_ListItemAttr_Destroy, METH_VARARGS | METH_KEYWORDS },
29607 { (char *)"ListItemAttr_swigregister", ListItemAttr_swigregister, METH_VARARGS },
29608 { (char *)"new_ListItem", (PyCFunction) _wrap_new_ListItem, METH_VARARGS | METH_KEYWORDS },
29609 { (char *)"delete_ListItem", (PyCFunction) _wrap_delete_ListItem, METH_VARARGS | METH_KEYWORDS },
29610 { (char *)"ListItem_Clear", (PyCFunction) _wrap_ListItem_Clear, METH_VARARGS | METH_KEYWORDS },
29611 { (char *)"ListItem_ClearAttributes", (PyCFunction) _wrap_ListItem_ClearAttributes, METH_VARARGS | METH_KEYWORDS },
29612 { (char *)"ListItem_SetMask", (PyCFunction) _wrap_ListItem_SetMask, METH_VARARGS | METH_KEYWORDS },
29613 { (char *)"ListItem_SetId", (PyCFunction) _wrap_ListItem_SetId, METH_VARARGS | METH_KEYWORDS },
29614 { (char *)"ListItem_SetColumn", (PyCFunction) _wrap_ListItem_SetColumn, METH_VARARGS | METH_KEYWORDS },
29615 { (char *)"ListItem_SetState", (PyCFunction) _wrap_ListItem_SetState, METH_VARARGS | METH_KEYWORDS },
29616 { (char *)"ListItem_SetStateMask", (PyCFunction) _wrap_ListItem_SetStateMask, METH_VARARGS | METH_KEYWORDS },
29617 { (char *)"ListItem_SetText", (PyCFunction) _wrap_ListItem_SetText, METH_VARARGS | METH_KEYWORDS },
29618 { (char *)"ListItem_SetImage", (PyCFunction) _wrap_ListItem_SetImage, METH_VARARGS | METH_KEYWORDS },
29619 { (char *)"ListItem_SetData", (PyCFunction) _wrap_ListItem_SetData, METH_VARARGS | METH_KEYWORDS },
29620 { (char *)"ListItem_SetWidth", (PyCFunction) _wrap_ListItem_SetWidth, METH_VARARGS | METH_KEYWORDS },
29621 { (char *)"ListItem_SetAlign", (PyCFunction) _wrap_ListItem_SetAlign, METH_VARARGS | METH_KEYWORDS },
29622 { (char *)"ListItem_SetTextColour", (PyCFunction) _wrap_ListItem_SetTextColour, METH_VARARGS | METH_KEYWORDS },
29623 { (char *)"ListItem_SetBackgroundColour", (PyCFunction) _wrap_ListItem_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29624 { (char *)"ListItem_SetFont", (PyCFunction) _wrap_ListItem_SetFont, METH_VARARGS | METH_KEYWORDS },
29625 { (char *)"ListItem_GetMask", (PyCFunction) _wrap_ListItem_GetMask, METH_VARARGS | METH_KEYWORDS },
29626 { (char *)"ListItem_GetId", (PyCFunction) _wrap_ListItem_GetId, METH_VARARGS | METH_KEYWORDS },
29627 { (char *)"ListItem_GetColumn", (PyCFunction) _wrap_ListItem_GetColumn, METH_VARARGS | METH_KEYWORDS },
29628 { (char *)"ListItem_GetState", (PyCFunction) _wrap_ListItem_GetState, METH_VARARGS | METH_KEYWORDS },
29629 { (char *)"ListItem_GetText", (PyCFunction) _wrap_ListItem_GetText, METH_VARARGS | METH_KEYWORDS },
29630 { (char *)"ListItem_GetImage", (PyCFunction) _wrap_ListItem_GetImage, METH_VARARGS | METH_KEYWORDS },
29631 { (char *)"ListItem_GetData", (PyCFunction) _wrap_ListItem_GetData, METH_VARARGS | METH_KEYWORDS },
29632 { (char *)"ListItem_GetWidth", (PyCFunction) _wrap_ListItem_GetWidth, METH_VARARGS | METH_KEYWORDS },
29633 { (char *)"ListItem_GetAlign", (PyCFunction) _wrap_ListItem_GetAlign, METH_VARARGS | METH_KEYWORDS },
29634 { (char *)"ListItem_GetAttributes", (PyCFunction) _wrap_ListItem_GetAttributes, METH_VARARGS | METH_KEYWORDS },
29635 { (char *)"ListItem_HasAttributes", (PyCFunction) _wrap_ListItem_HasAttributes, METH_VARARGS | METH_KEYWORDS },
29636 { (char *)"ListItem_GetTextColour", (PyCFunction) _wrap_ListItem_GetTextColour, METH_VARARGS | METH_KEYWORDS },
29637 { (char *)"ListItem_GetBackgroundColour", (PyCFunction) _wrap_ListItem_GetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29638 { (char *)"ListItem_GetFont", (PyCFunction) _wrap_ListItem_GetFont, METH_VARARGS | METH_KEYWORDS },
29639 { (char *)"ListItem_m_mask_set", (PyCFunction) _wrap_ListItem_m_mask_set, METH_VARARGS | METH_KEYWORDS },
29640 { (char *)"ListItem_m_mask_get", (PyCFunction) _wrap_ListItem_m_mask_get, METH_VARARGS | METH_KEYWORDS },
29641 { (char *)"ListItem_m_itemId_set", (PyCFunction) _wrap_ListItem_m_itemId_set, METH_VARARGS | METH_KEYWORDS },
29642 { (char *)"ListItem_m_itemId_get", (PyCFunction) _wrap_ListItem_m_itemId_get, METH_VARARGS | METH_KEYWORDS },
29643 { (char *)"ListItem_m_col_set", (PyCFunction) _wrap_ListItem_m_col_set, METH_VARARGS | METH_KEYWORDS },
29644 { (char *)"ListItem_m_col_get", (PyCFunction) _wrap_ListItem_m_col_get, METH_VARARGS | METH_KEYWORDS },
29645 { (char *)"ListItem_m_state_set", (PyCFunction) _wrap_ListItem_m_state_set, METH_VARARGS | METH_KEYWORDS },
29646 { (char *)"ListItem_m_state_get", (PyCFunction) _wrap_ListItem_m_state_get, METH_VARARGS | METH_KEYWORDS },
29647 { (char *)"ListItem_m_stateMask_set", (PyCFunction) _wrap_ListItem_m_stateMask_set, METH_VARARGS | METH_KEYWORDS },
29648 { (char *)"ListItem_m_stateMask_get", (PyCFunction) _wrap_ListItem_m_stateMask_get, METH_VARARGS | METH_KEYWORDS },
29649 { (char *)"ListItem_m_text_set", (PyCFunction) _wrap_ListItem_m_text_set, METH_VARARGS | METH_KEYWORDS },
29650 { (char *)"ListItem_m_text_get", (PyCFunction) _wrap_ListItem_m_text_get, METH_VARARGS | METH_KEYWORDS },
29651 { (char *)"ListItem_m_image_set", (PyCFunction) _wrap_ListItem_m_image_set, METH_VARARGS | METH_KEYWORDS },
29652 { (char *)"ListItem_m_image_get", (PyCFunction) _wrap_ListItem_m_image_get, METH_VARARGS | METH_KEYWORDS },
29653 { (char *)"ListItem_m_data_set", (PyCFunction) _wrap_ListItem_m_data_set, METH_VARARGS | METH_KEYWORDS },
29654 { (char *)"ListItem_m_data_get", (PyCFunction) _wrap_ListItem_m_data_get, METH_VARARGS | METH_KEYWORDS },
29655 { (char *)"ListItem_m_format_set", (PyCFunction) _wrap_ListItem_m_format_set, METH_VARARGS | METH_KEYWORDS },
29656 { (char *)"ListItem_m_format_get", (PyCFunction) _wrap_ListItem_m_format_get, METH_VARARGS | METH_KEYWORDS },
29657 { (char *)"ListItem_m_width_set", (PyCFunction) _wrap_ListItem_m_width_set, METH_VARARGS | METH_KEYWORDS },
29658 { (char *)"ListItem_m_width_get", (PyCFunction) _wrap_ListItem_m_width_get, METH_VARARGS | METH_KEYWORDS },
29659 { (char *)"ListItem_swigregister", ListItem_swigregister, METH_VARARGS },
29660 { (char *)"new_ListEvent", (PyCFunction) _wrap_new_ListEvent, METH_VARARGS | METH_KEYWORDS },
29661 { (char *)"ListEvent_m_code_set", (PyCFunction) _wrap_ListEvent_m_code_set, METH_VARARGS | METH_KEYWORDS },
29662 { (char *)"ListEvent_m_code_get", (PyCFunction) _wrap_ListEvent_m_code_get, METH_VARARGS | METH_KEYWORDS },
29663 { (char *)"ListEvent_m_oldItemIndex_set", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_set, METH_VARARGS | METH_KEYWORDS },
29664 { (char *)"ListEvent_m_oldItemIndex_get", (PyCFunction) _wrap_ListEvent_m_oldItemIndex_get, METH_VARARGS | METH_KEYWORDS },
29665 { (char *)"ListEvent_m_itemIndex_set", (PyCFunction) _wrap_ListEvent_m_itemIndex_set, METH_VARARGS | METH_KEYWORDS },
29666 { (char *)"ListEvent_m_itemIndex_get", (PyCFunction) _wrap_ListEvent_m_itemIndex_get, METH_VARARGS | METH_KEYWORDS },
29667 { (char *)"ListEvent_m_col_set", (PyCFunction) _wrap_ListEvent_m_col_set, METH_VARARGS | METH_KEYWORDS },
29668 { (char *)"ListEvent_m_col_get", (PyCFunction) _wrap_ListEvent_m_col_get, METH_VARARGS | METH_KEYWORDS },
29669 { (char *)"ListEvent_m_pointDrag_set", (PyCFunction) _wrap_ListEvent_m_pointDrag_set, METH_VARARGS | METH_KEYWORDS },
29670 { (char *)"ListEvent_m_pointDrag_get", (PyCFunction) _wrap_ListEvent_m_pointDrag_get, METH_VARARGS | METH_KEYWORDS },
29671 { (char *)"ListEvent_m_item_get", (PyCFunction) _wrap_ListEvent_m_item_get, METH_VARARGS | METH_KEYWORDS },
29672 { (char *)"ListEvent_GetKeyCode", (PyCFunction) _wrap_ListEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS },
29673 { (char *)"ListEvent_GetIndex", (PyCFunction) _wrap_ListEvent_GetIndex, METH_VARARGS | METH_KEYWORDS },
29674 { (char *)"ListEvent_GetColumn", (PyCFunction) _wrap_ListEvent_GetColumn, METH_VARARGS | METH_KEYWORDS },
29675 { (char *)"ListEvent_GetPoint", (PyCFunction) _wrap_ListEvent_GetPoint, METH_VARARGS | METH_KEYWORDS },
29676 { (char *)"ListEvent_GetLabel", (PyCFunction) _wrap_ListEvent_GetLabel, METH_VARARGS | METH_KEYWORDS },
29677 { (char *)"ListEvent_GetText", (PyCFunction) _wrap_ListEvent_GetText, METH_VARARGS | METH_KEYWORDS },
29678 { (char *)"ListEvent_GetImage", (PyCFunction) _wrap_ListEvent_GetImage, METH_VARARGS | METH_KEYWORDS },
29679 { (char *)"ListEvent_GetData", (PyCFunction) _wrap_ListEvent_GetData, METH_VARARGS | METH_KEYWORDS },
29680 { (char *)"ListEvent_GetMask", (PyCFunction) _wrap_ListEvent_GetMask, METH_VARARGS | METH_KEYWORDS },
29681 { (char *)"ListEvent_GetItem", (PyCFunction) _wrap_ListEvent_GetItem, METH_VARARGS | METH_KEYWORDS },
29682 { (char *)"ListEvent_GetCacheFrom", (PyCFunction) _wrap_ListEvent_GetCacheFrom, METH_VARARGS | METH_KEYWORDS },
29683 { (char *)"ListEvent_GetCacheTo", (PyCFunction) _wrap_ListEvent_GetCacheTo, METH_VARARGS | METH_KEYWORDS },
29684 { (char *)"ListEvent_IsEditCancelled", (PyCFunction) _wrap_ListEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS },
29685 { (char *)"ListEvent_SetEditCanceled", (PyCFunction) _wrap_ListEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS },
29686 { (char *)"ListEvent_swigregister", ListEvent_swigregister, METH_VARARGS },
29687 { (char *)"new_ListCtrl", (PyCFunction) _wrap_new_ListCtrl, METH_VARARGS | METH_KEYWORDS },
29688 { (char *)"new_PreListCtrl", (PyCFunction) _wrap_new_PreListCtrl, METH_VARARGS | METH_KEYWORDS },
29689 { (char *)"ListCtrl_Create", (PyCFunction) _wrap_ListCtrl_Create, METH_VARARGS | METH_KEYWORDS },
29690 { (char *)"ListCtrl__setCallbackInfo", (PyCFunction) _wrap_ListCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
29691 { (char *)"ListCtrl_SetForegroundColour", (PyCFunction) _wrap_ListCtrl_SetForegroundColour, METH_VARARGS | METH_KEYWORDS },
29692 { (char *)"ListCtrl_SetBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29693 { (char *)"ListCtrl_GetColumn", (PyCFunction) _wrap_ListCtrl_GetColumn, METH_VARARGS | METH_KEYWORDS },
29694 { (char *)"ListCtrl_SetColumn", (PyCFunction) _wrap_ListCtrl_SetColumn, METH_VARARGS | METH_KEYWORDS },
29695 { (char *)"ListCtrl_GetColumnWidth", (PyCFunction) _wrap_ListCtrl_GetColumnWidth, METH_VARARGS | METH_KEYWORDS },
29696 { (char *)"ListCtrl_SetColumnWidth", (PyCFunction) _wrap_ListCtrl_SetColumnWidth, METH_VARARGS | METH_KEYWORDS },
29697 { (char *)"ListCtrl_GetCountPerPage", (PyCFunction) _wrap_ListCtrl_GetCountPerPage, METH_VARARGS | METH_KEYWORDS },
29698 { (char *)"ListCtrl_GetViewRect", (PyCFunction) _wrap_ListCtrl_GetViewRect, METH_VARARGS | METH_KEYWORDS },
29699 { (char *)"ListCtrl_GetItem", (PyCFunction) _wrap_ListCtrl_GetItem, METH_VARARGS | METH_KEYWORDS },
29700 { (char *)"ListCtrl_SetItem", (PyCFunction) _wrap_ListCtrl_SetItem, METH_VARARGS | METH_KEYWORDS },
29701 { (char *)"ListCtrl_SetStringItem", (PyCFunction) _wrap_ListCtrl_SetStringItem, METH_VARARGS | METH_KEYWORDS },
29702 { (char *)"ListCtrl_GetItemState", (PyCFunction) _wrap_ListCtrl_GetItemState, METH_VARARGS | METH_KEYWORDS },
29703 { (char *)"ListCtrl_SetItemState", (PyCFunction) _wrap_ListCtrl_SetItemState, METH_VARARGS | METH_KEYWORDS },
29704 { (char *)"ListCtrl_SetItemImage", (PyCFunction) _wrap_ListCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS },
29705 { (char *)"ListCtrl_GetItemText", (PyCFunction) _wrap_ListCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS },
29706 { (char *)"ListCtrl_SetItemText", (PyCFunction) _wrap_ListCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS },
29707 { (char *)"ListCtrl_GetItemData", (PyCFunction) _wrap_ListCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS },
29708 { (char *)"ListCtrl_SetItemData", (PyCFunction) _wrap_ListCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS },
29709 { (char *)"ListCtrl_GetItemPosition", (PyCFunction) _wrap_ListCtrl_GetItemPosition, METH_VARARGS | METH_KEYWORDS },
29710 { (char *)"ListCtrl_GetItemRect", (PyCFunction) _wrap_ListCtrl_GetItemRect, METH_VARARGS | METH_KEYWORDS },
29711 { (char *)"ListCtrl_SetItemPosition", (PyCFunction) _wrap_ListCtrl_SetItemPosition, METH_VARARGS | METH_KEYWORDS },
29712 { (char *)"ListCtrl_GetItemCount", (PyCFunction) _wrap_ListCtrl_GetItemCount, METH_VARARGS | METH_KEYWORDS },
29713 { (char *)"ListCtrl_GetColumnCount", (PyCFunction) _wrap_ListCtrl_GetColumnCount, METH_VARARGS | METH_KEYWORDS },
29714 { (char *)"ListCtrl_GetItemSpacing", (PyCFunction) _wrap_ListCtrl_GetItemSpacing, METH_VARARGS | METH_KEYWORDS },
29715 { (char *)"ListCtrl_SetItemSpacing", (PyCFunction) _wrap_ListCtrl_SetItemSpacing, METH_VARARGS | METH_KEYWORDS },
29716 { (char *)"ListCtrl_GetSelectedItemCount", (PyCFunction) _wrap_ListCtrl_GetSelectedItemCount, METH_VARARGS | METH_KEYWORDS },
29717 { (char *)"ListCtrl_GetTextColour", (PyCFunction) _wrap_ListCtrl_GetTextColour, METH_VARARGS | METH_KEYWORDS },
29718 { (char *)"ListCtrl_SetTextColour", (PyCFunction) _wrap_ListCtrl_SetTextColour, METH_VARARGS | METH_KEYWORDS },
29719 { (char *)"ListCtrl_GetTopItem", (PyCFunction) _wrap_ListCtrl_GetTopItem, METH_VARARGS | METH_KEYWORDS },
29720 { (char *)"ListCtrl_SetSingleStyle", (PyCFunction) _wrap_ListCtrl_SetSingleStyle, METH_VARARGS | METH_KEYWORDS },
29721 { (char *)"ListCtrl_SetWindowStyleFlag", (PyCFunction) _wrap_ListCtrl_SetWindowStyleFlag, METH_VARARGS | METH_KEYWORDS },
29722 { (char *)"ListCtrl_GetNextItem", (PyCFunction) _wrap_ListCtrl_GetNextItem, METH_VARARGS | METH_KEYWORDS },
29723 { (char *)"ListCtrl_GetImageList", (PyCFunction) _wrap_ListCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS },
29724 { (char *)"ListCtrl_SetImageList", (PyCFunction) _wrap_ListCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS },
29725 { (char *)"ListCtrl_AssignImageList", (PyCFunction) _wrap_ListCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS },
29726 { (char *)"ListCtrl_IsVirtual", (PyCFunction) _wrap_ListCtrl_IsVirtual, METH_VARARGS | METH_KEYWORDS },
29727 { (char *)"ListCtrl_RefreshItem", (PyCFunction) _wrap_ListCtrl_RefreshItem, METH_VARARGS | METH_KEYWORDS },
29728 { (char *)"ListCtrl_RefreshItems", (PyCFunction) _wrap_ListCtrl_RefreshItems, METH_VARARGS | METH_KEYWORDS },
29729 { (char *)"ListCtrl_Arrange", (PyCFunction) _wrap_ListCtrl_Arrange, METH_VARARGS | METH_KEYWORDS },
29730 { (char *)"ListCtrl_DeleteItem", (PyCFunction) _wrap_ListCtrl_DeleteItem, METH_VARARGS | METH_KEYWORDS },
29731 { (char *)"ListCtrl_DeleteAllItems", (PyCFunction) _wrap_ListCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS },
29732 { (char *)"ListCtrl_DeleteColumn", (PyCFunction) _wrap_ListCtrl_DeleteColumn, METH_VARARGS | METH_KEYWORDS },
29733 { (char *)"ListCtrl_DeleteAllColumns", (PyCFunction) _wrap_ListCtrl_DeleteAllColumns, METH_VARARGS | METH_KEYWORDS },
29734 { (char *)"ListCtrl_ClearAll", (PyCFunction) _wrap_ListCtrl_ClearAll, METH_VARARGS | METH_KEYWORDS },
29735 { (char *)"ListCtrl_EditLabel", (PyCFunction) _wrap_ListCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS },
29736 { (char *)"ListCtrl_EnsureVisible", (PyCFunction) _wrap_ListCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS },
29737 { (char *)"ListCtrl_FindItem", (PyCFunction) _wrap_ListCtrl_FindItem, METH_VARARGS | METH_KEYWORDS },
29738 { (char *)"ListCtrl_FindItemData", (PyCFunction) _wrap_ListCtrl_FindItemData, METH_VARARGS | METH_KEYWORDS },
29739 { (char *)"ListCtrl_FindItemAtPos", (PyCFunction) _wrap_ListCtrl_FindItemAtPos, METH_VARARGS | METH_KEYWORDS },
29740 { (char *)"ListCtrl_HitTest", (PyCFunction) _wrap_ListCtrl_HitTest, METH_VARARGS | METH_KEYWORDS },
29741 { (char *)"ListCtrl_InsertItem", (PyCFunction) _wrap_ListCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS },
29742 { (char *)"ListCtrl_InsertStringItem", (PyCFunction) _wrap_ListCtrl_InsertStringItem, METH_VARARGS | METH_KEYWORDS },
29743 { (char *)"ListCtrl_InsertImageItem", (PyCFunction) _wrap_ListCtrl_InsertImageItem, METH_VARARGS | METH_KEYWORDS },
29744 { (char *)"ListCtrl_InsertImageStringItem", (PyCFunction) _wrap_ListCtrl_InsertImageStringItem, METH_VARARGS | METH_KEYWORDS },
29745 { (char *)"ListCtrl_InsertColumnInfo", (PyCFunction) _wrap_ListCtrl_InsertColumnInfo, METH_VARARGS | METH_KEYWORDS },
29746 { (char *)"ListCtrl_InsertColumn", (PyCFunction) _wrap_ListCtrl_InsertColumn, METH_VARARGS | METH_KEYWORDS },
29747 { (char *)"ListCtrl_SetItemCount", (PyCFunction) _wrap_ListCtrl_SetItemCount, METH_VARARGS | METH_KEYWORDS },
29748 { (char *)"ListCtrl_ScrollList", (PyCFunction) _wrap_ListCtrl_ScrollList, METH_VARARGS | METH_KEYWORDS },
29749 { (char *)"ListCtrl_SetItemTextColour", (PyCFunction) _wrap_ListCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS },
29750 { (char *)"ListCtrl_GetItemTextColour", (PyCFunction) _wrap_ListCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS },
29751 { (char *)"ListCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29752 { (char *)"ListCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_ListCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29753 { (char *)"ListCtrl_SortItems", (PyCFunction) _wrap_ListCtrl_SortItems, METH_VARARGS | METH_KEYWORDS },
29754 { (char *)"ListCtrl_GetMainWindow", (PyCFunction) _wrap_ListCtrl_GetMainWindow, METH_VARARGS | METH_KEYWORDS },
29755 { (char *)"ListCtrl_swigregister", ListCtrl_swigregister, METH_VARARGS },
29756 { (char *)"new_ListView", (PyCFunction) _wrap_new_ListView, METH_VARARGS | METH_KEYWORDS },
29757 { (char *)"new_PreListView", (PyCFunction) _wrap_new_PreListView, METH_VARARGS | METH_KEYWORDS },
29758 { (char *)"ListView_Create", (PyCFunction) _wrap_ListView_Create, METH_VARARGS | METH_KEYWORDS },
29759 { (char *)"ListView_Select", (PyCFunction) _wrap_ListView_Select, METH_VARARGS | METH_KEYWORDS },
29760 { (char *)"ListView_Focus", (PyCFunction) _wrap_ListView_Focus, METH_VARARGS | METH_KEYWORDS },
29761 { (char *)"ListView_GetFocusedItem", (PyCFunction) _wrap_ListView_GetFocusedItem, METH_VARARGS | METH_KEYWORDS },
29762 { (char *)"ListView_GetNextSelected", (PyCFunction) _wrap_ListView_GetNextSelected, METH_VARARGS | METH_KEYWORDS },
29763 { (char *)"ListView_GetFirstSelected", (PyCFunction) _wrap_ListView_GetFirstSelected, METH_VARARGS | METH_KEYWORDS },
29764 { (char *)"ListView_IsSelected", (PyCFunction) _wrap_ListView_IsSelected, METH_VARARGS | METH_KEYWORDS },
29765 { (char *)"ListView_SetColumnImage", (PyCFunction) _wrap_ListView_SetColumnImage, METH_VARARGS | METH_KEYWORDS },
29766 { (char *)"ListView_ClearColumnImage", (PyCFunction) _wrap_ListView_ClearColumnImage, METH_VARARGS | METH_KEYWORDS },
29767 { (char *)"ListView_swigregister", ListView_swigregister, METH_VARARGS },
29768 { (char *)"new_TreeItemId", (PyCFunction) _wrap_new_TreeItemId, METH_VARARGS | METH_KEYWORDS },
29769 { (char *)"delete_TreeItemId", (PyCFunction) _wrap_delete_TreeItemId, METH_VARARGS | METH_KEYWORDS },
29770 { (char *)"TreeItemId_IsOk", (PyCFunction) _wrap_TreeItemId_IsOk, METH_VARARGS | METH_KEYWORDS },
29771 { (char *)"TreeItemId___eq__", (PyCFunction) _wrap_TreeItemId___eq__, METH_VARARGS | METH_KEYWORDS },
29772 { (char *)"TreeItemId___ne__", (PyCFunction) _wrap_TreeItemId___ne__, METH_VARARGS | METH_KEYWORDS },
29773 { (char *)"TreeItemId_m_pItem_set", (PyCFunction) _wrap_TreeItemId_m_pItem_set, METH_VARARGS | METH_KEYWORDS },
29774 { (char *)"TreeItemId_m_pItem_get", (PyCFunction) _wrap_TreeItemId_m_pItem_get, METH_VARARGS | METH_KEYWORDS },
29775 { (char *)"TreeItemId_swigregister", TreeItemId_swigregister, METH_VARARGS },
29776 { (char *)"new_TreeItemData", (PyCFunction) _wrap_new_TreeItemData, METH_VARARGS | METH_KEYWORDS },
29777 { (char *)"TreeItemData_GetData", (PyCFunction) _wrap_TreeItemData_GetData, METH_VARARGS | METH_KEYWORDS },
29778 { (char *)"TreeItemData_SetData", (PyCFunction) _wrap_TreeItemData_SetData, METH_VARARGS | METH_KEYWORDS },
29779 { (char *)"TreeItemData_GetId", (PyCFunction) _wrap_TreeItemData_GetId, METH_VARARGS | METH_KEYWORDS },
29780 { (char *)"TreeItemData_SetId", (PyCFunction) _wrap_TreeItemData_SetId, METH_VARARGS | METH_KEYWORDS },
29781 { (char *)"TreeItemData_Destroy", (PyCFunction) _wrap_TreeItemData_Destroy, METH_VARARGS | METH_KEYWORDS },
29782 { (char *)"TreeItemData_swigregister", TreeItemData_swigregister, METH_VARARGS },
29783 { (char *)"new_TreeEvent", (PyCFunction) _wrap_new_TreeEvent, METH_VARARGS | METH_KEYWORDS },
29784 { (char *)"TreeEvent_GetItem", (PyCFunction) _wrap_TreeEvent_GetItem, METH_VARARGS | METH_KEYWORDS },
29785 { (char *)"TreeEvent_SetItem", (PyCFunction) _wrap_TreeEvent_SetItem, METH_VARARGS | METH_KEYWORDS },
29786 { (char *)"TreeEvent_GetOldItem", (PyCFunction) _wrap_TreeEvent_GetOldItem, METH_VARARGS | METH_KEYWORDS },
29787 { (char *)"TreeEvent_SetOldItem", (PyCFunction) _wrap_TreeEvent_SetOldItem, METH_VARARGS | METH_KEYWORDS },
29788 { (char *)"TreeEvent_GetPoint", (PyCFunction) _wrap_TreeEvent_GetPoint, METH_VARARGS | METH_KEYWORDS },
29789 { (char *)"TreeEvent_SetPoint", (PyCFunction) _wrap_TreeEvent_SetPoint, METH_VARARGS | METH_KEYWORDS },
29790 { (char *)"TreeEvent_GetKeyEvent", (PyCFunction) _wrap_TreeEvent_GetKeyEvent, METH_VARARGS | METH_KEYWORDS },
29791 { (char *)"TreeEvent_GetKeyCode", (PyCFunction) _wrap_TreeEvent_GetKeyCode, METH_VARARGS | METH_KEYWORDS },
29792 { (char *)"TreeEvent_SetKeyEvent", (PyCFunction) _wrap_TreeEvent_SetKeyEvent, METH_VARARGS | METH_KEYWORDS },
29793 { (char *)"TreeEvent_GetLabel", (PyCFunction) _wrap_TreeEvent_GetLabel, METH_VARARGS | METH_KEYWORDS },
29794 { (char *)"TreeEvent_SetLabel", (PyCFunction) _wrap_TreeEvent_SetLabel, METH_VARARGS | METH_KEYWORDS },
29795 { (char *)"TreeEvent_IsEditCancelled", (PyCFunction) _wrap_TreeEvent_IsEditCancelled, METH_VARARGS | METH_KEYWORDS },
29796 { (char *)"TreeEvent_SetEditCanceled", (PyCFunction) _wrap_TreeEvent_SetEditCanceled, METH_VARARGS | METH_KEYWORDS },
29797 { (char *)"TreeEvent_SetToolTip", (PyCFunction) _wrap_TreeEvent_SetToolTip, METH_VARARGS | METH_KEYWORDS },
29798 { (char *)"TreeEvent_swigregister", TreeEvent_swigregister, METH_VARARGS },
29799 { (char *)"new_TreeCtrl", (PyCFunction) _wrap_new_TreeCtrl, METH_VARARGS | METH_KEYWORDS },
29800 { (char *)"new_PreTreeCtrl", (PyCFunction) _wrap_new_PreTreeCtrl, METH_VARARGS | METH_KEYWORDS },
29801 { (char *)"TreeCtrl_Create", (PyCFunction) _wrap_TreeCtrl_Create, METH_VARARGS | METH_KEYWORDS },
29802 { (char *)"TreeCtrl__setCallbackInfo", (PyCFunction) _wrap_TreeCtrl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
29803 { (char *)"TreeCtrl_GetCount", (PyCFunction) _wrap_TreeCtrl_GetCount, METH_VARARGS | METH_KEYWORDS },
29804 { (char *)"TreeCtrl_GetIndent", (PyCFunction) _wrap_TreeCtrl_GetIndent, METH_VARARGS | METH_KEYWORDS },
29805 { (char *)"TreeCtrl_SetIndent", (PyCFunction) _wrap_TreeCtrl_SetIndent, METH_VARARGS | METH_KEYWORDS },
29806 { (char *)"TreeCtrl_GetSpacing", (PyCFunction) _wrap_TreeCtrl_GetSpacing, METH_VARARGS | METH_KEYWORDS },
29807 { (char *)"TreeCtrl_SetSpacing", (PyCFunction) _wrap_TreeCtrl_SetSpacing, METH_VARARGS | METH_KEYWORDS },
29808 { (char *)"TreeCtrl_GetImageList", (PyCFunction) _wrap_TreeCtrl_GetImageList, METH_VARARGS | METH_KEYWORDS },
29809 { (char *)"TreeCtrl_GetStateImageList", (PyCFunction) _wrap_TreeCtrl_GetStateImageList, METH_VARARGS | METH_KEYWORDS },
29810 { (char *)"TreeCtrl_SetImageList", (PyCFunction) _wrap_TreeCtrl_SetImageList, METH_VARARGS | METH_KEYWORDS },
29811 { (char *)"TreeCtrl_SetStateImageList", (PyCFunction) _wrap_TreeCtrl_SetStateImageList, METH_VARARGS | METH_KEYWORDS },
29812 { (char *)"TreeCtrl_AssignImageList", (PyCFunction) _wrap_TreeCtrl_AssignImageList, METH_VARARGS | METH_KEYWORDS },
29813 { (char *)"TreeCtrl_AssignStateImageList", (PyCFunction) _wrap_TreeCtrl_AssignStateImageList, METH_VARARGS | METH_KEYWORDS },
29814 { (char *)"TreeCtrl_GetItemText", (PyCFunction) _wrap_TreeCtrl_GetItemText, METH_VARARGS | METH_KEYWORDS },
29815 { (char *)"TreeCtrl_GetItemImage", (PyCFunction) _wrap_TreeCtrl_GetItemImage, METH_VARARGS | METH_KEYWORDS },
29816 { (char *)"TreeCtrl_GetItemData", (PyCFunction) _wrap_TreeCtrl_GetItemData, METH_VARARGS | METH_KEYWORDS },
29817 { (char *)"TreeCtrl_GetItemPyData", (PyCFunction) _wrap_TreeCtrl_GetItemPyData, METH_VARARGS | METH_KEYWORDS },
29818 { (char *)"TreeCtrl_GetItemTextColour", (PyCFunction) _wrap_TreeCtrl_GetItemTextColour, METH_VARARGS | METH_KEYWORDS },
29819 { (char *)"TreeCtrl_GetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_GetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29820 { (char *)"TreeCtrl_GetItemFont", (PyCFunction) _wrap_TreeCtrl_GetItemFont, METH_VARARGS | METH_KEYWORDS },
29821 { (char *)"TreeCtrl_SetItemText", (PyCFunction) _wrap_TreeCtrl_SetItemText, METH_VARARGS | METH_KEYWORDS },
29822 { (char *)"TreeCtrl_SetItemImage", (PyCFunction) _wrap_TreeCtrl_SetItemImage, METH_VARARGS | METH_KEYWORDS },
29823 { (char *)"TreeCtrl_SetItemData", (PyCFunction) _wrap_TreeCtrl_SetItemData, METH_VARARGS | METH_KEYWORDS },
29824 { (char *)"TreeCtrl_SetItemPyData", (PyCFunction) _wrap_TreeCtrl_SetItemPyData, METH_VARARGS | METH_KEYWORDS },
29825 { (char *)"TreeCtrl_SetItemHasChildren", (PyCFunction) _wrap_TreeCtrl_SetItemHasChildren, METH_VARARGS | METH_KEYWORDS },
29826 { (char *)"TreeCtrl_SetItemBold", (PyCFunction) _wrap_TreeCtrl_SetItemBold, METH_VARARGS | METH_KEYWORDS },
29827 { (char *)"TreeCtrl_SetItemTextColour", (PyCFunction) _wrap_TreeCtrl_SetItemTextColour, METH_VARARGS | METH_KEYWORDS },
29828 { (char *)"TreeCtrl_SetItemBackgroundColour", (PyCFunction) _wrap_TreeCtrl_SetItemBackgroundColour, METH_VARARGS | METH_KEYWORDS },
29829 { (char *)"TreeCtrl_SetItemFont", (PyCFunction) _wrap_TreeCtrl_SetItemFont, METH_VARARGS | METH_KEYWORDS },
29830 { (char *)"TreeCtrl_IsVisible", (PyCFunction) _wrap_TreeCtrl_IsVisible, METH_VARARGS | METH_KEYWORDS },
29831 { (char *)"TreeCtrl_ItemHasChildren", (PyCFunction) _wrap_TreeCtrl_ItemHasChildren, METH_VARARGS | METH_KEYWORDS },
29832 { (char *)"TreeCtrl_IsExpanded", (PyCFunction) _wrap_TreeCtrl_IsExpanded, METH_VARARGS | METH_KEYWORDS },
29833 { (char *)"TreeCtrl_IsSelected", (PyCFunction) _wrap_TreeCtrl_IsSelected, METH_VARARGS | METH_KEYWORDS },
29834 { (char *)"TreeCtrl_IsBold", (PyCFunction) _wrap_TreeCtrl_IsBold, METH_VARARGS | METH_KEYWORDS },
29835 { (char *)"TreeCtrl_GetChildrenCount", (PyCFunction) _wrap_TreeCtrl_GetChildrenCount, METH_VARARGS | METH_KEYWORDS },
29836 { (char *)"TreeCtrl_GetRootItem", (PyCFunction) _wrap_TreeCtrl_GetRootItem, METH_VARARGS | METH_KEYWORDS },
29837 { (char *)"TreeCtrl_GetSelection", (PyCFunction) _wrap_TreeCtrl_GetSelection, METH_VARARGS | METH_KEYWORDS },
29838 { (char *)"TreeCtrl_GetSelections", (PyCFunction) _wrap_TreeCtrl_GetSelections, METH_VARARGS | METH_KEYWORDS },
29839 { (char *)"TreeCtrl_GetItemParent", (PyCFunction) _wrap_TreeCtrl_GetItemParent, METH_VARARGS | METH_KEYWORDS },
29840 { (char *)"TreeCtrl_GetFirstChild", (PyCFunction) _wrap_TreeCtrl_GetFirstChild, METH_VARARGS | METH_KEYWORDS },
29841 { (char *)"TreeCtrl_GetNextChild", (PyCFunction) _wrap_TreeCtrl_GetNextChild, METH_VARARGS | METH_KEYWORDS },
29842 { (char *)"TreeCtrl_GetLastChild", (PyCFunction) _wrap_TreeCtrl_GetLastChild, METH_VARARGS | METH_KEYWORDS },
29843 { (char *)"TreeCtrl_GetNextSibling", (PyCFunction) _wrap_TreeCtrl_GetNextSibling, METH_VARARGS | METH_KEYWORDS },
29844 { (char *)"TreeCtrl_GetPrevSibling", (PyCFunction) _wrap_TreeCtrl_GetPrevSibling, METH_VARARGS | METH_KEYWORDS },
29845 { (char *)"TreeCtrl_GetFirstVisibleItem", (PyCFunction) _wrap_TreeCtrl_GetFirstVisibleItem, METH_VARARGS | METH_KEYWORDS },
29846 { (char *)"TreeCtrl_GetNextVisible", (PyCFunction) _wrap_TreeCtrl_GetNextVisible, METH_VARARGS | METH_KEYWORDS },
29847 { (char *)"TreeCtrl_GetPrevVisible", (PyCFunction) _wrap_TreeCtrl_GetPrevVisible, METH_VARARGS | METH_KEYWORDS },
29848 { (char *)"TreeCtrl_AddRoot", (PyCFunction) _wrap_TreeCtrl_AddRoot, METH_VARARGS | METH_KEYWORDS },
29849 { (char *)"TreeCtrl_PrependItem", (PyCFunction) _wrap_TreeCtrl_PrependItem, METH_VARARGS | METH_KEYWORDS },
29850 { (char *)"TreeCtrl_InsertItem", (PyCFunction) _wrap_TreeCtrl_InsertItem, METH_VARARGS | METH_KEYWORDS },
29851 { (char *)"TreeCtrl_InsertItemBefore", (PyCFunction) _wrap_TreeCtrl_InsertItemBefore, METH_VARARGS | METH_KEYWORDS },
29852 { (char *)"TreeCtrl_AppendItem", (PyCFunction) _wrap_TreeCtrl_AppendItem, METH_VARARGS | METH_KEYWORDS },
29853 { (char *)"TreeCtrl_Delete", (PyCFunction) _wrap_TreeCtrl_Delete, METH_VARARGS | METH_KEYWORDS },
29854 { (char *)"TreeCtrl_DeleteChildren", (PyCFunction) _wrap_TreeCtrl_DeleteChildren, METH_VARARGS | METH_KEYWORDS },
29855 { (char *)"TreeCtrl_DeleteAllItems", (PyCFunction) _wrap_TreeCtrl_DeleteAllItems, METH_VARARGS | METH_KEYWORDS },
29856 { (char *)"TreeCtrl_Expand", (PyCFunction) _wrap_TreeCtrl_Expand, METH_VARARGS | METH_KEYWORDS },
29857 { (char *)"TreeCtrl_Collapse", (PyCFunction) _wrap_TreeCtrl_Collapse, METH_VARARGS | METH_KEYWORDS },
29858 { (char *)"TreeCtrl_CollapseAndReset", (PyCFunction) _wrap_TreeCtrl_CollapseAndReset, METH_VARARGS | METH_KEYWORDS },
29859 { (char *)"TreeCtrl_Toggle", (PyCFunction) _wrap_TreeCtrl_Toggle, METH_VARARGS | METH_KEYWORDS },
29860 { (char *)"TreeCtrl_Unselect", (PyCFunction) _wrap_TreeCtrl_Unselect, METH_VARARGS | METH_KEYWORDS },
29861 { (char *)"TreeCtrl_UnselectAll", (PyCFunction) _wrap_TreeCtrl_UnselectAll, METH_VARARGS | METH_KEYWORDS },
29862 { (char *)"TreeCtrl_SelectItem", (PyCFunction) _wrap_TreeCtrl_SelectItem, METH_VARARGS | METH_KEYWORDS },
29863 { (char *)"TreeCtrl_EnsureVisible", (PyCFunction) _wrap_TreeCtrl_EnsureVisible, METH_VARARGS | METH_KEYWORDS },
29864 { (char *)"TreeCtrl_ScrollTo", (PyCFunction) _wrap_TreeCtrl_ScrollTo, METH_VARARGS | METH_KEYWORDS },
29865 { (char *)"TreeCtrl_EditLabel", (PyCFunction) _wrap_TreeCtrl_EditLabel, METH_VARARGS | METH_KEYWORDS },
29866 { (char *)"TreeCtrl_GetEditControl", (PyCFunction) _wrap_TreeCtrl_GetEditControl, METH_VARARGS | METH_KEYWORDS },
29867 { (char *)"TreeCtrl_SortChildren", (PyCFunction) _wrap_TreeCtrl_SortChildren, METH_VARARGS | METH_KEYWORDS },
29868 { (char *)"TreeCtrl_HitTest", (PyCFunction) _wrap_TreeCtrl_HitTest, METH_VARARGS | METH_KEYWORDS },
29869 { (char *)"TreeCtrl_GetBoundingRect", (PyCFunction) _wrap_TreeCtrl_GetBoundingRect, METH_VARARGS | METH_KEYWORDS },
29870 { (char *)"TreeCtrl_swigregister", TreeCtrl_swigregister, METH_VARARGS },
29871 { (char *)"new_GenericDirCtrl", (PyCFunction) _wrap_new_GenericDirCtrl, METH_VARARGS | METH_KEYWORDS },
29872 { (char *)"new_PreGenericDirCtrl", (PyCFunction) _wrap_new_PreGenericDirCtrl, METH_VARARGS | METH_KEYWORDS },
29873 { (char *)"GenericDirCtrl_Create", (PyCFunction) _wrap_GenericDirCtrl_Create, METH_VARARGS | METH_KEYWORDS },
29874 { (char *)"GenericDirCtrl_ExpandPath", (PyCFunction) _wrap_GenericDirCtrl_ExpandPath, METH_VARARGS | METH_KEYWORDS },
29875 { (char *)"GenericDirCtrl_GetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_GetDefaultPath, METH_VARARGS | METH_KEYWORDS },
29876 { (char *)"GenericDirCtrl_SetDefaultPath", (PyCFunction) _wrap_GenericDirCtrl_SetDefaultPath, METH_VARARGS | METH_KEYWORDS },
29877 { (char *)"GenericDirCtrl_GetPath", (PyCFunction) _wrap_GenericDirCtrl_GetPath, METH_VARARGS | METH_KEYWORDS },
29878 { (char *)"GenericDirCtrl_GetFilePath", (PyCFunction) _wrap_GenericDirCtrl_GetFilePath, METH_VARARGS | METH_KEYWORDS },
29879 { (char *)"GenericDirCtrl_SetPath", (PyCFunction) _wrap_GenericDirCtrl_SetPath, METH_VARARGS | METH_KEYWORDS },
29880 { (char *)"GenericDirCtrl_ShowHidden", (PyCFunction) _wrap_GenericDirCtrl_ShowHidden, METH_VARARGS | METH_KEYWORDS },
29881 { (char *)"GenericDirCtrl_GetShowHidden", (PyCFunction) _wrap_GenericDirCtrl_GetShowHidden, METH_VARARGS | METH_KEYWORDS },
29882 { (char *)"GenericDirCtrl_GetFilter", (PyCFunction) _wrap_GenericDirCtrl_GetFilter, METH_VARARGS | METH_KEYWORDS },
29883 { (char *)"GenericDirCtrl_SetFilter", (PyCFunction) _wrap_GenericDirCtrl_SetFilter, METH_VARARGS | METH_KEYWORDS },
29884 { (char *)"GenericDirCtrl_GetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_GetFilterIndex, METH_VARARGS | METH_KEYWORDS },
29885 { (char *)"GenericDirCtrl_SetFilterIndex", (PyCFunction) _wrap_GenericDirCtrl_SetFilterIndex, METH_VARARGS | METH_KEYWORDS },
29886 { (char *)"GenericDirCtrl_GetRootId", (PyCFunction) _wrap_GenericDirCtrl_GetRootId, METH_VARARGS | METH_KEYWORDS },
29887 { (char *)"GenericDirCtrl_GetTreeCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetTreeCtrl, METH_VARARGS | METH_KEYWORDS },
29888 { (char *)"GenericDirCtrl_GetFilterListCtrl", (PyCFunction) _wrap_GenericDirCtrl_GetFilterListCtrl, METH_VARARGS | METH_KEYWORDS },
29889 { (char *)"GenericDirCtrl_FindChild", (PyCFunction) _wrap_GenericDirCtrl_FindChild, METH_VARARGS | METH_KEYWORDS },
29890 { (char *)"GenericDirCtrl_DoResize", (PyCFunction) _wrap_GenericDirCtrl_DoResize, METH_VARARGS | METH_KEYWORDS },
29891 { (char *)"GenericDirCtrl_ReCreateTree", (PyCFunction) _wrap_GenericDirCtrl_ReCreateTree, METH_VARARGS | METH_KEYWORDS },
29892 { (char *)"GenericDirCtrl_swigregister", GenericDirCtrl_swigregister, METH_VARARGS },
29893 { (char *)"new_DirFilterListCtrl", (PyCFunction) _wrap_new_DirFilterListCtrl, METH_VARARGS | METH_KEYWORDS },
29894 { (char *)"new_PreDirFilterListCtrl", (PyCFunction) _wrap_new_PreDirFilterListCtrl, METH_VARARGS | METH_KEYWORDS },
29895 { (char *)"DirFilterListCtrl_Create", (PyCFunction) _wrap_DirFilterListCtrl_Create, METH_VARARGS | METH_KEYWORDS },
29896 { (char *)"DirFilterListCtrl_FillFilterList", (PyCFunction) _wrap_DirFilterListCtrl_FillFilterList, METH_VARARGS | METH_KEYWORDS },
29897 { (char *)"DirFilterListCtrl_swigregister", DirFilterListCtrl_swigregister, METH_VARARGS },
29898 { (char *)"new_PyControl", (PyCFunction) _wrap_new_PyControl, METH_VARARGS | METH_KEYWORDS },
29899 { (char *)"PyControl__setCallbackInfo", (PyCFunction) _wrap_PyControl__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
29900 { (char *)"PyControl_base_DoMoveWindow", (PyCFunction) _wrap_PyControl_base_DoMoveWindow, METH_VARARGS | METH_KEYWORDS },
29901 { (char *)"PyControl_base_DoSetSize", (PyCFunction) _wrap_PyControl_base_DoSetSize, METH_VARARGS | METH_KEYWORDS },
29902 { (char *)"PyControl_base_DoSetClientSize", (PyCFunction) _wrap_PyControl_base_DoSetClientSize, METH_VARARGS | METH_KEYWORDS },
29903 { (char *)"PyControl_base_DoSetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoSetVirtualSize, METH_VARARGS | METH_KEYWORDS },
29904 { (char *)"PyControl_base_DoGetSize", (PyCFunction) _wrap_PyControl_base_DoGetSize, METH_VARARGS | METH_KEYWORDS },
29905 { (char *)"PyControl_base_DoGetClientSize", (PyCFunction) _wrap_PyControl_base_DoGetClientSize, METH_VARARGS | METH_KEYWORDS },
29906 { (char *)"PyControl_base_DoGetPosition", (PyCFunction) _wrap_PyControl_base_DoGetPosition, METH_VARARGS | METH_KEYWORDS },
29907 { (char *)"PyControl_base_DoGetVirtualSize", (PyCFunction) _wrap_PyControl_base_DoGetVirtualSize, METH_VARARGS | METH_KEYWORDS },
29908 { (char *)"PyControl_base_DoGetBestSize", (PyCFunction) _wrap_PyControl_base_DoGetBestSize, METH_VARARGS | METH_KEYWORDS },
29909 { (char *)"PyControl_base_InitDialog", (PyCFunction) _wrap_PyControl_base_InitDialog, METH_VARARGS | METH_KEYWORDS },
29910 { (char *)"PyControl_base_TransferDataToWindow", (PyCFunction) _wrap_PyControl_base_TransferDataToWindow, METH_VARARGS | METH_KEYWORDS },
29911 { (char *)"PyControl_base_TransferDataFromWindow", (PyCFunction) _wrap_PyControl_base_TransferDataFromWindow, METH_VARARGS | METH_KEYWORDS },
29912 { (char *)"PyControl_base_Validate", (PyCFunction) _wrap_PyControl_base_Validate, METH_VARARGS | METH_KEYWORDS },
29913 { (char *)"PyControl_base_AcceptsFocus", (PyCFunction) _wrap_PyControl_base_AcceptsFocus, METH_VARARGS | METH_KEYWORDS },
29914 { (char *)"PyControl_base_AcceptsFocusFromKeyboard", (PyCFunction) _wrap_PyControl_base_AcceptsFocusFromKeyboard, METH_VARARGS | METH_KEYWORDS },
29915 { (char *)"PyControl_base_GetMaxSize", (PyCFunction) _wrap_PyControl_base_GetMaxSize, METH_VARARGS | METH_KEYWORDS },
29916 { (char *)"PyControl_base_AddChild", (PyCFunction) _wrap_PyControl_base_AddChild, METH_VARARGS | METH_KEYWORDS },
29917 { (char *)"PyControl_base_RemoveChild", (PyCFunction) _wrap_PyControl_base_RemoveChild, METH_VARARGS | METH_KEYWORDS },
29918 { (char *)"PyControl_swigregister", PyControl_swigregister, METH_VARARGS },
29919 { (char *)"new_HelpEvent", (PyCFunction) _wrap_new_HelpEvent, METH_VARARGS | METH_KEYWORDS },
29920 { (char *)"HelpEvent_GetPosition", (PyCFunction) _wrap_HelpEvent_GetPosition, METH_VARARGS | METH_KEYWORDS },
29921 { (char *)"HelpEvent_SetPosition", (PyCFunction) _wrap_HelpEvent_SetPosition, METH_VARARGS | METH_KEYWORDS },
29922 { (char *)"HelpEvent_GetLink", (PyCFunction) _wrap_HelpEvent_GetLink, METH_VARARGS | METH_KEYWORDS },
29923 { (char *)"HelpEvent_SetLink", (PyCFunction) _wrap_HelpEvent_SetLink, METH_VARARGS | METH_KEYWORDS },
29924 { (char *)"HelpEvent_GetTarget", (PyCFunction) _wrap_HelpEvent_GetTarget, METH_VARARGS | METH_KEYWORDS },
29925 { (char *)"HelpEvent_SetTarget", (PyCFunction) _wrap_HelpEvent_SetTarget, METH_VARARGS | METH_KEYWORDS },
29926 { (char *)"HelpEvent_swigregister", HelpEvent_swigregister, METH_VARARGS },
29927 { (char *)"new_ContextHelp", (PyCFunction) _wrap_new_ContextHelp, METH_VARARGS | METH_KEYWORDS },
29928 { (char *)"delete_ContextHelp", (PyCFunction) _wrap_delete_ContextHelp, METH_VARARGS | METH_KEYWORDS },
29929 { (char *)"ContextHelp_BeginContextHelp", (PyCFunction) _wrap_ContextHelp_BeginContextHelp, METH_VARARGS | METH_KEYWORDS },
29930 { (char *)"ContextHelp_EndContextHelp", (PyCFunction) _wrap_ContextHelp_EndContextHelp, METH_VARARGS | METH_KEYWORDS },
29931 { (char *)"ContextHelp_swigregister", ContextHelp_swigregister, METH_VARARGS },
29932 { (char *)"new_ContextHelpButton", (PyCFunction) _wrap_new_ContextHelpButton, METH_VARARGS | METH_KEYWORDS },
29933 { (char *)"ContextHelpButton_swigregister", ContextHelpButton_swigregister, METH_VARARGS },
29934 { (char *)"HelpProvider_Set", (PyCFunction) _wrap_HelpProvider_Set, METH_VARARGS | METH_KEYWORDS },
29935 { (char *)"HelpProvider_Get", (PyCFunction) _wrap_HelpProvider_Get, METH_VARARGS | METH_KEYWORDS },
29936 { (char *)"HelpProvider_GetHelp", (PyCFunction) _wrap_HelpProvider_GetHelp, METH_VARARGS | METH_KEYWORDS },
29937 { (char *)"HelpProvider_ShowHelp", (PyCFunction) _wrap_HelpProvider_ShowHelp, METH_VARARGS | METH_KEYWORDS },
29938 { (char *)"HelpProvider_AddHelp", (PyCFunction) _wrap_HelpProvider_AddHelp, METH_VARARGS | METH_KEYWORDS },
29939 { (char *)"HelpProvider_AddHelpById", (PyCFunction) _wrap_HelpProvider_AddHelpById, METH_VARARGS | METH_KEYWORDS },
29940 { (char *)"HelpProvider_Destroy", (PyCFunction) _wrap_HelpProvider_Destroy, METH_VARARGS | METH_KEYWORDS },
29941 { (char *)"HelpProvider_swigregister", HelpProvider_swigregister, METH_VARARGS },
29942 { (char *)"new_SimpleHelpProvider", (PyCFunction) _wrap_new_SimpleHelpProvider, METH_VARARGS | METH_KEYWORDS },
29943 { (char *)"SimpleHelpProvider_swigregister", SimpleHelpProvider_swigregister, METH_VARARGS },
29944 { (char *)"new_DragImage", (PyCFunction) _wrap_new_DragImage, METH_VARARGS | METH_KEYWORDS },
29945 { (char *)"new_DragIcon", (PyCFunction) _wrap_new_DragIcon, METH_VARARGS | METH_KEYWORDS },
29946 { (char *)"new_DragString", (PyCFunction) _wrap_new_DragString, METH_VARARGS | METH_KEYWORDS },
29947 { (char *)"new_DragTreeItem", (PyCFunction) _wrap_new_DragTreeItem, METH_VARARGS | METH_KEYWORDS },
29948 { (char *)"new_DragListItem", (PyCFunction) _wrap_new_DragListItem, METH_VARARGS | METH_KEYWORDS },
29949 { (char *)"delete_DragImage", (PyCFunction) _wrap_delete_DragImage, METH_VARARGS | METH_KEYWORDS },
29950 { (char *)"DragImage_SetBackingBitmap", (PyCFunction) _wrap_DragImage_SetBackingBitmap, METH_VARARGS | METH_KEYWORDS },
29951 { (char *)"DragImage_BeginDrag", (PyCFunction) _wrap_DragImage_BeginDrag, METH_VARARGS | METH_KEYWORDS },
29952 { (char *)"DragImage_BeginDragBounded", (PyCFunction) _wrap_DragImage_BeginDragBounded, METH_VARARGS | METH_KEYWORDS },
29953 { (char *)"DragImage_EndDrag", (PyCFunction) _wrap_DragImage_EndDrag, METH_VARARGS | METH_KEYWORDS },
29954 { (char *)"DragImage_Move", (PyCFunction) _wrap_DragImage_Move, METH_VARARGS | METH_KEYWORDS },
29955 { (char *)"DragImage_Show", (PyCFunction) _wrap_DragImage_Show, METH_VARARGS | METH_KEYWORDS },
29956 { (char *)"DragImage_Hide", (PyCFunction) _wrap_DragImage_Hide, METH_VARARGS | METH_KEYWORDS },
29957 { (char *)"DragImage_GetImageRect", (PyCFunction) _wrap_DragImage_GetImageRect, METH_VARARGS | METH_KEYWORDS },
29958 { (char *)"DragImage_DoDrawImage", (PyCFunction) _wrap_DragImage_DoDrawImage, METH_VARARGS | METH_KEYWORDS },
29959 { (char *)"DragImage_UpdateBackingFromWindow", (PyCFunction) _wrap_DragImage_UpdateBackingFromWindow, METH_VARARGS | METH_KEYWORDS },
29960 { (char *)"DragImage_RedrawImage", (PyCFunction) _wrap_DragImage_RedrawImage, METH_VARARGS | METH_KEYWORDS },
29961 { (char *)"DragImage_swigregister", DragImage_swigregister, METH_VARARGS },
29962 { NULL, NULL }
29963 };
29964
29965
29966 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
29967
29968 static void *_p_wxNotebookEventTo_p_wxBookCtrlEvent(void *x) {
29969 return (void *)((wxBookCtrlEvent *) ((wxNotebookEvent *) x));
29970 }
29971 static void *_p_wxListbookEventTo_p_wxBookCtrlEvent(void *x) {
29972 return (void *)((wxBookCtrlEvent *) ((wxListbookEvent *) x));
29973 }
29974 static void *_p_wxBoxSizerTo_p_wxSizer(void *x) {
29975 return (void *)((wxSizer *) ((wxBoxSizer *) x));
29976 }
29977 static void *_p_wxStaticBoxSizerTo_p_wxSizer(void *x) {
29978 return (void *)((wxSizer *) (wxBoxSizer *) ((wxStaticBoxSizer *) x));
29979 }
29980 static void *_p_wxGridBagSizerTo_p_wxSizer(void *x) {
29981 return (void *)((wxSizer *) (wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
29982 }
29983 static void *_p_wxGridSizerTo_p_wxSizer(void *x) {
29984 return (void *)((wxSizer *) ((wxGridSizer *) x));
29985 }
29986 static void *_p_wxFlexGridSizerTo_p_wxSizer(void *x) {
29987 return (void *)((wxSizer *) (wxGridSizer *) ((wxFlexGridSizer *) x));
29988 }
29989 static void *_p_wxNotebookSizerTo_p_wxSizer(void *x) {
29990 return (void *)((wxSizer *) ((wxNotebookSizer *) x));
29991 }
29992 static void *_p_wxPySizerTo_p_wxSizer(void *x) {
29993 return (void *)((wxSizer *) ((wxPySizer *) x));
29994 }
29995 static void *_p_wxBookCtrlSizerTo_p_wxSizer(void *x) {
29996 return (void *)((wxSizer *) ((wxBookCtrlSizer *) x));
29997 }
29998 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x) {
29999 return (void *)((wxEvent *) (wxCommandEvent *) ((wxContextMenuEvent *) x));
30000 }
30001 static void *_p_wxMenuEventTo_p_wxEvent(void *x) {
30002 return (void *)((wxEvent *) ((wxMenuEvent *) x));
30003 }
30004 static void *_p_wxCloseEventTo_p_wxEvent(void *x) {
30005 return (void *)((wxEvent *) ((wxCloseEvent *) x));
30006 }
30007 static void *_p_wxMouseEventTo_p_wxEvent(void *x) {
30008 return (void *)((wxEvent *) ((wxMouseEvent *) x));
30009 }
30010 static void *_p_wxEraseEventTo_p_wxEvent(void *x) {
30011 return (void *)((wxEvent *) ((wxEraseEvent *) x));
30012 }
30013 static void *_p_wxTreeEventTo_p_wxEvent(void *x) {
30014 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
30015 }
30016 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x) {
30017 return (void *)((wxEvent *) ((wxSetCursorEvent *) x));
30018 }
30019 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x) {
30020 return (void *)((wxEvent *) ((wxInitDialogEvent *) x));
30021 }
30022 static void *_p_wxScrollEventTo_p_wxEvent(void *x) {
30023 return (void *)((wxEvent *) (wxCommandEvent *) ((wxScrollEvent *) x));
30024 }
30025 static void *_p_wxTextUrlEventTo_p_wxEvent(void *x) {
30026 return (void *)((wxEvent *) (wxCommandEvent *) ((wxTextUrlEvent *) x));
30027 }
30028 static void *_p_wxBookCtrlEventTo_p_wxEvent(void *x) {
30029 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
30030 }
30031 static void *_p_wxPyEventTo_p_wxEvent(void *x) {
30032 return (void *)((wxEvent *) ((wxPyEvent *) x));
30033 }
30034 static void *_p_wxNotifyEventTo_p_wxEvent(void *x) {
30035 return (void *)((wxEvent *) (wxCommandEvent *) ((wxNotifyEvent *) x));
30036 }
30037 static void *_p_wxListEventTo_p_wxEvent(void *x) {
30038 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
30039 }
30040 static void *_p_wxNotebookEventTo_p_wxEvent(void *x) {
30041 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
30042 }
30043 static void *_p_wxListbookEventTo_p_wxEvent(void *x) {
30044 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
30045 }
30046 static void *_p_wxHelpEventTo_p_wxEvent(void *x) {
30047 return (void *)((wxEvent *) (wxCommandEvent *) ((wxHelpEvent *) x));
30048 }
30049 static void *_p_wxIdleEventTo_p_wxEvent(void *x) {
30050 return (void *)((wxEvent *) ((wxIdleEvent *) x));
30051 }
30052 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x) {
30053 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowCreateEvent *) x));
30054 }
30055 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x) {
30056 return (void *)((wxEvent *) ((wxQueryNewPaletteEvent *) x));
30057 }
30058 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x) {
30059 return (void *)((wxEvent *) ((wxMaximizeEvent *) x));
30060 }
30061 static void *_p_wxIconizeEventTo_p_wxEvent(void *x) {
30062 return (void *)((wxEvent *) ((wxIconizeEvent *) x));
30063 }
30064 static void *_p_wxActivateEventTo_p_wxEvent(void *x) {
30065 return (void *)((wxEvent *) ((wxActivateEvent *) x));
30066 }
30067 static void *_p_wxSizeEventTo_p_wxEvent(void *x) {
30068 return (void *)((wxEvent *) ((wxSizeEvent *) x));
30069 }
30070 static void *_p_wxMoveEventTo_p_wxEvent(void *x) {
30071 return (void *)((wxEvent *) ((wxMoveEvent *) x));
30072 }
30073 static void *_p_wxPaintEventTo_p_wxEvent(void *x) {
30074 return (void *)((wxEvent *) ((wxPaintEvent *) x));
30075 }
30076 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x) {
30077 return (void *)((wxEvent *) ((wxNcPaintEvent *) x));
30078 }
30079 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x) {
30080 return (void *)((wxEvent *) (wxCommandEvent *) ((wxUpdateUIEvent *) x));
30081 }
30082 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x) {
30083 return (void *)((wxEvent *) ((wxPaletteChangedEvent *) x));
30084 }
30085 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x) {
30086 return (void *)((wxEvent *) ((wxDisplayChangedEvent *) x));
30087 }
30088 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x) {
30089 return (void *)((wxEvent *) ((wxMouseCaptureChangedEvent *) x));
30090 }
30091 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x) {
30092 return (void *)((wxEvent *) ((wxSysColourChangedEvent *) x));
30093 }
30094 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x) {
30095 return (void *)((wxEvent *) ((wxDropFilesEvent *) x));
30096 }
30097 static void *_p_wxFocusEventTo_p_wxEvent(void *x) {
30098 return (void *)((wxEvent *) ((wxFocusEvent *) x));
30099 }
30100 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x) {
30101 return (void *)((wxEvent *) (wxCommandEvent *) ((wxChildFocusEvent *) x));
30102 }
30103 static void *_p_wxShowEventTo_p_wxEvent(void *x) {
30104 return (void *)((wxEvent *) ((wxShowEvent *) x));
30105 }
30106 static void *_p_wxCommandEventTo_p_wxEvent(void *x) {
30107 return (void *)((wxEvent *) ((wxCommandEvent *) x));
30108 }
30109 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x) {
30110 return (void *)((wxEvent *) (wxCommandEvent *) ((wxPyCommandEvent *) x));
30111 }
30112 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x) {
30113 return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowDestroyEvent *) x));
30114 }
30115 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x) {
30116 return (void *)((wxEvent *) ((wxNavigationKeyEvent *) x));
30117 }
30118 static void *_p_wxKeyEventTo_p_wxEvent(void *x) {
30119 return (void *)((wxEvent *) ((wxKeyEvent *) x));
30120 }
30121 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x) {
30122 return (void *)((wxEvent *) ((wxScrollWinEvent *) x));
30123 }
30124 static void *_p_wxSpinEventTo_p_wxEvent(void *x) {
30125 return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
30126 }
30127 static void *_p_wxComboBoxTo_p_wxItemContainer(void *x) {
30128 return (void *)((wxItemContainer *) ((wxComboBox *) x));
30129 }
30130 static void *_p_wxDirFilterListCtrlTo_p_wxItemContainer(void *x) {
30131 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
30132 }
30133 static void *_p_wxChoiceTo_p_wxItemContainer(void *x) {
30134 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxChoice *) x));
30135 }
30136 static void *_p_wxControlWithItemsTo_p_wxItemContainer(void *x) {
30137 return (void *)((wxItemContainer *) ((wxControlWithItems *) x));
30138 }
30139 static void *_p_wxListBoxTo_p_wxItemContainer(void *x) {
30140 return (void *)((wxItemContainer *) (wxControlWithItems *) ((wxListBox *) x));
30141 }
30142 static void *_p_wxCheckListBoxTo_p_wxItemContainer(void *x) {
30143 return (void *)((wxItemContainer *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
30144 }
30145 static void *_p_wxListViewTo_p_wxPyListCtrl(void *x) {
30146 return (void *)((wxPyListCtrl *) ((wxListView *) x));
30147 }
30148 static void *_p_wxCheckListBoxTo_p_wxControl(void *x) {
30149 return (void *)((wxControl *) (wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
30150 }
30151 static void *_p_wxListBoxTo_p_wxControl(void *x) {
30152 return (void *)((wxControl *) (wxControlWithItems *) ((wxListBox *) x));
30153 }
30154 static void *_p_wxChoiceTo_p_wxControl(void *x) {
30155 return (void *)((wxControl *) (wxControlWithItems *) ((wxChoice *) x));
30156 }
30157 static void *_p_wxToolBarTo_p_wxControl(void *x) {
30158 return (void *)((wxControl *) (wxToolBarBase *) ((wxToolBar *) x));
30159 }
30160 static void *_p_wxStaticBitmapTo_p_wxControl(void *x) {
30161 return (void *)((wxControl *) ((wxStaticBitmap *) x));
30162 }
30163 static void *_p_wxComboBoxTo_p_wxControl(void *x) {
30164 return (void *)((wxControl *) ((wxComboBox *) x));
30165 }
30166 static void *_p_wxSpinCtrlTo_p_wxControl(void *x) {
30167 return (void *)((wxControl *) ((wxSpinCtrl *) x));
30168 }
30169 static void *_p_wxStaticBoxTo_p_wxControl(void *x) {
30170 return (void *)((wxControl *) ((wxStaticBox *) x));
30171 }
30172 static void *_p_wxPyListCtrlTo_p_wxControl(void *x) {
30173 return (void *)((wxControl *) ((wxPyListCtrl *) x));
30174 }
30175 static void *_p_wxPyTreeCtrlTo_p_wxControl(void *x) {
30176 return (void *)((wxControl *) ((wxPyTreeCtrl *) x));
30177 }
30178 static void *_p_wxDirFilterListCtrlTo_p_wxControl(void *x) {
30179 return (void *)((wxControl *) (wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
30180 }
30181 static void *_p_wxScrollBarTo_p_wxControl(void *x) {
30182 return (void *)((wxControl *) ((wxScrollBar *) x));
30183 }
30184 static void *_p_wxBookCtrlTo_p_wxControl(void *x) {
30185 return (void *)((wxControl *) ((wxBookCtrl *) x));
30186 }
30187 static void *_p_wxRadioButtonTo_p_wxControl(void *x) {
30188 return (void *)((wxControl *) ((wxRadioButton *) x));
30189 }
30190 static void *_p_wxToggleButtonTo_p_wxControl(void *x) {
30191 return (void *)((wxControl *) ((wxToggleButton *) x));
30192 }
30193 static void *_p_wxGaugeTo_p_wxControl(void *x) {
30194 return (void *)((wxControl *) ((wxGauge *) x));
30195 }
30196 static void *_p_wxToolBarBaseTo_p_wxControl(void *x) {
30197 return (void *)((wxControl *) ((wxToolBarBase *) x));
30198 }
30199 static void *_p_wxBitmapButtonTo_p_wxControl(void *x) {
30200 return (void *)((wxControl *) (wxButton *) ((wxBitmapButton *) x));
30201 }
30202 static void *_p_wxButtonTo_p_wxControl(void *x) {
30203 return (void *)((wxControl *) ((wxButton *) x));
30204 }
30205 static void *_p_wxSpinButtonTo_p_wxControl(void *x) {
30206 return (void *)((wxControl *) ((wxSpinButton *) x));
30207 }
30208 static void *_p_wxContextHelpButtonTo_p_wxControl(void *x) {
30209 return (void *)((wxControl *) (wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
30210 }
30211 static void *_p_wxControlWithItemsTo_p_wxControl(void *x) {
30212 return (void *)((wxControl *) ((wxControlWithItems *) x));
30213 }
30214 static void *_p_wxRadioBoxTo_p_wxControl(void *x) {
30215 return (void *)((wxControl *) ((wxRadioBox *) x));
30216 }
30217 static void *_p_wxNotebookTo_p_wxControl(void *x) {
30218 return (void *)((wxControl *) (wxBookCtrl *) ((wxNotebook *) x));
30219 }
30220 static void *_p_wxListbookTo_p_wxControl(void *x) {
30221 return (void *)((wxControl *) (wxBookCtrl *) ((wxListbook *) x));
30222 }
30223 static void *_p_wxCheckBoxTo_p_wxControl(void *x) {
30224 return (void *)((wxControl *) ((wxCheckBox *) x));
30225 }
30226 static void *_p_wxTextCtrlTo_p_wxControl(void *x) {
30227 return (void *)((wxControl *) ((wxTextCtrl *) x));
30228 }
30229 static void *_p_wxListViewTo_p_wxControl(void *x) {
30230 return (void *)((wxControl *) (wxPyListCtrl *) ((wxListView *) x));
30231 }
30232 static void *_p_wxSliderTo_p_wxControl(void *x) {
30233 return (void *)((wxControl *) ((wxSlider *) x));
30234 }
30235 static void *_p_wxGenericDirCtrlTo_p_wxControl(void *x) {
30236 return (void *)((wxControl *) ((wxGenericDirCtrl *) x));
30237 }
30238 static void *_p_wxPyControlTo_p_wxControl(void *x) {
30239 return (void *)((wxControl *) ((wxPyControl *) x));
30240 }
30241 static void *_p_wxStaticLineTo_p_wxControl(void *x) {
30242 return (void *)((wxControl *) ((wxStaticLine *) x));
30243 }
30244 static void *_p_wxStaticTextTo_p_wxControl(void *x) {
30245 return (void *)((wxControl *) ((wxStaticText *) x));
30246 }
30247 static void *_p_wxToolBarTo_p_wxToolBarBase(void *x) {
30248 return (void *)((wxToolBarBase *) ((wxToolBar *) x));
30249 }
30250 static void *_p_wxDirFilterListCtrlTo_p_wxChoice(void *x) {
30251 return (void *)((wxChoice *) ((wxDirFilterListCtrl *) x));
30252 }
30253 static void *_p_wxTreeEventTo_p_wxNotifyEvent(void *x) {
30254 return (void *)((wxNotifyEvent *) ((wxTreeEvent *) x));
30255 }
30256 static void *_p_wxBookCtrlEventTo_p_wxNotifyEvent(void *x) {
30257 return (void *)((wxNotifyEvent *) ((wxBookCtrlEvent *) x));
30258 }
30259 static void *_p_wxListEventTo_p_wxNotifyEvent(void *x) {
30260 return (void *)((wxNotifyEvent *) ((wxListEvent *) x));
30261 }
30262 static void *_p_wxSpinEventTo_p_wxNotifyEvent(void *x) {
30263 return (void *)((wxNotifyEvent *) ((wxSpinEvent *) x));
30264 }
30265 static void *_p_wxNotebookEventTo_p_wxNotifyEvent(void *x) {
30266 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxNotebookEvent *) x));
30267 }
30268 static void *_p_wxListbookEventTo_p_wxNotifyEvent(void *x) {
30269 return (void *)((wxNotifyEvent *) (wxBookCtrlEvent *) ((wxListbookEvent *) x));
30270 }
30271 static void *_p_wxBookCtrlTo_p_wxEvtHandler(void *x) {
30272 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxBookCtrl *) x));
30273 }
30274 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x) {
30275 return (void *)((wxEvtHandler *) (wxWindow *) ((wxMenuBar *) x));
30276 }
30277 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x) {
30278 return (void *)((wxEvtHandler *) ((wxValidator *) x));
30279 }
30280 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x) {
30281 return (void *)((wxEvtHandler *) (wxValidator *) ((wxPyValidator *) x));
30282 }
30283 static void *_p_wxToolBarTo_p_wxEvtHandler(void *x) {
30284 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
30285 }
30286 static void *_p_wxMenuTo_p_wxEvtHandler(void *x) {
30287 return (void *)((wxEvtHandler *) ((wxMenu *) x));
30288 }
30289 static void *_p_wxToggleButtonTo_p_wxEvtHandler(void *x) {
30290 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToggleButton *) x));
30291 }
30292 static void *_p_wxRadioButtonTo_p_wxEvtHandler(void *x) {
30293 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioButton *) x));
30294 }
30295 static void *_p_wxWindowTo_p_wxEvtHandler(void *x) {
30296 return (void *)((wxEvtHandler *) ((wxWindow *) x));
30297 }
30298 static void *_p_wxControlTo_p_wxEvtHandler(void *x) {
30299 return (void *)((wxEvtHandler *) (wxWindow *) ((wxControl *) x));
30300 }
30301 static void *_p_wxToolBarBaseTo_p_wxEvtHandler(void *x) {
30302 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxToolBarBase *) x));
30303 }
30304 static void *_p_wxPyListCtrlTo_p_wxEvtHandler(void *x) {
30305 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
30306 }
30307 static void *_p_wxComboBoxTo_p_wxEvtHandler(void *x) {
30308 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxComboBox *) x));
30309 }
30310 static void *_p_wxDirFilterListCtrlTo_p_wxEvtHandler(void *x) {
30311 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
30312 }
30313 static void *_p_wxPyControlTo_p_wxEvtHandler(void *x) {
30314 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyControl *) x));
30315 }
30316 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x) {
30317 return (void *)((wxEvtHandler *) ((wxPyApp *) x));
30318 }
30319 static void *_p_wxGenericDirCtrlTo_p_wxEvtHandler(void *x) {
30320 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
30321 }
30322 static void *_p_wxScrollBarTo_p_wxEvtHandler(void *x) {
30323 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxScrollBar *) x));
30324 }
30325 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x) {
30326 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxControlWithItems *) x));
30327 }
30328 static void *_p_wxGaugeTo_p_wxEvtHandler(void *x) {
30329 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxGauge *) x));
30330 }
30331 static void *_p_wxStaticLineTo_p_wxEvtHandler(void *x) {
30332 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticLine *) x));
30333 }
30334 static void *_p_wxListbookTo_p_wxEvtHandler(void *x) {
30335 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
30336 }
30337 static void *_p_wxPyTreeCtrlTo_p_wxEvtHandler(void *x) {
30338 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
30339 }
30340 static void *_p_wxCheckBoxTo_p_wxEvtHandler(void *x) {
30341 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxCheckBox *) x));
30342 }
30343 static void *_p_wxRadioBoxTo_p_wxEvtHandler(void *x) {
30344 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxRadioBox *) x));
30345 }
30346 static void *_p_wxCheckListBoxTo_p_wxEvtHandler(void *x) {
30347 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
30348 }
30349 static void *_p_wxListBoxTo_p_wxEvtHandler(void *x) {
30350 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
30351 }
30352 static void *_p_wxChoiceTo_p_wxEvtHandler(void *x) {
30353 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
30354 }
30355 static void *_p_wxNotebookTo_p_wxEvtHandler(void *x) {
30356 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
30357 }
30358 static void *_p_wxStaticBitmapTo_p_wxEvtHandler(void *x) {
30359 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
30360 }
30361 static void *_p_wxListViewTo_p_wxEvtHandler(void *x) {
30362 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
30363 }
30364 static void *_p_wxSpinCtrlTo_p_wxEvtHandler(void *x) {
30365 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
30366 }
30367 static void *_p_wxStaticTextTo_p_wxEvtHandler(void *x) {
30368 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticText *) x));
30369 }
30370 static void *_p_wxStaticBoxTo_p_wxEvtHandler(void *x) {
30371 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxStaticBox *) x));
30372 }
30373 static void *_p_wxSliderTo_p_wxEvtHandler(void *x) {
30374 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSlider *) x));
30375 }
30376 static void *_p_wxSpinButtonTo_p_wxEvtHandler(void *x) {
30377 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxSpinButton *) x));
30378 }
30379 static void *_p_wxButtonTo_p_wxEvtHandler(void *x) {
30380 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxButton *) x));
30381 }
30382 static void *_p_wxBitmapButtonTo_p_wxEvtHandler(void *x) {
30383 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
30384 }
30385 static void *_p_wxContextHelpButtonTo_p_wxEvtHandler(void *x) {
30386 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
30387 }
30388 static void *_p_wxTextCtrlTo_p_wxEvtHandler(void *x) {
30389 return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxTextCtrl *) x));
30390 }
30391 static void *_p_wxCheckListBoxTo_p_wxListBox(void *x) {
30392 return (void *)((wxListBox *) ((wxCheckListBox *) x));
30393 }
30394 static void *_p_wxListbookTo_p_wxBookCtrl(void *x) {
30395 return (void *)((wxBookCtrl *) ((wxListbook *) x));
30396 }
30397 static void *_p_wxNotebookTo_p_wxBookCtrl(void *x) {
30398 return (void *)((wxBookCtrl *) ((wxNotebook *) x));
30399 }
30400 static void *_p_wxBitmapButtonTo_p_wxButton(void *x) {
30401 return (void *)((wxButton *) ((wxBitmapButton *) x));
30402 }
30403 static void *_p_wxContextHelpButtonTo_p_wxButton(void *x) {
30404 return (void *)((wxButton *) (wxBitmapButton *) ((wxContextHelpButton *) x));
30405 }
30406 static void *_p_wxContextHelpButtonTo_p_wxBitmapButton(void *x) {
30407 return (void *)((wxBitmapButton *) ((wxContextHelpButton *) x));
30408 }
30409 static void *_p_wxSimpleHelpProviderTo_p_wxHelpProvider(void *x) {
30410 return (void *)((wxHelpProvider *) ((wxSimpleHelpProvider *) x));
30411 }
30412 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x) {
30413 return (void *)((wxObject *) ((wxLayoutConstraints *) x));
30414 }
30415 static void *_p_wxGBSizerItemTo_p_wxObject(void *x) {
30416 return (void *)((wxObject *) (wxSizerItem *) ((wxGBSizerItem *) x));
30417 }
30418 static void *_p_wxSizerItemTo_p_wxObject(void *x) {
30419 return (void *)((wxObject *) ((wxSizerItem *) x));
30420 }
30421 static void *_p_wxScrollEventTo_p_wxObject(void *x) {
30422 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxScrollEvent *) x));
30423 }
30424 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x) {
30425 return (void *)((wxObject *) ((wxIndividualLayoutConstraint *) x));
30426 }
30427 static void *_p_wxTextUrlEventTo_p_wxObject(void *x) {
30428 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxTextUrlEvent *) x));
30429 }
30430 static void *_p_wxBookCtrlEventTo_p_wxObject(void *x) {
30431 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxBookCtrlEvent *) x));
30432 }
30433 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x) {
30434 return (void *)((wxObject *) (wxSizer *)(wxBoxSizer *) ((wxStaticBoxSizer *) x));
30435 }
30436 static void *_p_wxBoxSizerTo_p_wxObject(void *x) {
30437 return (void *)((wxObject *) (wxSizer *) ((wxBoxSizer *) x));
30438 }
30439 static void *_p_wxSizerTo_p_wxObject(void *x) {
30440 return (void *)((wxObject *) ((wxSizer *) x));
30441 }
30442 static void *_p_wxGridBagSizerTo_p_wxObject(void *x) {
30443 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x));
30444 }
30445 static void *_p_wxCheckBoxTo_p_wxObject(void *x) {
30446 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxCheckBox *) x));
30447 }
30448 static void *_p_wxPyTreeCtrlTo_p_wxObject(void *x) {
30449 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyTreeCtrl *) x));
30450 }
30451 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x) {
30452 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxUpdateUIEvent *) x));
30453 }
30454 static void *_p_wxEventTo_p_wxObject(void *x) {
30455 return (void *)((wxObject *) ((wxEvent *) x));
30456 }
30457 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x) {
30458 return (void *)((wxObject *) (wxSizer *)(wxGridSizer *) ((wxFlexGridSizer *) x));
30459 }
30460 static void *_p_wxGridSizerTo_p_wxObject(void *x) {
30461 return (void *)((wxObject *) (wxSizer *) ((wxGridSizer *) x));
30462 }
30463 static void *_p_wxInitDialogEventTo_p_wxObject(void *x) {
30464 return (void *)((wxObject *) (wxEvent *) ((wxInitDialogEvent *) x));
30465 }
30466 static void *_p_wxGenericDirCtrlTo_p_wxObject(void *x) {
30467 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGenericDirCtrl *) x));
30468 }
30469 static void *_p_wxPyListCtrlTo_p_wxObject(void *x) {
30470 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyListCtrl *) x));
30471 }
30472 static void *_p_wxDirFilterListCtrlTo_p_wxObject(void *x) {
30473 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
30474 }
30475 static void *_p_wxPaintEventTo_p_wxObject(void *x) {
30476 return (void *)((wxObject *) (wxEvent *) ((wxPaintEvent *) x));
30477 }
30478 static void *_p_wxNcPaintEventTo_p_wxObject(void *x) {
30479 return (void *)((wxObject *) (wxEvent *) ((wxNcPaintEvent *) x));
30480 }
30481 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x) {
30482 return (void *)((wxObject *) (wxEvent *) ((wxPaletteChangedEvent *) x));
30483 }
30484 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x) {
30485 return (void *)((wxObject *) (wxEvent *) ((wxDisplayChangedEvent *) x));
30486 }
30487 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x) {
30488 return (void *)((wxObject *) (wxEvent *) ((wxMouseCaptureChangedEvent *) x));
30489 }
30490 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x) {
30491 return (void *)((wxObject *) (wxEvent *) ((wxSysColourChangedEvent *) x));
30492 }
30493 static void *_p_wxStaticLineTo_p_wxObject(void *x) {
30494 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticLine *) x));
30495 }
30496 static void *_p_wxControlTo_p_wxObject(void *x) {
30497 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxControl *) x));
30498 }
30499 static void *_p_wxPyControlTo_p_wxObject(void *x) {
30500 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxPyControl *) x));
30501 }
30502 static void *_p_wxGaugeTo_p_wxObject(void *x) {
30503 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxGauge *) x));
30504 }
30505 static void *_p_wxRadioButtonTo_p_wxObject(void *x) {
30506 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioButton *) x));
30507 }
30508 static void *_p_wxToggleButtonTo_p_wxObject(void *x) {
30509 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToggleButton *) x));
30510 }
30511 static void *_p_wxToolBarBaseTo_p_wxObject(void *x) {
30512 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxToolBarBase *) x));
30513 }
30514 static void *_p_wxSetCursorEventTo_p_wxObject(void *x) {
30515 return (void *)((wxObject *) (wxEvent *) ((wxSetCursorEvent *) x));
30516 }
30517 static void *_p_wxChoiceTo_p_wxObject(void *x) {
30518 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxChoice *) x));
30519 }
30520 static void *_p_wxFSFileTo_p_wxObject(void *x) {
30521 return (void *)((wxObject *) ((wxFSFile *) x));
30522 }
30523 static void *_p_wxPySizerTo_p_wxObject(void *x) {
30524 return (void *)((wxObject *) (wxSizer *) ((wxPySizer *) x));
30525 }
30526 static void *_p_wxListViewTo_p_wxObject(void *x) {
30527 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxPyListCtrl *) ((wxListView *) x));
30528 }
30529 static void *_p_wxTextCtrlTo_p_wxObject(void *x) {
30530 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxTextCtrl *) x));
30531 }
30532 static void *_p_wxNotebookTo_p_wxObject(void *x) {
30533 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
30534 }
30535 static void *_p_wxPyEventTo_p_wxObject(void *x) {
30536 return (void *)((wxObject *) (wxEvent *) ((wxPyEvent *) x));
30537 }
30538 static void *_p_wxNotifyEventTo_p_wxObject(void *x) {
30539 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxNotifyEvent *) x));
30540 }
30541 static void *_p_wxListbookTo_p_wxObject(void *x) {
30542 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxBookCtrl *) ((wxListbook *) x));
30543 }
30544 static void *_p_wxShowEventTo_p_wxObject(void *x) {
30545 return (void *)((wxObject *) (wxEvent *) ((wxShowEvent *) x));
30546 }
30547 static void *_p_wxStaticBitmapTo_p_wxObject(void *x) {
30548 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBitmap *) x));
30549 }
30550 static void *_p_wxSliderTo_p_wxObject(void *x) {
30551 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSlider *) x));
30552 }
30553 static void *_p_wxMenuItemTo_p_wxObject(void *x) {
30554 return (void *)((wxObject *) ((wxMenuItem *) x));
30555 }
30556 static void *_p_wxIdleEventTo_p_wxObject(void *x) {
30557 return (void *)((wxObject *) (wxEvent *) ((wxIdleEvent *) x));
30558 }
30559 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x) {
30560 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowCreateEvent *) x));
30561 }
30562 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x) {
30563 return (void *)((wxObject *) (wxEvent *) ((wxQueryNewPaletteEvent *) x));
30564 }
30565 static void *_p_wxMaximizeEventTo_p_wxObject(void *x) {
30566 return (void *)((wxObject *) (wxEvent *) ((wxMaximizeEvent *) x));
30567 }
30568 static void *_p_wxIconizeEventTo_p_wxObject(void *x) {
30569 return (void *)((wxObject *) (wxEvent *) ((wxIconizeEvent *) x));
30570 }
30571 static void *_p_wxSizeEventTo_p_wxObject(void *x) {
30572 return (void *)((wxObject *) (wxEvent *) ((wxSizeEvent *) x));
30573 }
30574 static void *_p_wxMoveEventTo_p_wxObject(void *x) {
30575 return (void *)((wxObject *) (wxEvent *) ((wxMoveEvent *) x));
30576 }
30577 static void *_p_wxActivateEventTo_p_wxObject(void *x) {
30578 return (void *)((wxObject *) (wxEvent *) ((wxActivateEvent *) x));
30579 }
30580 static void *_p_wxStaticBoxTo_p_wxObject(void *x) {
30581 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticBox *) x));
30582 }
30583 static void *_p_wxContextHelpTo_p_wxObject(void *x) {
30584 return (void *)((wxObject *) ((wxContextHelp *) x));
30585 }
30586 static void *_p_wxXPMHandlerTo_p_wxObject(void *x) {
30587 return (void *)((wxObject *) (wxImageHandler *) ((wxXPMHandler *) x));
30588 }
30589 static void *_p_wxPNMHandlerTo_p_wxObject(void *x) {
30590 return (void *)((wxObject *) (wxImageHandler *) ((wxPNMHandler *) x));
30591 }
30592 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x) {
30593 return (void *)((wxObject *) (wxImageHandler *) ((wxJPEGHandler *) x));
30594 }
30595 static void *_p_wxPCXHandlerTo_p_wxObject(void *x) {
30596 return (void *)((wxObject *) (wxImageHandler *) ((wxPCXHandler *) x));
30597 }
30598 static void *_p_wxGIFHandlerTo_p_wxObject(void *x) {
30599 return (void *)((wxObject *) (wxImageHandler *) ((wxGIFHandler *) x));
30600 }
30601 static void *_p_wxPNGHandlerTo_p_wxObject(void *x) {
30602 return (void *)((wxObject *) (wxImageHandler *) ((wxPNGHandler *) x));
30603 }
30604 static void *_p_wxANIHandlerTo_p_wxObject(void *x) {
30605 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *)(wxCURHandler *) ((wxANIHandler *) x));
30606 }
30607 static void *_p_wxCURHandlerTo_p_wxObject(void *x) {
30608 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *) ((wxCURHandler *) x));
30609 }
30610 static void *_p_wxICOHandlerTo_p_wxObject(void *x) {
30611 return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *) ((wxICOHandler *) x));
30612 }
30613 static void *_p_wxBMPHandlerTo_p_wxObject(void *x) {
30614 return (void *)((wxObject *) (wxImageHandler *) ((wxBMPHandler *) x));
30615 }
30616 static void *_p_wxImageHandlerTo_p_wxObject(void *x) {
30617 return (void *)((wxObject *) ((wxImageHandler *) x));
30618 }
30619 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x) {
30620 return (void *)((wxObject *) (wxImageHandler *) ((wxTIFFHandler *) x));
30621 }
30622 static void *_p_wxEvtHandlerTo_p_wxObject(void *x) {
30623 return (void *)((wxObject *) ((wxEvtHandler *) x));
30624 }
30625 static void *_p_wxListEventTo_p_wxObject(void *x) {
30626 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxListEvent *) x));
30627 }
30628 static void *_p_wxListBoxTo_p_wxObject(void *x) {
30629 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *) ((wxListBox *) x));
30630 }
30631 static void *_p_wxCheckListBoxTo_p_wxObject(void *x) {
30632 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
30633 }
30634 static void *_p_wxBookCtrlTo_p_wxObject(void *x) {
30635 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxBookCtrl *) x));
30636 }
30637 static void *_p_wxButtonTo_p_wxObject(void *x) {
30638 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxButton *) x));
30639 }
30640 static void *_p_wxBitmapButtonTo_p_wxObject(void *x) {
30641 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *) ((wxBitmapButton *) x));
30642 }
30643 static void *_p_wxSpinButtonTo_p_wxObject(void *x) {
30644 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinButton *) x));
30645 }
30646 static void *_p_wxContextHelpButtonTo_p_wxObject(void *x) {
30647 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
30648 }
30649 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) {
30650 return (void *)((wxObject *) ((wxAcceleratorTable *) x));
30651 }
30652 static void *_p_wxScrollBarTo_p_wxObject(void *x) {
30653 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxScrollBar *) x));
30654 }
30655 static void *_p_wxRadioBoxTo_p_wxObject(void *x) {
30656 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxRadioBox *) x));
30657 }
30658 static void *_p_wxComboBoxTo_p_wxObject(void *x) {
30659 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxComboBox *) x));
30660 }
30661 static void *_p_wxHelpEventTo_p_wxObject(void *x) {
30662 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxHelpEvent *) x));
30663 }
30664 static void *_p_wxListItemTo_p_wxObject(void *x) {
30665 return (void *)((wxObject *) ((wxListItem *) x));
30666 }
30667 static void *_p_wxImageTo_p_wxObject(void *x) {
30668 return (void *)((wxObject *) ((wxImage *) x));
30669 }
30670 static void *_p_wxNotebookSizerTo_p_wxObject(void *x) {
30671 return (void *)((wxObject *) (wxSizer *) ((wxNotebookSizer *) x));
30672 }
30673 static void *_p_wxScrollWinEventTo_p_wxObject(void *x) {
30674 return (void *)((wxObject *) (wxEvent *) ((wxScrollWinEvent *) x));
30675 }
30676 static void *_p_wxSpinEventTo_p_wxObject(void *x) {
30677 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxSpinEvent *) x));
30678 }
30679 static void *_p_wxGenericDragImageTo_p_wxObject(void *x) {
30680 return (void *)((wxObject *) ((wxGenericDragImage *) x));
30681 }
30682 static void *_p_wxSpinCtrlTo_p_wxObject(void *x) {
30683 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxSpinCtrl *) x));
30684 }
30685 static void *_p_wxNotebookEventTo_p_wxObject(void *x) {
30686 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
30687 }
30688 static void *_p_wxListbookEventTo_p_wxObject(void *x) {
30689 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
30690 }
30691 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x) {
30692 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowDestroyEvent *) x));
30693 }
30694 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
30695 return (void *)((wxObject *) (wxEvent *) ((wxNavigationKeyEvent *) x));
30696 }
30697 static void *_p_wxKeyEventTo_p_wxObject(void *x) {
30698 return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
30699 }
30700 static void *_p_wxWindowTo_p_wxObject(void *x) {
30701 return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
30702 }
30703 static void *_p_wxMenuTo_p_wxObject(void *x) {
30704 return (void *)((wxObject *) (wxEvtHandler *) ((wxMenu *) x));
30705 }
30706 static void *_p_wxMenuBarTo_p_wxObject(void *x) {
30707 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
30708 }
30709 static void *_p_wxFileSystemTo_p_wxObject(void *x) {
30710 return (void *)((wxObject *) ((wxFileSystem *) x));
30711 }
30712 static void *_p_wxContextMenuEventTo_p_wxObject(void *x) {
30713 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxContextMenuEvent *) x));
30714 }
30715 static void *_p_wxMenuEventTo_p_wxObject(void *x) {
30716 return (void *)((wxObject *) (wxEvent *) ((wxMenuEvent *) x));
30717 }
30718 static void *_p_wxPyAppTo_p_wxObject(void *x) {
30719 return (void *)((wxObject *) (wxEvtHandler *) ((wxPyApp *) x));
30720 }
30721 static void *_p_wxCloseEventTo_p_wxObject(void *x) {
30722 return (void *)((wxObject *) (wxEvent *) ((wxCloseEvent *) x));
30723 }
30724 static void *_p_wxMouseEventTo_p_wxObject(void *x) {
30725 return (void *)((wxObject *) (wxEvent *) ((wxMouseEvent *) x));
30726 }
30727 static void *_p_wxEraseEventTo_p_wxObject(void *x) {
30728 return (void *)((wxObject *) (wxEvent *) ((wxEraseEvent *) x));
30729 }
30730 static void *_p_wxTreeEventTo_p_wxObject(void *x) {
30731 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxTreeEvent *) x));
30732 }
30733 static void *_p_wxPyCommandEventTo_p_wxObject(void *x) {
30734 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxPyCommandEvent *) x));
30735 }
30736 static void *_p_wxCommandEventTo_p_wxObject(void *x) {
30737 return (void *)((wxObject *) (wxEvent *) ((wxCommandEvent *) x));
30738 }
30739 static void *_p_wxStaticTextTo_p_wxObject(void *x) {
30740 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxStaticText *) x));
30741 }
30742 static void *_p_wxDropFilesEventTo_p_wxObject(void *x) {
30743 return (void *)((wxObject *) (wxEvent *) ((wxDropFilesEvent *) x));
30744 }
30745 static void *_p_wxFocusEventTo_p_wxObject(void *x) {
30746 return (void *)((wxObject *) (wxEvent *) ((wxFocusEvent *) x));
30747 }
30748 static void *_p_wxChildFocusEventTo_p_wxObject(void *x) {
30749 return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxChildFocusEvent *) x));
30750 }
30751 static void *_p_wxControlWithItemsTo_p_wxObject(void *x) {
30752 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxControlWithItems *) x));
30753 }
30754 static void *_p_wxToolBarToolBaseTo_p_wxObject(void *x) {
30755 return (void *)((wxObject *) ((wxToolBarToolBase *) x));
30756 }
30757 static void *_p_wxToolBarTo_p_wxObject(void *x) {
30758 return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
30759 }
30760 static void *_p_wxPyValidatorTo_p_wxObject(void *x) {
30761 return (void *)((wxObject *) (wxEvtHandler *)(wxValidator *) ((wxPyValidator *) x));
30762 }
30763 static void *_p_wxValidatorTo_p_wxObject(void *x) {
30764 return (void *)((wxObject *) (wxEvtHandler *) ((wxValidator *) x));
30765 }
30766 static void *_p_wxBookCtrlSizerTo_p_wxObject(void *x) {
30767 return (void *)((wxObject *) (wxSizer *) ((wxBookCtrlSizer *) x));
30768 }
30769 static void *_p_wxBookCtrlTo_p_wxWindow(void *x) {
30770 return (void *)((wxWindow *) (wxControl *) ((wxBookCtrl *) x));
30771 }
30772 static void *_p_wxMenuBarTo_p_wxWindow(void *x) {
30773 return (void *)((wxWindow *) ((wxMenuBar *) x));
30774 }
30775 static void *_p_wxToolBarTo_p_wxWindow(void *x) {
30776 return (void *)((wxWindow *) (wxControl *)(wxToolBarBase *) ((wxToolBar *) x));
30777 }
30778 static void *_p_wxToggleButtonTo_p_wxWindow(void *x) {
30779 return (void *)((wxWindow *) (wxControl *) ((wxToggleButton *) x));
30780 }
30781 static void *_p_wxRadioButtonTo_p_wxWindow(void *x) {
30782 return (void *)((wxWindow *) (wxControl *) ((wxRadioButton *) x));
30783 }
30784 static void *_p_wxPyControlTo_p_wxWindow(void *x) {
30785 return (void *)((wxWindow *) (wxControl *) ((wxPyControl *) x));
30786 }
30787 static void *_p_wxControlTo_p_wxWindow(void *x) {
30788 return (void *)((wxWindow *) ((wxControl *) x));
30789 }
30790 static void *_p_wxToolBarBaseTo_p_wxWindow(void *x) {
30791 return (void *)((wxWindow *) (wxControl *) ((wxToolBarBase *) x));
30792 }
30793 static void *_p_wxDirFilterListCtrlTo_p_wxWindow(void *x) {
30794 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxChoice *) ((wxDirFilterListCtrl *) x));
30795 }
30796 static void *_p_wxPyListCtrlTo_p_wxWindow(void *x) {
30797 return (void *)((wxWindow *) (wxControl *) ((wxPyListCtrl *) x));
30798 }
30799 static void *_p_wxComboBoxTo_p_wxWindow(void *x) {
30800 return (void *)((wxWindow *) (wxControl *) ((wxComboBox *) x));
30801 }
30802 static void *_p_wxGenericDirCtrlTo_p_wxWindow(void *x) {
30803 return (void *)((wxWindow *) (wxControl *) ((wxGenericDirCtrl *) x));
30804 }
30805 static void *_p_wxScrollBarTo_p_wxWindow(void *x) {
30806 return (void *)((wxWindow *) (wxControl *) ((wxScrollBar *) x));
30807 }
30808 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x) {
30809 return (void *)((wxWindow *) (wxControl *) ((wxControlWithItems *) x));
30810 }
30811 static void *_p_wxGaugeTo_p_wxWindow(void *x) {
30812 return (void *)((wxWindow *) (wxControl *) ((wxGauge *) x));
30813 }
30814 static void *_p_wxStaticLineTo_p_wxWindow(void *x) {
30815 return (void *)((wxWindow *) (wxControl *) ((wxStaticLine *) x));
30816 }
30817 static void *_p_wxListbookTo_p_wxWindow(void *x) {
30818 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxListbook *) x));
30819 }
30820 static void *_p_wxPyTreeCtrlTo_p_wxWindow(void *x) {
30821 return (void *)((wxWindow *) (wxControl *) ((wxPyTreeCtrl *) x));
30822 }
30823 static void *_p_wxCheckBoxTo_p_wxWindow(void *x) {
30824 return (void *)((wxWindow *) (wxControl *) ((wxCheckBox *) x));
30825 }
30826 static void *_p_wxRadioBoxTo_p_wxWindow(void *x) {
30827 return (void *)((wxWindow *) (wxControl *) ((wxRadioBox *) x));
30828 }
30829 static void *_p_wxCheckListBoxTo_p_wxWindow(void *x) {
30830 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *)(wxListBox *) ((wxCheckListBox *) x));
30831 }
30832 static void *_p_wxChoiceTo_p_wxWindow(void *x) {
30833 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxChoice *) x));
30834 }
30835 static void *_p_wxListBoxTo_p_wxWindow(void *x) {
30836 return (void *)((wxWindow *) (wxControl *)(wxControlWithItems *) ((wxListBox *) x));
30837 }
30838 static void *_p_wxListViewTo_p_wxWindow(void *x) {
30839 return (void *)((wxWindow *) (wxControl *)(wxPyListCtrl *) ((wxListView *) x));
30840 }
30841 static void *_p_wxNotebookTo_p_wxWindow(void *x) {
30842 return (void *)((wxWindow *) (wxControl *)(wxBookCtrl *) ((wxNotebook *) x));
30843 }
30844 static void *_p_wxStaticBitmapTo_p_wxWindow(void *x) {
30845 return (void *)((wxWindow *) (wxControl *) ((wxStaticBitmap *) x));
30846 }
30847 static void *_p_wxSpinCtrlTo_p_wxWindow(void *x) {
30848 return (void *)((wxWindow *) (wxControl *) ((wxSpinCtrl *) x));
30849 }
30850 static void *_p_wxStaticTextTo_p_wxWindow(void *x) {
30851 return (void *)((wxWindow *) (wxControl *) ((wxStaticText *) x));
30852 }
30853 static void *_p_wxStaticBoxTo_p_wxWindow(void *x) {
30854 return (void *)((wxWindow *) (wxControl *) ((wxStaticBox *) x));
30855 }
30856 static void *_p_wxSliderTo_p_wxWindow(void *x) {
30857 return (void *)((wxWindow *) (wxControl *) ((wxSlider *) x));
30858 }
30859 static void *_p_wxSpinButtonTo_p_wxWindow(void *x) {
30860 return (void *)((wxWindow *) (wxControl *) ((wxSpinButton *) x));
30861 }
30862 static void *_p_wxButtonTo_p_wxWindow(void *x) {
30863 return (void *)((wxWindow *) (wxControl *) ((wxButton *) x));
30864 }
30865 static void *_p_wxBitmapButtonTo_p_wxWindow(void *x) {
30866 return (void *)((wxWindow *) (wxControl *)(wxButton *) ((wxBitmapButton *) x));
30867 }
30868 static void *_p_wxContextHelpButtonTo_p_wxWindow(void *x) {
30869 return (void *)((wxWindow *) (wxControl *)(wxButton *)(wxBitmapButton *) ((wxContextHelpButton *) x));
30870 }
30871 static void *_p_wxTextCtrlTo_p_wxWindow(void *x) {
30872 return (void *)((wxWindow *) (wxControl *) ((wxTextCtrl *) x));
30873 }
30874 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x) {
30875 return (void *)((wxCommandEvent *) ((wxWindowDestroyEvent *) x));
30876 }
30877 static void *_p_wxBookCtrlEventTo_p_wxCommandEvent(void *x) {
30878 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxBookCtrlEvent *) x));
30879 }
30880 static void *_p_wxTextUrlEventTo_p_wxCommandEvent(void *x) {
30881 return (void *)((wxCommandEvent *) ((wxTextUrlEvent *) x));
30882 }
30883 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x) {
30884 return (void *)((wxCommandEvent *) ((wxScrollEvent *) x));
30885 }
30886 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x) {
30887 return (void *)((wxCommandEvent *) ((wxPyCommandEvent *) x));
30888 }
30889 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x) {
30890 return (void *)((wxCommandEvent *) ((wxContextMenuEvent *) x));
30891 }
30892 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x) {
30893 return (void *)((wxCommandEvent *) ((wxChildFocusEvent *) x));
30894 }
30895 static void *_p_wxListbookEventTo_p_wxCommandEvent(void *x) {
30896 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxListbookEvent *) x));
30897 }
30898 static void *_p_wxNotebookEventTo_p_wxCommandEvent(void *x) {
30899 return (void *)((wxCommandEvent *) (wxNotifyEvent *)(wxBookCtrlEvent *) ((wxNotebookEvent *) x));
30900 }
30901 static void *_p_wxListEventTo_p_wxCommandEvent(void *x) {
30902 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxListEvent *) x));
30903 }
30904 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x) {
30905 return (void *)((wxCommandEvent *) ((wxWindowCreateEvent *) x));
30906 }
30907 static void *_p_wxTreeEventTo_p_wxCommandEvent(void *x) {
30908 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxTreeEvent *) x));
30909 }
30910 static void *_p_wxSpinEventTo_p_wxCommandEvent(void *x) {
30911 return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxSpinEvent *) x));
30912 }
30913 static void *_p_wxHelpEventTo_p_wxCommandEvent(void *x) {
30914 return (void *)((wxCommandEvent *) ((wxHelpEvent *) x));
30915 }
30916 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x) {
30917 return (void *)((wxCommandEvent *) ((wxNotifyEvent *) x));
30918 }
30919 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x) {
30920 return (void *)((wxCommandEvent *) ((wxUpdateUIEvent *) x));
30921 }
30922 static void *_p_wxDirFilterListCtrlTo_p_wxControlWithItems(void *x) {
30923 return (void *)((wxControlWithItems *) (wxChoice *) ((wxDirFilterListCtrl *) x));
30924 }
30925 static void *_p_wxChoiceTo_p_wxControlWithItems(void *x) {
30926 return (void *)((wxControlWithItems *) ((wxChoice *) x));
30927 }
30928 static void *_p_wxListBoxTo_p_wxControlWithItems(void *x) {
30929 return (void *)((wxControlWithItems *) ((wxListBox *) x));
30930 }
30931 static void *_p_wxCheckListBoxTo_p_wxControlWithItems(void *x) {
30932 return (void *)((wxControlWithItems *) (wxListBox *) ((wxCheckListBox *) x));
30933 }
30934 static void *_p_wxPyValidatorTo_p_wxValidator(void *x) {
30935 return (void *)((wxValidator *) ((wxPyValidator *) x));
30936 }
30937 static swig_type_info _swigt__p_wxTextUrlEvent[] = {{"_p_wxTextUrlEvent", 0, "wxTextUrlEvent *", 0},{"_p_wxTextUrlEvent"},{0}};
30938 static swig_type_info _swigt__p_wxBookCtrlEvent[] = {{"_p_wxBookCtrlEvent", 0, "wxBookCtrlEvent *", 0},{"_p_wxBookCtrlEvent"},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxBookCtrlEvent},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxBookCtrlEvent},{0}};
30939 static swig_type_info _swigt__p_wxSizer[] = {{"_p_wxSizer", 0, "wxSizer *", 0},{"_p_wxSizer"},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxSizer},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxSizer},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxSizer},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxSizer},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxSizer},{"_p_wxNotebookSizer", _p_wxNotebookSizerTo_p_wxSizer},{"_p_wxPySizer", _p_wxPySizerTo_p_wxSizer},{"_p_wxBookCtrlSizer", _p_wxBookCtrlSizerTo_p_wxSizer},{0}};
30940 static swig_type_info _swigt__p_wxCheckBox[] = {{"_p_wxCheckBox", 0, "wxCheckBox *", 0},{"_p_wxCheckBox"},{0}};
30941 static swig_type_info _swigt__p_wxPyTreeCtrl[] = {{"_p_wxPyTreeCtrl", 0, "wxPyTreeCtrl *", 0},{"_p_wxPyTreeCtrl"},{0}};
30942 static swig_type_info _swigt__p_wxEvent[] = {{"_p_wxEvent", 0, "wxEvent *", 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxEvent},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxEvent},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxEvent},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxEvent},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxEvent},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxEvent},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxEvent},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxEvent},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxEvent},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxEvent},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxEvent},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxEvent},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxEvent},{"_p_wxListEvent", _p_wxListEventTo_p_wxEvent},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxEvent},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxEvent},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxEvent},{"_p_wxEvent"},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxEvent},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxEvent},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxEvent},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxEvent},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxEvent},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxEvent},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxEvent},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxEvent},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxEvent},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxEvent},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxEvent},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxEvent},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxEvent},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxEvent},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxEvent},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxEvent},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxEvent},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxEvent},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxEvent},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxEvent},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxEvent},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxEvent},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxEvent},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxEvent},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxEvent},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxEvent},{0}};
30943 static swig_type_info _swigt__p_wxGenericDirCtrl[] = {{"_p_wxGenericDirCtrl", 0, "wxGenericDirCtrl *", 0},{"_p_wxGenericDirCtrl"},{0}};
30944 static swig_type_info _swigt__p_bool[] = {{"_p_bool", 0, "bool *", 0},{"_p_bool"},{0}};
30945 static swig_type_info _swigt__p_wxPyTreeItemData[] = {{"_p_wxPyTreeItemData", 0, "wxPyTreeItemData *", 0},{"_p_wxPyTreeItemData"},{0}};
30946 static swig_type_info _swigt__p_wxItemContainer[] = {{"_p_wxItemContainer", 0, "wxItemContainer *", 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxItemContainer},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxItemContainer},{"_p_wxChoice", _p_wxChoiceTo_p_wxItemContainer},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxItemContainer},{"_p_wxListBox", _p_wxListBoxTo_p_wxItemContainer},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxItemContainer},{"_p_wxItemContainer"},{0}};
30947 static swig_type_info _swigt__p_wxDirFilterListCtrl[] = {{"_p_wxDirFilterListCtrl", 0, "wxDirFilterListCtrl *", 0},{"_p_wxDirFilterListCtrl"},{0}};
30948 static swig_type_info _swigt__p_wxPyListCtrl[] = {{"_p_wxPyListCtrl", 0, "wxPyListCtrl *", 0},{"_p_wxPyListCtrl"},{"_p_wxListView", _p_wxListViewTo_p_wxPyListCtrl},{0}};
30949 static swig_type_info _swigt__p_wxStaticLine[] = {{"_p_wxStaticLine", 0, "wxStaticLine *", 0},{"_p_wxStaticLine"},{0}};
30950 static swig_type_info _swigt__p_wxControl[] = {{"_p_wxControl", 0, "wxControl *", 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxControl},{"_p_wxToolBar", _p_wxToolBarTo_p_wxControl},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxControl},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxControl},{"_p_wxControl"},{"_p_wxPyControl", _p_wxPyControlTo_p_wxControl},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxControl},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxControl},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxControl},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxControl},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxControl},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxControl},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxControl},{"_p_wxGauge", _p_wxGaugeTo_p_wxControl},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxControl},{"_p_wxListbook", _p_wxListbookTo_p_wxControl},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxControl},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxControl},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxControl},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxControl},{"_p_wxListBox", _p_wxListBoxTo_p_wxControl},{"_p_wxChoice", _p_wxChoiceTo_p_wxControl},{"_p_wxListView", _p_wxListViewTo_p_wxControl},{"_p_wxNotebook", _p_wxNotebookTo_p_wxControl},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxControl},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxControl},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxControl},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxControl},{"_p_wxSlider", _p_wxSliderTo_p_wxControl},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxControl},{"_p_wxButton", _p_wxButtonTo_p_wxControl},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxControl},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxControl},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxControl},{0}};
30951 static swig_type_info _swigt__p_wxPyControl[] = {{"_p_wxPyControl", 0, "wxPyControl *", 0},{"_p_wxPyControl"},{0}};
30952 static swig_type_info _swigt__p_wxGauge[] = {{"_p_wxGauge", 0, "wxGauge *", 0},{"_p_wxGauge"},{0}};
30953 static swig_type_info _swigt__p_wxToolBarBase[] = {{"_p_wxToolBarBase", 0, "wxToolBarBase *", 0},{"_p_wxToolBarBase"},{"_p_wxToolBar", _p_wxToolBarTo_p_wxToolBarBase},{0}};
30954 static swig_type_info _swigt__p_wxFont[] = {{"_p_wxFont", 0, "wxFont *", 0},{"_p_wxFont"},{0}};
30955 static swig_type_info _swigt__p_wxToggleButton[] = {{"_p_wxToggleButton", 0, "wxToggleButton *", 0},{"_p_wxToggleButton"},{0}};
30956 static swig_type_info _swigt__p_wxRadioButton[] = {{"_p_wxRadioButton", 0, "wxRadioButton *", 0},{"_p_wxRadioButton"},{0}};
30957 static swig_type_info _swigt__p_wxChoice[] = {{"_p_wxChoice", 0, "wxChoice *", 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxChoice},{"_p_wxChoice"},{0}};
30958 static swig_type_info _swigt__p_wxMemoryDC[] = {{"_p_wxMemoryDC", 0, "wxMemoryDC *", 0},{"_p_wxMemoryDC"},{0}};
30959 static swig_type_info _swigt__p_wxListItemAttr[] = {{"_p_wxListItemAttr", 0, "wxListItemAttr *", 0},{"_p_wxListItemAttr"},{0}};
30960 static swig_type_info _swigt__p_void[] = {{"_p_void", 0, "void *", 0},{"_p_void"},{0}};
30961 static swig_type_info _swigt__p_int[] = {{"_p_int", 0, "int *", 0},{"_p_int"},{0}};
30962 static swig_type_info _swigt__p_wxSize[] = {{"_p_wxSize", 0, "wxSize *", 0},{"_p_wxSize"},{0}};
30963 static swig_type_info _swigt__p_wxDC[] = {{"_p_wxDC", 0, "wxDC *", 0},{"_p_wxDC"},{0}};
30964 static swig_type_info _swigt__p_wxListView[] = {{"_p_wxListView", 0, "wxListView *", 0},{"_p_wxListView"},{0}};
30965 static swig_type_info _swigt__p_wxIcon[] = {{"_p_wxIcon", 0, "wxIcon *", 0},{"_p_wxIcon"},{0}};
30966 static swig_type_info _swigt__p_wxTextCtrl[] = {{"_p_wxTextCtrl", 0, "wxTextCtrl *", 0},{"_p_wxTextCtrl"},{0}};
30967 static swig_type_info _swigt__p_wxNotebook[] = {{"_p_wxNotebook", 0, "wxNotebook *", 0},{"_p_wxNotebook"},{0}};
30968 static swig_type_info _swigt__p_wxNotifyEvent[] = {{"_p_wxNotifyEvent", 0, "wxNotifyEvent *", 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxNotifyEvent},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxNotifyEvent},{"_p_wxListEvent", _p_wxListEventTo_p_wxNotifyEvent},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxNotifyEvent},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxNotifyEvent},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxNotifyEvent},{"_p_wxNotifyEvent"},{0}};
30969 static swig_type_info _swigt__p_wxArrayString[] = {{"_p_wxArrayString", 0, "wxArrayString *", 0},{"_p_wxArrayString"},{0}};
30970 static swig_type_info _swigt__p_wxListbook[] = {{"_p_wxListbook", 0, "wxListbook *", 0},{"_p_wxListbook"},{0}};
30971 static swig_type_info _swigt__p_wxStaticBitmap[] = {{"_p_wxStaticBitmap", 0, "wxStaticBitmap *", 0},{"_p_wxStaticBitmap"},{0}};
30972 static swig_type_info _swigt__p_wxSlider[] = {{"_p_wxSlider", 0, "wxSlider *", 0},{"_p_wxSlider"},{0}};
30973 static swig_type_info _swigt__p_wxStaticBox[] = {{"_p_wxStaticBox", 0, "wxStaticBox *", 0},{"_p_wxStaticBox"},{0}};
30974 static swig_type_info _swigt__p_wxArrayInt[] = {{"_p_wxArrayInt", 0, "wxArrayInt *", 0},{"_p_wxArrayInt"},{0}};
30975 static swig_type_info _swigt__p_wxContextHelp[] = {{"_p_wxContextHelp", 0, "wxContextHelp *", 0},{"_p_wxContextHelp"},{0}};
30976 static swig_type_info _swigt__p_long[] = {{"_p_long", 0, "long *", 0},{"_p_long"},{0}};
30977 static swig_type_info _swigt__p_wxEvtHandler[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxEvtHandler},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler},{"_p_wxToolBar", _p_wxToolBarTo_p_wxEvtHandler},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxEvtHandler},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxEvtHandler},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler},{"_p_wxPyControl", _p_wxPyControlTo_p_wxEvtHandler},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxEvtHandler},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxEvtHandler},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxEvtHandler},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxEvtHandler},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxEvtHandler},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxEvtHandler},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler},{"_p_wxGauge", _p_wxGaugeTo_p_wxEvtHandler},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxEvtHandler},{"_p_wxEvtHandler"},{"_p_wxListbook", _p_wxListbookTo_p_wxEvtHandler},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxEvtHandler},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxEvtHandler},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxEvtHandler},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxEvtHandler},{"_p_wxListBox", _p_wxListBoxTo_p_wxEvtHandler},{"_p_wxChoice", _p_wxChoiceTo_p_wxEvtHandler},{"_p_wxListView", _p_wxListViewTo_p_wxEvtHandler},{"_p_wxNotebook", _p_wxNotebookTo_p_wxEvtHandler},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxEvtHandler},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxEvtHandler},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxEvtHandler},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxEvtHandler},{"_p_wxSlider", _p_wxSliderTo_p_wxEvtHandler},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxEvtHandler},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxEvtHandler},{"_p_wxButton", _p_wxButtonTo_p_wxEvtHandler},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxEvtHandler},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxEvtHandler},{0}};
30978 static swig_type_info _swigt__p_wxListEvent[] = {{"_p_wxListEvent", 0, "wxListEvent *", 0},{"_p_wxListEvent"},{0}};
30979 static swig_type_info _swigt__p_wxListBox[] = {{"_p_wxListBox", 0, "wxListBox *", 0},{"_p_wxListBox"},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxListBox},{0}};
30980 static swig_type_info _swigt__p_wxCheckListBox[] = {{"_p_wxCheckListBox", 0, "wxCheckListBox *", 0},{"_p_wxCheckListBox"},{0}};
30981 static swig_type_info _swigt__p_wxBookCtrl[] = {{"_p_wxBookCtrl", 0, "wxBookCtrl *", 0},{"_p_wxListbook", _p_wxListbookTo_p_wxBookCtrl},{"_p_wxBookCtrl"},{"_p_wxNotebook", _p_wxNotebookTo_p_wxBookCtrl},{0}};
30982 static swig_type_info _swigt__p_wxSpinButton[] = {{"_p_wxSpinButton", 0, "wxSpinButton *", 0},{"_p_wxSpinButton"},{0}};
30983 static swig_type_info _swigt__p_wxButton[] = {{"_p_wxButton", 0, "wxButton *", 0},{"_p_wxButton"},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxButton},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxButton},{0}};
30984 static swig_type_info _swigt__p_wxBitmapButton[] = {{"_p_wxBitmapButton", 0, "wxBitmapButton *", 0},{"_p_wxBitmapButton"},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxBitmapButton},{0}};
30985 static swig_type_info _swigt__p_wxRect[] = {{"_p_wxRect", 0, "wxRect *", 0},{"_p_wxRect"},{0}};
30986 static swig_type_info _swigt__p_wxContextHelpButton[] = {{"_p_wxContextHelpButton", 0, "wxContextHelpButton *", 0},{"_p_wxContextHelpButton"},{0}};
30987 static swig_type_info _swigt__p_wxRadioBox[] = {{"_p_wxRadioBox", 0, "wxRadioBox *", 0},{"_p_wxRadioBox"},{0}};
30988 static swig_type_info _swigt__p_wxScrollBar[] = {{"_p_wxScrollBar", 0, "wxScrollBar *", 0},{"_p_wxScrollBar"},{0}};
30989 static swig_type_info _swigt__p_char[] = {{"_p_char", 0, "char *", 0},{"_p_char"},{0}};
30990 static swig_type_info _swigt__p_wxTreeItemId[] = {{"_p_wxTreeItemId", 0, "wxTreeItemId *", 0},{"_p_wxTreeItemId"},{0}};
30991 static swig_type_info _swigt__p_wxComboBox[] = {{"_p_wxComboBox", 0, "wxComboBox *", 0},{"_p_wxComboBox"},{0}};
30992 static swig_type_info _swigt__p_wxHelpEvent[] = {{"_p_wxHelpEvent", 0, "wxHelpEvent *", 0},{"_p_wxHelpEvent"},{0}};
30993 static swig_type_info _swigt__p_wxListItem[] = {{"_p_wxListItem", 0, "wxListItem *", 0},{"_p_wxListItem"},{0}};
30994 static swig_type_info _swigt__p_wxNotebookSizer[] = {{"_p_wxNotebookSizer", 0, "wxNotebookSizer *", 0},{"_p_wxNotebookSizer"},{0}};
30995 static swig_type_info _swigt__p_wxSpinEvent[] = {{"_p_wxSpinEvent", 0, "wxSpinEvent *", 0},{"_p_wxSpinEvent"},{0}};
30996 static swig_type_info _swigt__p_wxGenericDragImage[] = {{"_p_wxGenericDragImage", 0, "wxGenericDragImage *", 0},{"_p_wxGenericDragImage"},{0}};
30997 static swig_type_info _swigt__p_wxSpinCtrl[] = {{"_p_wxSpinCtrl", 0, "wxSpinCtrl *", 0},{"_p_wxSpinCtrl"},{0}};
30998 static swig_type_info _swigt__p_wxImageList[] = {{"_p_wxImageList", 0, "wxImageList *", 0},{"_p_wxImageList"},{0}};
30999 static swig_type_info _swigt__p_wxHelpProvider[] = {{"_p_wxHelpProvider", 0, "wxHelpProvider *", 0},{"_p_wxHelpProvider"},{"_p_wxSimpleHelpProvider", _p_wxSimpleHelpProviderTo_p_wxHelpProvider},{0}};
31000 static swig_type_info _swigt__p_wxTextAttr[] = {{"_p_wxTextAttr", 0, "wxTextAttr *", 0},{"_p_wxTextAttr"},{0}};
31001 static swig_type_info _swigt__p_wxSimpleHelpProvider[] = {{"_p_wxSimpleHelpProvider", 0, "wxSimpleHelpProvider *", 0},{"_p_wxSimpleHelpProvider"},{0}};
31002 static swig_type_info _swigt__p_wxPoint[] = {{"_p_wxPoint", 0, "wxPoint *", 0},{"_p_wxPoint"},{0}};
31003 static swig_type_info _swigt__p_wxListbookEvent[] = {{"_p_wxListbookEvent", 0, "wxListbookEvent *", 0},{"_p_wxListbookEvent"},{0}};
31004 static swig_type_info _swigt__p_wxNotebookEvent[] = {{"_p_wxNotebookEvent", 0, "wxNotebookEvent *", 0},{"_p_wxNotebookEvent"},{0}};
31005 static swig_type_info _swigt__p_wxObject[] = {{"_p_wxObject", 0, "wxObject *", 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxObject},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxObject},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject},{"_p_wxSizer", _p_wxSizerTo_p_wxObject},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxObject},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxObject},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject},{"_p_wxMenu", _p_wxMenuTo_p_wxObject},{"_p_wxEvent", _p_wxEventTo_p_wxObject},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxObject},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxObject},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxObject},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxObject},{"_p_wxPyControl", _p_wxPyControlTo_p_wxObject},{"_p_wxControl", _p_wxControlTo_p_wxObject},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxObject},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxObject},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxObject},{"_p_wxGauge", _p_wxGaugeTo_p_wxObject},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject},{"_p_wxChoice", _p_wxChoiceTo_p_wxObject},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject},{"_p_wxListView", _p_wxListViewTo_p_wxObject},{"_p_wxNotebook", _p_wxNotebookTo_p_wxObject},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxObject},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject},{"_p_wxListbook", _p_wxListbookTo_p_wxObject},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxObject},{"_p_wxSlider", _p_wxSliderTo_p_wxObject},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxObject},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject},{"_p_wxContextHelp", _p_wxContextHelpTo_p_wxObject},{"_p_wxListEvent", _p_wxListEventTo_p_wxObject},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject},{"_p_wxListBox", _p_wxListBoxTo_p_wxObject},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxObject},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxObject},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxObject},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxObject},{"_p_wxButton", _p_wxButtonTo_p_wxObject},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxObject},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxObject},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxObject},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxObject},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxObject},{"_p_wxListItem", _p_wxListItemTo_p_wxObject},{"_p_wxImage", _p_wxImageTo_p_wxObject},{"_p_wxNotebookSizer", _p_wxNotebookSizerTo_p_wxObject},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxObject},{"_p_wxGenericDragImage", _p_wxGenericDragImageTo_p_wxObject},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxObject},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxObject},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxObject},{"_p_wxObject"},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject},{"_p_wxWindow", _p_wxWindowTo_p_wxObject},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxObject},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxObject},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject},{"_p_wxToolBarToolBase", _p_wxToolBarToolBaseTo_p_wxObject},{"_p_wxToolBar", _p_wxToolBarTo_p_wxObject},{"_p_wxBookCtrlSizer", _p_wxBookCtrlSizerTo_p_wxObject},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject},{0}};
31006 static swig_type_info _swigt__p_wxCursor[] = {{"_p_wxCursor", 0, "wxCursor *", 0},{"_p_wxCursor"},{0}};
31007 static swig_type_info _swigt__p_wxKeyEvent[] = {{"_p_wxKeyEvent", 0, "wxKeyEvent *", 0},{"_p_wxKeyEvent"},{0}};
31008 static swig_type_info _swigt__p_wxWindow[] = {{"_p_wxWindow", 0, "wxWindow *", 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxWindow},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow},{"_p_wxToolBar", _p_wxToolBarTo_p_wxWindow},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxWindow},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxWindow},{"_p_wxWindow"},{"_p_wxPyControl", _p_wxPyControlTo_p_wxWindow},{"_p_wxControl", _p_wxControlTo_p_wxWindow},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxWindow},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxWindow},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxWindow},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxWindow},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxWindow},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxWindow},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow},{"_p_wxGauge", _p_wxGaugeTo_p_wxWindow},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxWindow},{"_p_wxListbook", _p_wxListbookTo_p_wxWindow},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxWindow},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxWindow},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxWindow},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxWindow},{"_p_wxListBox", _p_wxListBoxTo_p_wxWindow},{"_p_wxChoice", _p_wxChoiceTo_p_wxWindow},{"_p_wxListView", _p_wxListViewTo_p_wxWindow},{"_p_wxNotebook", _p_wxNotebookTo_p_wxWindow},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxWindow},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxWindow},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxWindow},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxWindow},{"_p_wxSlider", _p_wxSliderTo_p_wxWindow},{"_p_wxButton", _p_wxButtonTo_p_wxWindow},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxWindow},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxWindow},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxWindow},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxWindow},{0}};
31009 static swig_type_info _swigt__p_wxString[] = {{"_p_wxString", 0, "wxString *", 0},{"_p_wxString"},{0}};
31010 static swig_type_info _swigt__p_wxBitmap[] = {{"_p_wxBitmap", 0, "wxBitmap *", 0},{"_p_wxBitmap"},{0}};
31011 static swig_type_info _swigt__p_wxTreeEvent[] = {{"_p_wxTreeEvent", 0, "wxTreeEvent *", 0},{"_p_wxTreeEvent"},{0}};
31012 static swig_type_info _swigt__p_wxMouseEvent[] = {{"_p_wxMouseEvent", 0, "wxMouseEvent *", 0},{"_p_wxMouseEvent"},{0}};
31013 static swig_type_info _swigt__p_wxCommandEvent[] = {{"_p_wxCommandEvent", 0, "wxCommandEvent *", 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxCommandEvent},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxCommandEvent},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxCommandEvent},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxCommandEvent},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxCommandEvent},{"_p_wxCommandEvent"},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxCommandEvent},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxCommandEvent},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxCommandEvent},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxCommandEvent},{"_p_wxListEvent", _p_wxListEventTo_p_wxCommandEvent},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxCommandEvent},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxCommandEvent},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxCommandEvent},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxCommandEvent},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxCommandEvent},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxCommandEvent},{0}};
31014 static swig_type_info _swigt__p_wxStaticText[] = {{"_p_wxStaticText", 0, "wxStaticText *", 0},{"_p_wxStaticText"},{0}};
31015 static swig_type_info _swigt__p_wxControlWithItems[] = {{"_p_wxControlWithItems", 0, "wxControlWithItems *", 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxControlWithItems},{"_p_wxChoice", _p_wxChoiceTo_p_wxControlWithItems},{"_p_wxControlWithItems"},{"_p_wxListBox", _p_wxListBoxTo_p_wxControlWithItems},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxControlWithItems},{0}};
31016 static swig_type_info _swigt__p_wxToolBarToolBase[] = {{"_p_wxToolBarToolBase", 0, "wxToolBarToolBase *", 0},{"_p_wxToolBarToolBase"},{0}};
31017 static swig_type_info _swigt__p_wxColour[] = {{"_p_wxColour", 0, "wxColour *", 0},{"_p_wxColour"},{0}};
31018 static swig_type_info _swigt__p_wxToolBar[] = {{"_p_wxToolBar", 0, "wxToolBar *", 0},{"_p_wxToolBar"},{0}};
31019 static swig_type_info _swigt__p_wxBookCtrlSizer[] = {{"_p_wxBookCtrlSizer", 0, "wxBookCtrlSizer *", 0},{"_p_wxBookCtrlSizer"},{0}};
31020 static swig_type_info _swigt__p_wxValidator[] = {{"_p_wxValidator", 0, "wxValidator *", 0},{"_p_wxValidator"},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxValidator},{0}};
31021
31022 static swig_type_info *swig_types_initial[] = {
31023 _swigt__p_wxTextUrlEvent,
31024 _swigt__p_wxBookCtrlEvent,
31025 _swigt__p_wxSizer,
31026 _swigt__p_wxCheckBox,
31027 _swigt__p_wxPyTreeCtrl,
31028 _swigt__p_wxEvent,
31029 _swigt__p_wxGenericDirCtrl,
31030 _swigt__p_bool,
31031 _swigt__p_wxPyTreeItemData,
31032 _swigt__p_wxItemContainer,
31033 _swigt__p_wxDirFilterListCtrl,
31034 _swigt__p_wxPyListCtrl,
31035 _swigt__p_wxStaticLine,
31036 _swigt__p_wxControl,
31037 _swigt__p_wxPyControl,
31038 _swigt__p_wxGauge,
31039 _swigt__p_wxToolBarBase,
31040 _swigt__p_wxFont,
31041 _swigt__p_wxToggleButton,
31042 _swigt__p_wxRadioButton,
31043 _swigt__p_wxChoice,
31044 _swigt__p_wxMemoryDC,
31045 _swigt__p_wxListItemAttr,
31046 _swigt__p_void,
31047 _swigt__p_int,
31048 _swigt__p_wxSize,
31049 _swigt__p_wxDC,
31050 _swigt__p_wxListView,
31051 _swigt__p_wxIcon,
31052 _swigt__p_wxTextCtrl,
31053 _swigt__p_wxNotebook,
31054 _swigt__p_wxNotifyEvent,
31055 _swigt__p_wxArrayString,
31056 _swigt__p_wxListbook,
31057 _swigt__p_wxStaticBitmap,
31058 _swigt__p_wxSlider,
31059 _swigt__p_wxStaticBox,
31060 _swigt__p_wxArrayInt,
31061 _swigt__p_wxContextHelp,
31062 _swigt__p_long,
31063 _swigt__p_wxEvtHandler,
31064 _swigt__p_wxListEvent,
31065 _swigt__p_wxListBox,
31066 _swigt__p_wxCheckListBox,
31067 _swigt__p_wxBookCtrl,
31068 _swigt__p_wxSpinButton,
31069 _swigt__p_wxButton,
31070 _swigt__p_wxBitmapButton,
31071 _swigt__p_wxRect,
31072 _swigt__p_wxContextHelpButton,
31073 _swigt__p_wxRadioBox,
31074 _swigt__p_wxScrollBar,
31075 _swigt__p_char,
31076 _swigt__p_wxTreeItemId,
31077 _swigt__p_wxComboBox,
31078 _swigt__p_wxHelpEvent,
31079 _swigt__p_wxListItem,
31080 _swigt__p_wxNotebookSizer,
31081 _swigt__p_wxSpinEvent,
31082 _swigt__p_wxGenericDragImage,
31083 _swigt__p_wxSpinCtrl,
31084 _swigt__p_wxImageList,
31085 _swigt__p_wxHelpProvider,
31086 _swigt__p_wxTextAttr,
31087 _swigt__p_wxSimpleHelpProvider,
31088 _swigt__p_wxPoint,
31089 _swigt__p_wxListbookEvent,
31090 _swigt__p_wxNotebookEvent,
31091 _swigt__p_wxObject,
31092 _swigt__p_wxCursor,
31093 _swigt__p_wxKeyEvent,
31094 _swigt__p_wxWindow,
31095 _swigt__p_wxString,
31096 _swigt__p_wxBitmap,
31097 _swigt__p_wxTreeEvent,
31098 _swigt__p_wxMouseEvent,
31099 _swigt__p_wxCommandEvent,
31100 _swigt__p_wxStaticText,
31101 _swigt__p_wxControlWithItems,
31102 _swigt__p_wxToolBarToolBase,
31103 _swigt__p_wxColour,
31104 _swigt__p_wxToolBar,
31105 _swigt__p_wxBookCtrlSizer,
31106 _swigt__p_wxValidator,
31107 0
31108 };
31109
31110
31111 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
31112
31113 static swig_const_info swig_const_table[] = {
31114 {0}};
31115
31116 #ifdef __cplusplus
31117 }
31118 #endif
31119
31120 #ifdef __cplusplus
31121 extern "C"
31122 #endif
31123 SWIGEXPORT(void) SWIG_init(void) {
31124 static PyObject *SWIG_globals = 0;
31125 static int typeinit = 0;
31126 PyObject *m, *d;
31127 int i;
31128 if (!SWIG_globals) SWIG_globals = SWIG_newvarlink();
31129 m = Py_InitModule((char *) SWIG_name, SwigMethods);
31130 d = PyModule_GetDict(m);
31131
31132 if (!typeinit) {
31133 for (i = 0; swig_types_initial[i]; i++) {
31134 swig_types[i] = SWIG_TypeRegister(swig_types_initial[i]);
31135 }
31136 typeinit = 1;
31137 }
31138 SWIG_InstallConstants(d,swig_const_table);
31139
31140 PyDict_SetItemString(d,(char*)"cvar", SWIG_globals);
31141 SWIG_addvarlink(SWIG_globals,(char*)"ButtonNameStr",_wrap_ButtonNameStr_get, _wrap_ButtonNameStr_set);
31142 PyDict_SetItemString(d,"BU_LEFT", SWIG_PyObj_FromInt((int)wxBU_LEFT));
31143 PyDict_SetItemString(d,"BU_TOP", SWIG_PyObj_FromInt((int)wxBU_TOP));
31144 PyDict_SetItemString(d,"BU_RIGHT", SWIG_PyObj_FromInt((int)wxBU_RIGHT));
31145 PyDict_SetItemString(d,"BU_BOTTOM", SWIG_PyObj_FromInt((int)wxBU_BOTTOM));
31146 PyDict_SetItemString(d,"BU_EXACTFIT", SWIG_PyObj_FromInt((int)wxBU_EXACTFIT));
31147 PyDict_SetItemString(d,"BU_AUTODRAW", SWIG_PyObj_FromInt((int)wxBU_AUTODRAW));
31148 SWIG_addvarlink(SWIG_globals,(char*)"CheckBoxNameStr",_wrap_CheckBoxNameStr_get, _wrap_CheckBoxNameStr_set);
31149 PyDict_SetItemString(d,"CHK_2STATE", SWIG_PyObj_FromInt((int)wxCHK_2STATE));
31150 PyDict_SetItemString(d,"CHK_3STATE", SWIG_PyObj_FromInt((int)wxCHK_3STATE));
31151 PyDict_SetItemString(d,"CHK_ALLOW_3RD_STATE_FOR_USER", SWIG_PyObj_FromInt((int)wxCHK_ALLOW_3RD_STATE_FOR_USER));
31152 PyDict_SetItemString(d,"CHK_UNCHECKED", SWIG_PyObj_FromInt((int)wxCHK_UNCHECKED));
31153 PyDict_SetItemString(d,"CHK_CHECKED", SWIG_PyObj_FromInt((int)wxCHK_CHECKED));
31154 PyDict_SetItemString(d,"CHK_UNDETERMINED", SWIG_PyObj_FromInt((int)wxCHK_UNDETERMINED));
31155 SWIG_addvarlink(SWIG_globals,(char*)"ChoiceNameStr",_wrap_ChoiceNameStr_get, _wrap_ChoiceNameStr_set);
31156 SWIG_addvarlink(SWIG_globals,(char*)"ComboBoxNameStr",_wrap_ComboBoxNameStr_get, _wrap_ComboBoxNameStr_set);
31157 SWIG_addvarlink(SWIG_globals,(char*)"GaugeNameStr",_wrap_GaugeNameStr_get, _wrap_GaugeNameStr_set);
31158 PyDict_SetItemString(d,"GA_HORIZONTAL", SWIG_PyObj_FromInt((int)wxGA_HORIZONTAL));
31159 PyDict_SetItemString(d,"GA_VERTICAL", SWIG_PyObj_FromInt((int)wxGA_VERTICAL));
31160 PyDict_SetItemString(d,"GA_SMOOTH", SWIG_PyObj_FromInt((int)wxGA_SMOOTH));
31161 PyDict_SetItemString(d,"GA_PROGRESSBAR", SWIG_PyObj_FromInt((int)wxGA_PROGRESSBAR));
31162 SWIG_addvarlink(SWIG_globals,(char*)"StaticBitmapNameStr",_wrap_StaticBitmapNameStr_get, _wrap_StaticBitmapNameStr_set);
31163 SWIG_addvarlink(SWIG_globals,(char*)"StaticBoxNameStr",_wrap_StaticBoxNameStr_get, _wrap_StaticBoxNameStr_set);
31164 SWIG_addvarlink(SWIG_globals,(char*)"StaticTextNameStr",_wrap_StaticTextNameStr_get, _wrap_StaticTextNameStr_set);
31165 SWIG_addvarlink(SWIG_globals,(char*)"ListBoxNameStr",_wrap_ListBoxNameStr_get, _wrap_ListBoxNameStr_set);
31166 SWIG_addvarlink(SWIG_globals,(char*)"TextCtrlNameStr",_wrap_TextCtrlNameStr_get, _wrap_TextCtrlNameStr_set);
31167 PyDict_SetItemString(d,"TE_NO_VSCROLL", SWIG_PyObj_FromInt((int)wxTE_NO_VSCROLL));
31168 PyDict_SetItemString(d,"TE_AUTO_SCROLL", SWIG_PyObj_FromInt((int)wxTE_AUTO_SCROLL));
31169 PyDict_SetItemString(d,"TE_READONLY", SWIG_PyObj_FromInt((int)wxTE_READONLY));
31170 PyDict_SetItemString(d,"TE_MULTILINE", SWIG_PyObj_FromInt((int)wxTE_MULTILINE));
31171 PyDict_SetItemString(d,"TE_PROCESS_TAB", SWIG_PyObj_FromInt((int)wxTE_PROCESS_TAB));
31172 PyDict_SetItemString(d,"TE_LEFT", SWIG_PyObj_FromInt((int)wxTE_LEFT));
31173 PyDict_SetItemString(d,"TE_CENTER", SWIG_PyObj_FromInt((int)wxTE_CENTER));
31174 PyDict_SetItemString(d,"TE_RIGHT", SWIG_PyObj_FromInt((int)wxTE_RIGHT));
31175 PyDict_SetItemString(d,"TE_CENTRE", SWIG_PyObj_FromInt((int)wxTE_CENTRE));
31176 PyDict_SetItemString(d,"TE_RICH", SWIG_PyObj_FromInt((int)wxTE_RICH));
31177 PyDict_SetItemString(d,"TE_PROCESS_ENTER", SWIG_PyObj_FromInt((int)wxTE_PROCESS_ENTER));
31178 PyDict_SetItemString(d,"TE_PASSWORD", SWIG_PyObj_FromInt((int)wxTE_PASSWORD));
31179 PyDict_SetItemString(d,"TE_AUTO_URL", SWIG_PyObj_FromInt((int)wxTE_AUTO_URL));
31180 PyDict_SetItemString(d,"TE_NOHIDESEL", SWIG_PyObj_FromInt((int)wxTE_NOHIDESEL));
31181 PyDict_SetItemString(d,"TE_DONTWRAP", SWIG_PyObj_FromInt((int)wxTE_DONTWRAP));
31182 PyDict_SetItemString(d,"TE_LINEWRAP", SWIG_PyObj_FromInt((int)wxTE_LINEWRAP));
31183 PyDict_SetItemString(d,"TE_WORDWRAP", SWIG_PyObj_FromInt((int)wxTE_WORDWRAP));
31184 PyDict_SetItemString(d,"TE_RICH2", SWIG_PyObj_FromInt((int)wxTE_RICH2));
31185 PyDict_SetItemString(d,"TEXT_ALIGNMENT_DEFAULT", SWIG_PyObj_FromInt((int)wxTEXT_ALIGNMENT_DEFAULT));
31186 PyDict_SetItemString(d,"TEXT_ALIGNMENT_LEFT", SWIG_PyObj_FromInt((int)wxTEXT_ALIGNMENT_LEFT));
31187 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTRE", SWIG_PyObj_FromInt((int)wxTEXT_ALIGNMENT_CENTRE));
31188 PyDict_SetItemString(d,"TEXT_ALIGNMENT_CENTER", SWIG_PyObj_FromInt((int)wxTEXT_ALIGNMENT_CENTER));
31189 PyDict_SetItemString(d,"TEXT_ALIGNMENT_RIGHT", SWIG_PyObj_FromInt((int)wxTEXT_ALIGNMENT_RIGHT));
31190 PyDict_SetItemString(d,"TEXT_ALIGNMENT_JUSTIFIED", SWIG_PyObj_FromInt((int)wxTEXT_ALIGNMENT_JUSTIFIED));
31191 PyDict_SetItemString(d,"TEXT_ATTR_TEXT_COLOUR", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_TEXT_COLOUR));
31192 PyDict_SetItemString(d,"TEXT_ATTR_BACKGROUND_COLOUR", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_BACKGROUND_COLOUR));
31193 PyDict_SetItemString(d,"TEXT_ATTR_FONT_FACE", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_FONT_FACE));
31194 PyDict_SetItemString(d,"TEXT_ATTR_FONT_SIZE", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_FONT_SIZE));
31195 PyDict_SetItemString(d,"TEXT_ATTR_FONT_WEIGHT", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_FONT_WEIGHT));
31196 PyDict_SetItemString(d,"TEXT_ATTR_FONT_ITALIC", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_FONT_ITALIC));
31197 PyDict_SetItemString(d,"TEXT_ATTR_FONT_UNDERLINE", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_FONT_UNDERLINE));
31198 PyDict_SetItemString(d,"TEXT_ATTR_FONT", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_FONT));
31199 PyDict_SetItemString(d,"TEXT_ATTR_ALIGNMENT", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_ALIGNMENT));
31200 PyDict_SetItemString(d,"TEXT_ATTR_LEFT_INDENT", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_LEFT_INDENT));
31201 PyDict_SetItemString(d,"TEXT_ATTR_RIGHT_INDENT", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_RIGHT_INDENT));
31202 PyDict_SetItemString(d,"TEXT_ATTR_TABS", SWIG_PyObj_FromInt((int)wxTEXT_ATTR_TABS));
31203 PyDict_SetItemString(d,"wxTE_HT_UNKNOWN", SWIG_PyObj_FromInt((int)wxTE_HT_UNKNOWN));
31204 PyDict_SetItemString(d,"wxTE_HT_BEFORE", SWIG_PyObj_FromInt((int)wxTE_HT_BEFORE));
31205 PyDict_SetItemString(d,"wxTE_HT_ON_TEXT", SWIG_PyObj_FromInt((int)wxTE_HT_ON_TEXT));
31206 PyDict_SetItemString(d,"wxTE_HT_BELOW", SWIG_PyObj_FromInt((int)wxTE_HT_BELOW));
31207 PyDict_SetItemString(d,"wxTE_HT_BEYOND", SWIG_PyObj_FromInt((int)wxTE_HT_BEYOND));
31208 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_UPDATED", PyInt_FromLong(wxEVT_COMMAND_TEXT_UPDATED));
31209 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_ENTER", PyInt_FromLong(wxEVT_COMMAND_TEXT_ENTER));
31210 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_URL", PyInt_FromLong(wxEVT_COMMAND_TEXT_URL));
31211 PyDict_SetItemString(d, "wxEVT_COMMAND_TEXT_MAXLEN", PyInt_FromLong(wxEVT_COMMAND_TEXT_MAXLEN));
31212 SWIG_addvarlink(SWIG_globals,(char*)"ScrollBarNameStr",_wrap_ScrollBarNameStr_get, _wrap_ScrollBarNameStr_set);
31213 SWIG_addvarlink(SWIG_globals,(char*)"SPIN_BUTTON_NAME",_wrap_SPIN_BUTTON_NAME_get, _wrap_SPIN_BUTTON_NAME_set);
31214 SWIG_addvarlink(SWIG_globals,(char*)"SpinCtrlNameStr",_wrap_SpinCtrlNameStr_get, _wrap_SpinCtrlNameStr_set);
31215 PyDict_SetItemString(d,"SP_HORIZONTAL", SWIG_PyObj_FromInt((int)wxSP_HORIZONTAL));
31216 PyDict_SetItemString(d,"SP_VERTICAL", SWIG_PyObj_FromInt((int)wxSP_VERTICAL));
31217 PyDict_SetItemString(d,"SP_ARROW_KEYS", SWIG_PyObj_FromInt((int)wxSP_ARROW_KEYS));
31218 PyDict_SetItemString(d,"SP_WRAP", SWIG_PyObj_FromInt((int)wxSP_WRAP));
31219 PyDict_SetItemString(d, "wxEVT_COMMAND_SPINCTRL_UPDATED", PyInt_FromLong(wxEVT_COMMAND_SPINCTRL_UPDATED));
31220 SWIG_addvarlink(SWIG_globals,(char*)"RadioBoxNameStr",_wrap_RadioBoxNameStr_get, _wrap_RadioBoxNameStr_set);
31221 SWIG_addvarlink(SWIG_globals,(char*)"RadioButtonNameStr",_wrap_RadioButtonNameStr_get, _wrap_RadioButtonNameStr_set);
31222 SWIG_addvarlink(SWIG_globals,(char*)"SliderNameStr",_wrap_SliderNameStr_get, _wrap_SliderNameStr_set);
31223 SWIG_addvarlink(SWIG_globals,(char*)"ToggleButtonNameStr",_wrap_ToggleButtonNameStr_get, _wrap_ToggleButtonNameStr_set);
31224 PyDict_SetItemString(d, "wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong(wxEVT_COMMAND_TOGGLEBUTTON_CLICKED));
31225 SWIG_addvarlink(SWIG_globals,(char*)"NOTEBOOK_NAME",_wrap_NOTEBOOK_NAME_get, _wrap_NOTEBOOK_NAME_set);
31226 PyDict_SetItemString(d,"NB_FIXEDWIDTH", SWIG_PyObj_FromInt((int)wxNB_FIXEDWIDTH));
31227 PyDict_SetItemString(d,"NB_TOP", SWIG_PyObj_FromInt((int)wxNB_TOP));
31228 PyDict_SetItemString(d,"NB_LEFT", SWIG_PyObj_FromInt((int)wxNB_LEFT));
31229 PyDict_SetItemString(d,"NB_RIGHT", SWIG_PyObj_FromInt((int)wxNB_RIGHT));
31230 PyDict_SetItemString(d,"NB_BOTTOM", SWIG_PyObj_FromInt((int)wxNB_BOTTOM));
31231 PyDict_SetItemString(d,"NB_MULTILINE", SWIG_PyObj_FromInt((int)wxNB_MULTILINE));
31232 PyDict_SetItemString(d,"NB_HITTEST_NOWHERE", SWIG_PyObj_FromInt((int)wxNB_HITTEST_NOWHERE));
31233 PyDict_SetItemString(d,"NB_HITTEST_ONICON", SWIG_PyObj_FromInt((int)wxNB_HITTEST_ONICON));
31234 PyDict_SetItemString(d,"NB_HITTEST_ONLABEL", SWIG_PyObj_FromInt((int)wxNB_HITTEST_ONLABEL));
31235 PyDict_SetItemString(d,"NB_HITTEST_ONITEM", SWIG_PyObj_FromInt((int)wxNB_HITTEST_ONITEM));
31236 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED));
31237 PyDict_SetItemString(d, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING));
31238 PyDict_SetItemString(d,"LB_DEFAULT", SWIG_PyObj_FromInt((int)wxLB_DEFAULT));
31239 PyDict_SetItemString(d,"LB_TOP", SWIG_PyObj_FromInt((int)wxLB_TOP));
31240 PyDict_SetItemString(d,"LB_BOTTOM", SWIG_PyObj_FromInt((int)wxLB_BOTTOM));
31241 PyDict_SetItemString(d,"LB_LEFT", SWIG_PyObj_FromInt((int)wxLB_LEFT));
31242 PyDict_SetItemString(d,"LB_RIGHT", SWIG_PyObj_FromInt((int)wxLB_RIGHT));
31243 PyDict_SetItemString(d,"LB_ALIGN_MASK", SWIG_PyObj_FromInt((int)wxLB_ALIGN_MASK));
31244 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED));
31245 PyDict_SetItemString(d, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING));
31246 PyDict_SetItemString(d,"TOOL_STYLE_BUTTON", SWIG_PyObj_FromInt((int)wxTOOL_STYLE_BUTTON));
31247 PyDict_SetItemString(d,"TOOL_STYLE_SEPARATOR", SWIG_PyObj_FromInt((int)wxTOOL_STYLE_SEPARATOR));
31248 PyDict_SetItemString(d,"TOOL_STYLE_CONTROL", SWIG_PyObj_FromInt((int)wxTOOL_STYLE_CONTROL));
31249 PyDict_SetItemString(d,"TB_HORIZONTAL", SWIG_PyObj_FromInt((int)wxTB_HORIZONTAL));
31250 PyDict_SetItemString(d,"TB_VERTICAL", SWIG_PyObj_FromInt((int)wxTB_VERTICAL));
31251 PyDict_SetItemString(d,"TB_3DBUTTONS", SWIG_PyObj_FromInt((int)wxTB_3DBUTTONS));
31252 PyDict_SetItemString(d,"TB_FLAT", SWIG_PyObj_FromInt((int)wxTB_FLAT));
31253 PyDict_SetItemString(d,"TB_DOCKABLE", SWIG_PyObj_FromInt((int)wxTB_DOCKABLE));
31254 PyDict_SetItemString(d,"TB_NOICONS", SWIG_PyObj_FromInt((int)wxTB_NOICONS));
31255 PyDict_SetItemString(d,"TB_TEXT", SWIG_PyObj_FromInt((int)wxTB_TEXT));
31256 PyDict_SetItemString(d,"TB_NODIVIDER", SWIG_PyObj_FromInt((int)wxTB_NODIVIDER));
31257 PyDict_SetItemString(d,"TB_NOALIGN", SWIG_PyObj_FromInt((int)wxTB_NOALIGN));
31258 PyDict_SetItemString(d,"TB_HORZ_LAYOUT", SWIG_PyObj_FromInt((int)wxTB_HORZ_LAYOUT));
31259 PyDict_SetItemString(d,"TB_HORZ_TEXT", SWIG_PyObj_FromInt((int)wxTB_HORZ_TEXT));
31260 SWIG_addvarlink(SWIG_globals,(char*)"ListCtrlNameStr",_wrap_ListCtrlNameStr_get, _wrap_ListCtrlNameStr_set);
31261 PyDict_SetItemString(d,"LC_VRULES", SWIG_PyObj_FromInt((int)wxLC_VRULES));
31262 PyDict_SetItemString(d,"LC_HRULES", SWIG_PyObj_FromInt((int)wxLC_HRULES));
31263 PyDict_SetItemString(d,"LC_ICON", SWIG_PyObj_FromInt((int)wxLC_ICON));
31264 PyDict_SetItemString(d,"LC_SMALL_ICON", SWIG_PyObj_FromInt((int)wxLC_SMALL_ICON));
31265 PyDict_SetItemString(d,"LC_LIST", SWIG_PyObj_FromInt((int)wxLC_LIST));
31266 PyDict_SetItemString(d,"LC_REPORT", SWIG_PyObj_FromInt((int)wxLC_REPORT));
31267 PyDict_SetItemString(d,"LC_ALIGN_TOP", SWIG_PyObj_FromInt((int)wxLC_ALIGN_TOP));
31268 PyDict_SetItemString(d,"LC_ALIGN_LEFT", SWIG_PyObj_FromInt((int)wxLC_ALIGN_LEFT));
31269 PyDict_SetItemString(d,"LC_AUTOARRANGE", SWIG_PyObj_FromInt((int)wxLC_AUTOARRANGE));
31270 PyDict_SetItemString(d,"LC_VIRTUAL", SWIG_PyObj_FromInt((int)wxLC_VIRTUAL));
31271 PyDict_SetItemString(d,"LC_EDIT_LABELS", SWIG_PyObj_FromInt((int)wxLC_EDIT_LABELS));
31272 PyDict_SetItemString(d,"LC_NO_HEADER", SWIG_PyObj_FromInt((int)wxLC_NO_HEADER));
31273 PyDict_SetItemString(d,"LC_NO_SORT_HEADER", SWIG_PyObj_FromInt((int)wxLC_NO_SORT_HEADER));
31274 PyDict_SetItemString(d,"LC_SINGLE_SEL", SWIG_PyObj_FromInt((int)wxLC_SINGLE_SEL));
31275 PyDict_SetItemString(d,"LC_SORT_ASCENDING", SWIG_PyObj_FromInt((int)wxLC_SORT_ASCENDING));
31276 PyDict_SetItemString(d,"LC_SORT_DESCENDING", SWIG_PyObj_FromInt((int)wxLC_SORT_DESCENDING));
31277 PyDict_SetItemString(d,"LC_MASK_TYPE", SWIG_PyObj_FromInt((int)wxLC_MASK_TYPE));
31278 PyDict_SetItemString(d,"LC_MASK_ALIGN", SWIG_PyObj_FromInt((int)wxLC_MASK_ALIGN));
31279 PyDict_SetItemString(d,"LC_MASK_SORT", SWIG_PyObj_FromInt((int)wxLC_MASK_SORT));
31280 PyDict_SetItemString(d,"LIST_MASK_STATE", SWIG_PyObj_FromInt((int)wxLIST_MASK_STATE));
31281 PyDict_SetItemString(d,"LIST_MASK_TEXT", SWIG_PyObj_FromInt((int)wxLIST_MASK_TEXT));
31282 PyDict_SetItemString(d,"LIST_MASK_IMAGE", SWIG_PyObj_FromInt((int)wxLIST_MASK_IMAGE));
31283 PyDict_SetItemString(d,"LIST_MASK_DATA", SWIG_PyObj_FromInt((int)wxLIST_MASK_DATA));
31284 PyDict_SetItemString(d,"LIST_SET_ITEM", SWIG_PyObj_FromInt((int)wxLIST_SET_ITEM));
31285 PyDict_SetItemString(d,"LIST_MASK_WIDTH", SWIG_PyObj_FromInt((int)wxLIST_MASK_WIDTH));
31286 PyDict_SetItemString(d,"LIST_MASK_FORMAT", SWIG_PyObj_FromInt((int)wxLIST_MASK_FORMAT));
31287 PyDict_SetItemString(d,"LIST_STATE_DONTCARE", SWIG_PyObj_FromInt((int)wxLIST_STATE_DONTCARE));
31288 PyDict_SetItemString(d,"LIST_STATE_DROPHILITED", SWIG_PyObj_FromInt((int)wxLIST_STATE_DROPHILITED));
31289 PyDict_SetItemString(d,"LIST_STATE_FOCUSED", SWIG_PyObj_FromInt((int)wxLIST_STATE_FOCUSED));
31290 PyDict_SetItemString(d,"LIST_STATE_SELECTED", SWIG_PyObj_FromInt((int)wxLIST_STATE_SELECTED));
31291 PyDict_SetItemString(d,"LIST_STATE_CUT", SWIG_PyObj_FromInt((int)wxLIST_STATE_CUT));
31292 PyDict_SetItemString(d,"LIST_STATE_DISABLED", SWIG_PyObj_FromInt((int)wxLIST_STATE_DISABLED));
31293 PyDict_SetItemString(d,"LIST_STATE_FILTERED", SWIG_PyObj_FromInt((int)wxLIST_STATE_FILTERED));
31294 PyDict_SetItemString(d,"LIST_STATE_INUSE", SWIG_PyObj_FromInt((int)wxLIST_STATE_INUSE));
31295 PyDict_SetItemString(d,"LIST_STATE_PICKED", SWIG_PyObj_FromInt((int)wxLIST_STATE_PICKED));
31296 PyDict_SetItemString(d,"LIST_STATE_SOURCE", SWIG_PyObj_FromInt((int)wxLIST_STATE_SOURCE));
31297 PyDict_SetItemString(d,"LIST_HITTEST_ABOVE", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_ABOVE));
31298 PyDict_SetItemString(d,"LIST_HITTEST_BELOW", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_BELOW));
31299 PyDict_SetItemString(d,"LIST_HITTEST_NOWHERE", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_NOWHERE));
31300 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMICON", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_ONITEMICON));
31301 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMLABEL", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_ONITEMLABEL));
31302 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMRIGHT", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_ONITEMRIGHT));
31303 PyDict_SetItemString(d,"LIST_HITTEST_ONITEMSTATEICON", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_ONITEMSTATEICON));
31304 PyDict_SetItemString(d,"LIST_HITTEST_TOLEFT", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_TOLEFT));
31305 PyDict_SetItemString(d,"LIST_HITTEST_TORIGHT", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_TORIGHT));
31306 PyDict_SetItemString(d,"LIST_HITTEST_ONITEM", SWIG_PyObj_FromInt((int)wxLIST_HITTEST_ONITEM));
31307 PyDict_SetItemString(d,"LIST_NEXT_ABOVE", SWIG_PyObj_FromInt((int)wxLIST_NEXT_ABOVE));
31308 PyDict_SetItemString(d,"LIST_NEXT_ALL", SWIG_PyObj_FromInt((int)wxLIST_NEXT_ALL));
31309 PyDict_SetItemString(d,"LIST_NEXT_BELOW", SWIG_PyObj_FromInt((int)wxLIST_NEXT_BELOW));
31310 PyDict_SetItemString(d,"LIST_NEXT_LEFT", SWIG_PyObj_FromInt((int)wxLIST_NEXT_LEFT));
31311 PyDict_SetItemString(d,"LIST_NEXT_RIGHT", SWIG_PyObj_FromInt((int)wxLIST_NEXT_RIGHT));
31312 PyDict_SetItemString(d,"LIST_ALIGN_DEFAULT", SWIG_PyObj_FromInt((int)wxLIST_ALIGN_DEFAULT));
31313 PyDict_SetItemString(d,"LIST_ALIGN_LEFT", SWIG_PyObj_FromInt((int)wxLIST_ALIGN_LEFT));
31314 PyDict_SetItemString(d,"LIST_ALIGN_TOP", SWIG_PyObj_FromInt((int)wxLIST_ALIGN_TOP));
31315 PyDict_SetItemString(d,"LIST_ALIGN_SNAP_TO_GRID", SWIG_PyObj_FromInt((int)wxLIST_ALIGN_SNAP_TO_GRID));
31316 PyDict_SetItemString(d,"LIST_FORMAT_LEFT", SWIG_PyObj_FromInt((int)wxLIST_FORMAT_LEFT));
31317 PyDict_SetItemString(d,"LIST_FORMAT_RIGHT", SWIG_PyObj_FromInt((int)wxLIST_FORMAT_RIGHT));
31318 PyDict_SetItemString(d,"LIST_FORMAT_CENTRE", SWIG_PyObj_FromInt((int)wxLIST_FORMAT_CENTRE));
31319 PyDict_SetItemString(d,"LIST_FORMAT_CENTER", SWIG_PyObj_FromInt((int)wxLIST_FORMAT_CENTER));
31320 PyDict_SetItemString(d,"LIST_AUTOSIZE", SWIG_PyObj_FromInt((int)wxLIST_AUTOSIZE));
31321 PyDict_SetItemString(d,"LIST_AUTOSIZE_USEHEADER", SWIG_PyObj_FromInt((int)wxLIST_AUTOSIZE_USEHEADER));
31322 PyDict_SetItemString(d,"LIST_RECT_BOUNDS", SWIG_PyObj_FromInt((int)wxLIST_RECT_BOUNDS));
31323 PyDict_SetItemString(d,"LIST_RECT_ICON", SWIG_PyObj_FromInt((int)wxLIST_RECT_ICON));
31324 PyDict_SetItemString(d,"LIST_RECT_LABEL", SWIG_PyObj_FromInt((int)wxLIST_RECT_LABEL));
31325 PyDict_SetItemString(d,"LIST_FIND_UP", SWIG_PyObj_FromInt((int)wxLIST_FIND_UP));
31326 PyDict_SetItemString(d,"LIST_FIND_DOWN", SWIG_PyObj_FromInt((int)wxLIST_FIND_DOWN));
31327 PyDict_SetItemString(d,"LIST_FIND_LEFT", SWIG_PyObj_FromInt((int)wxLIST_FIND_LEFT));
31328 PyDict_SetItemString(d,"LIST_FIND_RIGHT", SWIG_PyObj_FromInt((int)wxLIST_FIND_RIGHT));
31329 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_DRAG));
31330 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_RDRAG));
31331 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT));
31332 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_END_LABEL_EDIT));
31333 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ITEM));
31334 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS));
31335 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_GET_INFO));
31336 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_SET_INFO));
31337 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_SELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_SELECTED));
31338 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_DESELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_DESELECTED));
31339 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_LIST_KEY_DOWN));
31340 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_INSERT_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_INSERT_ITEM));
31341 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_CLICK));
31342 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK));
31343 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK));
31344 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_ACTIVATED));
31345 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_CACHE_HINT", PyInt_FromLong(wxEVT_COMMAND_LIST_CACHE_HINT));
31346 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_RIGHT_CLICK));
31347 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_BEGIN_DRAG));
31348 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_DRAGGING", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_DRAGGING));
31349 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_COL_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_END_DRAG));
31350 PyDict_SetItemString(d, "wxEVT_COMMAND_LIST_ITEM_FOCUSED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_FOCUSED));
31351
31352 // Map renamed classes back to their common name for OOR
31353 wxPyPtrTypeMap_Add("wxListCtrl", "wxPyListCtrl");
31354
31355 SWIG_addvarlink(SWIG_globals,(char*)"TreeCtrlNameStr",_wrap_TreeCtrlNameStr_get, _wrap_TreeCtrlNameStr_set);
31356 PyDict_SetItemString(d,"TR_NO_BUTTONS", SWIG_PyObj_FromInt((int)wxTR_NO_BUTTONS));
31357 PyDict_SetItemString(d,"TR_HAS_BUTTONS", SWIG_PyObj_FromInt((int)wxTR_HAS_BUTTONS));
31358 PyDict_SetItemString(d,"TR_NO_LINES", SWIG_PyObj_FromInt((int)wxTR_NO_LINES));
31359 PyDict_SetItemString(d,"TR_LINES_AT_ROOT", SWIG_PyObj_FromInt((int)wxTR_LINES_AT_ROOT));
31360 PyDict_SetItemString(d,"TR_SINGLE", SWIG_PyObj_FromInt((int)wxTR_SINGLE));
31361 PyDict_SetItemString(d,"TR_MULTIPLE", SWIG_PyObj_FromInt((int)wxTR_MULTIPLE));
31362 PyDict_SetItemString(d,"TR_EXTENDED", SWIG_PyObj_FromInt((int)wxTR_EXTENDED));
31363 PyDict_SetItemString(d,"TR_HAS_VARIABLE_ROW_HEIGHT", SWIG_PyObj_FromInt((int)wxTR_HAS_VARIABLE_ROW_HEIGHT));
31364 PyDict_SetItemString(d,"TR_EDIT_LABELS", SWIG_PyObj_FromInt((int)wxTR_EDIT_LABELS));
31365 PyDict_SetItemString(d,"TR_HIDE_ROOT", SWIG_PyObj_FromInt((int)wxTR_HIDE_ROOT));
31366 PyDict_SetItemString(d,"TR_ROW_LINES", SWIG_PyObj_FromInt((int)wxTR_ROW_LINES));
31367 PyDict_SetItemString(d,"TR_FULL_ROW_HIGHLIGHT", SWIG_PyObj_FromInt((int)wxTR_FULL_ROW_HIGHLIGHT));
31368 PyDict_SetItemString(d,"TR_DEFAULT_STYLE", SWIG_PyObj_FromInt((int)wxTR_DEFAULT_STYLE));
31369 PyDict_SetItemString(d,"TR_TWIST_BUTTONS", SWIG_PyObj_FromInt((int)wxTR_TWIST_BUTTONS));
31370 PyDict_SetItemString(d,"TR_MAC_BUTTONS", SWIG_PyObj_FromInt((int)wxTR_MAC_BUTTONS));
31371 PyDict_SetItemString(d,"TR_AQUA_BUTTONS", SWIG_PyObj_FromInt((int)wxTR_AQUA_BUTTONS));
31372 PyDict_SetItemString(d,"TreeItemIcon_Normal", SWIG_PyObj_FromInt((int)wxTreeItemIcon_Normal));
31373 PyDict_SetItemString(d,"TreeItemIcon_Selected", SWIG_PyObj_FromInt((int)wxTreeItemIcon_Selected));
31374 PyDict_SetItemString(d,"TreeItemIcon_Expanded", SWIG_PyObj_FromInt((int)wxTreeItemIcon_Expanded));
31375 PyDict_SetItemString(d,"TreeItemIcon_SelectedExpanded", SWIG_PyObj_FromInt((int)wxTreeItemIcon_SelectedExpanded));
31376 PyDict_SetItemString(d,"TreeItemIcon_Max", SWIG_PyObj_FromInt((int)wxTreeItemIcon_Max));
31377 PyDict_SetItemString(d,"TREE_HITTEST_ABOVE", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ABOVE));
31378 PyDict_SetItemString(d,"TREE_HITTEST_BELOW", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_BELOW));
31379 PyDict_SetItemString(d,"TREE_HITTEST_NOWHERE", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_NOWHERE));
31380 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMBUTTON", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ONITEMBUTTON));
31381 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMICON", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ONITEMICON));
31382 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMINDENT", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ONITEMINDENT));
31383 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLABEL", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ONITEMLABEL));
31384 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMRIGHT", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ONITEMRIGHT));
31385 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMSTATEICON", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ONITEMSTATEICON));
31386 PyDict_SetItemString(d,"TREE_HITTEST_TOLEFT", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_TOLEFT));
31387 PyDict_SetItemString(d,"TREE_HITTEST_TORIGHT", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_TORIGHT));
31388 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMUPPERPART", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ONITEMUPPERPART));
31389 PyDict_SetItemString(d,"TREE_HITTEST_ONITEMLOWERPART", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ONITEMLOWERPART));
31390 PyDict_SetItemString(d,"TREE_HITTEST_ONITEM", SWIG_PyObj_FromInt((int)wxTREE_HITTEST_ONITEM));
31391 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_DRAG));
31392 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_RDRAG));
31393 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT));
31394 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_END_LABEL_EDIT));
31395 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_TREE_DELETE_ITEM));
31396 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_GET_INFO));
31397 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_SET_INFO));
31398 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDED));
31399 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_EXPANDING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDING));
31400 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSED));
31401 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_COLLAPSING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSING));
31402 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGED", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGED));
31403 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_SEL_CHANGING", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGING));
31404 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_TREE_KEY_DOWN));
31405 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_ACTIVATED));
31406 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK));
31407 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK));
31408 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_END_DRAG));
31409 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK));
31410 PyDict_SetItemString(d, "wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP));
31411
31412 // Map renamed classes back to their common name for OOR
31413 wxPyPtrTypeMap_Add("wxTreeItemData", "wxPyTreeItemData");
31414 wxPyPtrTypeMap_Add("wxTreeCtrl", "wxPyTreeCtrl");
31415
31416 SWIG_addvarlink(SWIG_globals,(char*)"DirDialogDefaultFolderStr",_wrap_DirDialogDefaultFolderStr_get, _wrap_DirDialogDefaultFolderStr_set);
31417 PyDict_SetItemString(d,"DIRCTRL_DIR_ONLY", SWIG_PyObj_FromInt((int)wxDIRCTRL_DIR_ONLY));
31418 PyDict_SetItemString(d,"DIRCTRL_SELECT_FIRST", SWIG_PyObj_FromInt((int)wxDIRCTRL_SELECT_FIRST));
31419 PyDict_SetItemString(d,"DIRCTRL_SHOW_FILTERS", SWIG_PyObj_FromInt((int)wxDIRCTRL_SHOW_FILTERS));
31420 PyDict_SetItemString(d,"DIRCTRL_3D_INTERNAL", SWIG_PyObj_FromInt((int)wxDIRCTRL_3D_INTERNAL));
31421 PyDict_SetItemString(d,"DIRCTRL_EDIT_LABELS", SWIG_PyObj_FromInt((int)wxDIRCTRL_EDIT_LABELS));
31422 PyDict_SetItemString(d,"FRAME_EX_CONTEXTHELP", SWIG_PyObj_FromInt((int)wxFRAME_EX_CONTEXTHELP));
31423 PyDict_SetItemString(d,"DIALOG_EX_CONTEXTHELP", SWIG_PyObj_FromInt((int)wxDIALOG_EX_CONTEXTHELP));
31424 PyDict_SetItemString(d, "wxEVT_HELP", PyInt_FromLong(wxEVT_HELP));
31425 PyDict_SetItemString(d, "wxEVT_DETAILED_HELP", PyInt_FromLong(wxEVT_DETAILED_HELP));
31426
31427 wxPyPtrTypeMap_Add("wxDragImage", "wxGenericDragImage");
31428
31429 }
31430