1 /* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (http://www.swig.org).
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 * ----------------------------------------------------------------------------- */
12 #define SWIG_NOINCLUDE
15 template<class T
> class SwigValueWrapper
{
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
; }
26 SwigValueWrapper
& operator=(const SwigValueWrapper
<T
>& rhs
);
33 /*************************************************************** -*- c -*-
34 * python/precommon.swg
36 * Rename all exported symbols from common.swg, to avoid symbol
37 * clashes if multiple interpreters are included
39 ************************************************************************/
41 #define SWIG_TypeRegister SWIG_Python_TypeRegister
42 #define SWIG_TypeCheck SWIG_Python_TypeCheck
43 #define SWIG_TypeCast SWIG_Python_TypeCast
44 #define SWIG_TypeDynamicCast SWIG_Python_TypeDynamicCast
45 #define SWIG_TypeName SWIG_Python_TypeName
46 #define SWIG_TypePrettyName SWIG_Python_TypePrettyName
47 #define SWIG_TypeQuery SWIG_Python_TypeQuery
48 #define SWIG_TypeClientData SWIG_Python_TypeClientData
49 #define SWIG_PackData SWIG_Python_PackData
50 #define SWIG_UnpackData SWIG_Python_UnpackData
53 /***********************************************************************
54 * common.swg for wxPython
56 * Include only the function prototypes and such from SWIG's common.swg,
57 * but not the runtime functions themselves. This helps keep the
58 * wrapper files clean of unnecessary stuff that is in the libpy.c file
61 ************************************************************************/
65 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
66 # if defined(_MSC_VER) || defined(__GNUC__)
67 # if defined(STATIC_LINKED)
68 # define SWIGEXPORT(a) a
69 # define SWIGIMPORT(a) extern a
71 # define SWIGEXPORT(a) __declspec(dllexport) a
72 # define SWIGIMPORT(a) extern a
75 # if defined(__BORLANDC__)
76 # define SWIGEXPORT(a) a _export
77 # define SWIGIMPORT(a) a _export
79 # define SWIGEXPORT(a) a
80 # define SWIGIMPORT(a) a
84 # define SWIGEXPORT(a) a
85 # define SWIGIMPORT(a) a
89 # define SWIGRUNTIME(a) SWIGEXPORT(a)
91 # define SWIGRUNTIME(a) static a
98 typedef void *(*swig_converter_func
)(void *);
99 typedef struct swig_type_info
*(*swig_dycast_func
)(void **);
101 typedef struct swig_type_info
{
103 swig_converter_func converter
;
106 swig_dycast_func dcast
;
107 struct swig_type_info
*next
;
108 struct swig_type_info
*prev
;
112 SWIGIMPORT(swig_type_info
*) SWIG_TypeRegister(swig_type_info
*);
113 SWIGIMPORT(swig_type_info
*) SWIG_TypeCheck(char *c
, swig_type_info
*);
114 SWIGIMPORT(void *) SWIG_TypeCast(swig_type_info
*, void *);
115 SWIGIMPORT(swig_type_info
*) SWIG_TypeDynamicCast(swig_type_info
*, void **);
116 SWIGIMPORT(const char *) SWIG_TypeName(const swig_type_info
*);
117 SWIGIMPORT(const char *) SWIG_TypePrettyName(const swig_type_info
*);
118 SWIGIMPORT(swig_type_info
*) SWIG_TypeQuery(const char *);
119 SWIGIMPORT(void) SWIG_TypeClientData(swig_type_info
*, void *);
120 SWIGIMPORT(char *) SWIG_PackData(char *, void *, int);
121 SWIGIMPORT(char *) SWIG_UnpackData(char *, void *, int);
129 /***********************************************************************
130 * pyrun.swg for wxPython
132 * Include only the function prototypes and such from SWIG's pyrun.swg,
133 * but not the runtime functions themselves. This helps keep the
134 * wrapper files clean of unnecessary stuff that is in the libpy.c file
137 ************************************************************************/
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
149 /* Flags for pointer conversion */
151 #define SWIG_POINTER_EXCEPTION 0x1
152 #define SWIG_POINTER_DISOWN 0x2
154 /* Exception handling in wrappers */
155 #define SWIG_fail goto fail
157 /* Constant information structure */
158 typedef struct swig_const_info
{
164 swig_type_info
**ptype
;
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)
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)
187 typedef double (*py_objasdbl_conv
)(PyObject
*obj
);
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
[]);
199 /* Contract support */
201 #define SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else
209 /* -------- TYPES TABLE (BEGIN) -------- */
211 #define SWIGTYPE_p_wxTextUrlEvent swig_types[0]
212 #define SWIGTYPE_p_wxBookCtrlEvent swig_types[1]
213 #define SWIGTYPE_p_wxSizer swig_types[2]
214 #define SWIGTYPE_p_wxCheckBox swig_types[3]
215 #define SWIGTYPE_p_wxPyTreeCtrl swig_types[4]
216 #define SWIGTYPE_p_wxEvent swig_types[5]
217 #define SWIGTYPE_p_wxGenericDirCtrl swig_types[6]
218 #define SWIGTYPE_p_bool swig_types[7]
219 #define SWIGTYPE_p_wxPyTreeItemData swig_types[8]
220 #define SWIGTYPE_p_wxItemContainer swig_types[9]
221 #define SWIGTYPE_p_wxPyListCtrl swig_types[10]
222 #define SWIGTYPE_p_wxDirFilterListCtrl swig_types[11]
223 #define SWIGTYPE_p_wxStaticLine swig_types[12]
224 #define SWIGTYPE_p_wxControl swig_types[13]
225 #define SWIGTYPE_p_wxPyControl swig_types[14]
226 #define SWIGTYPE_p_wxGauge swig_types[15]
227 #define SWIGTYPE_p_wxToolBarBase swig_types[16]
228 #define SWIGTYPE_p_wxFont swig_types[17]
229 #define SWIGTYPE_p_wxToggleButton swig_types[18]
230 #define SWIGTYPE_p_wxRadioButton swig_types[19]
231 #define SWIGTYPE_p_wxChoice swig_types[20]
232 #define SWIGTYPE_p_wxMemoryDC swig_types[21]
233 #define SWIGTYPE_p_wxListItemAttr swig_types[22]
234 #define SWIGTYPE_p_void swig_types[23]
235 #define SWIGTYPE_p_int swig_types[24]
236 #define SWIGTYPE_p_wxSize swig_types[25]
237 #define SWIGTYPE_p_wxDC swig_types[26]
238 #define SWIGTYPE_p_wxListView swig_types[27]
239 #define SWIGTYPE_p_wxIcon swig_types[28]
240 #define SWIGTYPE_p_wxVisualAttributes swig_types[29]
241 #define SWIGTYPE_p_wxTextCtrl swig_types[30]
242 #define SWIGTYPE_p_wxNotebook swig_types[31]
243 #define SWIGTYPE_p_wxNotifyEvent swig_types[32]
244 #define SWIGTYPE_p_wxArrayString swig_types[33]
245 #define SWIGTYPE_p_wxListbook swig_types[34]
246 #define SWIGTYPE_p_wxStaticBitmap swig_types[35]
247 #define SWIGTYPE_p_wxSlider swig_types[36]
248 #define SWIGTYPE_p_wxStaticBox swig_types[37]
249 #define SWIGTYPE_p_wxArrayInt swig_types[38]
250 #define SWIGTYPE_p_wxContextHelp swig_types[39]
251 #define SWIGTYPE_p_long swig_types[40]
252 #define SWIGTYPE_p_wxEvtHandler swig_types[41]
253 #define SWIGTYPE_p_wxListEvent swig_types[42]
254 #define SWIGTYPE_p_wxCheckListBox swig_types[43]
255 #define SWIGTYPE_p_wxListBox swig_types[44]
256 #define SWIGTYPE_p_wxBookCtrl swig_types[45]
257 #define SWIGTYPE_p_wxSpinButton swig_types[46]
258 #define SWIGTYPE_p_wxButton swig_types[47]
259 #define SWIGTYPE_p_wxBitmapButton swig_types[48]
260 #define SWIGTYPE_p_wxRect swig_types[49]
261 #define SWIGTYPE_p_wxContextHelpButton swig_types[50]
262 #define SWIGTYPE_p_wxRadioBox swig_types[51]
263 #define SWIGTYPE_p_wxScrollBar swig_types[52]
264 #define SWIGTYPE_p_char swig_types[53]
265 #define SWIGTYPE_p_wxTreeItemId swig_types[54]
266 #define SWIGTYPE_p_wxComboBox swig_types[55]
267 #define SWIGTYPE_p_wxHelpEvent swig_types[56]
268 #define SWIGTYPE_p_wxListItem swig_types[57]
269 #define SWIGTYPE_p_wxNotebookSizer swig_types[58]
270 #define SWIGTYPE_p_wxSpinEvent swig_types[59]
271 #define SWIGTYPE_p_wxGenericDragImage swig_types[60]
272 #define SWIGTYPE_p_wxSpinCtrl swig_types[61]
273 #define SWIGTYPE_p_wxImageList swig_types[62]
274 #define SWIGTYPE_p_wxHelpProvider swig_types[63]
275 #define SWIGTYPE_p_wxTextAttr swig_types[64]
276 #define SWIGTYPE_p_wxSimpleHelpProvider swig_types[65]
277 #define SWIGTYPE_p_wxPoint swig_types[66]
278 #define SWIGTYPE_p_wxListbookEvent swig_types[67]
279 #define SWIGTYPE_p_wxNotebookEvent swig_types[68]
280 #define SWIGTYPE_p_wxObject swig_types[69]
281 #define SWIGTYPE_p_wxCursor swig_types[70]
282 #define SWIGTYPE_p_wxKeyEvent swig_types[71]
283 #define SWIGTYPE_p_wxWindow swig_types[72]
284 #define SWIGTYPE_p_wxString swig_types[73]
285 #define SWIGTYPE_p_wxBitmap swig_types[74]
286 #define SWIGTYPE_p_wxTreeEvent swig_types[75]
287 #define SWIGTYPE_p_wxMouseEvent swig_types[76]
288 #define SWIGTYPE_p_wxCommandEvent swig_types[77]
289 #define SWIGTYPE_p_wxStaticText swig_types[78]
290 #define SWIGTYPE_p_wxControlWithItems swig_types[79]
291 #define SWIGTYPE_p_wxToolBarToolBase swig_types[80]
292 #define SWIGTYPE_p_wxColour swig_types[81]
293 #define SWIGTYPE_p_wxToolBar swig_types[82]
294 #define SWIGTYPE_p_wxBookCtrlSizer swig_types[83]
295 #define SWIGTYPE_p_wxValidator swig_types[84]
296 static swig_type_info
*swig_types
[86];
298 /* -------- TYPES TABLE (END) -------- */
301 /*-----------------------------------------------
302 @(target):= _controls_.so
303 ------------------------------------------------*/
304 #define SWIG_init init_controls_
306 #define SWIG_name "_controls_"
308 /* Auxiliar swig macros that appear in the header */
310 #define SWIG_OLDOBJ 1
311 #define SWIG_NEWOBJ SWIG_OLDOBJ + 1
312 #define SWIG_PYSTR SWIG_NEWOBJ + 1
315 #define SWIGSTATICINLINE(a) static inline a
316 #define SWIGSTATIC(a) static a
317 #define swig_new_array(size,Type) (new Type[(size)])
318 #define swig_delete(cptr) delete cptr
319 #define swig_delete_array(cptr) delete[] cptr
320 #define swig_const_cast(a,Type) const_cast<Type >(a)
321 #define swig_static_cast(a,Type) static_cast<Type >(a)
322 #define swig_reinterpret_cast(a,Type) reinterpret_cast<Type >(a)
323 #define swig_new_copy(ptr,Type) (new Type(*ptr))
324 #define swig_numeric_cast(a,Type) static_cast<Type >(a)
328 #define SWIGSTATICINLINE(a) static a
329 #define SWIGSTATIC(a) static a
330 #define swig_new_array(size,Type) ((Type*) malloc((size)*sizeof(Type)))
331 #define swig_delete(cptr) free((char*)cptr)
332 #define swig_delete_array(cptr) free((char*)cptr)
333 #define swig_const_cast(a,Type) (Type)(a)
334 #define swig_static_cast(a,Type) (Type)(a)
335 #define swig_reinterpret_cast(a,Type) (Type)(a)
336 #define swig_numeric_cast(a,Type) (Type)(a)
337 #define swig_new_copy(ptr,Type) ((Type*)memcpy(malloc(sizeof(Type)),ptr,sizeof(Type)))
339 #endif /* __cplusplus */
342 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
343 #define SWIG_From_signed_SS_char PyInt_FromLong
345 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
346 #define SWIG_From_unsigned_SS_char PyInt_FromLong
348 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
349 #define SWIG_From_short PyInt_FromLong
351 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
352 #define SWIG_From_unsigned_SS_short PyInt_FromLong
354 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
355 #define SWIG_From_int PyInt_FromLong
357 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
358 #define SWIG_From_long PyInt_FromLong
360 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
361 #define SWIG_From_float PyFloat_FromDouble
363 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
364 #define SWIG_From_double PyFloat_FromDouble
368 #include "wx/wxPython/wxPython.h"
369 #include "wx/wxPython/pyclasses.h"
371 static const wxString
wxPyPanelNameStr(wxPanelNameStr
);
372 static const wxString
wxPyEmptyString(wxEmptyString
);
373 static const wxString
wxPyControlNameStr(wxControlNameStr
);
375 const wxArrayString wxPyEmptyStringArray
;
377 static const wxString
wxPyButtonNameStr(wxButtonNameStr
);
382 SWIGSTATICINLINE(int)
383 SWIG_CheckLongInRange(long value
, long min_value
, long max_value
,
386 if (value
< min_value
) {
388 PyErr_Format(PyExc_OverflowError
,
389 "value %ld is less than '%s' minimum %ld",
390 value
, errmsg
, min_value
);
393 } else if (value
> max_value
) {
395 PyErr_Format(PyExc_OverflowError
,
396 "value %ld is greater than '%s' maximum %ld",
397 value
, errmsg
, max_value
);
405 // See my_fragments.i
406 SWIGSTATICINLINE(int)
407 SWIG_AsVal_long(PyObject
* obj
, long* val
)
409 if (PyNumber_Check(obj
)) {
410 if (val
) *val
= PyInt_AsLong(obj
);
414 PyObject
* errmsg
= PyString_FromFormat("Expected number, got %s",
415 obj
->ob_type
->tp_name
);
416 PyErr_SetObject(PyExc_TypeError
, errmsg
);
423 #if INT_MAX != LONG_MAX
424 SWIGSTATICINLINE(int)
425 SWIG_AsVal_int(PyObject
*obj
, int *val
)
427 const char* errmsg
= val
? "int" : 0;
429 if (SWIG_AsVal_long(obj
, &v
)) {
430 if (SWIG_CheckLongInRange(v
, INT_MIN
,INT_MAX
, errmsg
)) {
431 if (val
) *val
= swig_numeric_cast(v
, int);
440 PyErr_SetString(PyExc_TypeError
, "an int is expected");
445 SWIGSTATICINLINE(int)
446 SWIG_AsVal_int(PyObject
*obj
, int *val
)
448 return SWIG_AsVal_long(obj
,(long*)val
);
453 SWIGSTATICINLINE(int)
454 SWIG_As_int(PyObject
* obj
)
457 if (!SWIG_AsVal_int(obj
, &v
)) {
459 this is needed to make valgrind/purify happier. the other
460 solution is throw an exception, but since this code should work
463 memset((void*)&v
, 0, sizeof(int));
469 SWIGSTATICINLINE(long)
470 SWIG_As_long(PyObject
* obj
)
473 if (!SWIG_AsVal_long(obj
, &v
)) {
475 this is needed to make valgrind/purify happier. the other
476 solution is throw an exception, but since this code should work
479 memset((void*)&v
, 0, sizeof(long));
485 SWIGSTATICINLINE(int)
486 SWIG_Check_int(PyObject
* obj
)
488 return SWIG_AsVal_int(obj
, (int*)0);
492 SWIGSTATICINLINE(int)
493 SWIG_Check_long(PyObject
* obj
)
495 return SWIG_AsVal_long(obj
, (long*)0);
498 static const wxString
wxPyCheckBoxNameStr(wxCheckBoxNameStr
);
500 SWIGSTATICINLINE(int)
501 SWIG_AsVal_bool(PyObject
*obj
, bool *val
)
503 /* if (val) *val = PyObject_IsTrue(obj); return 1; */
504 if (obj
== Py_True
) {
505 if (val
) *val
= true;
508 if (obj
== Py_False
) {
509 if (val
) *val
= false;
513 if (SWIG_AsVal_int(obj
, &res
)) {
514 if (val
) *val
= (bool)res
;
518 PyErr_SetString(PyExc_TypeError
, "a bool is expected");
524 SWIGSTATICINLINE(bool)
525 SWIG_As_bool(PyObject
* obj
)
528 if (!SWIG_AsVal_bool(obj
, &v
)) {
530 this is needed to make valgrind/purify happier. the other
531 solution is throw an exception, but since this code should work
534 memset((void*)&v
, 0, sizeof(bool));
540 SWIGSTATICINLINE(int)
541 SWIG_Check_bool(PyObject
* obj
)
543 return SWIG_AsVal_bool(obj
, (bool*)0);
546 static const wxString
wxPyChoiceNameStr(wxChoiceNameStr
);
547 static const wxString
wxPyComboBoxNameStr(wxComboBoxNameStr
);
548 static const wxString
wxPyGaugeNameStr(wxGaugeNameStr
);
549 static const wxString
wxPyStaticBitmapNameStr(wxStaticBitmapNameStr
);
550 static const wxString
wxPyStaticBoxNameStr(wxStaticBoxNameStr
);
551 static const wxString
wxPyStaticTextNameStr(wxStaticTextNameStr
);
553 #include <wx/checklst.h>
556 static const wxString
wxPyListBoxNameStr(wxListBoxNameStr
);
557 void wxListBox_Insert(wxListBox
*self
,wxString
const &item
,int pos
,PyObject
*clientData
){
559 wxPyClientData
* data
= new wxPyClientData(clientData
);
560 self
->Insert(item
, pos
, data
);
562 self
->Insert(item
, pos
);
564 PyObject
*wxListBox_GetSelections(wxListBox
*self
){
566 self
->GetSelections(lst
);
567 PyObject
*tup
= PyTuple_New(lst
.GetCount());
568 for(size_t i
=0; i
<lst
.GetCount(); i
++) {
569 PyTuple_SetItem(tup
, i
, PyInt_FromLong(lst
[i
]));
573 void wxListBox_SetItemForegroundColour(wxListBox
*self
,int item
,wxColour
const &c
){
575 if (self
->GetWindowStyle() & wxLB_OWNERDRAW
)
576 self
->GetItem(item
)->SetTextColour(c
);
579 void wxListBox_SetItemBackgroundColour(wxListBox
*self
,int item
,wxColour
const &c
){
581 if (self
->GetWindowStyle() & wxLB_OWNERDRAW
)
582 self
->GetItem(item
)->SetBackgroundColour(c
);
585 void wxListBox_SetItemFont(wxListBox
*self
,int item
,wxFont
const &f
){
587 if (self
->GetWindowStyle() & wxLB_OWNERDRAW
)
588 self
->GetItem(item
)->SetFont(f
);
591 static const wxString
wxPyTextCtrlNameStr(wxTextCtrlNameStr
);
593 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
599 } else if (target
== Py_None
) {
603 if (!PyTuple_Check(target
)) {
605 target
= PyTuple_New(1);
606 PyTuple_SetItem(target
, 0, o2
);
609 PyTuple_SetItem(o3
, 0, o
);
612 target
= PySequence_Concat(o2
, o3
);
621 // See my_fragments.i
622 SWIGSTATICINLINE(int)
623 SWIG_AsVal_unsigned_SS_long(PyObject
* obj
, unsigned long* val
)
626 if (SWIG_AsVal_long(obj
, &v
) && v
< 0) {
627 PyErr_SetString(PyExc_TypeError
, "negative value received for unsigned type");
631 *val
= (unsigned long)v
;
636 SWIGSTATICINLINE(unsigned long)
637 SWIG_As_unsigned_SS_long(PyObject
* obj
)
640 if (!SWIG_AsVal_unsigned_SS_long(obj
, &v
)) {
642 this is needed to make valgrind/purify happier. the other
643 solution is throw an exception, but since this code should work
646 memset((void*)&v
, 0, sizeof(unsigned long));
652 SWIGSTATICINLINE(int)
653 SWIG_Check_unsigned_SS_long(PyObject
* obj
)
655 return SWIG_AsVal_unsigned_SS_long(obj
, (unsigned long*)0);
658 void wxTextCtrl_write(wxTextCtrl
*self
,wxString
const &text
){
659 self
->AppendText(text
);
661 wxString
wxTextCtrl_GetString(wxTextCtrl
*self
,long from
,long to
){
662 return self
->GetValue().Mid(from
, to
- from
);
664 static const wxString
wxPyScrollBarNameStr(wxScrollBarNameStr
);
665 static const wxString
wxPySPIN_BUTTON_NAME(wxSPIN_BUTTON_NAME
);
666 static const wxString
wxPySpinCtrlNameStr(_T("wxSpinCtrl"));
667 static const wxString
wxPyRadioBoxNameStr(wxRadioBoxNameStr
);
668 static const wxString
wxPyRadioButtonNameStr(wxRadioButtonNameStr
);
669 int wxRadioBox_GetColumnCount(wxRadioBox
const *self
){ return -1; }
670 int wxRadioBox_GetRowCount(wxRadioBox
const *self
){ return -1; }
671 int wxRadioBox_GetNextItem(wxRadioBox
const *self
,int item
,wxDirection dir
,long style
){ return -1; }
673 #include <wx/slider.h>
676 static const wxString
wxPySliderNameStr(wxSliderNameStr
);
677 static const wxString
wxPyToggleButtonNameStr(_T("wxToggleButton"));
680 // implement dummy items for platforms that don't have this class
682 #define wxEVT_COMMAND_TOGGLEBUTTON_CLICKED 0
684 class wxToggleButton
: public wxControl
687 wxToggleButton(wxWindow
*, wxWindowID
, const wxString
&,
688 const wxPoint
&, const wxSize
&, long,
689 const wxValidator
&, const wxString
&)
690 { wxPyRaiseNotImplemented(); }
693 { wxPyRaiseNotImplemented(); }
697 static const wxString
wxPyNOTEBOOK_NAME(wxNOTEBOOK_NAME
);
699 SWIGSTATICINLINE(PyObject
* )
700 SWIG_From_unsigned_SS_long(unsigned long value
)
702 return (value
> LONG_MAX
) ?
703 PyLong_FromUnsignedLong(value
)
704 : PyInt_FromLong(swig_numeric_cast(value
,long));
707 static const wxString
wxPyToolBarNameStr(wxToolBarNameStr
);
708 PyObject
*wxToolBarToolBase_GetClientData(wxToolBarToolBase
*self
){
709 wxPyUserData
* udata
= (wxPyUserData
*)self
->GetClientData();
711 Py_INCREF(udata
->m_obj
);
718 void wxToolBarToolBase_SetClientData(wxToolBarToolBase
*self
,PyObject
*clientData
){
719 self
->SetClientData(new wxPyUserData(clientData
));
721 wxToolBarToolBase
*wxToolBarBase_DoAddTool(wxToolBarBase
*self
,int id
,wxString
const &label
,wxBitmap
const &bitmap
,wxBitmap
const &bmpDisabled
,wxItemKind kind
,wxString
const &shortHelp
,wxString
const &longHelp
,PyObject
*clientData
){
722 wxPyUserData
* udata
= NULL
;
723 if (clientData
&& clientData
!= Py_None
)
724 udata
= new wxPyUserData(clientData
);
725 return self
->AddTool(id
, label
, bitmap
, bmpDisabled
, kind
,
726 shortHelp
, longHelp
, udata
);
728 wxToolBarToolBase
*wxToolBarBase_DoInsertTool(wxToolBarBase
*self
,size_t pos
,int id
,wxString
const &label
,wxBitmap
const &bitmap
,wxBitmap
const &bmpDisabled
,wxItemKind kind
,wxString
const &shortHelp
,wxString
const &longHelp
,PyObject
*clientData
){
729 wxPyUserData
* udata
= NULL
;
730 if (clientData
&& clientData
!= Py_None
)
731 udata
= new wxPyUserData(clientData
);
732 return self
->InsertTool(pos
, id
, label
, bitmap
, bmpDisabled
, kind
,
733 shortHelp
, longHelp
, udata
);
735 PyObject
*wxToolBarBase_GetToolClientData(wxToolBarBase
*self
,int id
){
736 wxPyUserData
* udata
= (wxPyUserData
*)self
->GetToolClientData(id
);
738 Py_INCREF(udata
->m_obj
);
745 void wxToolBarBase_SetToolClientData(wxToolBarBase
*self
,int id
,PyObject
*clientData
){
746 self
->SetToolClientData(id
, new wxPyUserData(clientData
));
749 #include <wx/listctrl.h>
751 static const wxString
wxPyListCtrlNameStr(_T("wxListCtrl"));
752 void wxListItemAttr_Destroy(wxListItemAttr
*self
){ delete self
; }
753 // Python aware sorting function for wxPyListCtrl
754 static int wxCALLBACK
wxPyListCtrl_SortItems(long item1
, long item2
, long funcPtr
) {
756 PyObject
* func
= (PyObject
*)funcPtr
;
757 bool blocked
= wxPyBeginBlockThreads();
759 PyObject
* args
= Py_BuildValue("(ii)", item1
, item2
);
760 PyObject
* result
= PyEval_CallObject(func
, args
);
763 retval
= PyInt_AsLong(result
);
767 wxPyEndBlockThreads(blocked
);
771 // C++ Version of a Python aware class
772 class wxPyListCtrl
: public wxListCtrl
{
773 DECLARE_ABSTRACT_CLASS(wxPyListCtrl
);
775 wxPyListCtrl() : wxListCtrl() {}
776 wxPyListCtrl(wxWindow
* parent
, wxWindowID id
,
780 const wxValidator
& validator
,
781 const wxString
& name
) :
782 wxListCtrl(parent
, id
, pos
, size
, style
, validator
, name
) {}
784 bool Create(wxWindow
* parent
, wxWindowID id
,
788 const wxValidator
& validator
,
789 const wxString
& name
) {
790 return wxListCtrl::Create(parent
, id
, pos
, size
, style
, validator
, name
);
793 DEC_PYCALLBACK_STRING_LONGLONG(OnGetItemText
);
794 DEC_PYCALLBACK_INT_LONG(OnGetItemImage
);
795 DEC_PYCALLBACK_LISTATTR_LONG(OnGetItemAttr
);
800 IMPLEMENT_ABSTRACT_CLASS(wxPyListCtrl
, wxListCtrl
);
802 IMP_PYCALLBACK_STRING_LONGLONG(wxPyListCtrl
, wxListCtrl
, OnGetItemText
);
803 IMP_PYCALLBACK_INT_LONG(wxPyListCtrl
, wxListCtrl
, OnGetItemImage
);
804 IMP_PYCALLBACK_LISTATTR_LONG(wxPyListCtrl
, wxListCtrl
, OnGetItemAttr
);
806 wxListItem
*wxPyListCtrl_GetColumn(wxPyListCtrl
*self
,int col
){
808 item
.SetMask( wxLIST_MASK_STATE
|
816 if (self
->GetColumn(col
, item
))
817 return new wxListItem(item
);
821 wxListItem
*wxPyListCtrl_GetItem(wxPyListCtrl
*self
,long itemId
,int col
){
822 wxListItem
* info
= new wxListItem
;
823 info
->m_itemId
= itemId
;
825 info
->m_mask
= 0xFFFF;
826 self
->GetItem(*info
);
829 wxPoint
wxPyListCtrl_GetItemPosition(wxPyListCtrl
*self
,long item
){
831 self
->GetItemPosition(item
, pos
);
834 wxRect
wxPyListCtrl_GetItemRect(wxPyListCtrl
*self
,long item
,int code
){
836 self
->GetItemRect(item
, rect
, code
);
840 bool wxPyListCtrl_SortItems(wxPyListCtrl
*self
,PyObject
*func
){
841 if (!PyCallable_Check(func
))
843 return self
->SortItems((wxListCtrlCompare
)wxPyListCtrl_SortItems
, (long)func
);
845 wxWindow
*wxPyListCtrl_GetMainWindow(wxPyListCtrl
*self
){
849 return (wxWindow
*)self
->m_mainWin
;
853 #include <wx/treectrl.h>
854 #include "wx/wxPython/pytree.h"
856 static const wxString
wxPyTreeCtrlNameStr(_T("wxTreeCtrl"));
857 bool wxTreeItemId___eq__(wxTreeItemId
*self
,wxTreeItemId
const *other
){ return other
? (*self
== *other
) : False
; }
858 bool wxTreeItemId___ne__(wxTreeItemId
*self
,wxTreeItemId
const *other
){ return other
? (*self
!= *other
) : True
; }
859 void wxPyTreeItemData_Destroy(wxPyTreeItemData
*self
){ delete self
; }
860 // C++ version of Python aware wxTreeCtrl
861 class wxPyTreeCtrl
: public wxTreeCtrl
{
862 DECLARE_ABSTRACT_CLASS(wxPyTreeCtrl
);
864 wxPyTreeCtrl() : wxTreeCtrl() {}
865 wxPyTreeCtrl(wxWindow
*parent
, wxWindowID id
,
869 const wxValidator
& validator
,
870 const wxString
& name
) :
871 wxTreeCtrl(parent
, id
, pos
, size
, style
, validator
, name
) {}
873 bool Create(wxWindow
*parent
, wxWindowID id
,
877 const wxValidator
& validator
,
878 const wxString
& name
) {
879 return wxTreeCtrl::Create(parent
, id
, pos
, size
, style
, validator
, name
);
883 int OnCompareItems(const wxTreeItemId
& item1
,
884 const wxTreeItemId
& item2
) {
887 bool blocked
= wxPyBeginBlockThreads();
888 if ((found
= wxPyCBH_findCallback(m_myInst
, "OnCompareItems"))) {
889 PyObject
*o1
= wxPyConstructObject((void*)&item1
, wxT("wxTreeItemId"), False
);
890 PyObject
*o2
= wxPyConstructObject((void*)&item2
, wxT("wxTreeItemId"), False
);
891 rval
= wxPyCBH_callCallback(m_myInst
, Py_BuildValue("(OO)",o1
,o2
));
895 wxPyEndBlockThreads(blocked
);
897 rval
= wxTreeCtrl::OnCompareItems(item1
, item2
);
903 IMPLEMENT_ABSTRACT_CLASS(wxPyTreeCtrl
, wxTreeCtrl
);
907 #if UINT_MAX < LONG_MAX
908 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
909 #define SWIG_From_unsigned_SS_int SWIG_From_long
912 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/
913 #define SWIG_From_unsigned_SS_int SWIG_From_unsigned_SS_long
918 SWIGSTATICINLINE(int)
919 SWIG_CheckUnsignedLongInRange(unsigned long value
,
920 unsigned long max_value
,
923 if (value
> max_value
) {
925 PyErr_Format(PyExc_OverflowError
,
926 "value %ld is greater than '%s' minimum %ld",
927 value
, errmsg
, max_value
);
935 #if UINT_MAX != ULONG_MAX
936 SWIGSTATICINLINE(int)
937 SWIG_AsVal_unsigned_SS_int(PyObject
*obj
, unsigned int *val
)
939 const char* errmsg
= val
? "unsigned int" : 0;
941 if (SWIG_AsVal_unsigned_SS_long(obj
, &v
)) {
942 if (SWIG_CheckUnsignedLongInRange(v
, INT_MAX
, errmsg
)) {
943 if (val
) *val
= swig_numeric_cast(v
, unsigned int);
950 PyErr_SetString(PyExc_TypeError
, "an unsigned int is expected");
955 SWIGSTATICINLINE(unsigned int)
956 SWIG_AsVal_unsigned_SS_int(PyObject
*obj
, unsigned int *val
)
958 return SWIG_AsVal_unsigned_SS_long(obj
,(unsigned long *)val
);
963 SWIGSTATICINLINE(unsigned int)
964 SWIG_As_unsigned_SS_int(PyObject
* obj
)
967 if (!SWIG_AsVal_unsigned_SS_int(obj
, &v
)) {
969 this is needed to make valgrind/purify happier. the other
970 solution is throw an exception, but since this code should work
973 memset((void*)&v
, 0, sizeof(unsigned int));
979 SWIGSTATICINLINE(int)
980 SWIG_Check_unsigned_SS_int(PyObject
* obj
)
982 return SWIG_AsVal_unsigned_SS_int(obj
, (unsigned int*)0);
985 wxPyTreeItemData
*wxPyTreeCtrl_GetItemData(wxPyTreeCtrl
*self
,wxTreeItemId
const &item
){
986 wxPyTreeItemData
* data
= (wxPyTreeItemData
*)self
->GetItemData(item
);
988 data
= new wxPyTreeItemData();
989 data
->SetId(item
); // set the id
990 self
->SetItemData(item
, data
);
994 PyObject
*wxPyTreeCtrl_GetItemPyData(wxPyTreeCtrl
*self
,wxTreeItemId
const &item
){
995 wxPyTreeItemData
* data
= (wxPyTreeItemData
*)self
->GetItemData(item
);
997 data
= new wxPyTreeItemData();
998 data
->SetId(item
); // set the id
999 self
->SetItemData(item
, data
);
1001 return data
->GetData();
1003 void wxPyTreeCtrl_SetItemData(wxPyTreeCtrl
*self
,wxTreeItemId
const &item
,wxPyTreeItemData
*data
){
1004 data
->SetId(item
); // set the id
1005 self
->SetItemData(item
, data
);
1007 void wxPyTreeCtrl_SetItemPyData(wxPyTreeCtrl
*self
,wxTreeItemId
const &item
,PyObject
*obj
){
1008 wxPyTreeItemData
* data
= (wxPyTreeItemData
*)self
->GetItemData(item
);
1010 data
= new wxPyTreeItemData(obj
);
1011 data
->SetId(item
); // set the id
1012 self
->SetItemData(item
, data
);
1016 PyObject
*wxPyTreeCtrl_GetSelections(wxPyTreeCtrl
*self
){
1017 bool blocked
= wxPyBeginBlockThreads();
1018 PyObject
* rval
= PyList_New(0);
1019 wxArrayTreeItemIds array
;
1021 num
= self
->GetSelections(array
);
1022 for (x
=0; x
< num
; x
++) {
1023 wxTreeItemId
*tii
= new wxTreeItemId(array
.Item(x
));
1024 PyObject
* item
= wxPyConstructObject((void*)tii
, wxT("wxTreeItemId"), True
);
1025 PyList_Append(rval
, item
);
1028 wxPyEndBlockThreads(blocked
);
1031 PyObject
*wxPyTreeCtrl_GetFirstChild(wxPyTreeCtrl
*self
,wxTreeItemId
const &item
){
1033 wxTreeItemId
* ritem
= new wxTreeItemId(self
->GetFirstChild(item
, cookie
));
1034 bool blocked
= wxPyBeginBlockThreads();
1035 PyObject
* tup
= PyTuple_New(2);
1036 PyTuple_SET_ITEM(tup
, 0, wxPyConstructObject(ritem
, wxT("wxTreeItemId"), True
));
1037 PyTuple_SET_ITEM(tup
, 1, wxPyMakeSwigPtr(cookie
, wxT("void")));
1038 wxPyEndBlockThreads(blocked
);
1041 PyObject
*wxPyTreeCtrl_GetNextChild(wxPyTreeCtrl
*self
,wxTreeItemId
const &item
,void *cookie
){
1042 wxTreeItemId
* ritem
= new wxTreeItemId(self
->GetNextChild(item
, cookie
));
1043 bool blocked
= wxPyBeginBlockThreads();
1044 PyObject
* tup
= PyTuple_New(2);
1045 PyTuple_SET_ITEM(tup
, 0, wxPyConstructObject(ritem
, wxT("wxTreeItemId"), True
));
1046 PyTuple_SET_ITEM(tup
, 1, wxPyMakeSwigPtr(cookie
, wxT("void")));
1047 wxPyEndBlockThreads(blocked
);
1050 PyObject
*wxPyTreeCtrl_GetBoundingRect(wxPyTreeCtrl
*self
,wxTreeItemId
const &item
,bool textOnly
){
1052 if (self
->GetBoundingRect(item
, rect
, textOnly
)) {
1053 bool blocked
= wxPyBeginBlockThreads();
1054 wxRect
* r
= new wxRect(rect
);
1055 PyObject
* val
= wxPyConstructObject((void*)r
, wxT("wxRect"), True
);
1056 wxPyEndBlockThreads(blocked
);
1062 static const wxString
wxPyDirDialogDefaultFolderStr(wxDirDialogDefaultFolderStr
);
1064 SWIGSTATICINLINE(PyObject
*)
1065 SWIG_From_bool(bool value
)
1067 PyObject
*obj
= value
? Py_True
: Py_False
;
1073 // C++ version of Python aware wxControl
1074 class wxPyControl
: public wxControl
1076 DECLARE_DYNAMIC_CLASS(wxPyControl
)
1078 wxPyControl() : wxControl() {}
1079 wxPyControl(wxWindow
* parent
, const wxWindowID id
,
1080 const wxPoint
& pos
= wxDefaultPosition
,
1081 const wxSize
& size
= wxDefaultSize
,
1083 const wxValidator
& validator
=wxDefaultValidator
,
1084 const wxString
& name
= wxPyControlNameStr
)
1085 : wxControl(parent
, id
, pos
, size
, style
, validator
, name
) {}
1087 void SetBestSize(const wxSize
& size
) { wxControl::SetBestSize(size
); }
1089 DEC_PYCALLBACK_VOID_INT4(DoMoveWindow
);
1090 DEC_PYCALLBACK_VOID_INT5(DoSetSize
);
1091 DEC_PYCALLBACK_VOID_INTINT(DoSetClientSize
);
1092 DEC_PYCALLBACK_VOID_INTINT(DoSetVirtualSize
);
1094 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetSize
);
1095 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetClientSize
);
1096 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetPosition
);
1098 DEC_PYCALLBACK_SIZE_const(DoGetVirtualSize
);
1099 DEC_PYCALLBACK_SIZE_const(DoGetBestSize
);
1101 DEC_PYCALLBACK__(InitDialog
);
1102 DEC_PYCALLBACK_BOOL_(TransferDataFromWindow
);
1103 DEC_PYCALLBACK_BOOL_(TransferDataToWindow
);
1104 DEC_PYCALLBACK_BOOL_(Validate
);
1106 DEC_PYCALLBACK_BOOL_const(AcceptsFocus
);
1107 DEC_PYCALLBACK_BOOL_const(AcceptsFocusFromKeyboard
);
1108 DEC_PYCALLBACK_SIZE_const(GetMaxSize
);
1110 DEC_PYCALLBACK_VOID_WXWINBASE(AddChild
);
1111 DEC_PYCALLBACK_VOID_WXWINBASE(RemoveChild
);
1113 DEC_PYCALLBACK_BOOL_const(ShouldInheritColours
);
1114 DEC_PYCALLBACK__COLOUR(ApplyParentThemeBackground
);
1115 DEC_PYCALLBACK_VIZATTR_(GetDefaultAttributes
);
1120 IMPLEMENT_DYNAMIC_CLASS(wxPyControl
, wxControl
);
1122 IMP_PYCALLBACK_VOID_INT4(wxPyControl
, wxControl
, DoMoveWindow
);
1123 IMP_PYCALLBACK_VOID_INT5(wxPyControl
, wxControl
, DoSetSize
);
1124 IMP_PYCALLBACK_VOID_INTINT(wxPyControl
, wxControl
, DoSetClientSize
);
1125 IMP_PYCALLBACK_VOID_INTINT(wxPyControl
, wxControl
, DoSetVirtualSize
);
1127 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl
, wxControl
, DoGetSize
);
1128 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl
, wxControl
, DoGetClientSize
);
1129 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyControl
, wxControl
, DoGetPosition
);
1131 IMP_PYCALLBACK_SIZE_const(wxPyControl
, wxControl
, DoGetVirtualSize
);
1132 IMP_PYCALLBACK_SIZE_const(wxPyControl
, wxControl
, DoGetBestSize
);
1134 IMP_PYCALLBACK__(wxPyControl
, wxControl
, InitDialog
);
1135 IMP_PYCALLBACK_BOOL_(wxPyControl
, wxControl
, TransferDataFromWindow
);
1136 IMP_PYCALLBACK_BOOL_(wxPyControl
, wxControl
, TransferDataToWindow
);
1137 IMP_PYCALLBACK_BOOL_(wxPyControl
, wxControl
, Validate
);
1139 IMP_PYCALLBACK_BOOL_const(wxPyControl
, wxControl
, AcceptsFocus
);
1140 IMP_PYCALLBACK_BOOL_const(wxPyControl
, wxControl
, AcceptsFocusFromKeyboard
);
1141 IMP_PYCALLBACK_SIZE_const(wxPyControl
, wxControl
, GetMaxSize
);
1143 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl
, wxControl
, AddChild
);
1144 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyControl
, wxControl
, RemoveChild
);
1146 IMP_PYCALLBACK_BOOL_const(wxPyControl
, wxControl
, ShouldInheritColours
);
1147 IMP_PYCALLBACK__COLOUR(wxPyControl
, wxControl
, ApplyParentThemeBackground
);
1148 IMP_PYCALLBACK_VIZATTR_(wxPyControl
, wxControl
, GetDefaultAttributes
);
1152 void wxHelpProvider_Destroy(wxHelpProvider
*self
){ delete self
; }
1154 #include <wx/generic/dragimgg.h>
1159 static int _wrap_ButtonNameStr_set(PyObject
*) {
1160 PyErr_SetString(PyExc_TypeError
,"Variable ButtonNameStr is read-only.");
1165 static PyObject
*_wrap_ButtonNameStr_get() {
1170 pyobj
= PyUnicode_FromWideChar((&wxPyButtonNameStr
)->c_str(), (&wxPyButtonNameStr
)->Len());
1172 pyobj
= PyString_FromStringAndSize((&wxPyButtonNameStr
)->c_str(), (&wxPyButtonNameStr
)->Len());
1179 static PyObject
*_wrap_new_Button(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1180 PyObject
*resultobj
;
1181 wxWindow
*arg1
= (wxWindow
*) 0 ;
1182 int arg2
= (int) -1 ;
1183 wxString
const &arg3_defvalue
= wxPyEmptyString
;
1184 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
1185 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
1186 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
1187 wxSize
const &arg5_defvalue
= wxDefaultSize
;
1188 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
1189 long arg6
= (long) 0 ;
1190 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
1191 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
1192 wxString
const &arg8_defvalue
= wxPyButtonNameStr
;
1193 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
1195 bool temp3
= False
;
1198 bool temp8
= False
;
1199 PyObject
* obj0
= 0 ;
1200 PyObject
* obj1
= 0 ;
1201 PyObject
* obj2
= 0 ;
1202 PyObject
* obj3
= 0 ;
1203 PyObject
* obj4
= 0 ;
1204 PyObject
* obj5
= 0 ;
1205 PyObject
* obj6
= 0 ;
1206 PyObject
* obj7
= 0 ;
1208 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1211 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_Button",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
1212 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
1213 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1215 arg2
= (int)SWIG_As_int(obj1
);
1216 if (PyErr_Occurred()) SWIG_fail
;
1220 arg3
= wxString_in_helper(obj2
);
1221 if (arg3
== NULL
) SWIG_fail
;
1228 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
1234 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
1238 arg6
= (long)SWIG_As_long(obj5
);
1239 if (PyErr_Occurred()) SWIG_fail
;
1242 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
1243 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1246 PyErr_SetString(PyExc_TypeError
,"null reference");
1252 arg8
= wxString_in_helper(obj7
);
1253 if (arg8
== NULL
) SWIG_fail
;
1258 if (!wxPyCheckForApp()) SWIG_fail
;
1259 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1260 result
= (wxButton
*)new wxButton(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
1262 wxPyEndAllowThreads(__tstate
);
1263 if (PyErr_Occurred()) SWIG_fail
;
1265 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxButton
, 1);
1288 static PyObject
*_wrap_new_PreButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1289 PyObject
*resultobj
;
1295 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreButton",kwnames
)) goto fail
;
1297 if (!wxPyCheckForApp()) SWIG_fail
;
1298 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1299 result
= (wxButton
*)new wxButton();
1301 wxPyEndAllowThreads(__tstate
);
1302 if (PyErr_Occurred()) SWIG_fail
;
1304 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxButton
, 1);
1311 static PyObject
*_wrap_Button_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1312 PyObject
*resultobj
;
1313 wxButton
*arg1
= (wxButton
*) 0 ;
1314 wxWindow
*arg2
= (wxWindow
*) 0 ;
1315 int arg3
= (int) -1 ;
1316 wxString
const &arg4_defvalue
= wxPyEmptyString
;
1317 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
1318 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
1319 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
1320 wxSize
const &arg6_defvalue
= wxDefaultSize
;
1321 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
1322 long arg7
= (long) 0 ;
1323 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
1324 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
1325 wxString
const &arg9_defvalue
= wxPyButtonNameStr
;
1326 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
1328 bool temp4
= False
;
1331 bool temp9
= False
;
1332 PyObject
* obj0
= 0 ;
1333 PyObject
* obj1
= 0 ;
1334 PyObject
* obj2
= 0 ;
1335 PyObject
* obj3
= 0 ;
1336 PyObject
* obj4
= 0 ;
1337 PyObject
* obj5
= 0 ;
1338 PyObject
* obj6
= 0 ;
1339 PyObject
* obj7
= 0 ;
1340 PyObject
* obj8
= 0 ;
1342 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1345 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:Button_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
1346 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxButton
,
1347 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1348 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1349 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1351 arg3
= (int)SWIG_As_int(obj2
);
1352 if (PyErr_Occurred()) SWIG_fail
;
1356 arg4
= wxString_in_helper(obj3
);
1357 if (arg4
== NULL
) SWIG_fail
;
1364 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
1370 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
1374 arg7
= (long)SWIG_As_long(obj6
);
1375 if (PyErr_Occurred()) SWIG_fail
;
1378 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
1379 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1382 PyErr_SetString(PyExc_TypeError
,"null reference");
1388 arg9
= wxString_in_helper(obj8
);
1389 if (arg9
== NULL
) SWIG_fail
;
1394 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1395 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
1397 wxPyEndAllowThreads(__tstate
);
1398 if (PyErr_Occurred()) SWIG_fail
;
1401 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1425 static PyObject
*_wrap_Button_SetDefault(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1426 PyObject
*resultobj
;
1427 wxButton
*arg1
= (wxButton
*) 0 ;
1428 PyObject
* obj0
= 0 ;
1430 (char *) "self", NULL
1433 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Button_SetDefault",kwnames
,&obj0
)) goto fail
;
1434 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxButton
,
1435 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1437 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1438 (arg1
)->SetDefault();
1440 wxPyEndAllowThreads(__tstate
);
1441 if (PyErr_Occurred()) SWIG_fail
;
1443 Py_INCREF(Py_None
); resultobj
= Py_None
;
1450 static PyObject
*_wrap_Button_GetDefaultSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1451 PyObject
*resultobj
;
1457 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":Button_GetDefaultSize",kwnames
)) goto fail
;
1459 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1460 result
= wxButton::GetDefaultSize();
1462 wxPyEndAllowThreads(__tstate
);
1463 if (PyErr_Occurred()) SWIG_fail
;
1467 resultptr
= new wxSize((wxSize
&) result
);
1468 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1476 static PyObject
*_wrap_Button_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1477 PyObject
*resultobj
;
1478 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
1479 wxVisualAttributes result
;
1480 PyObject
* obj0
= 0 ;
1482 (char *) "variant", NULL
1485 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:Button_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
1487 arg1
= (int)SWIG_As_int(obj0
);
1488 if (PyErr_Occurred()) SWIG_fail
;
1491 if (!wxPyCheckForApp()) SWIG_fail
;
1492 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1493 result
= wxButton::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
1495 wxPyEndAllowThreads(__tstate
);
1496 if (PyErr_Occurred()) SWIG_fail
;
1499 wxVisualAttributes
* resultptr
;
1500 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
1501 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
1509 static PyObject
* Button_swigregister(PyObject
*, PyObject
*args
) {
1511 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
1512 SWIG_TypeClientData(SWIGTYPE_p_wxButton
, obj
);
1514 return Py_BuildValue((char *)"");
1516 static PyObject
*_wrap_new_BitmapButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1517 PyObject
*resultobj
;
1518 wxWindow
*arg1
= (wxWindow
*) 0 ;
1519 int arg2
= (int) -1 ;
1520 wxBitmap
const &arg3_defvalue
= wxNullBitmap
;
1521 wxBitmap
*arg3
= (wxBitmap
*) &arg3_defvalue
;
1522 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
1523 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
1524 wxSize
const &arg5_defvalue
= wxDefaultSize
;
1525 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
1526 long arg6
= (long) wxBU_AUTODRAW
;
1527 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
1528 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
1529 wxString
const &arg8_defvalue
= wxPyButtonNameStr
;
1530 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
1531 wxBitmapButton
*result
;
1534 bool temp8
= False
;
1535 PyObject
* obj0
= 0 ;
1536 PyObject
* obj1
= 0 ;
1537 PyObject
* obj2
= 0 ;
1538 PyObject
* obj3
= 0 ;
1539 PyObject
* obj4
= 0 ;
1540 PyObject
* obj5
= 0 ;
1541 PyObject
* obj6
= 0 ;
1542 PyObject
* obj7
= 0 ;
1544 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1547 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_BitmapButton",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
1548 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
1549 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1551 arg2
= (int)SWIG_As_int(obj1
);
1552 if (PyErr_Occurred()) SWIG_fail
;
1555 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
,
1556 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1559 PyErr_SetString(PyExc_TypeError
,"null reference");
1566 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
1572 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
1576 arg6
= (long)SWIG_As_long(obj5
);
1577 if (PyErr_Occurred()) SWIG_fail
;
1580 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
1581 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1584 PyErr_SetString(PyExc_TypeError
,"null reference");
1590 arg8
= wxString_in_helper(obj7
);
1591 if (arg8
== NULL
) SWIG_fail
;
1596 if (!wxPyCheckForApp()) SWIG_fail
;
1597 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1598 result
= (wxBitmapButton
*)new wxBitmapButton(arg1
,arg2
,(wxBitmap
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
1600 wxPyEndAllowThreads(__tstate
);
1601 if (PyErr_Occurred()) SWIG_fail
;
1603 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxBitmapButton
, 1);
1618 static PyObject
*_wrap_new_PreBitmapButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1619 PyObject
*resultobj
;
1620 wxBitmapButton
*result
;
1625 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreBitmapButton",kwnames
)) goto fail
;
1627 if (!wxPyCheckForApp()) SWIG_fail
;
1628 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1629 result
= (wxBitmapButton
*)new wxBitmapButton();
1631 wxPyEndAllowThreads(__tstate
);
1632 if (PyErr_Occurred()) SWIG_fail
;
1634 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxBitmapButton
, 1);
1641 static PyObject
*_wrap_BitmapButton_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1642 PyObject
*resultobj
;
1643 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
1644 wxWindow
*arg2
= (wxWindow
*) 0 ;
1645 int arg3
= (int) -1 ;
1646 wxBitmap
const &arg4_defvalue
= wxNullBitmap
;
1647 wxBitmap
*arg4
= (wxBitmap
*) &arg4_defvalue
;
1648 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
1649 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
1650 wxSize
const &arg6_defvalue
= wxDefaultSize
;
1651 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
1652 long arg7
= (long) wxBU_AUTODRAW
;
1653 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
1654 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
1655 wxString
const &arg9_defvalue
= wxPyButtonNameStr
;
1656 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
1660 bool temp9
= False
;
1661 PyObject
* obj0
= 0 ;
1662 PyObject
* obj1
= 0 ;
1663 PyObject
* obj2
= 0 ;
1664 PyObject
* obj3
= 0 ;
1665 PyObject
* obj4
= 0 ;
1666 PyObject
* obj5
= 0 ;
1667 PyObject
* obj6
= 0 ;
1668 PyObject
* obj7
= 0 ;
1669 PyObject
* obj8
= 0 ;
1671 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
1674 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:BitmapButton_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
1675 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
1676 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1677 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1678 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1680 arg3
= (int)SWIG_As_int(obj2
);
1681 if (PyErr_Occurred()) SWIG_fail
;
1684 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
,
1685 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1688 PyErr_SetString(PyExc_TypeError
,"null reference");
1695 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
1701 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
1705 arg7
= (long)SWIG_As_long(obj6
);
1706 if (PyErr_Occurred()) SWIG_fail
;
1709 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
1710 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1713 PyErr_SetString(PyExc_TypeError
,"null reference");
1719 arg9
= wxString_in_helper(obj8
);
1720 if (arg9
== NULL
) SWIG_fail
;
1725 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1726 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxBitmap
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
1728 wxPyEndAllowThreads(__tstate
);
1729 if (PyErr_Occurred()) SWIG_fail
;
1732 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1748 static PyObject
*_wrap_BitmapButton_GetBitmapLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1749 PyObject
*resultobj
;
1750 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
1752 PyObject
* obj0
= 0 ;
1754 (char *) "self", NULL
1757 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BitmapButton_GetBitmapLabel",kwnames
,&obj0
)) goto fail
;
1758 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
1759 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1761 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1762 result
= (arg1
)->GetBitmapLabel();
1764 wxPyEndAllowThreads(__tstate
);
1765 if (PyErr_Occurred()) SWIG_fail
;
1768 wxBitmap
* resultptr
;
1769 resultptr
= new wxBitmap((wxBitmap
&) result
);
1770 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
1778 static PyObject
*_wrap_BitmapButton_GetBitmapDisabled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1779 PyObject
*resultobj
;
1780 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
1782 PyObject
* obj0
= 0 ;
1784 (char *) "self", NULL
1787 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BitmapButton_GetBitmapDisabled",kwnames
,&obj0
)) goto fail
;
1788 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
1789 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1791 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1792 result
= (arg1
)->GetBitmapDisabled();
1794 wxPyEndAllowThreads(__tstate
);
1795 if (PyErr_Occurred()) SWIG_fail
;
1798 wxBitmap
* resultptr
;
1799 resultptr
= new wxBitmap((wxBitmap
&) result
);
1800 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
1808 static PyObject
*_wrap_BitmapButton_GetBitmapFocus(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1809 PyObject
*resultobj
;
1810 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
1812 PyObject
* obj0
= 0 ;
1814 (char *) "self", NULL
1817 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BitmapButton_GetBitmapFocus",kwnames
,&obj0
)) goto fail
;
1818 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
1819 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1821 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1822 result
= (arg1
)->GetBitmapFocus();
1824 wxPyEndAllowThreads(__tstate
);
1825 if (PyErr_Occurred()) SWIG_fail
;
1828 wxBitmap
* resultptr
;
1829 resultptr
= new wxBitmap((wxBitmap
&) result
);
1830 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
1838 static PyObject
*_wrap_BitmapButton_GetBitmapSelected(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1839 PyObject
*resultobj
;
1840 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
1842 PyObject
* obj0
= 0 ;
1844 (char *) "self", NULL
1847 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BitmapButton_GetBitmapSelected",kwnames
,&obj0
)) goto fail
;
1848 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
1849 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1851 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1852 result
= (arg1
)->GetBitmapSelected();
1854 wxPyEndAllowThreads(__tstate
);
1855 if (PyErr_Occurred()) SWIG_fail
;
1858 wxBitmap
* resultptr
;
1859 resultptr
= new wxBitmap((wxBitmap
&) result
);
1860 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
1868 static PyObject
*_wrap_BitmapButton_SetBitmapDisabled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1869 PyObject
*resultobj
;
1870 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
1871 wxBitmap
*arg2
= 0 ;
1872 PyObject
* obj0
= 0 ;
1873 PyObject
* obj1
= 0 ;
1875 (char *) "self",(char *) "bitmap", NULL
1878 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BitmapButton_SetBitmapDisabled",kwnames
,&obj0
,&obj1
)) goto fail
;
1879 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
1880 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1881 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
1882 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1885 PyErr_SetString(PyExc_TypeError
,"null reference");
1889 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1890 (arg1
)->SetBitmapDisabled((wxBitmap
const &)*arg2
);
1892 wxPyEndAllowThreads(__tstate
);
1893 if (PyErr_Occurred()) SWIG_fail
;
1895 Py_INCREF(Py_None
); resultobj
= Py_None
;
1902 static PyObject
*_wrap_BitmapButton_SetBitmapFocus(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1903 PyObject
*resultobj
;
1904 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
1905 wxBitmap
*arg2
= 0 ;
1906 PyObject
* obj0
= 0 ;
1907 PyObject
* obj1
= 0 ;
1909 (char *) "self",(char *) "bitmap", NULL
1912 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BitmapButton_SetBitmapFocus",kwnames
,&obj0
,&obj1
)) goto fail
;
1913 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
1914 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1915 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
1916 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1919 PyErr_SetString(PyExc_TypeError
,"null reference");
1923 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1924 (arg1
)->SetBitmapFocus((wxBitmap
const &)*arg2
);
1926 wxPyEndAllowThreads(__tstate
);
1927 if (PyErr_Occurred()) SWIG_fail
;
1929 Py_INCREF(Py_None
); resultobj
= Py_None
;
1936 static PyObject
*_wrap_BitmapButton_SetBitmapSelected(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1937 PyObject
*resultobj
;
1938 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
1939 wxBitmap
*arg2
= 0 ;
1940 PyObject
* obj0
= 0 ;
1941 PyObject
* obj1
= 0 ;
1943 (char *) "self",(char *) "bitmap", NULL
1946 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BitmapButton_SetBitmapSelected",kwnames
,&obj0
,&obj1
)) goto fail
;
1947 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
1948 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1949 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
1950 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1953 PyErr_SetString(PyExc_TypeError
,"null reference");
1957 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1958 (arg1
)->SetBitmapSelected((wxBitmap
const &)*arg2
);
1960 wxPyEndAllowThreads(__tstate
);
1961 if (PyErr_Occurred()) SWIG_fail
;
1963 Py_INCREF(Py_None
); resultobj
= Py_None
;
1970 static PyObject
*_wrap_BitmapButton_SetBitmapLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1971 PyObject
*resultobj
;
1972 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
1973 wxBitmap
*arg2
= 0 ;
1974 PyObject
* obj0
= 0 ;
1975 PyObject
* obj1
= 0 ;
1977 (char *) "self",(char *) "bitmap", NULL
1980 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BitmapButton_SetBitmapLabel",kwnames
,&obj0
,&obj1
)) goto fail
;
1981 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
1982 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1983 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
1984 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1987 PyErr_SetString(PyExc_TypeError
,"null reference");
1991 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1992 (arg1
)->SetBitmapLabel((wxBitmap
const &)*arg2
);
1994 wxPyEndAllowThreads(__tstate
);
1995 if (PyErr_Occurred()) SWIG_fail
;
1997 Py_INCREF(Py_None
); resultobj
= Py_None
;
2004 static PyObject
*_wrap_BitmapButton_SetMargins(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2005 PyObject
*resultobj
;
2006 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
2009 PyObject
* obj0
= 0 ;
2010 PyObject
* obj1
= 0 ;
2011 PyObject
* obj2
= 0 ;
2013 (char *) "self",(char *) "x",(char *) "y", NULL
2016 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:BitmapButton_SetMargins",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
2017 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
2018 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2019 arg2
= (int)SWIG_As_int(obj1
);
2020 if (PyErr_Occurred()) SWIG_fail
;
2021 arg3
= (int)SWIG_As_int(obj2
);
2022 if (PyErr_Occurred()) SWIG_fail
;
2024 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2025 (arg1
)->SetMargins(arg2
,arg3
);
2027 wxPyEndAllowThreads(__tstate
);
2028 if (PyErr_Occurred()) SWIG_fail
;
2030 Py_INCREF(Py_None
); resultobj
= Py_None
;
2037 static PyObject
*_wrap_BitmapButton_GetMarginX(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2038 PyObject
*resultobj
;
2039 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
2041 PyObject
* obj0
= 0 ;
2043 (char *) "self", NULL
2046 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BitmapButton_GetMarginX",kwnames
,&obj0
)) goto fail
;
2047 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
2048 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2050 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2051 result
= (int)((wxBitmapButton
const *)arg1
)->GetMarginX();
2053 wxPyEndAllowThreads(__tstate
);
2054 if (PyErr_Occurred()) SWIG_fail
;
2056 resultobj
= SWIG_From_int((int)result
);
2063 static PyObject
*_wrap_BitmapButton_GetMarginY(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2064 PyObject
*resultobj
;
2065 wxBitmapButton
*arg1
= (wxBitmapButton
*) 0 ;
2067 PyObject
* obj0
= 0 ;
2069 (char *) "self", NULL
2072 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BitmapButton_GetMarginY",kwnames
,&obj0
)) goto fail
;
2073 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmapButton
,
2074 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2076 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2077 result
= (int)((wxBitmapButton
const *)arg1
)->GetMarginY();
2079 wxPyEndAllowThreads(__tstate
);
2080 if (PyErr_Occurred()) SWIG_fail
;
2082 resultobj
= SWIG_From_int((int)result
);
2089 static PyObject
* BitmapButton_swigregister(PyObject
*, PyObject
*args
) {
2091 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
2092 SWIG_TypeClientData(SWIGTYPE_p_wxBitmapButton
, obj
);
2094 return Py_BuildValue((char *)"");
2096 static int _wrap_CheckBoxNameStr_set(PyObject
*) {
2097 PyErr_SetString(PyExc_TypeError
,"Variable CheckBoxNameStr is read-only.");
2102 static PyObject
*_wrap_CheckBoxNameStr_get() {
2107 pyobj
= PyUnicode_FromWideChar((&wxPyCheckBoxNameStr
)->c_str(), (&wxPyCheckBoxNameStr
)->Len());
2109 pyobj
= PyString_FromStringAndSize((&wxPyCheckBoxNameStr
)->c_str(), (&wxPyCheckBoxNameStr
)->Len());
2116 static PyObject
*_wrap_new_CheckBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2117 PyObject
*resultobj
;
2118 wxWindow
*arg1
= (wxWindow
*) 0 ;
2119 int arg2
= (int) -1 ;
2120 wxString
const &arg3_defvalue
= wxPyEmptyString
;
2121 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
2122 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
2123 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
2124 wxSize
const &arg5_defvalue
= wxDefaultSize
;
2125 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
2126 long arg6
= (long) 0 ;
2127 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
2128 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
2129 wxString
const &arg8_defvalue
= wxPyCheckBoxNameStr
;
2130 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
2132 bool temp3
= False
;
2135 bool temp8
= False
;
2136 PyObject
* obj0
= 0 ;
2137 PyObject
* obj1
= 0 ;
2138 PyObject
* obj2
= 0 ;
2139 PyObject
* obj3
= 0 ;
2140 PyObject
* obj4
= 0 ;
2141 PyObject
* obj5
= 0 ;
2142 PyObject
* obj6
= 0 ;
2143 PyObject
* obj7
= 0 ;
2145 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
2148 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_CheckBox",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
2149 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
2150 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2152 arg2
= (int)SWIG_As_int(obj1
);
2153 if (PyErr_Occurred()) SWIG_fail
;
2157 arg3
= wxString_in_helper(obj2
);
2158 if (arg3
== NULL
) SWIG_fail
;
2165 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
2171 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
2175 arg6
= (long)SWIG_As_long(obj5
);
2176 if (PyErr_Occurred()) SWIG_fail
;
2179 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
2180 SWIG_POINTER_EXCEPTION
| 0)) == -1)
2183 PyErr_SetString(PyExc_TypeError
,"null reference");
2189 arg8
= wxString_in_helper(obj7
);
2190 if (arg8
== NULL
) SWIG_fail
;
2195 if (!wxPyCheckForApp()) SWIG_fail
;
2196 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2197 result
= (wxCheckBox
*)new wxCheckBox(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
2199 wxPyEndAllowThreads(__tstate
);
2200 if (PyErr_Occurred()) SWIG_fail
;
2202 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxCheckBox
, 1);
2225 static PyObject
*_wrap_new_PreCheckBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2226 PyObject
*resultobj
;
2232 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreCheckBox",kwnames
)) goto fail
;
2234 if (!wxPyCheckForApp()) SWIG_fail
;
2235 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2236 result
= (wxCheckBox
*)new wxCheckBox();
2238 wxPyEndAllowThreads(__tstate
);
2239 if (PyErr_Occurred()) SWIG_fail
;
2241 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxCheckBox
, 1);
2248 static PyObject
*_wrap_CheckBox_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2249 PyObject
*resultobj
;
2250 wxCheckBox
*arg1
= (wxCheckBox
*) 0 ;
2251 wxWindow
*arg2
= (wxWindow
*) 0 ;
2252 int arg3
= (int) -1 ;
2253 wxString
const &arg4_defvalue
= wxPyEmptyString
;
2254 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
2255 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
2256 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
2257 wxSize
const &arg6_defvalue
= wxDefaultSize
;
2258 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
2259 long arg7
= (long) 0 ;
2260 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
2261 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
2262 wxString
const &arg9_defvalue
= wxPyCheckBoxNameStr
;
2263 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
2265 bool temp4
= False
;
2268 bool temp9
= False
;
2269 PyObject
* obj0
= 0 ;
2270 PyObject
* obj1
= 0 ;
2271 PyObject
* obj2
= 0 ;
2272 PyObject
* obj3
= 0 ;
2273 PyObject
* obj4
= 0 ;
2274 PyObject
* obj5
= 0 ;
2275 PyObject
* obj6
= 0 ;
2276 PyObject
* obj7
= 0 ;
2277 PyObject
* obj8
= 0 ;
2279 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
2282 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:CheckBox_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
2283 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckBox
,
2284 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2285 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
2286 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2288 arg3
= (int)SWIG_As_int(obj2
);
2289 if (PyErr_Occurred()) SWIG_fail
;
2293 arg4
= wxString_in_helper(obj3
);
2294 if (arg4
== NULL
) SWIG_fail
;
2301 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
2307 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
2311 arg7
= (long)SWIG_As_long(obj6
);
2312 if (PyErr_Occurred()) SWIG_fail
;
2315 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
2316 SWIG_POINTER_EXCEPTION
| 0)) == -1)
2319 PyErr_SetString(PyExc_TypeError
,"null reference");
2325 arg9
= wxString_in_helper(obj8
);
2326 if (arg9
== NULL
) SWIG_fail
;
2331 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2332 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
2334 wxPyEndAllowThreads(__tstate
);
2335 if (PyErr_Occurred()) SWIG_fail
;
2338 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2362 static PyObject
*_wrap_CheckBox_GetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2363 PyObject
*resultobj
;
2364 wxCheckBox
*arg1
= (wxCheckBox
*) 0 ;
2366 PyObject
* obj0
= 0 ;
2368 (char *) "self", NULL
2371 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:CheckBox_GetValue",kwnames
,&obj0
)) goto fail
;
2372 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckBox
,
2373 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2375 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2376 result
= (bool)(arg1
)->GetValue();
2378 wxPyEndAllowThreads(__tstate
);
2379 if (PyErr_Occurred()) SWIG_fail
;
2382 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2390 static PyObject
*_wrap_CheckBox_IsChecked(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2391 PyObject
*resultobj
;
2392 wxCheckBox
*arg1
= (wxCheckBox
*) 0 ;
2394 PyObject
* obj0
= 0 ;
2396 (char *) "self", NULL
2399 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:CheckBox_IsChecked",kwnames
,&obj0
)) goto fail
;
2400 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckBox
,
2401 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2403 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2404 result
= (bool)(arg1
)->IsChecked();
2406 wxPyEndAllowThreads(__tstate
);
2407 if (PyErr_Occurred()) SWIG_fail
;
2410 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2418 static PyObject
*_wrap_CheckBox_SetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2419 PyObject
*resultobj
;
2420 wxCheckBox
*arg1
= (wxCheckBox
*) 0 ;
2422 PyObject
* obj0
= 0 ;
2423 PyObject
* obj1
= 0 ;
2425 (char *) "self",(char *) "state", NULL
2428 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:CheckBox_SetValue",kwnames
,&obj0
,&obj1
)) goto fail
;
2429 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckBox
,
2430 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2431 arg2
= (bool)SWIG_As_bool(obj1
);
2432 if (PyErr_Occurred()) SWIG_fail
;
2434 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2435 (arg1
)->SetValue(arg2
);
2437 wxPyEndAllowThreads(__tstate
);
2438 if (PyErr_Occurred()) SWIG_fail
;
2440 Py_INCREF(Py_None
); resultobj
= Py_None
;
2447 static PyObject
*_wrap_CheckBox_Get3StateValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2448 PyObject
*resultobj
;
2449 wxCheckBox
*arg1
= (wxCheckBox
*) 0 ;
2451 PyObject
* obj0
= 0 ;
2453 (char *) "self", NULL
2456 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:CheckBox_Get3StateValue",kwnames
,&obj0
)) goto fail
;
2457 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckBox
,
2458 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2460 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2461 result
= (int)((wxCheckBox
const *)arg1
)->Get3StateValue();
2463 wxPyEndAllowThreads(__tstate
);
2464 if (PyErr_Occurred()) SWIG_fail
;
2466 resultobj
= SWIG_From_int((int)result
);
2473 static PyObject
*_wrap_CheckBox_Set3StateValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2474 PyObject
*resultobj
;
2475 wxCheckBox
*arg1
= (wxCheckBox
*) 0 ;
2477 PyObject
* obj0
= 0 ;
2478 PyObject
* obj1
= 0 ;
2480 (char *) "self",(char *) "state", NULL
2483 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:CheckBox_Set3StateValue",kwnames
,&obj0
,&obj1
)) goto fail
;
2484 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckBox
,
2485 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2486 arg2
= (int)SWIG_As_int(obj1
);
2487 if (PyErr_Occurred()) SWIG_fail
;
2489 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2490 (arg1
)->Set3StateValue((wxCheckBoxState
)arg2
);
2492 wxPyEndAllowThreads(__tstate
);
2493 if (PyErr_Occurred()) SWIG_fail
;
2495 Py_INCREF(Py_None
); resultobj
= Py_None
;
2502 static PyObject
*_wrap_CheckBox_Is3State(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2503 PyObject
*resultobj
;
2504 wxCheckBox
*arg1
= (wxCheckBox
*) 0 ;
2506 PyObject
* obj0
= 0 ;
2508 (char *) "self", NULL
2511 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:CheckBox_Is3State",kwnames
,&obj0
)) goto fail
;
2512 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckBox
,
2513 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2515 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2516 result
= (bool)((wxCheckBox
const *)arg1
)->Is3State();
2518 wxPyEndAllowThreads(__tstate
);
2519 if (PyErr_Occurred()) SWIG_fail
;
2522 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2530 static PyObject
*_wrap_CheckBox_Is3rdStateAllowedForUser(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2531 PyObject
*resultobj
;
2532 wxCheckBox
*arg1
= (wxCheckBox
*) 0 ;
2534 PyObject
* obj0
= 0 ;
2536 (char *) "self", NULL
2539 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:CheckBox_Is3rdStateAllowedForUser",kwnames
,&obj0
)) goto fail
;
2540 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckBox
,
2541 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2543 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2544 result
= (bool)((wxCheckBox
const *)arg1
)->Is3rdStateAllowedForUser();
2546 wxPyEndAllowThreads(__tstate
);
2547 if (PyErr_Occurred()) SWIG_fail
;
2550 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2558 static PyObject
*_wrap_CheckBox_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2559 PyObject
*resultobj
;
2560 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
2561 wxVisualAttributes result
;
2562 PyObject
* obj0
= 0 ;
2564 (char *) "variant", NULL
2567 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:CheckBox_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
2569 arg1
= (int)SWIG_As_int(obj0
);
2570 if (PyErr_Occurred()) SWIG_fail
;
2573 if (!wxPyCheckForApp()) SWIG_fail
;
2574 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2575 result
= wxCheckBox::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
2577 wxPyEndAllowThreads(__tstate
);
2578 if (PyErr_Occurred()) SWIG_fail
;
2581 wxVisualAttributes
* resultptr
;
2582 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
2583 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
2591 static PyObject
* CheckBox_swigregister(PyObject
*, PyObject
*args
) {
2593 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
2594 SWIG_TypeClientData(SWIGTYPE_p_wxCheckBox
, obj
);
2596 return Py_BuildValue((char *)"");
2598 static int _wrap_ChoiceNameStr_set(PyObject
*) {
2599 PyErr_SetString(PyExc_TypeError
,"Variable ChoiceNameStr is read-only.");
2604 static PyObject
*_wrap_ChoiceNameStr_get() {
2609 pyobj
= PyUnicode_FromWideChar((&wxPyChoiceNameStr
)->c_str(), (&wxPyChoiceNameStr
)->Len());
2611 pyobj
= PyString_FromStringAndSize((&wxPyChoiceNameStr
)->c_str(), (&wxPyChoiceNameStr
)->Len());
2618 static PyObject
*_wrap_new_Choice(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2619 PyObject
*resultobj
;
2620 wxWindow
*arg1
= (wxWindow
*) 0 ;
2621 int arg2
= (int) -1 ;
2622 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
2623 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
2624 wxSize
const &arg4_defvalue
= wxDefaultSize
;
2625 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
2626 wxArrayString
const &arg5_defvalue
= wxPyEmptyStringArray
;
2627 wxArrayString
*arg5
= (wxArrayString
*) &arg5_defvalue
;
2628 long arg6
= (long) 0 ;
2629 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
2630 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
2631 wxString
const &arg8_defvalue
= wxPyChoiceNameStr
;
2632 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
2636 bool temp5
= False
;
2637 bool temp8
= False
;
2638 PyObject
* obj0
= 0 ;
2639 PyObject
* obj1
= 0 ;
2640 PyObject
* obj2
= 0 ;
2641 PyObject
* obj3
= 0 ;
2642 PyObject
* obj4
= 0 ;
2643 PyObject
* obj5
= 0 ;
2644 PyObject
* obj6
= 0 ;
2645 PyObject
* obj7
= 0 ;
2647 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2650 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_Choice",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
2651 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
2652 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2654 arg2
= (int)SWIG_As_int(obj1
);
2655 if (PyErr_Occurred()) SWIG_fail
;
2660 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
2666 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
2671 if (! PySequence_Check(obj4
)) {
2672 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
2675 arg5
= new wxArrayString
;
2677 int i
, len
=PySequence_Length(obj4
);
2678 for (i
=0; i
<len
; i
++) {
2679 PyObject
* item
= PySequence_GetItem(obj4
, i
);
2681 PyObject
* str
= PyObject_Unicode(item
);
2683 PyObject
* str
= PyObject_Str(item
);
2685 if (PyErr_Occurred()) SWIG_fail
;
2686 arg5
->Add(Py2wxString(str
));
2693 arg6
= (long)SWIG_As_long(obj5
);
2694 if (PyErr_Occurred()) SWIG_fail
;
2697 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
2698 SWIG_POINTER_EXCEPTION
| 0)) == -1)
2701 PyErr_SetString(PyExc_TypeError
,"null reference");
2707 arg8
= wxString_in_helper(obj7
);
2708 if (arg8
== NULL
) SWIG_fail
;
2713 if (!wxPyCheckForApp()) SWIG_fail
;
2714 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2715 result
= (wxChoice
*)new wxChoice(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,(wxArrayString
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
2717 wxPyEndAllowThreads(__tstate
);
2718 if (PyErr_Occurred()) SWIG_fail
;
2720 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxChoice
, 1);
2722 if (temp5
) delete arg5
;
2731 if (temp5
) delete arg5
;
2741 static PyObject
*_wrap_new_PreChoice(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2742 PyObject
*resultobj
;
2748 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreChoice",kwnames
)) goto fail
;
2750 if (!wxPyCheckForApp()) SWIG_fail
;
2751 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2752 result
= (wxChoice
*)new wxChoice();
2754 wxPyEndAllowThreads(__tstate
);
2755 if (PyErr_Occurred()) SWIG_fail
;
2757 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxChoice
, 1);
2764 static PyObject
*_wrap_Choice_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2765 PyObject
*resultobj
;
2766 wxChoice
*arg1
= (wxChoice
*) 0 ;
2767 wxWindow
*arg2
= (wxWindow
*) 0 ;
2768 int arg3
= (int) -1 ;
2769 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
2770 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
2771 wxSize
const &arg5_defvalue
= wxDefaultSize
;
2772 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
2773 wxArrayString
const &arg6_defvalue
= wxPyEmptyStringArray
;
2774 wxArrayString
*arg6
= (wxArrayString
*) &arg6_defvalue
;
2775 long arg7
= (long) 0 ;
2776 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
2777 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
2778 wxString
const &arg9_defvalue
= wxPyChoiceNameStr
;
2779 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
2783 bool temp6
= False
;
2784 bool temp9
= False
;
2785 PyObject
* obj0
= 0 ;
2786 PyObject
* obj1
= 0 ;
2787 PyObject
* obj2
= 0 ;
2788 PyObject
* obj3
= 0 ;
2789 PyObject
* obj4
= 0 ;
2790 PyObject
* obj5
= 0 ;
2791 PyObject
* obj6
= 0 ;
2792 PyObject
* obj7
= 0 ;
2793 PyObject
* obj8
= 0 ;
2795 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
2798 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:Choice_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
2799 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxChoice
,
2800 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2801 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
2802 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2804 arg3
= (int)SWIG_As_int(obj2
);
2805 if (PyErr_Occurred()) SWIG_fail
;
2810 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
2816 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
2821 if (! PySequence_Check(obj5
)) {
2822 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
2825 arg6
= new wxArrayString
;
2827 int i
, len
=PySequence_Length(obj5
);
2828 for (i
=0; i
<len
; i
++) {
2829 PyObject
* item
= PySequence_GetItem(obj5
, i
);
2831 PyObject
* str
= PyObject_Unicode(item
);
2833 PyObject
* str
= PyObject_Str(item
);
2835 if (PyErr_Occurred()) SWIG_fail
;
2836 arg6
->Add(Py2wxString(str
));
2843 arg7
= (long)SWIG_As_long(obj6
);
2844 if (PyErr_Occurred()) SWIG_fail
;
2847 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
2848 SWIG_POINTER_EXCEPTION
| 0)) == -1)
2851 PyErr_SetString(PyExc_TypeError
,"null reference");
2857 arg9
= wxString_in_helper(obj8
);
2858 if (arg9
== NULL
) SWIG_fail
;
2863 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2864 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,(wxArrayString
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
2866 wxPyEndAllowThreads(__tstate
);
2867 if (PyErr_Occurred()) SWIG_fail
;
2870 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2873 if (temp6
) delete arg6
;
2882 if (temp6
) delete arg6
;
2892 static PyObject
*_wrap_Choice_SetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2893 PyObject
*resultobj
;
2894 wxChoice
*arg1
= (wxChoice
*) 0 ;
2896 PyObject
* obj0
= 0 ;
2897 PyObject
* obj1
= 0 ;
2899 (char *) "self",(char *) "n", NULL
2902 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Choice_SetSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
2903 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxChoice
,
2904 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2905 arg2
= (int)SWIG_As_int(obj1
);
2906 if (PyErr_Occurred()) SWIG_fail
;
2908 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2909 (arg1
)->SetSelection(arg2
);
2911 wxPyEndAllowThreads(__tstate
);
2912 if (PyErr_Occurred()) SWIG_fail
;
2914 Py_INCREF(Py_None
); resultobj
= Py_None
;
2921 static PyObject
*_wrap_Choice_SetStringSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2922 PyObject
*resultobj
;
2923 wxChoice
*arg1
= (wxChoice
*) 0 ;
2924 wxString
*arg2
= 0 ;
2926 bool temp2
= False
;
2927 PyObject
* obj0
= 0 ;
2928 PyObject
* obj1
= 0 ;
2930 (char *) "self",(char *) "string", NULL
2933 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Choice_SetStringSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
2934 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxChoice
,
2935 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2937 arg2
= wxString_in_helper(obj1
);
2938 if (arg2
== NULL
) SWIG_fail
;
2942 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2943 result
= (bool)(arg1
)->SetStringSelection((wxString
const &)*arg2
);
2945 wxPyEndAllowThreads(__tstate
);
2946 if (PyErr_Occurred()) SWIG_fail
;
2949 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2965 static PyObject
*_wrap_Choice_SetString(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2966 PyObject
*resultobj
;
2967 wxChoice
*arg1
= (wxChoice
*) 0 ;
2969 wxString
*arg3
= 0 ;
2970 bool temp3
= False
;
2971 PyObject
* obj0
= 0 ;
2972 PyObject
* obj1
= 0 ;
2973 PyObject
* obj2
= 0 ;
2975 (char *) "self",(char *) "n",(char *) "string", NULL
2978 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:Choice_SetString",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
2979 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxChoice
,
2980 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2981 arg2
= (int)SWIG_As_int(obj1
);
2982 if (PyErr_Occurred()) SWIG_fail
;
2984 arg3
= wxString_in_helper(obj2
);
2985 if (arg3
== NULL
) SWIG_fail
;
2989 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2990 (arg1
)->SetString(arg2
,(wxString
const &)*arg3
);
2992 wxPyEndAllowThreads(__tstate
);
2993 if (PyErr_Occurred()) SWIG_fail
;
2995 Py_INCREF(Py_None
); resultobj
= Py_None
;
3010 static PyObject
*_wrap_Choice_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3011 PyObject
*resultobj
;
3012 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
3013 wxVisualAttributes result
;
3014 PyObject
* obj0
= 0 ;
3016 (char *) "variant", NULL
3019 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:Choice_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
3021 arg1
= (int)SWIG_As_int(obj0
);
3022 if (PyErr_Occurred()) SWIG_fail
;
3025 if (!wxPyCheckForApp()) SWIG_fail
;
3026 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3027 result
= wxChoice::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
3029 wxPyEndAllowThreads(__tstate
);
3030 if (PyErr_Occurred()) SWIG_fail
;
3033 wxVisualAttributes
* resultptr
;
3034 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
3035 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
3043 static PyObject
* Choice_swigregister(PyObject
*, PyObject
*args
) {
3045 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
3046 SWIG_TypeClientData(SWIGTYPE_p_wxChoice
, obj
);
3048 return Py_BuildValue((char *)"");
3050 static int _wrap_ComboBoxNameStr_set(PyObject
*) {
3051 PyErr_SetString(PyExc_TypeError
,"Variable ComboBoxNameStr is read-only.");
3056 static PyObject
*_wrap_ComboBoxNameStr_get() {
3061 pyobj
= PyUnicode_FromWideChar((&wxPyComboBoxNameStr
)->c_str(), (&wxPyComboBoxNameStr
)->Len());
3063 pyobj
= PyString_FromStringAndSize((&wxPyComboBoxNameStr
)->c_str(), (&wxPyComboBoxNameStr
)->Len());
3070 static PyObject
*_wrap_new_ComboBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3071 PyObject
*resultobj
;
3072 wxWindow
*arg1
= (wxWindow
*) 0 ;
3073 int arg2
= (int) -1 ;
3074 wxString
const &arg3_defvalue
= wxPyEmptyString
;
3075 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
3076 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
3077 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
3078 wxSize
const &arg5_defvalue
= wxDefaultSize
;
3079 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
3080 wxArrayString
const &arg6_defvalue
= wxPyEmptyStringArray
;
3081 wxArrayString
*arg6
= (wxArrayString
*) &arg6_defvalue
;
3082 long arg7
= (long) 0 ;
3083 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
3084 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
3085 wxString
const &arg9_defvalue
= wxPyComboBoxNameStr
;
3086 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
3088 bool temp3
= False
;
3091 bool temp6
= False
;
3092 bool temp9
= False
;
3093 PyObject
* obj0
= 0 ;
3094 PyObject
* obj1
= 0 ;
3095 PyObject
* obj2
= 0 ;
3096 PyObject
* obj3
= 0 ;
3097 PyObject
* obj4
= 0 ;
3098 PyObject
* obj5
= 0 ;
3099 PyObject
* obj6
= 0 ;
3100 PyObject
* obj7
= 0 ;
3101 PyObject
* obj8
= 0 ;
3103 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
3106 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOOO:new_ComboBox",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
3107 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
3108 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3110 arg2
= (int)SWIG_As_int(obj1
);
3111 if (PyErr_Occurred()) SWIG_fail
;
3115 arg3
= wxString_in_helper(obj2
);
3116 if (arg3
== NULL
) SWIG_fail
;
3123 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
3129 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
3134 if (! PySequence_Check(obj5
)) {
3135 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
3138 arg6
= new wxArrayString
;
3140 int i
, len
=PySequence_Length(obj5
);
3141 for (i
=0; i
<len
; i
++) {
3142 PyObject
* item
= PySequence_GetItem(obj5
, i
);
3144 PyObject
* str
= PyObject_Unicode(item
);
3146 PyObject
* str
= PyObject_Str(item
);
3148 if (PyErr_Occurred()) SWIG_fail
;
3149 arg6
->Add(Py2wxString(str
));
3156 arg7
= (long)SWIG_As_long(obj6
);
3157 if (PyErr_Occurred()) SWIG_fail
;
3160 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
3161 SWIG_POINTER_EXCEPTION
| 0)) == -1)
3164 PyErr_SetString(PyExc_TypeError
,"null reference");
3170 arg9
= wxString_in_helper(obj8
);
3171 if (arg9
== NULL
) SWIG_fail
;
3176 if (!wxPyCheckForApp()) SWIG_fail
;
3177 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3178 result
= (wxComboBox
*)new wxComboBox(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,(wxArrayString
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
3180 wxPyEndAllowThreads(__tstate
);
3181 if (PyErr_Occurred()) SWIG_fail
;
3183 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxComboBox
, 1);
3189 if (temp6
) delete arg6
;
3202 if (temp6
) delete arg6
;
3212 static PyObject
*_wrap_new_PreComboBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3213 PyObject
*resultobj
;
3219 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreComboBox",kwnames
)) goto fail
;
3221 if (!wxPyCheckForApp()) SWIG_fail
;
3222 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3223 result
= (wxComboBox
*)new wxComboBox();
3225 wxPyEndAllowThreads(__tstate
);
3226 if (PyErr_Occurred()) SWIG_fail
;
3228 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxComboBox
, 1);
3235 static PyObject
*_wrap_ComboBox_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3236 PyObject
*resultobj
;
3237 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3238 wxWindow
*arg2
= (wxWindow
*) 0 ;
3239 int arg3
= (int) -1 ;
3240 wxString
const &arg4_defvalue
= wxPyEmptyString
;
3241 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
3242 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
3243 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
3244 wxSize
const &arg6_defvalue
= wxDefaultSize
;
3245 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
3246 wxArrayString
const &arg7_defvalue
= wxPyEmptyStringArray
;
3247 wxArrayString
*arg7
= (wxArrayString
*) &arg7_defvalue
;
3248 long arg8
= (long) 0 ;
3249 wxValidator
const &arg9_defvalue
= wxDefaultValidator
;
3250 wxValidator
*arg9
= (wxValidator
*) &arg9_defvalue
;
3251 wxString
const &arg10_defvalue
= wxPyChoiceNameStr
;
3252 wxString
*arg10
= (wxString
*) &arg10_defvalue
;
3254 bool temp4
= False
;
3257 bool temp7
= False
;
3258 bool temp10
= False
;
3259 PyObject
* obj0
= 0 ;
3260 PyObject
* obj1
= 0 ;
3261 PyObject
* obj2
= 0 ;
3262 PyObject
* obj3
= 0 ;
3263 PyObject
* obj4
= 0 ;
3264 PyObject
* obj5
= 0 ;
3265 PyObject
* obj6
= 0 ;
3266 PyObject
* obj7
= 0 ;
3267 PyObject
* obj8
= 0 ;
3268 PyObject
* obj9
= 0 ;
3270 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
3273 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOOO:ComboBox_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
,&obj9
)) goto fail
;
3274 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3275 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3276 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
3277 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3279 arg3
= (int)SWIG_As_int(obj2
);
3280 if (PyErr_Occurred()) SWIG_fail
;
3284 arg4
= wxString_in_helper(obj3
);
3285 if (arg4
== NULL
) SWIG_fail
;
3292 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
3298 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
3303 if (! PySequence_Check(obj6
)) {
3304 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
3307 arg7
= new wxArrayString
;
3309 int i
, len
=PySequence_Length(obj6
);
3310 for (i
=0; i
<len
; i
++) {
3311 PyObject
* item
= PySequence_GetItem(obj6
, i
);
3313 PyObject
* str
= PyObject_Unicode(item
);
3315 PyObject
* str
= PyObject_Str(item
);
3317 if (PyErr_Occurred()) SWIG_fail
;
3318 arg7
->Add(Py2wxString(str
));
3325 arg8
= (long)SWIG_As_long(obj7
);
3326 if (PyErr_Occurred()) SWIG_fail
;
3329 if ((SWIG_ConvertPtr(obj8
,(void **)(&arg9
),SWIGTYPE_p_wxValidator
,
3330 SWIG_POINTER_EXCEPTION
| 0)) == -1)
3333 PyErr_SetString(PyExc_TypeError
,"null reference");
3339 arg10
= wxString_in_helper(obj9
);
3340 if (arg10
== NULL
) SWIG_fail
;
3345 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3346 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,(wxArrayString
const &)*arg7
,arg8
,(wxValidator
const &)*arg9
,(wxString
const &)*arg10
);
3348 wxPyEndAllowThreads(__tstate
);
3349 if (PyErr_Occurred()) SWIG_fail
;
3352 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
3359 if (temp7
) delete arg7
;
3372 if (temp7
) delete arg7
;
3382 static PyObject
*_wrap_ComboBox_GetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3383 PyObject
*resultobj
;
3384 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3386 PyObject
* obj0
= 0 ;
3388 (char *) "self", NULL
3391 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ComboBox_GetValue",kwnames
,&obj0
)) goto fail
;
3392 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3393 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3395 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3396 result
= ((wxComboBox
const *)arg1
)->GetValue();
3398 wxPyEndAllowThreads(__tstate
);
3399 if (PyErr_Occurred()) SWIG_fail
;
3403 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
3405 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
3414 static PyObject
*_wrap_ComboBox_SetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3415 PyObject
*resultobj
;
3416 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3417 wxString
*arg2
= 0 ;
3418 bool temp2
= False
;
3419 PyObject
* obj0
= 0 ;
3420 PyObject
* obj1
= 0 ;
3422 (char *) "self",(char *) "value", NULL
3425 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ComboBox_SetValue",kwnames
,&obj0
,&obj1
)) goto fail
;
3426 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3427 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3429 arg2
= wxString_in_helper(obj1
);
3430 if (arg2
== NULL
) SWIG_fail
;
3434 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3435 (arg1
)->SetValue((wxString
const &)*arg2
);
3437 wxPyEndAllowThreads(__tstate
);
3438 if (PyErr_Occurred()) SWIG_fail
;
3440 Py_INCREF(Py_None
); resultobj
= Py_None
;
3455 static PyObject
*_wrap_ComboBox_Copy(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3456 PyObject
*resultobj
;
3457 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3458 PyObject
* obj0
= 0 ;
3460 (char *) "self", NULL
3463 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ComboBox_Copy",kwnames
,&obj0
)) goto fail
;
3464 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3465 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3467 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3470 wxPyEndAllowThreads(__tstate
);
3471 if (PyErr_Occurred()) SWIG_fail
;
3473 Py_INCREF(Py_None
); resultobj
= Py_None
;
3480 static PyObject
*_wrap_ComboBox_Cut(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3481 PyObject
*resultobj
;
3482 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3483 PyObject
* obj0
= 0 ;
3485 (char *) "self", NULL
3488 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ComboBox_Cut",kwnames
,&obj0
)) goto fail
;
3489 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3490 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3492 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3495 wxPyEndAllowThreads(__tstate
);
3496 if (PyErr_Occurred()) SWIG_fail
;
3498 Py_INCREF(Py_None
); resultobj
= Py_None
;
3505 static PyObject
*_wrap_ComboBox_Paste(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3506 PyObject
*resultobj
;
3507 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3508 PyObject
* obj0
= 0 ;
3510 (char *) "self", NULL
3513 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ComboBox_Paste",kwnames
,&obj0
)) goto fail
;
3514 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3515 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3517 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3520 wxPyEndAllowThreads(__tstate
);
3521 if (PyErr_Occurred()) SWIG_fail
;
3523 Py_INCREF(Py_None
); resultobj
= Py_None
;
3530 static PyObject
*_wrap_ComboBox_SetInsertionPoint(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3531 PyObject
*resultobj
;
3532 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3534 PyObject
* obj0
= 0 ;
3535 PyObject
* obj1
= 0 ;
3537 (char *) "self",(char *) "pos", NULL
3540 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ComboBox_SetInsertionPoint",kwnames
,&obj0
,&obj1
)) goto fail
;
3541 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3542 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3543 arg2
= (long)SWIG_As_long(obj1
);
3544 if (PyErr_Occurred()) SWIG_fail
;
3546 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3547 (arg1
)->SetInsertionPoint(arg2
);
3549 wxPyEndAllowThreads(__tstate
);
3550 if (PyErr_Occurred()) SWIG_fail
;
3552 Py_INCREF(Py_None
); resultobj
= Py_None
;
3559 static PyObject
*_wrap_ComboBox_GetInsertionPoint(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3560 PyObject
*resultobj
;
3561 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3563 PyObject
* obj0
= 0 ;
3565 (char *) "self", NULL
3568 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ComboBox_GetInsertionPoint",kwnames
,&obj0
)) goto fail
;
3569 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3570 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3572 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3573 result
= (long)((wxComboBox
const *)arg1
)->GetInsertionPoint();
3575 wxPyEndAllowThreads(__tstate
);
3576 if (PyErr_Occurred()) SWIG_fail
;
3578 resultobj
= SWIG_From_long((long)result
);
3585 static PyObject
*_wrap_ComboBox_GetLastPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3586 PyObject
*resultobj
;
3587 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3589 PyObject
* obj0
= 0 ;
3591 (char *) "self", NULL
3594 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ComboBox_GetLastPosition",kwnames
,&obj0
)) goto fail
;
3595 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3596 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3598 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3599 result
= (long)((wxComboBox
const *)arg1
)->GetLastPosition();
3601 wxPyEndAllowThreads(__tstate
);
3602 if (PyErr_Occurred()) SWIG_fail
;
3604 resultobj
= SWIG_From_long((long)result
);
3611 static PyObject
*_wrap_ComboBox_Replace(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3612 PyObject
*resultobj
;
3613 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3616 wxString
*arg4
= 0 ;
3617 bool temp4
= False
;
3618 PyObject
* obj0
= 0 ;
3619 PyObject
* obj1
= 0 ;
3620 PyObject
* obj2
= 0 ;
3621 PyObject
* obj3
= 0 ;
3623 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
3626 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:ComboBox_Replace",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
3627 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3628 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3629 arg2
= (long)SWIG_As_long(obj1
);
3630 if (PyErr_Occurred()) SWIG_fail
;
3631 arg3
= (long)SWIG_As_long(obj2
);
3632 if (PyErr_Occurred()) SWIG_fail
;
3634 arg4
= wxString_in_helper(obj3
);
3635 if (arg4
== NULL
) SWIG_fail
;
3639 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3640 (arg1
)->Replace(arg2
,arg3
,(wxString
const &)*arg4
);
3642 wxPyEndAllowThreads(__tstate
);
3643 if (PyErr_Occurred()) SWIG_fail
;
3645 Py_INCREF(Py_None
); resultobj
= Py_None
;
3660 static PyObject
*_wrap_ComboBox_SetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3661 PyObject
*resultobj
;
3662 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3664 PyObject
* obj0
= 0 ;
3665 PyObject
* obj1
= 0 ;
3667 (char *) "self",(char *) "n", NULL
3670 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ComboBox_SetSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
3671 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3672 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3673 arg2
= (int)SWIG_As_int(obj1
);
3674 if (PyErr_Occurred()) SWIG_fail
;
3676 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3677 (arg1
)->SetSelection(arg2
);
3679 wxPyEndAllowThreads(__tstate
);
3680 if (PyErr_Occurred()) SWIG_fail
;
3682 Py_INCREF(Py_None
); resultobj
= Py_None
;
3689 static PyObject
*_wrap_ComboBox_SetMark(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3690 PyObject
*resultobj
;
3691 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3694 PyObject
* obj0
= 0 ;
3695 PyObject
* obj1
= 0 ;
3696 PyObject
* obj2
= 0 ;
3698 (char *) "self",(char *) "from",(char *) "to", NULL
3701 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ComboBox_SetMark",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
3702 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3703 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3704 arg2
= (long)SWIG_As_long(obj1
);
3705 if (PyErr_Occurred()) SWIG_fail
;
3706 arg3
= (long)SWIG_As_long(obj2
);
3707 if (PyErr_Occurred()) SWIG_fail
;
3709 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3710 (arg1
)->SetSelection(arg2
,arg3
);
3712 wxPyEndAllowThreads(__tstate
);
3713 if (PyErr_Occurred()) SWIG_fail
;
3715 Py_INCREF(Py_None
); resultobj
= Py_None
;
3722 static PyObject
*_wrap_ComboBox_SetStringSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3723 PyObject
*resultobj
;
3724 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3725 wxString
*arg2
= 0 ;
3727 bool temp2
= False
;
3728 PyObject
* obj0
= 0 ;
3729 PyObject
* obj1
= 0 ;
3731 (char *) "self",(char *) "string", NULL
3734 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ComboBox_SetStringSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
3735 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3736 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3738 arg2
= wxString_in_helper(obj1
);
3739 if (arg2
== NULL
) SWIG_fail
;
3743 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3744 result
= (bool)(arg1
)->SetStringSelection((wxString
const &)*arg2
);
3746 wxPyEndAllowThreads(__tstate
);
3747 if (PyErr_Occurred()) SWIG_fail
;
3750 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
3766 static PyObject
*_wrap_ComboBox_SetString(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3767 PyObject
*resultobj
;
3768 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3770 wxString
*arg3
= 0 ;
3771 bool temp3
= False
;
3772 PyObject
* obj0
= 0 ;
3773 PyObject
* obj1
= 0 ;
3774 PyObject
* obj2
= 0 ;
3776 (char *) "self",(char *) "n",(char *) "string", NULL
3779 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ComboBox_SetString",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
3780 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3781 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3782 arg2
= (int)SWIG_As_int(obj1
);
3783 if (PyErr_Occurred()) SWIG_fail
;
3785 arg3
= wxString_in_helper(obj2
);
3786 if (arg3
== NULL
) SWIG_fail
;
3790 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3791 (arg1
)->SetString(arg2
,(wxString
const &)*arg3
);
3793 wxPyEndAllowThreads(__tstate
);
3794 if (PyErr_Occurred()) SWIG_fail
;
3796 Py_INCREF(Py_None
); resultobj
= Py_None
;
3811 static PyObject
*_wrap_ComboBox_SetEditable(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3812 PyObject
*resultobj
;
3813 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3815 PyObject
* obj0
= 0 ;
3816 PyObject
* obj1
= 0 ;
3818 (char *) "self",(char *) "editable", NULL
3821 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ComboBox_SetEditable",kwnames
,&obj0
,&obj1
)) goto fail
;
3822 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3823 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3824 arg2
= (bool)SWIG_As_bool(obj1
);
3825 if (PyErr_Occurred()) SWIG_fail
;
3827 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3828 (arg1
)->SetEditable(arg2
);
3830 wxPyEndAllowThreads(__tstate
);
3831 if (PyErr_Occurred()) SWIG_fail
;
3833 Py_INCREF(Py_None
); resultobj
= Py_None
;
3840 static PyObject
*_wrap_ComboBox_SetInsertionPointEnd(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3841 PyObject
*resultobj
;
3842 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3843 PyObject
* obj0
= 0 ;
3845 (char *) "self", NULL
3848 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ComboBox_SetInsertionPointEnd",kwnames
,&obj0
)) goto fail
;
3849 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3850 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3852 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3853 (arg1
)->SetInsertionPointEnd();
3855 wxPyEndAllowThreads(__tstate
);
3856 if (PyErr_Occurred()) SWIG_fail
;
3858 Py_INCREF(Py_None
); resultobj
= Py_None
;
3865 static PyObject
*_wrap_ComboBox_Remove(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3866 PyObject
*resultobj
;
3867 wxComboBox
*arg1
= (wxComboBox
*) 0 ;
3870 PyObject
* obj0
= 0 ;
3871 PyObject
* obj1
= 0 ;
3872 PyObject
* obj2
= 0 ;
3874 (char *) "self",(char *) "from",(char *) "to", NULL
3877 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ComboBox_Remove",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
3878 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxComboBox
,
3879 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3880 arg2
= (long)SWIG_As_long(obj1
);
3881 if (PyErr_Occurred()) SWIG_fail
;
3882 arg3
= (long)SWIG_As_long(obj2
);
3883 if (PyErr_Occurred()) SWIG_fail
;
3885 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3886 (arg1
)->Remove(arg2
,arg3
);
3888 wxPyEndAllowThreads(__tstate
);
3889 if (PyErr_Occurred()) SWIG_fail
;
3891 Py_INCREF(Py_None
); resultobj
= Py_None
;
3898 static PyObject
*_wrap_ComboBox_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3899 PyObject
*resultobj
;
3900 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
3901 wxVisualAttributes result
;
3902 PyObject
* obj0
= 0 ;
3904 (char *) "variant", NULL
3907 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:ComboBox_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
3909 arg1
= (int)SWIG_As_int(obj0
);
3910 if (PyErr_Occurred()) SWIG_fail
;
3913 if (!wxPyCheckForApp()) SWIG_fail
;
3914 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
3915 result
= wxComboBox::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
3917 wxPyEndAllowThreads(__tstate
);
3918 if (PyErr_Occurred()) SWIG_fail
;
3921 wxVisualAttributes
* resultptr
;
3922 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
3923 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
3931 static PyObject
* ComboBox_swigregister(PyObject
*, PyObject
*args
) {
3933 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
3934 SWIG_TypeClientData(SWIGTYPE_p_wxComboBox
, obj
);
3936 return Py_BuildValue((char *)"");
3938 static int _wrap_GaugeNameStr_set(PyObject
*) {
3939 PyErr_SetString(PyExc_TypeError
,"Variable GaugeNameStr is read-only.");
3944 static PyObject
*_wrap_GaugeNameStr_get() {
3949 pyobj
= PyUnicode_FromWideChar((&wxPyGaugeNameStr
)->c_str(), (&wxPyGaugeNameStr
)->Len());
3951 pyobj
= PyString_FromStringAndSize((&wxPyGaugeNameStr
)->c_str(), (&wxPyGaugeNameStr
)->Len());
3958 static PyObject
*_wrap_new_Gauge(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
3959 PyObject
*resultobj
;
3960 wxWindow
*arg1
= (wxWindow
*) 0 ;
3961 int arg2
= (int) -1 ;
3962 int arg3
= (int) 100 ;
3963 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
3964 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
3965 wxSize
const &arg5_defvalue
= wxDefaultSize
;
3966 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
3967 long arg6
= (long) wxGA_HORIZONTAL
;
3968 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
3969 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
3970 wxString
const &arg8_defvalue
= wxPyGaugeNameStr
;
3971 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
3975 bool temp8
= False
;
3976 PyObject
* obj0
= 0 ;
3977 PyObject
* obj1
= 0 ;
3978 PyObject
* obj2
= 0 ;
3979 PyObject
* obj3
= 0 ;
3980 PyObject
* obj4
= 0 ;
3981 PyObject
* obj5
= 0 ;
3982 PyObject
* obj6
= 0 ;
3983 PyObject
* obj7
= 0 ;
3985 (char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
3988 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_Gauge",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
3989 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
3990 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
3992 arg2
= (int)SWIG_As_int(obj1
);
3993 if (PyErr_Occurred()) SWIG_fail
;
3996 arg3
= (int)SWIG_As_int(obj2
);
3997 if (PyErr_Occurred()) SWIG_fail
;
4002 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
4008 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
4012 arg6
= (long)SWIG_As_long(obj5
);
4013 if (PyErr_Occurred()) SWIG_fail
;
4016 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
4017 SWIG_POINTER_EXCEPTION
| 0)) == -1)
4020 PyErr_SetString(PyExc_TypeError
,"null reference");
4026 arg8
= wxString_in_helper(obj7
);
4027 if (arg8
== NULL
) SWIG_fail
;
4032 if (!wxPyCheckForApp()) SWIG_fail
;
4033 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4034 result
= (wxGauge
*)new wxGauge(arg1
,arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
4036 wxPyEndAllowThreads(__tstate
);
4037 if (PyErr_Occurred()) SWIG_fail
;
4039 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxGauge
, 1);
4054 static PyObject
*_wrap_new_PreGauge(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4055 PyObject
*resultobj
;
4061 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreGauge",kwnames
)) goto fail
;
4063 if (!wxPyCheckForApp()) SWIG_fail
;
4064 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4065 result
= (wxGauge
*)new wxGauge();
4067 wxPyEndAllowThreads(__tstate
);
4068 if (PyErr_Occurred()) SWIG_fail
;
4070 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxGauge
, 1);
4077 static PyObject
*_wrap_Gauge_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4078 PyObject
*resultobj
;
4079 wxGauge
*arg1
= (wxGauge
*) 0 ;
4080 wxWindow
*arg2
= (wxWindow
*) 0 ;
4081 int arg3
= (int) -1 ;
4082 int arg4
= (int) 100 ;
4083 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
4084 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
4085 wxSize
const &arg6_defvalue
= wxDefaultSize
;
4086 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
4087 long arg7
= (long) wxGA_HORIZONTAL
;
4088 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
4089 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
4090 wxString
const &arg9_defvalue
= wxPyGaugeNameStr
;
4091 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
4095 bool temp9
= False
;
4096 PyObject
* obj0
= 0 ;
4097 PyObject
* obj1
= 0 ;
4098 PyObject
* obj2
= 0 ;
4099 PyObject
* obj3
= 0 ;
4100 PyObject
* obj4
= 0 ;
4101 PyObject
* obj5
= 0 ;
4102 PyObject
* obj6
= 0 ;
4103 PyObject
* obj7
= 0 ;
4104 PyObject
* obj8
= 0 ;
4106 (char *) "self",(char *) "parent",(char *) "id",(char *) "range",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
4109 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:Gauge_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
4110 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4111 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4112 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
4113 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4115 arg3
= (int)SWIG_As_int(obj2
);
4116 if (PyErr_Occurred()) SWIG_fail
;
4119 arg4
= (int)SWIG_As_int(obj3
);
4120 if (PyErr_Occurred()) SWIG_fail
;
4125 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
4131 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
4135 arg7
= (long)SWIG_As_long(obj6
);
4136 if (PyErr_Occurred()) SWIG_fail
;
4139 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
4140 SWIG_POINTER_EXCEPTION
| 0)) == -1)
4143 PyErr_SetString(PyExc_TypeError
,"null reference");
4149 arg9
= wxString_in_helper(obj8
);
4150 if (arg9
== NULL
) SWIG_fail
;
4155 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4156 result
= (bool)(arg1
)->Create(arg2
,arg3
,arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
4158 wxPyEndAllowThreads(__tstate
);
4159 if (PyErr_Occurred()) SWIG_fail
;
4162 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
4178 static PyObject
*_wrap_Gauge_SetRange(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4179 PyObject
*resultobj
;
4180 wxGauge
*arg1
= (wxGauge
*) 0 ;
4182 PyObject
* obj0
= 0 ;
4183 PyObject
* obj1
= 0 ;
4185 (char *) "self",(char *) "range", NULL
4188 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Gauge_SetRange",kwnames
,&obj0
,&obj1
)) goto fail
;
4189 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4190 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4191 arg2
= (int)SWIG_As_int(obj1
);
4192 if (PyErr_Occurred()) SWIG_fail
;
4194 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4195 (arg1
)->SetRange(arg2
);
4197 wxPyEndAllowThreads(__tstate
);
4198 if (PyErr_Occurred()) SWIG_fail
;
4200 Py_INCREF(Py_None
); resultobj
= Py_None
;
4207 static PyObject
*_wrap_Gauge_GetRange(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4208 PyObject
*resultobj
;
4209 wxGauge
*arg1
= (wxGauge
*) 0 ;
4211 PyObject
* obj0
= 0 ;
4213 (char *) "self", NULL
4216 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Gauge_GetRange",kwnames
,&obj0
)) goto fail
;
4217 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4218 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4220 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4221 result
= (int)((wxGauge
const *)arg1
)->GetRange();
4223 wxPyEndAllowThreads(__tstate
);
4224 if (PyErr_Occurred()) SWIG_fail
;
4226 resultobj
= SWIG_From_int((int)result
);
4233 static PyObject
*_wrap_Gauge_SetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4234 PyObject
*resultobj
;
4235 wxGauge
*arg1
= (wxGauge
*) 0 ;
4237 PyObject
* obj0
= 0 ;
4238 PyObject
* obj1
= 0 ;
4240 (char *) "self",(char *) "pos", NULL
4243 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Gauge_SetValue",kwnames
,&obj0
,&obj1
)) goto fail
;
4244 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4245 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4246 arg2
= (int)SWIG_As_int(obj1
);
4247 if (PyErr_Occurred()) SWIG_fail
;
4249 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4250 (arg1
)->SetValue(arg2
);
4252 wxPyEndAllowThreads(__tstate
);
4253 if (PyErr_Occurred()) SWIG_fail
;
4255 Py_INCREF(Py_None
); resultobj
= Py_None
;
4262 static PyObject
*_wrap_Gauge_GetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4263 PyObject
*resultobj
;
4264 wxGauge
*arg1
= (wxGauge
*) 0 ;
4266 PyObject
* obj0
= 0 ;
4268 (char *) "self", NULL
4271 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Gauge_GetValue",kwnames
,&obj0
)) goto fail
;
4272 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4273 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4275 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4276 result
= (int)((wxGauge
const *)arg1
)->GetValue();
4278 wxPyEndAllowThreads(__tstate
);
4279 if (PyErr_Occurred()) SWIG_fail
;
4281 resultobj
= SWIG_From_int((int)result
);
4288 static PyObject
*_wrap_Gauge_IsVertical(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4289 PyObject
*resultobj
;
4290 wxGauge
*arg1
= (wxGauge
*) 0 ;
4292 PyObject
* obj0
= 0 ;
4294 (char *) "self", NULL
4297 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Gauge_IsVertical",kwnames
,&obj0
)) goto fail
;
4298 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4299 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4301 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4302 result
= (bool)((wxGauge
const *)arg1
)->IsVertical();
4304 wxPyEndAllowThreads(__tstate
);
4305 if (PyErr_Occurred()) SWIG_fail
;
4308 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
4316 static PyObject
*_wrap_Gauge_SetShadowWidth(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4317 PyObject
*resultobj
;
4318 wxGauge
*arg1
= (wxGauge
*) 0 ;
4320 PyObject
* obj0
= 0 ;
4321 PyObject
* obj1
= 0 ;
4323 (char *) "self",(char *) "w", NULL
4326 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Gauge_SetShadowWidth",kwnames
,&obj0
,&obj1
)) goto fail
;
4327 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4328 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4329 arg2
= (int)SWIG_As_int(obj1
);
4330 if (PyErr_Occurred()) SWIG_fail
;
4332 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4333 (arg1
)->SetShadowWidth(arg2
);
4335 wxPyEndAllowThreads(__tstate
);
4336 if (PyErr_Occurred()) SWIG_fail
;
4338 Py_INCREF(Py_None
); resultobj
= Py_None
;
4345 static PyObject
*_wrap_Gauge_GetShadowWidth(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4346 PyObject
*resultobj
;
4347 wxGauge
*arg1
= (wxGauge
*) 0 ;
4349 PyObject
* obj0
= 0 ;
4351 (char *) "self", NULL
4354 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Gauge_GetShadowWidth",kwnames
,&obj0
)) goto fail
;
4355 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4356 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4358 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4359 result
= (int)((wxGauge
const *)arg1
)->GetShadowWidth();
4361 wxPyEndAllowThreads(__tstate
);
4362 if (PyErr_Occurred()) SWIG_fail
;
4364 resultobj
= SWIG_From_int((int)result
);
4371 static PyObject
*_wrap_Gauge_SetBezelFace(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4372 PyObject
*resultobj
;
4373 wxGauge
*arg1
= (wxGauge
*) 0 ;
4375 PyObject
* obj0
= 0 ;
4376 PyObject
* obj1
= 0 ;
4378 (char *) "self",(char *) "w", NULL
4381 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Gauge_SetBezelFace",kwnames
,&obj0
,&obj1
)) goto fail
;
4382 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4383 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4384 arg2
= (int)SWIG_As_int(obj1
);
4385 if (PyErr_Occurred()) SWIG_fail
;
4387 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4388 (arg1
)->SetBezelFace(arg2
);
4390 wxPyEndAllowThreads(__tstate
);
4391 if (PyErr_Occurred()) SWIG_fail
;
4393 Py_INCREF(Py_None
); resultobj
= Py_None
;
4400 static PyObject
*_wrap_Gauge_GetBezelFace(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4401 PyObject
*resultobj
;
4402 wxGauge
*arg1
= (wxGauge
*) 0 ;
4404 PyObject
* obj0
= 0 ;
4406 (char *) "self", NULL
4409 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Gauge_GetBezelFace",kwnames
,&obj0
)) goto fail
;
4410 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGauge
,
4411 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4413 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4414 result
= (int)((wxGauge
const *)arg1
)->GetBezelFace();
4416 wxPyEndAllowThreads(__tstate
);
4417 if (PyErr_Occurred()) SWIG_fail
;
4419 resultobj
= SWIG_From_int((int)result
);
4426 static PyObject
*_wrap_Gauge_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4427 PyObject
*resultobj
;
4428 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
4429 wxVisualAttributes result
;
4430 PyObject
* obj0
= 0 ;
4432 (char *) "variant", NULL
4435 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:Gauge_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
4437 arg1
= (int)SWIG_As_int(obj0
);
4438 if (PyErr_Occurred()) SWIG_fail
;
4441 if (!wxPyCheckForApp()) SWIG_fail
;
4442 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4443 result
= wxGauge::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
4445 wxPyEndAllowThreads(__tstate
);
4446 if (PyErr_Occurred()) SWIG_fail
;
4449 wxVisualAttributes
* resultptr
;
4450 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
4451 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
4459 static PyObject
* Gauge_swigregister(PyObject
*, PyObject
*args
) {
4461 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
4462 SWIG_TypeClientData(SWIGTYPE_p_wxGauge
, obj
);
4464 return Py_BuildValue((char *)"");
4466 static int _wrap_StaticBitmapNameStr_set(PyObject
*) {
4467 PyErr_SetString(PyExc_TypeError
,"Variable StaticBitmapNameStr is read-only.");
4472 static PyObject
*_wrap_StaticBitmapNameStr_get() {
4477 pyobj
= PyUnicode_FromWideChar((&wxPyStaticBitmapNameStr
)->c_str(), (&wxPyStaticBitmapNameStr
)->Len());
4479 pyobj
= PyString_FromStringAndSize((&wxPyStaticBitmapNameStr
)->c_str(), (&wxPyStaticBitmapNameStr
)->Len());
4486 static int _wrap_StaticBoxNameStr_set(PyObject
*) {
4487 PyErr_SetString(PyExc_TypeError
,"Variable StaticBoxNameStr is read-only.");
4492 static PyObject
*_wrap_StaticBoxNameStr_get() {
4497 pyobj
= PyUnicode_FromWideChar((&wxPyStaticBoxNameStr
)->c_str(), (&wxPyStaticBoxNameStr
)->Len());
4499 pyobj
= PyString_FromStringAndSize((&wxPyStaticBoxNameStr
)->c_str(), (&wxPyStaticBoxNameStr
)->Len());
4506 static int _wrap_StaticTextNameStr_set(PyObject
*) {
4507 PyErr_SetString(PyExc_TypeError
,"Variable StaticTextNameStr is read-only.");
4512 static PyObject
*_wrap_StaticTextNameStr_get() {
4517 pyobj
= PyUnicode_FromWideChar((&wxPyStaticTextNameStr
)->c_str(), (&wxPyStaticTextNameStr
)->Len());
4519 pyobj
= PyString_FromStringAndSize((&wxPyStaticTextNameStr
)->c_str(), (&wxPyStaticTextNameStr
)->Len());
4526 static PyObject
*_wrap_new_StaticBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4527 PyObject
*resultobj
;
4528 wxWindow
*arg1
= (wxWindow
*) 0 ;
4529 int arg2
= (int) -1 ;
4530 wxString
const &arg3_defvalue
= wxPyEmptyString
;
4531 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
4532 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
4533 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
4534 wxSize
const &arg5_defvalue
= wxDefaultSize
;
4535 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
4536 long arg6
= (long) 0 ;
4537 wxString
const &arg7_defvalue
= wxPyStaticBoxNameStr
;
4538 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
4539 wxStaticBox
*result
;
4540 bool temp3
= False
;
4543 bool temp7
= False
;
4544 PyObject
* obj0
= 0 ;
4545 PyObject
* obj1
= 0 ;
4546 PyObject
* obj2
= 0 ;
4547 PyObject
* obj3
= 0 ;
4548 PyObject
* obj4
= 0 ;
4549 PyObject
* obj5
= 0 ;
4550 PyObject
* obj6
= 0 ;
4552 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4555 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOO:new_StaticBox",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
4556 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
4557 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4559 arg2
= (int)SWIG_As_int(obj1
);
4560 if (PyErr_Occurred()) SWIG_fail
;
4564 arg3
= wxString_in_helper(obj2
);
4565 if (arg3
== NULL
) SWIG_fail
;
4572 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
4578 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
4582 arg6
= (long)SWIG_As_long(obj5
);
4583 if (PyErr_Occurred()) SWIG_fail
;
4587 arg7
= wxString_in_helper(obj6
);
4588 if (arg7
== NULL
) SWIG_fail
;
4593 if (!wxPyCheckForApp()) SWIG_fail
;
4594 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4595 result
= (wxStaticBox
*)new wxStaticBox(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxString
const &)*arg7
);
4597 wxPyEndAllowThreads(__tstate
);
4598 if (PyErr_Occurred()) SWIG_fail
;
4600 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxStaticBox
, 1);
4623 static PyObject
*_wrap_new_PreStaticBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4624 PyObject
*resultobj
;
4625 wxStaticBox
*result
;
4630 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreStaticBox",kwnames
)) goto fail
;
4632 if (!wxPyCheckForApp()) SWIG_fail
;
4633 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4634 result
= (wxStaticBox
*)new wxStaticBox();
4636 wxPyEndAllowThreads(__tstate
);
4637 if (PyErr_Occurred()) SWIG_fail
;
4639 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxStaticBox
, 1);
4646 static PyObject
*_wrap_StaticBox_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4647 PyObject
*resultobj
;
4648 wxStaticBox
*arg1
= (wxStaticBox
*) 0 ;
4649 wxWindow
*arg2
= (wxWindow
*) 0 ;
4650 int arg3
= (int) -1 ;
4651 wxString
const &arg4_defvalue
= wxPyEmptyString
;
4652 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
4653 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
4654 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
4655 wxSize
const &arg6_defvalue
= wxDefaultSize
;
4656 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
4657 long arg7
= (long) 0 ;
4658 wxString
const &arg8_defvalue
= wxPyStaticBoxNameStr
;
4659 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
4661 bool temp4
= False
;
4664 bool temp8
= False
;
4665 PyObject
* obj0
= 0 ;
4666 PyObject
* obj1
= 0 ;
4667 PyObject
* obj2
= 0 ;
4668 PyObject
* obj3
= 0 ;
4669 PyObject
* obj4
= 0 ;
4670 PyObject
* obj5
= 0 ;
4671 PyObject
* obj6
= 0 ;
4672 PyObject
* obj7
= 0 ;
4674 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4677 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOO:StaticBox_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
4678 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxStaticBox
,
4679 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4680 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
4681 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4683 arg3
= (int)SWIG_As_int(obj2
);
4684 if (PyErr_Occurred()) SWIG_fail
;
4688 arg4
= wxString_in_helper(obj3
);
4689 if (arg4
== NULL
) SWIG_fail
;
4696 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
4702 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
4706 arg7
= (long)SWIG_As_long(obj6
);
4707 if (PyErr_Occurred()) SWIG_fail
;
4711 arg8
= wxString_in_helper(obj7
);
4712 if (arg8
== NULL
) SWIG_fail
;
4717 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4718 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxString
const &)*arg8
);
4720 wxPyEndAllowThreads(__tstate
);
4721 if (PyErr_Occurred()) SWIG_fail
;
4724 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
4748 static PyObject
*_wrap_StaticBox_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4749 PyObject
*resultobj
;
4750 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
4751 wxVisualAttributes result
;
4752 PyObject
* obj0
= 0 ;
4754 (char *) "variant", NULL
4757 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:StaticBox_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
4759 arg1
= (int)SWIG_As_int(obj0
);
4760 if (PyErr_Occurred()) SWIG_fail
;
4763 if (!wxPyCheckForApp()) SWIG_fail
;
4764 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4765 result
= wxStaticBox::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
4767 wxPyEndAllowThreads(__tstate
);
4768 if (PyErr_Occurred()) SWIG_fail
;
4771 wxVisualAttributes
* resultptr
;
4772 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
4773 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
4781 static PyObject
* StaticBox_swigregister(PyObject
*, PyObject
*args
) {
4783 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
4784 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBox
, obj
);
4786 return Py_BuildValue((char *)"");
4788 static PyObject
*_wrap_new_StaticLine(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4789 PyObject
*resultobj
;
4790 wxWindow
*arg1
= (wxWindow
*) 0 ;
4791 int arg2
= (int) -1 ;
4792 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
4793 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
4794 wxSize
const &arg4_defvalue
= wxDefaultSize
;
4795 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
4796 long arg5
= (long) wxLI_HORIZONTAL
;
4797 wxString
const &arg6_defvalue
= wxPyStaticTextNameStr
;
4798 wxString
*arg6
= (wxString
*) &arg6_defvalue
;
4799 wxStaticLine
*result
;
4802 bool temp6
= False
;
4803 PyObject
* obj0
= 0 ;
4804 PyObject
* obj1
= 0 ;
4805 PyObject
* obj2
= 0 ;
4806 PyObject
* obj3
= 0 ;
4807 PyObject
* obj4
= 0 ;
4808 PyObject
* obj5
= 0 ;
4810 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4813 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:new_StaticLine",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
4814 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
4815 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4817 arg2
= (int)SWIG_As_int(obj1
);
4818 if (PyErr_Occurred()) SWIG_fail
;
4823 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
4829 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
4833 arg5
= (long)SWIG_As_long(obj4
);
4834 if (PyErr_Occurred()) SWIG_fail
;
4838 arg6
= wxString_in_helper(obj5
);
4839 if (arg6
== NULL
) SWIG_fail
;
4844 if (!wxPyCheckForApp()) SWIG_fail
;
4845 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4846 result
= (wxStaticLine
*)new wxStaticLine(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxString
const &)*arg6
);
4848 wxPyEndAllowThreads(__tstate
);
4849 if (PyErr_Occurred()) SWIG_fail
;
4851 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxStaticLine
, 1);
4866 static PyObject
*_wrap_new_PreStaticLine(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4867 PyObject
*resultobj
;
4868 wxStaticLine
*result
;
4873 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreStaticLine",kwnames
)) goto fail
;
4875 if (!wxPyCheckForApp()) SWIG_fail
;
4876 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4877 result
= (wxStaticLine
*)new wxStaticLine();
4879 wxPyEndAllowThreads(__tstate
);
4880 if (PyErr_Occurred()) SWIG_fail
;
4882 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxStaticLine
, 1);
4889 static PyObject
*_wrap_StaticLine_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4890 PyObject
*resultobj
;
4891 wxStaticLine
*arg1
= (wxStaticLine
*) 0 ;
4892 wxWindow
*arg2
= (wxWindow
*) 0 ;
4893 int arg3
= (int) -1 ;
4894 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
4895 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
4896 wxSize
const &arg5_defvalue
= wxDefaultSize
;
4897 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
4898 long arg6
= (long) wxLI_HORIZONTAL
;
4899 wxString
const &arg7_defvalue
= wxPyStaticTextNameStr
;
4900 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
4904 bool temp7
= False
;
4905 PyObject
* obj0
= 0 ;
4906 PyObject
* obj1
= 0 ;
4907 PyObject
* obj2
= 0 ;
4908 PyObject
* obj3
= 0 ;
4909 PyObject
* obj4
= 0 ;
4910 PyObject
* obj5
= 0 ;
4911 PyObject
* obj6
= 0 ;
4913 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
4916 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOO:StaticLine_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
4917 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxStaticLine
,
4918 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4919 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
4920 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4922 arg3
= (int)SWIG_As_int(obj2
);
4923 if (PyErr_Occurred()) SWIG_fail
;
4928 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
4934 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
4938 arg6
= (long)SWIG_As_long(obj5
);
4939 if (PyErr_Occurred()) SWIG_fail
;
4943 arg7
= wxString_in_helper(obj6
);
4944 if (arg7
== NULL
) SWIG_fail
;
4949 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4950 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxString
const &)*arg7
);
4952 wxPyEndAllowThreads(__tstate
);
4953 if (PyErr_Occurred()) SWIG_fail
;
4956 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
4972 static PyObject
*_wrap_StaticLine_IsVertical(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
4973 PyObject
*resultobj
;
4974 wxStaticLine
*arg1
= (wxStaticLine
*) 0 ;
4976 PyObject
* obj0
= 0 ;
4978 (char *) "self", NULL
4981 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:StaticLine_IsVertical",kwnames
,&obj0
)) goto fail
;
4982 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxStaticLine
,
4983 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
4985 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
4986 result
= (bool)((wxStaticLine
const *)arg1
)->IsVertical();
4988 wxPyEndAllowThreads(__tstate
);
4989 if (PyErr_Occurred()) SWIG_fail
;
4992 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
5000 static PyObject
*_wrap_StaticLine_GetDefaultSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5001 PyObject
*resultobj
;
5007 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":StaticLine_GetDefaultSize",kwnames
)) goto fail
;
5009 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5010 result
= (int)wxStaticLine::GetDefaultSize();
5012 wxPyEndAllowThreads(__tstate
);
5013 if (PyErr_Occurred()) SWIG_fail
;
5015 resultobj
= SWIG_From_int((int)result
);
5022 static PyObject
*_wrap_StaticLine_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5023 PyObject
*resultobj
;
5024 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
5025 wxVisualAttributes result
;
5026 PyObject
* obj0
= 0 ;
5028 (char *) "variant", NULL
5031 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:StaticLine_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
5033 arg1
= (int)SWIG_As_int(obj0
);
5034 if (PyErr_Occurred()) SWIG_fail
;
5037 if (!wxPyCheckForApp()) SWIG_fail
;
5038 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5039 result
= wxStaticLine::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
5041 wxPyEndAllowThreads(__tstate
);
5042 if (PyErr_Occurred()) SWIG_fail
;
5045 wxVisualAttributes
* resultptr
;
5046 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
5047 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
5055 static PyObject
* StaticLine_swigregister(PyObject
*, PyObject
*args
) {
5057 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
5058 SWIG_TypeClientData(SWIGTYPE_p_wxStaticLine
, obj
);
5060 return Py_BuildValue((char *)"");
5062 static PyObject
*_wrap_new_StaticText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5063 PyObject
*resultobj
;
5064 wxWindow
*arg1
= (wxWindow
*) 0 ;
5065 int arg2
= (int) -1 ;
5066 wxString
const &arg3_defvalue
= wxPyEmptyString
;
5067 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
5068 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
5069 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
5070 wxSize
const &arg5_defvalue
= wxDefaultSize
;
5071 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
5072 long arg6
= (long) 0 ;
5073 wxString
const &arg7_defvalue
= wxPyStaticTextNameStr
;
5074 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
5075 wxStaticText
*result
;
5076 bool temp3
= False
;
5079 bool temp7
= False
;
5080 PyObject
* obj0
= 0 ;
5081 PyObject
* obj1
= 0 ;
5082 PyObject
* obj2
= 0 ;
5083 PyObject
* obj3
= 0 ;
5084 PyObject
* obj4
= 0 ;
5085 PyObject
* obj5
= 0 ;
5086 PyObject
* obj6
= 0 ;
5088 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5091 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOO:new_StaticText",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
5092 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
5093 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5095 arg2
= (int)SWIG_As_int(obj1
);
5096 if (PyErr_Occurred()) SWIG_fail
;
5100 arg3
= wxString_in_helper(obj2
);
5101 if (arg3
== NULL
) SWIG_fail
;
5108 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
5114 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
5118 arg6
= (long)SWIG_As_long(obj5
);
5119 if (PyErr_Occurred()) SWIG_fail
;
5123 arg7
= wxString_in_helper(obj6
);
5124 if (arg7
== NULL
) SWIG_fail
;
5129 if (!wxPyCheckForApp()) SWIG_fail
;
5130 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5131 result
= (wxStaticText
*)new wxStaticText(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxString
const &)*arg7
);
5133 wxPyEndAllowThreads(__tstate
);
5134 if (PyErr_Occurred()) SWIG_fail
;
5136 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxStaticText
, 1);
5159 static PyObject
*_wrap_new_PreStaticText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5160 PyObject
*resultobj
;
5161 wxStaticText
*result
;
5166 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreStaticText",kwnames
)) goto fail
;
5168 if (!wxPyCheckForApp()) SWIG_fail
;
5169 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5170 result
= (wxStaticText
*)new wxStaticText();
5172 wxPyEndAllowThreads(__tstate
);
5173 if (PyErr_Occurred()) SWIG_fail
;
5175 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxStaticText
, 1);
5182 static PyObject
*_wrap_StaticText_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5183 PyObject
*resultobj
;
5184 wxStaticText
*arg1
= (wxStaticText
*) 0 ;
5185 wxWindow
*arg2
= (wxWindow
*) 0 ;
5186 int arg3
= (int) -1 ;
5187 wxString
const &arg4_defvalue
= wxPyEmptyString
;
5188 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
5189 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
5190 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
5191 wxSize
const &arg6_defvalue
= wxDefaultSize
;
5192 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
5193 long arg7
= (long) 0 ;
5194 wxString
const &arg8_defvalue
= wxPyStaticTextNameStr
;
5195 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
5197 bool temp4
= False
;
5200 bool temp8
= False
;
5201 PyObject
* obj0
= 0 ;
5202 PyObject
* obj1
= 0 ;
5203 PyObject
* obj2
= 0 ;
5204 PyObject
* obj3
= 0 ;
5205 PyObject
* obj4
= 0 ;
5206 PyObject
* obj5
= 0 ;
5207 PyObject
* obj6
= 0 ;
5208 PyObject
* obj7
= 0 ;
5210 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5213 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOO:StaticText_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
5214 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxStaticText
,
5215 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5216 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
5217 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5219 arg3
= (int)SWIG_As_int(obj2
);
5220 if (PyErr_Occurred()) SWIG_fail
;
5224 arg4
= wxString_in_helper(obj3
);
5225 if (arg4
== NULL
) SWIG_fail
;
5232 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
5238 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
5242 arg7
= (long)SWIG_As_long(obj6
);
5243 if (PyErr_Occurred()) SWIG_fail
;
5247 arg8
= wxString_in_helper(obj7
);
5248 if (arg8
== NULL
) SWIG_fail
;
5253 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5254 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxString
const &)*arg8
);
5256 wxPyEndAllowThreads(__tstate
);
5257 if (PyErr_Occurred()) SWIG_fail
;
5260 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
5284 static PyObject
*_wrap_StaticText_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5285 PyObject
*resultobj
;
5286 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
5287 wxVisualAttributes result
;
5288 PyObject
* obj0
= 0 ;
5290 (char *) "variant", NULL
5293 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:StaticText_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
5295 arg1
= (int)SWIG_As_int(obj0
);
5296 if (PyErr_Occurred()) SWIG_fail
;
5299 if (!wxPyCheckForApp()) SWIG_fail
;
5300 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5301 result
= wxStaticText::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
5303 wxPyEndAllowThreads(__tstate
);
5304 if (PyErr_Occurred()) SWIG_fail
;
5307 wxVisualAttributes
* resultptr
;
5308 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
5309 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
5317 static PyObject
* StaticText_swigregister(PyObject
*, PyObject
*args
) {
5319 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
5320 SWIG_TypeClientData(SWIGTYPE_p_wxStaticText
, obj
);
5322 return Py_BuildValue((char *)"");
5324 static PyObject
*_wrap_new_StaticBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5325 PyObject
*resultobj
;
5326 wxWindow
*arg1
= (wxWindow
*) 0 ;
5327 int arg2
= (int) -1 ;
5328 wxBitmap
const &arg3_defvalue
= wxNullBitmap
;
5329 wxBitmap
*arg3
= (wxBitmap
*) &arg3_defvalue
;
5330 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
5331 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
5332 wxSize
const &arg5_defvalue
= wxDefaultSize
;
5333 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
5334 long arg6
= (long) 0 ;
5335 wxString
const &arg7_defvalue
= wxPyStaticBitmapNameStr
;
5336 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
5337 wxStaticBitmap
*result
;
5340 bool temp7
= False
;
5341 PyObject
* obj0
= 0 ;
5342 PyObject
* obj1
= 0 ;
5343 PyObject
* obj2
= 0 ;
5344 PyObject
* obj3
= 0 ;
5345 PyObject
* obj4
= 0 ;
5346 PyObject
* obj5
= 0 ;
5347 PyObject
* obj6
= 0 ;
5349 (char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5352 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOO:new_StaticBitmap",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
5353 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
5354 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5356 arg2
= (int)SWIG_As_int(obj1
);
5357 if (PyErr_Occurred()) SWIG_fail
;
5360 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
,
5361 SWIG_POINTER_EXCEPTION
| 0)) == -1)
5364 PyErr_SetString(PyExc_TypeError
,"null reference");
5371 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
5377 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
5381 arg6
= (long)SWIG_As_long(obj5
);
5382 if (PyErr_Occurred()) SWIG_fail
;
5386 arg7
= wxString_in_helper(obj6
);
5387 if (arg7
== NULL
) SWIG_fail
;
5392 if (!wxPyCheckForApp()) SWIG_fail
;
5393 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5394 result
= (wxStaticBitmap
*)new wxStaticBitmap(arg1
,arg2
,(wxBitmap
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxString
const &)*arg7
);
5396 wxPyEndAllowThreads(__tstate
);
5397 if (PyErr_Occurred()) SWIG_fail
;
5399 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxStaticBitmap
, 1);
5414 static PyObject
*_wrap_new_PreStaticBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5415 PyObject
*resultobj
;
5416 wxStaticBitmap
*result
;
5421 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreStaticBitmap",kwnames
)) goto fail
;
5423 if (!wxPyCheckForApp()) SWIG_fail
;
5424 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5425 result
= (wxStaticBitmap
*)new wxStaticBitmap();
5427 wxPyEndAllowThreads(__tstate
);
5428 if (PyErr_Occurred()) SWIG_fail
;
5430 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxStaticBitmap
, 1);
5437 static PyObject
*_wrap_StaticBitmap_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5438 PyObject
*resultobj
;
5439 wxStaticBitmap
*arg1
= (wxStaticBitmap
*) 0 ;
5440 wxWindow
*arg2
= (wxWindow
*) 0 ;
5441 int arg3
= (int) -1 ;
5442 wxBitmap
const &arg4_defvalue
= wxNullBitmap
;
5443 wxBitmap
*arg4
= (wxBitmap
*) &arg4_defvalue
;
5444 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
5445 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
5446 wxSize
const &arg6_defvalue
= wxDefaultSize
;
5447 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
5448 long arg7
= (long) 0 ;
5449 wxString
const &arg8_defvalue
= wxPyStaticBitmapNameStr
;
5450 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
5454 bool temp8
= False
;
5455 PyObject
* obj0
= 0 ;
5456 PyObject
* obj1
= 0 ;
5457 PyObject
* obj2
= 0 ;
5458 PyObject
* obj3
= 0 ;
5459 PyObject
* obj4
= 0 ;
5460 PyObject
* obj5
= 0 ;
5461 PyObject
* obj6
= 0 ;
5462 PyObject
* obj7
= 0 ;
5464 (char *) "self",(char *) "parent",(char *) "id",(char *) "bitmap",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
5467 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOO:StaticBitmap_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
5468 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxStaticBitmap
,
5469 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5470 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
5471 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5473 arg3
= (int)SWIG_As_int(obj2
);
5474 if (PyErr_Occurred()) SWIG_fail
;
5477 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
,
5478 SWIG_POINTER_EXCEPTION
| 0)) == -1)
5481 PyErr_SetString(PyExc_TypeError
,"null reference");
5488 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
5494 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
5498 arg7
= (long)SWIG_As_long(obj6
);
5499 if (PyErr_Occurred()) SWIG_fail
;
5503 arg8
= wxString_in_helper(obj7
);
5504 if (arg8
== NULL
) SWIG_fail
;
5509 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5510 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxBitmap
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxString
const &)*arg8
);
5512 wxPyEndAllowThreads(__tstate
);
5513 if (PyErr_Occurred()) SWIG_fail
;
5516 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
5532 static PyObject
*_wrap_StaticBitmap_GetBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5533 PyObject
*resultobj
;
5534 wxStaticBitmap
*arg1
= (wxStaticBitmap
*) 0 ;
5536 PyObject
* obj0
= 0 ;
5538 (char *) "self", NULL
5541 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:StaticBitmap_GetBitmap",kwnames
,&obj0
)) goto fail
;
5542 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxStaticBitmap
,
5543 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5545 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5546 result
= (arg1
)->GetBitmap();
5548 wxPyEndAllowThreads(__tstate
);
5549 if (PyErr_Occurred()) SWIG_fail
;
5552 wxBitmap
* resultptr
;
5553 resultptr
= new wxBitmap((wxBitmap
&) result
);
5554 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
5562 static PyObject
*_wrap_StaticBitmap_SetBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5563 PyObject
*resultobj
;
5564 wxStaticBitmap
*arg1
= (wxStaticBitmap
*) 0 ;
5565 wxBitmap
*arg2
= 0 ;
5566 PyObject
* obj0
= 0 ;
5567 PyObject
* obj1
= 0 ;
5569 (char *) "self",(char *) "bitmap", NULL
5572 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:StaticBitmap_SetBitmap",kwnames
,&obj0
,&obj1
)) goto fail
;
5573 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxStaticBitmap
,
5574 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5575 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
5576 SWIG_POINTER_EXCEPTION
| 0)) == -1)
5579 PyErr_SetString(PyExc_TypeError
,"null reference");
5583 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5584 (arg1
)->SetBitmap((wxBitmap
const &)*arg2
);
5586 wxPyEndAllowThreads(__tstate
);
5587 if (PyErr_Occurred()) SWIG_fail
;
5589 Py_INCREF(Py_None
); resultobj
= Py_None
;
5596 static PyObject
*_wrap_StaticBitmap_SetIcon(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5597 PyObject
*resultobj
;
5598 wxStaticBitmap
*arg1
= (wxStaticBitmap
*) 0 ;
5600 PyObject
* obj0
= 0 ;
5601 PyObject
* obj1
= 0 ;
5603 (char *) "self",(char *) "icon", NULL
5606 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:StaticBitmap_SetIcon",kwnames
,&obj0
,&obj1
)) goto fail
;
5607 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxStaticBitmap
,
5608 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5609 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxIcon
,
5610 SWIG_POINTER_EXCEPTION
| 0)) == -1)
5613 PyErr_SetString(PyExc_TypeError
,"null reference");
5617 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5618 (arg1
)->SetIcon((wxIcon
const &)*arg2
);
5620 wxPyEndAllowThreads(__tstate
);
5621 if (PyErr_Occurred()) SWIG_fail
;
5623 Py_INCREF(Py_None
); resultobj
= Py_None
;
5630 static PyObject
*_wrap_StaticBitmap_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5631 PyObject
*resultobj
;
5632 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
5633 wxVisualAttributes result
;
5634 PyObject
* obj0
= 0 ;
5636 (char *) "variant", NULL
5639 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:StaticBitmap_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
5641 arg1
= (int)SWIG_As_int(obj0
);
5642 if (PyErr_Occurred()) SWIG_fail
;
5645 if (!wxPyCheckForApp()) SWIG_fail
;
5646 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5647 result
= wxStaticBitmap::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
5649 wxPyEndAllowThreads(__tstate
);
5650 if (PyErr_Occurred()) SWIG_fail
;
5653 wxVisualAttributes
* resultptr
;
5654 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
5655 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
5663 static PyObject
* StaticBitmap_swigregister(PyObject
*, PyObject
*args
) {
5665 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
5666 SWIG_TypeClientData(SWIGTYPE_p_wxStaticBitmap
, obj
);
5668 return Py_BuildValue((char *)"");
5670 static int _wrap_ListBoxNameStr_set(PyObject
*) {
5671 PyErr_SetString(PyExc_TypeError
,"Variable ListBoxNameStr is read-only.");
5676 static PyObject
*_wrap_ListBoxNameStr_get() {
5681 pyobj
= PyUnicode_FromWideChar((&wxPyListBoxNameStr
)->c_str(), (&wxPyListBoxNameStr
)->Len());
5683 pyobj
= PyString_FromStringAndSize((&wxPyListBoxNameStr
)->c_str(), (&wxPyListBoxNameStr
)->Len());
5690 static PyObject
*_wrap_new_ListBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5691 PyObject
*resultobj
;
5692 wxWindow
*arg1
= (wxWindow
*) 0 ;
5693 int arg2
= (int) -1 ;
5694 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
5695 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
5696 wxSize
const &arg4_defvalue
= wxDefaultSize
;
5697 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
5698 wxArrayString
const &arg5_defvalue
= wxPyEmptyStringArray
;
5699 wxArrayString
*arg5
= (wxArrayString
*) &arg5_defvalue
;
5700 long arg6
= (long) 0 ;
5701 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
5702 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
5703 wxString
const &arg8_defvalue
= wxPyListBoxNameStr
;
5704 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
5708 bool temp5
= False
;
5709 bool temp8
= False
;
5710 PyObject
* obj0
= 0 ;
5711 PyObject
* obj1
= 0 ;
5712 PyObject
* obj2
= 0 ;
5713 PyObject
* obj3
= 0 ;
5714 PyObject
* obj4
= 0 ;
5715 PyObject
* obj5
= 0 ;
5716 PyObject
* obj6
= 0 ;
5717 PyObject
* obj7
= 0 ;
5719 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5722 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_ListBox",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
5723 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
5724 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5726 arg2
= (int)SWIG_As_int(obj1
);
5727 if (PyErr_Occurred()) SWIG_fail
;
5732 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
5738 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
5743 if (! PySequence_Check(obj4
)) {
5744 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
5747 arg5
= new wxArrayString
;
5749 int i
, len
=PySequence_Length(obj4
);
5750 for (i
=0; i
<len
; i
++) {
5751 PyObject
* item
= PySequence_GetItem(obj4
, i
);
5753 PyObject
* str
= PyObject_Unicode(item
);
5755 PyObject
* str
= PyObject_Str(item
);
5757 if (PyErr_Occurred()) SWIG_fail
;
5758 arg5
->Add(Py2wxString(str
));
5765 arg6
= (long)SWIG_As_long(obj5
);
5766 if (PyErr_Occurred()) SWIG_fail
;
5769 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
5770 SWIG_POINTER_EXCEPTION
| 0)) == -1)
5773 PyErr_SetString(PyExc_TypeError
,"null reference");
5779 arg8
= wxString_in_helper(obj7
);
5780 if (arg8
== NULL
) SWIG_fail
;
5785 if (!wxPyCheckForApp()) SWIG_fail
;
5786 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5787 result
= (wxListBox
*)new wxListBox(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,(wxArrayString
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
5789 wxPyEndAllowThreads(__tstate
);
5790 if (PyErr_Occurred()) SWIG_fail
;
5792 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListBox
, 1);
5794 if (temp5
) delete arg5
;
5803 if (temp5
) delete arg5
;
5813 static PyObject
*_wrap_new_PreListBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5814 PyObject
*resultobj
;
5820 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreListBox",kwnames
)) goto fail
;
5822 if (!wxPyCheckForApp()) SWIG_fail
;
5823 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5824 result
= (wxListBox
*)new wxListBox();
5826 wxPyEndAllowThreads(__tstate
);
5827 if (PyErr_Occurred()) SWIG_fail
;
5829 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListBox
, 1);
5836 static PyObject
*_wrap_ListBox_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5837 PyObject
*resultobj
;
5838 wxListBox
*arg1
= (wxListBox
*) 0 ;
5839 wxWindow
*arg2
= (wxWindow
*) 0 ;
5840 int arg3
= (int) -1 ;
5841 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
5842 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
5843 wxSize
const &arg5_defvalue
= wxDefaultSize
;
5844 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
5845 wxArrayString
const &arg6_defvalue
= wxPyEmptyStringArray
;
5846 wxArrayString
*arg6
= (wxArrayString
*) &arg6_defvalue
;
5847 long arg7
= (long) 0 ;
5848 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
5849 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
5850 wxString
const &arg9_defvalue
= wxPyListBoxNameStr
;
5851 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
5855 bool temp6
= False
;
5856 bool temp9
= False
;
5857 PyObject
* obj0
= 0 ;
5858 PyObject
* obj1
= 0 ;
5859 PyObject
* obj2
= 0 ;
5860 PyObject
* obj3
= 0 ;
5861 PyObject
* obj4
= 0 ;
5862 PyObject
* obj5
= 0 ;
5863 PyObject
* obj6
= 0 ;
5864 PyObject
* obj7
= 0 ;
5865 PyObject
* obj8
= 0 ;
5867 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
5870 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:ListBox_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
5871 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
5872 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5873 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
5874 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5876 arg3
= (int)SWIG_As_int(obj2
);
5877 if (PyErr_Occurred()) SWIG_fail
;
5882 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
5888 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
5893 if (! PySequence_Check(obj5
)) {
5894 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
5897 arg6
= new wxArrayString
;
5899 int i
, len
=PySequence_Length(obj5
);
5900 for (i
=0; i
<len
; i
++) {
5901 PyObject
* item
= PySequence_GetItem(obj5
, i
);
5903 PyObject
* str
= PyObject_Unicode(item
);
5905 PyObject
* str
= PyObject_Str(item
);
5907 if (PyErr_Occurred()) SWIG_fail
;
5908 arg6
->Add(Py2wxString(str
));
5915 arg7
= (long)SWIG_As_long(obj6
);
5916 if (PyErr_Occurred()) SWIG_fail
;
5919 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
5920 SWIG_POINTER_EXCEPTION
| 0)) == -1)
5923 PyErr_SetString(PyExc_TypeError
,"null reference");
5929 arg9
= wxString_in_helper(obj8
);
5930 if (arg9
== NULL
) SWIG_fail
;
5935 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5936 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,(wxArrayString
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
5938 wxPyEndAllowThreads(__tstate
);
5939 if (PyErr_Occurred()) SWIG_fail
;
5942 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
5945 if (temp6
) delete arg6
;
5954 if (temp6
) delete arg6
;
5964 static PyObject
*_wrap_ListBox_Insert(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
5965 PyObject
*resultobj
;
5966 wxListBox
*arg1
= (wxListBox
*) 0 ;
5967 wxString
*arg2
= 0 ;
5969 PyObject
*arg4
= (PyObject
*) NULL
;
5970 bool temp2
= False
;
5971 PyObject
* obj0
= 0 ;
5972 PyObject
* obj1
= 0 ;
5973 PyObject
* obj2
= 0 ;
5974 PyObject
* obj3
= 0 ;
5976 (char *) "self",(char *) "item",(char *) "pos",(char *) "clientData", NULL
5979 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|O:ListBox_Insert",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
5980 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
5981 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
5983 arg2
= wxString_in_helper(obj1
);
5984 if (arg2
== NULL
) SWIG_fail
;
5987 arg3
= (int)SWIG_As_int(obj2
);
5988 if (PyErr_Occurred()) SWIG_fail
;
5993 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
5994 wxListBox_Insert(arg1
,(wxString
const &)*arg2
,arg3
,arg4
);
5996 wxPyEndAllowThreads(__tstate
);
5997 if (PyErr_Occurred()) SWIG_fail
;
5999 Py_INCREF(Py_None
); resultobj
= Py_None
;
6014 static PyObject
*_wrap_ListBox_InsertItems(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6015 PyObject
*resultobj
;
6016 wxListBox
*arg1
= (wxListBox
*) 0 ;
6017 wxArrayString
*arg2
= 0 ;
6019 bool temp2
= False
;
6020 PyObject
* obj0
= 0 ;
6021 PyObject
* obj1
= 0 ;
6022 PyObject
* obj2
= 0 ;
6024 (char *) "self",(char *) "items",(char *) "pos", NULL
6027 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListBox_InsertItems",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
6028 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6029 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6031 if (! PySequence_Check(obj1
)) {
6032 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
6035 arg2
= new wxArrayString
;
6037 int i
, len
=PySequence_Length(obj1
);
6038 for (i
=0; i
<len
; i
++) {
6039 PyObject
* item
= PySequence_GetItem(obj1
, i
);
6041 PyObject
* str
= PyObject_Unicode(item
);
6043 PyObject
* str
= PyObject_Str(item
);
6045 if (PyErr_Occurred()) SWIG_fail
;
6046 arg2
->Add(Py2wxString(str
));
6051 arg3
= (int)SWIG_As_int(obj2
);
6052 if (PyErr_Occurred()) SWIG_fail
;
6054 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6055 (arg1
)->InsertItems((wxArrayString
const &)*arg2
,arg3
);
6057 wxPyEndAllowThreads(__tstate
);
6058 if (PyErr_Occurred()) SWIG_fail
;
6060 Py_INCREF(Py_None
); resultobj
= Py_None
;
6062 if (temp2
) delete arg2
;
6067 if (temp2
) delete arg2
;
6073 static PyObject
*_wrap_ListBox_Set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6074 PyObject
*resultobj
;
6075 wxListBox
*arg1
= (wxListBox
*) 0 ;
6076 wxArrayString
*arg2
= 0 ;
6077 bool temp2
= False
;
6078 PyObject
* obj0
= 0 ;
6079 PyObject
* obj1
= 0 ;
6081 (char *) "self",(char *) "items", NULL
6084 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListBox_Set",kwnames
,&obj0
,&obj1
)) goto fail
;
6085 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6086 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6088 if (! PySequence_Check(obj1
)) {
6089 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
6092 arg2
= new wxArrayString
;
6094 int i
, len
=PySequence_Length(obj1
);
6095 for (i
=0; i
<len
; i
++) {
6096 PyObject
* item
= PySequence_GetItem(obj1
, i
);
6098 PyObject
* str
= PyObject_Unicode(item
);
6100 PyObject
* str
= PyObject_Str(item
);
6102 if (PyErr_Occurred()) SWIG_fail
;
6103 arg2
->Add(Py2wxString(str
));
6109 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6110 (arg1
)->Set((wxArrayString
const &)*arg2
);
6112 wxPyEndAllowThreads(__tstate
);
6113 if (PyErr_Occurred()) SWIG_fail
;
6115 Py_INCREF(Py_None
); resultobj
= Py_None
;
6117 if (temp2
) delete arg2
;
6122 if (temp2
) delete arg2
;
6128 static PyObject
*_wrap_ListBox_IsSelected(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6129 PyObject
*resultobj
;
6130 wxListBox
*arg1
= (wxListBox
*) 0 ;
6133 PyObject
* obj0
= 0 ;
6134 PyObject
* obj1
= 0 ;
6136 (char *) "self",(char *) "n", NULL
6139 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListBox_IsSelected",kwnames
,&obj0
,&obj1
)) goto fail
;
6140 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6141 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6142 arg2
= (int)SWIG_As_int(obj1
);
6143 if (PyErr_Occurred()) SWIG_fail
;
6145 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6146 result
= (bool)((wxListBox
const *)arg1
)->IsSelected(arg2
);
6148 wxPyEndAllowThreads(__tstate
);
6149 if (PyErr_Occurred()) SWIG_fail
;
6152 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
6160 static PyObject
*_wrap_ListBox_SetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6161 PyObject
*resultobj
;
6162 wxListBox
*arg1
= (wxListBox
*) 0 ;
6164 bool arg3
= (bool) True
;
6165 PyObject
* obj0
= 0 ;
6166 PyObject
* obj1
= 0 ;
6167 PyObject
* obj2
= 0 ;
6169 (char *) "self",(char *) "n",(char *) "select", NULL
6172 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:ListBox_SetSelection",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
6173 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6174 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6175 arg2
= (int)SWIG_As_int(obj1
);
6176 if (PyErr_Occurred()) SWIG_fail
;
6178 arg3
= (bool)SWIG_As_bool(obj2
);
6179 if (PyErr_Occurred()) SWIG_fail
;
6182 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6183 (arg1
)->SetSelection(arg2
,arg3
);
6185 wxPyEndAllowThreads(__tstate
);
6186 if (PyErr_Occurred()) SWIG_fail
;
6188 Py_INCREF(Py_None
); resultobj
= Py_None
;
6195 static PyObject
*_wrap_ListBox_Select(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6196 PyObject
*resultobj
;
6197 wxListBox
*arg1
= (wxListBox
*) 0 ;
6199 PyObject
* obj0
= 0 ;
6200 PyObject
* obj1
= 0 ;
6202 (char *) "self",(char *) "n", NULL
6205 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListBox_Select",kwnames
,&obj0
,&obj1
)) goto fail
;
6206 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6207 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6208 arg2
= (int)SWIG_As_int(obj1
);
6209 if (PyErr_Occurred()) SWIG_fail
;
6211 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6212 (arg1
)->Select(arg2
);
6214 wxPyEndAllowThreads(__tstate
);
6215 if (PyErr_Occurred()) SWIG_fail
;
6217 Py_INCREF(Py_None
); resultobj
= Py_None
;
6224 static PyObject
*_wrap_ListBox_Deselect(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6225 PyObject
*resultobj
;
6226 wxListBox
*arg1
= (wxListBox
*) 0 ;
6228 PyObject
* obj0
= 0 ;
6229 PyObject
* obj1
= 0 ;
6231 (char *) "self",(char *) "n", NULL
6234 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListBox_Deselect",kwnames
,&obj0
,&obj1
)) goto fail
;
6235 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6236 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6237 arg2
= (int)SWIG_As_int(obj1
);
6238 if (PyErr_Occurred()) SWIG_fail
;
6240 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6241 (arg1
)->Deselect(arg2
);
6243 wxPyEndAllowThreads(__tstate
);
6244 if (PyErr_Occurred()) SWIG_fail
;
6246 Py_INCREF(Py_None
); resultobj
= Py_None
;
6253 static PyObject
*_wrap_ListBox_DeselectAll(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6254 PyObject
*resultobj
;
6255 wxListBox
*arg1
= (wxListBox
*) 0 ;
6256 int arg2
= (int) -1 ;
6257 PyObject
* obj0
= 0 ;
6258 PyObject
* obj1
= 0 ;
6260 (char *) "self",(char *) "itemToLeaveSelected", NULL
6263 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|O:ListBox_DeselectAll",kwnames
,&obj0
,&obj1
)) goto fail
;
6264 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6265 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6267 arg2
= (int)SWIG_As_int(obj1
);
6268 if (PyErr_Occurred()) SWIG_fail
;
6271 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6272 (arg1
)->DeselectAll(arg2
);
6274 wxPyEndAllowThreads(__tstate
);
6275 if (PyErr_Occurred()) SWIG_fail
;
6277 Py_INCREF(Py_None
); resultobj
= Py_None
;
6284 static PyObject
*_wrap_ListBox_SetStringSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6285 PyObject
*resultobj
;
6286 wxListBox
*arg1
= (wxListBox
*) 0 ;
6287 wxString
*arg2
= 0 ;
6288 bool arg3
= (bool) True
;
6290 bool temp2
= False
;
6291 PyObject
* obj0
= 0 ;
6292 PyObject
* obj1
= 0 ;
6293 PyObject
* obj2
= 0 ;
6295 (char *) "self",(char *) "s",(char *) "select", NULL
6298 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:ListBox_SetStringSelection",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
6299 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6300 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6302 arg2
= wxString_in_helper(obj1
);
6303 if (arg2
== NULL
) SWIG_fail
;
6307 arg3
= (bool)SWIG_As_bool(obj2
);
6308 if (PyErr_Occurred()) SWIG_fail
;
6311 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6312 result
= (bool)(arg1
)->SetStringSelection((wxString
const &)*arg2
,arg3
);
6314 wxPyEndAllowThreads(__tstate
);
6315 if (PyErr_Occurred()) SWIG_fail
;
6318 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
6334 static PyObject
*_wrap_ListBox_GetSelections(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6335 PyObject
*resultobj
;
6336 wxListBox
*arg1
= (wxListBox
*) 0 ;
6338 PyObject
* obj0
= 0 ;
6340 (char *) "self", NULL
6343 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListBox_GetSelections",kwnames
,&obj0
)) goto fail
;
6344 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6345 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6347 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6348 result
= (PyObject
*)wxListBox_GetSelections(arg1
);
6350 wxPyEndAllowThreads(__tstate
);
6351 if (PyErr_Occurred()) SWIG_fail
;
6360 static PyObject
*_wrap_ListBox_SetFirstItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6361 PyObject
*resultobj
;
6362 wxListBox
*arg1
= (wxListBox
*) 0 ;
6364 PyObject
* obj0
= 0 ;
6365 PyObject
* obj1
= 0 ;
6367 (char *) "self",(char *) "n", NULL
6370 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListBox_SetFirstItem",kwnames
,&obj0
,&obj1
)) goto fail
;
6371 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6372 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6373 arg2
= (int)SWIG_As_int(obj1
);
6374 if (PyErr_Occurred()) SWIG_fail
;
6376 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6377 (arg1
)->SetFirstItem(arg2
);
6379 wxPyEndAllowThreads(__tstate
);
6380 if (PyErr_Occurred()) SWIG_fail
;
6382 Py_INCREF(Py_None
); resultobj
= Py_None
;
6389 static PyObject
*_wrap_ListBox_SetFirstItemStr(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6390 PyObject
*resultobj
;
6391 wxListBox
*arg1
= (wxListBox
*) 0 ;
6392 wxString
*arg2
= 0 ;
6393 bool temp2
= False
;
6394 PyObject
* obj0
= 0 ;
6395 PyObject
* obj1
= 0 ;
6397 (char *) "self",(char *) "s", NULL
6400 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListBox_SetFirstItemStr",kwnames
,&obj0
,&obj1
)) goto fail
;
6401 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6402 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6404 arg2
= wxString_in_helper(obj1
);
6405 if (arg2
== NULL
) SWIG_fail
;
6409 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6410 (arg1
)->SetFirstItem((wxString
const &)*arg2
);
6412 wxPyEndAllowThreads(__tstate
);
6413 if (PyErr_Occurred()) SWIG_fail
;
6415 Py_INCREF(Py_None
); resultobj
= Py_None
;
6430 static PyObject
*_wrap_ListBox_EnsureVisible(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6431 PyObject
*resultobj
;
6432 wxListBox
*arg1
= (wxListBox
*) 0 ;
6434 PyObject
* obj0
= 0 ;
6435 PyObject
* obj1
= 0 ;
6437 (char *) "self",(char *) "n", NULL
6440 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListBox_EnsureVisible",kwnames
,&obj0
,&obj1
)) goto fail
;
6441 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6442 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6443 arg2
= (int)SWIG_As_int(obj1
);
6444 if (PyErr_Occurred()) SWIG_fail
;
6446 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6447 (arg1
)->EnsureVisible(arg2
);
6449 wxPyEndAllowThreads(__tstate
);
6450 if (PyErr_Occurred()) SWIG_fail
;
6452 Py_INCREF(Py_None
); resultobj
= Py_None
;
6459 static PyObject
*_wrap_ListBox_AppendAndEnsureVisible(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6460 PyObject
*resultobj
;
6461 wxListBox
*arg1
= (wxListBox
*) 0 ;
6462 wxString
*arg2
= 0 ;
6463 bool temp2
= False
;
6464 PyObject
* obj0
= 0 ;
6465 PyObject
* obj1
= 0 ;
6467 (char *) "self",(char *) "s", NULL
6470 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListBox_AppendAndEnsureVisible",kwnames
,&obj0
,&obj1
)) goto fail
;
6471 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6472 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6474 arg2
= wxString_in_helper(obj1
);
6475 if (arg2
== NULL
) SWIG_fail
;
6479 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6480 (arg1
)->AppendAndEnsureVisible((wxString
const &)*arg2
);
6482 wxPyEndAllowThreads(__tstate
);
6483 if (PyErr_Occurred()) SWIG_fail
;
6485 Py_INCREF(Py_None
); resultobj
= Py_None
;
6500 static PyObject
*_wrap_ListBox_IsSorted(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6501 PyObject
*resultobj
;
6502 wxListBox
*arg1
= (wxListBox
*) 0 ;
6504 PyObject
* obj0
= 0 ;
6506 (char *) "self", NULL
6509 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListBox_IsSorted",kwnames
,&obj0
)) goto fail
;
6510 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6511 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6513 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6514 result
= (bool)((wxListBox
const *)arg1
)->IsSorted();
6516 wxPyEndAllowThreads(__tstate
);
6517 if (PyErr_Occurred()) SWIG_fail
;
6520 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
6528 static PyObject
*_wrap_ListBox_SetItemForegroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6529 PyObject
*resultobj
;
6530 wxListBox
*arg1
= (wxListBox
*) 0 ;
6532 wxColour
*arg3
= 0 ;
6534 PyObject
* obj0
= 0 ;
6535 PyObject
* obj1
= 0 ;
6536 PyObject
* obj2
= 0 ;
6538 (char *) "self",(char *) "item",(char *) "c", NULL
6541 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListBox_SetItemForegroundColour",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
6542 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6543 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6544 arg2
= (int)SWIG_As_int(obj1
);
6545 if (PyErr_Occurred()) SWIG_fail
;
6548 if ( ! wxColour_helper(obj2
, &arg3
)) SWIG_fail
;
6551 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6552 wxListBox_SetItemForegroundColour(arg1
,arg2
,(wxColour
const &)*arg3
);
6554 wxPyEndAllowThreads(__tstate
);
6555 if (PyErr_Occurred()) SWIG_fail
;
6557 Py_INCREF(Py_None
); resultobj
= Py_None
;
6564 static PyObject
*_wrap_ListBox_SetItemBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6565 PyObject
*resultobj
;
6566 wxListBox
*arg1
= (wxListBox
*) 0 ;
6568 wxColour
*arg3
= 0 ;
6570 PyObject
* obj0
= 0 ;
6571 PyObject
* obj1
= 0 ;
6572 PyObject
* obj2
= 0 ;
6574 (char *) "self",(char *) "item",(char *) "c", NULL
6577 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListBox_SetItemBackgroundColour",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
6578 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6579 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6580 arg2
= (int)SWIG_As_int(obj1
);
6581 if (PyErr_Occurred()) SWIG_fail
;
6584 if ( ! wxColour_helper(obj2
, &arg3
)) SWIG_fail
;
6587 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6588 wxListBox_SetItemBackgroundColour(arg1
,arg2
,(wxColour
const &)*arg3
);
6590 wxPyEndAllowThreads(__tstate
);
6591 if (PyErr_Occurred()) SWIG_fail
;
6593 Py_INCREF(Py_None
); resultobj
= Py_None
;
6600 static PyObject
*_wrap_ListBox_SetItemFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6601 PyObject
*resultobj
;
6602 wxListBox
*arg1
= (wxListBox
*) 0 ;
6605 PyObject
* obj0
= 0 ;
6606 PyObject
* obj1
= 0 ;
6607 PyObject
* obj2
= 0 ;
6609 (char *) "self",(char *) "item",(char *) "f", NULL
6612 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListBox_SetItemFont",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
6613 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListBox
,
6614 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6615 arg2
= (int)SWIG_As_int(obj1
);
6616 if (PyErr_Occurred()) SWIG_fail
;
6617 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxFont
,
6618 SWIG_POINTER_EXCEPTION
| 0)) == -1)
6621 PyErr_SetString(PyExc_TypeError
,"null reference");
6625 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6626 wxListBox_SetItemFont(arg1
,arg2
,(wxFont
const &)*arg3
);
6628 wxPyEndAllowThreads(__tstate
);
6629 if (PyErr_Occurred()) SWIG_fail
;
6631 Py_INCREF(Py_None
); resultobj
= Py_None
;
6638 static PyObject
*_wrap_ListBox_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6639 PyObject
*resultobj
;
6640 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
6641 wxVisualAttributes result
;
6642 PyObject
* obj0
= 0 ;
6644 (char *) "variant", NULL
6647 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:ListBox_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
6649 arg1
= (int)SWIG_As_int(obj0
);
6650 if (PyErr_Occurred()) SWIG_fail
;
6653 if (!wxPyCheckForApp()) SWIG_fail
;
6654 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6655 result
= wxListBox::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
6657 wxPyEndAllowThreads(__tstate
);
6658 if (PyErr_Occurred()) SWIG_fail
;
6661 wxVisualAttributes
* resultptr
;
6662 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
6663 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
6671 static PyObject
* ListBox_swigregister(PyObject
*, PyObject
*args
) {
6673 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
6674 SWIG_TypeClientData(SWIGTYPE_p_wxListBox
, obj
);
6676 return Py_BuildValue((char *)"");
6678 static PyObject
*_wrap_new_CheckListBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6679 PyObject
*resultobj
;
6680 wxWindow
*arg1
= (wxWindow
*) 0 ;
6681 int arg2
= (int) -1 ;
6682 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
6683 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
6684 wxSize
const &arg4_defvalue
= wxDefaultSize
;
6685 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
6686 wxArrayString
const &arg5_defvalue
= wxPyEmptyStringArray
;
6687 wxArrayString
*arg5
= (wxArrayString
*) &arg5_defvalue
;
6688 long arg6
= (long) 0 ;
6689 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
6690 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
6691 wxString
const &arg8_defvalue
= wxPyListBoxNameStr
;
6692 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
6693 wxCheckListBox
*result
;
6696 bool temp5
= False
;
6697 bool temp8
= False
;
6698 PyObject
* obj0
= 0 ;
6699 PyObject
* obj1
= 0 ;
6700 PyObject
* obj2
= 0 ;
6701 PyObject
* obj3
= 0 ;
6702 PyObject
* obj4
= 0 ;
6703 PyObject
* obj5
= 0 ;
6704 PyObject
* obj6
= 0 ;
6705 PyObject
* obj7
= 0 ;
6707 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6710 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_CheckListBox",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
6711 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
6712 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6714 arg2
= (int)SWIG_As_int(obj1
);
6715 if (PyErr_Occurred()) SWIG_fail
;
6720 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
6726 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
6731 if (! PySequence_Check(obj4
)) {
6732 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
6735 arg5
= new wxArrayString
;
6737 int i
, len
=PySequence_Length(obj4
);
6738 for (i
=0; i
<len
; i
++) {
6739 PyObject
* item
= PySequence_GetItem(obj4
, i
);
6741 PyObject
* str
= PyObject_Unicode(item
);
6743 PyObject
* str
= PyObject_Str(item
);
6745 if (PyErr_Occurred()) SWIG_fail
;
6746 arg5
->Add(Py2wxString(str
));
6753 arg6
= (long)SWIG_As_long(obj5
);
6754 if (PyErr_Occurred()) SWIG_fail
;
6757 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
6758 SWIG_POINTER_EXCEPTION
| 0)) == -1)
6761 PyErr_SetString(PyExc_TypeError
,"null reference");
6767 arg8
= wxString_in_helper(obj7
);
6768 if (arg8
== NULL
) SWIG_fail
;
6773 if (!wxPyCheckForApp()) SWIG_fail
;
6774 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6775 result
= (wxCheckListBox
*)new wxCheckListBox(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,(wxArrayString
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
6777 wxPyEndAllowThreads(__tstate
);
6778 if (PyErr_Occurred()) SWIG_fail
;
6780 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxCheckListBox
, 1);
6782 if (temp5
) delete arg5
;
6791 if (temp5
) delete arg5
;
6801 static PyObject
*_wrap_new_PreCheckListBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6802 PyObject
*resultobj
;
6803 wxCheckListBox
*result
;
6808 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreCheckListBox",kwnames
)) goto fail
;
6810 if (!wxPyCheckForApp()) SWIG_fail
;
6811 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6812 result
= (wxCheckListBox
*)new wxCheckListBox();
6814 wxPyEndAllowThreads(__tstate
);
6815 if (PyErr_Occurred()) SWIG_fail
;
6817 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxCheckListBox
, 1);
6824 static PyObject
*_wrap_CheckListBox_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6825 PyObject
*resultobj
;
6826 wxCheckListBox
*arg1
= (wxCheckListBox
*) 0 ;
6827 wxWindow
*arg2
= (wxWindow
*) 0 ;
6828 int arg3
= (int) -1 ;
6829 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
6830 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
6831 wxSize
const &arg5_defvalue
= wxDefaultSize
;
6832 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
6833 wxArrayString
const &arg6_defvalue
= wxPyEmptyStringArray
;
6834 wxArrayString
*arg6
= (wxArrayString
*) &arg6_defvalue
;
6835 long arg7
= (long) 0 ;
6836 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
6837 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
6838 wxString
const &arg9_defvalue
= wxPyListBoxNameStr
;
6839 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
6843 bool temp6
= False
;
6844 bool temp9
= False
;
6845 PyObject
* obj0
= 0 ;
6846 PyObject
* obj1
= 0 ;
6847 PyObject
* obj2
= 0 ;
6848 PyObject
* obj3
= 0 ;
6849 PyObject
* obj4
= 0 ;
6850 PyObject
* obj5
= 0 ;
6851 PyObject
* obj6
= 0 ;
6852 PyObject
* obj7
= 0 ;
6853 PyObject
* obj8
= 0 ;
6855 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "choices",(char *) "style",(char *) "validator",(char *) "name", NULL
6858 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:CheckListBox_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
6859 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckListBox
,
6860 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6861 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
6862 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6864 arg3
= (int)SWIG_As_int(obj2
);
6865 if (PyErr_Occurred()) SWIG_fail
;
6870 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
6876 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
6881 if (! PySequence_Check(obj5
)) {
6882 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
6885 arg6
= new wxArrayString
;
6887 int i
, len
=PySequence_Length(obj5
);
6888 for (i
=0; i
<len
; i
++) {
6889 PyObject
* item
= PySequence_GetItem(obj5
, i
);
6891 PyObject
* str
= PyObject_Unicode(item
);
6893 PyObject
* str
= PyObject_Str(item
);
6895 if (PyErr_Occurred()) SWIG_fail
;
6896 arg6
->Add(Py2wxString(str
));
6903 arg7
= (long)SWIG_As_long(obj6
);
6904 if (PyErr_Occurred()) SWIG_fail
;
6907 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
6908 SWIG_POINTER_EXCEPTION
| 0)) == -1)
6911 PyErr_SetString(PyExc_TypeError
,"null reference");
6917 arg9
= wxString_in_helper(obj8
);
6918 if (arg9
== NULL
) SWIG_fail
;
6923 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6924 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,(wxArrayString
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
6926 wxPyEndAllowThreads(__tstate
);
6927 if (PyErr_Occurred()) SWIG_fail
;
6930 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
6933 if (temp6
) delete arg6
;
6942 if (temp6
) delete arg6
;
6952 static PyObject
*_wrap_CheckListBox_IsChecked(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6953 PyObject
*resultobj
;
6954 wxCheckListBox
*arg1
= (wxCheckListBox
*) 0 ;
6957 PyObject
* obj0
= 0 ;
6958 PyObject
* obj1
= 0 ;
6960 (char *) "self",(char *) "index", NULL
6963 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:CheckListBox_IsChecked",kwnames
,&obj0
,&obj1
)) goto fail
;
6964 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckListBox
,
6965 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6966 arg2
= (int)SWIG_As_int(obj1
);
6967 if (PyErr_Occurred()) SWIG_fail
;
6969 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
6970 result
= (bool)(arg1
)->IsChecked(arg2
);
6972 wxPyEndAllowThreads(__tstate
);
6973 if (PyErr_Occurred()) SWIG_fail
;
6976 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
6984 static PyObject
*_wrap_CheckListBox_Check(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
6985 PyObject
*resultobj
;
6986 wxCheckListBox
*arg1
= (wxCheckListBox
*) 0 ;
6988 int arg3
= (int) True
;
6989 PyObject
* obj0
= 0 ;
6990 PyObject
* obj1
= 0 ;
6991 PyObject
* obj2
= 0 ;
6993 (char *) "self",(char *) "index",(char *) "check", NULL
6996 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:CheckListBox_Check",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
6997 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckListBox
,
6998 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
6999 arg2
= (int)SWIG_As_int(obj1
);
7000 if (PyErr_Occurred()) SWIG_fail
;
7002 arg3
= (int)SWIG_As_int(obj2
);
7003 if (PyErr_Occurred()) SWIG_fail
;
7006 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7007 (arg1
)->Check(arg2
,arg3
);
7009 wxPyEndAllowThreads(__tstate
);
7010 if (PyErr_Occurred()) SWIG_fail
;
7012 Py_INCREF(Py_None
); resultobj
= Py_None
;
7019 static PyObject
*_wrap_CheckListBox_GetItemHeight(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7020 PyObject
*resultobj
;
7021 wxCheckListBox
*arg1
= (wxCheckListBox
*) 0 ;
7023 PyObject
* obj0
= 0 ;
7025 (char *) "self", NULL
7028 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:CheckListBox_GetItemHeight",kwnames
,&obj0
)) goto fail
;
7029 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckListBox
,
7030 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7032 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7033 result
= (int)(arg1
)->GetItemHeight();
7035 wxPyEndAllowThreads(__tstate
);
7036 if (PyErr_Occurred()) SWIG_fail
;
7038 resultobj
= SWIG_From_int((int)result
);
7045 static PyObject
*_wrap_CheckListBox_HitTest(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7046 PyObject
*resultobj
;
7047 wxCheckListBox
*arg1
= (wxCheckListBox
*) 0 ;
7051 PyObject
* obj0
= 0 ;
7052 PyObject
* obj1
= 0 ;
7054 (char *) "self",(char *) "pt", NULL
7057 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:CheckListBox_HitTest",kwnames
,&obj0
,&obj1
)) goto fail
;
7058 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckListBox
,
7059 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7062 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
7065 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7066 result
= (int)((wxCheckListBox
const *)arg1
)->HitTest((wxPoint
const &)*arg2
);
7068 wxPyEndAllowThreads(__tstate
);
7069 if (PyErr_Occurred()) SWIG_fail
;
7071 resultobj
= SWIG_From_int((int)result
);
7078 static PyObject
*_wrap_CheckListBox_HitTestXY(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7079 PyObject
*resultobj
;
7080 wxCheckListBox
*arg1
= (wxCheckListBox
*) 0 ;
7084 PyObject
* obj0
= 0 ;
7085 PyObject
* obj1
= 0 ;
7086 PyObject
* obj2
= 0 ;
7088 (char *) "self",(char *) "x",(char *) "y", NULL
7091 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:CheckListBox_HitTestXY",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
7092 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxCheckListBox
,
7093 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7094 arg2
= (int)SWIG_As_int(obj1
);
7095 if (PyErr_Occurred()) SWIG_fail
;
7096 arg3
= (int)SWIG_As_int(obj2
);
7097 if (PyErr_Occurred()) SWIG_fail
;
7099 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7100 result
= (int)((wxCheckListBox
const *)arg1
)->HitTest(arg2
,arg3
);
7102 wxPyEndAllowThreads(__tstate
);
7103 if (PyErr_Occurred()) SWIG_fail
;
7105 resultobj
= SWIG_From_int((int)result
);
7112 static PyObject
* CheckListBox_swigregister(PyObject
*, PyObject
*args
) {
7114 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
7115 SWIG_TypeClientData(SWIGTYPE_p_wxCheckListBox
, obj
);
7117 return Py_BuildValue((char *)"");
7119 static int _wrap_TextCtrlNameStr_set(PyObject
*) {
7120 PyErr_SetString(PyExc_TypeError
,"Variable TextCtrlNameStr is read-only.");
7125 static PyObject
*_wrap_TextCtrlNameStr_get() {
7130 pyobj
= PyUnicode_FromWideChar((&wxPyTextCtrlNameStr
)->c_str(), (&wxPyTextCtrlNameStr
)->Len());
7132 pyobj
= PyString_FromStringAndSize((&wxPyTextCtrlNameStr
)->c_str(), (&wxPyTextCtrlNameStr
)->Len());
7139 static PyObject
*_wrap_new_TextAttr(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7140 PyObject
*resultobj
;
7141 wxColour
const &arg1_defvalue
= wxNullColour
;
7142 wxColour
*arg1
= (wxColour
*) &arg1_defvalue
;
7143 wxColour
const &arg2_defvalue
= wxNullColour
;
7144 wxColour
*arg2
= (wxColour
*) &arg2_defvalue
;
7145 wxFont
const &arg3_defvalue
= wxNullFont
;
7146 wxFont
*arg3
= (wxFont
*) &arg3_defvalue
;
7147 int arg4
= (int) wxTEXT_ALIGNMENT_DEFAULT
;
7151 PyObject
* obj0
= 0 ;
7152 PyObject
* obj1
= 0 ;
7153 PyObject
* obj2
= 0 ;
7154 PyObject
* obj3
= 0 ;
7156 (char *) "colText",(char *) "colBack",(char *) "font",(char *) "alignment", NULL
7159 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OOOO:new_TextAttr",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
7163 if ( ! wxColour_helper(obj0
, &arg1
)) SWIG_fail
;
7169 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
7173 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxFont
,
7174 SWIG_POINTER_EXCEPTION
| 0)) == -1)
7177 PyErr_SetString(PyExc_TypeError
,"null reference");
7182 arg4
= (int)SWIG_As_int(obj3
);
7183 if (PyErr_Occurred()) SWIG_fail
;
7186 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7187 result
= (wxTextAttr
*)new wxTextAttr((wxColour
const &)*arg1
,(wxColour
const &)*arg2
,(wxFont
const &)*arg3
,(wxTextAttrAlignment
)arg4
);
7189 wxPyEndAllowThreads(__tstate
);
7190 if (PyErr_Occurred()) SWIG_fail
;
7192 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxTextAttr
, 1);
7199 static PyObject
*_wrap_delete_TextAttr(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7200 PyObject
*resultobj
;
7201 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7202 PyObject
* obj0
= 0 ;
7204 (char *) "self", NULL
7207 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_TextAttr",kwnames
,&obj0
)) goto fail
;
7208 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7209 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7211 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7214 wxPyEndAllowThreads(__tstate
);
7215 if (PyErr_Occurred()) SWIG_fail
;
7217 Py_INCREF(Py_None
); resultobj
= Py_None
;
7224 static PyObject
*_wrap_TextAttr_Init(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7225 PyObject
*resultobj
;
7226 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7227 PyObject
* obj0
= 0 ;
7229 (char *) "self", NULL
7232 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_Init",kwnames
,&obj0
)) goto fail
;
7233 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7234 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7236 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7239 wxPyEndAllowThreads(__tstate
);
7240 if (PyErr_Occurred()) SWIG_fail
;
7242 Py_INCREF(Py_None
); resultobj
= Py_None
;
7249 static PyObject
*_wrap_TextAttr_SetTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7250 PyObject
*resultobj
;
7251 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7252 wxColour
*arg2
= 0 ;
7254 PyObject
* obj0
= 0 ;
7255 PyObject
* obj1
= 0 ;
7257 (char *) "self",(char *) "colText", NULL
7260 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextAttr_SetTextColour",kwnames
,&obj0
,&obj1
)) goto fail
;
7261 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7262 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7265 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
7268 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7269 (arg1
)->SetTextColour((wxColour
const &)*arg2
);
7271 wxPyEndAllowThreads(__tstate
);
7272 if (PyErr_Occurred()) SWIG_fail
;
7274 Py_INCREF(Py_None
); resultobj
= Py_None
;
7281 static PyObject
*_wrap_TextAttr_SetBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7282 PyObject
*resultobj
;
7283 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7284 wxColour
*arg2
= 0 ;
7286 PyObject
* obj0
= 0 ;
7287 PyObject
* obj1
= 0 ;
7289 (char *) "self",(char *) "colBack", NULL
7292 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextAttr_SetBackgroundColour",kwnames
,&obj0
,&obj1
)) goto fail
;
7293 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7294 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7297 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
7300 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7301 (arg1
)->SetBackgroundColour((wxColour
const &)*arg2
);
7303 wxPyEndAllowThreads(__tstate
);
7304 if (PyErr_Occurred()) SWIG_fail
;
7306 Py_INCREF(Py_None
); resultobj
= Py_None
;
7313 static PyObject
*_wrap_TextAttr_SetFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7314 PyObject
*resultobj
;
7315 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7317 long arg3
= (long) wxTEXT_ATTR_FONT
;
7318 PyObject
* obj0
= 0 ;
7319 PyObject
* obj1
= 0 ;
7320 PyObject
* obj2
= 0 ;
7322 (char *) "self",(char *) "font",(char *) "flags", NULL
7325 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:TextAttr_SetFont",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
7326 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7327 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7328 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxFont
,
7329 SWIG_POINTER_EXCEPTION
| 0)) == -1)
7332 PyErr_SetString(PyExc_TypeError
,"null reference");
7336 arg3
= (long)SWIG_As_long(obj2
);
7337 if (PyErr_Occurred()) SWIG_fail
;
7340 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7341 (arg1
)->SetFont((wxFont
const &)*arg2
,arg3
);
7343 wxPyEndAllowThreads(__tstate
);
7344 if (PyErr_Occurred()) SWIG_fail
;
7346 Py_INCREF(Py_None
); resultobj
= Py_None
;
7353 static PyObject
*_wrap_TextAttr_SetAlignment(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7354 PyObject
*resultobj
;
7355 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7357 PyObject
* obj0
= 0 ;
7358 PyObject
* obj1
= 0 ;
7360 (char *) "self",(char *) "alignment", NULL
7363 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextAttr_SetAlignment",kwnames
,&obj0
,&obj1
)) goto fail
;
7364 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7365 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7366 arg2
= (int)SWIG_As_int(obj1
);
7367 if (PyErr_Occurred()) SWIG_fail
;
7369 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7370 (arg1
)->SetAlignment((wxTextAttrAlignment
)arg2
);
7372 wxPyEndAllowThreads(__tstate
);
7373 if (PyErr_Occurred()) SWIG_fail
;
7375 Py_INCREF(Py_None
); resultobj
= Py_None
;
7382 static PyObject
*_wrap_TextAttr_SetTabs(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7383 PyObject
*resultobj
;
7384 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7385 wxArrayInt
*arg2
= 0 ;
7386 bool temp2
= False
;
7387 PyObject
* obj0
= 0 ;
7388 PyObject
* obj1
= 0 ;
7390 (char *) "self",(char *) "tabs", NULL
7393 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextAttr_SetTabs",kwnames
,&obj0
,&obj1
)) goto fail
;
7394 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7395 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7397 if (! PySequence_Check(obj1
)) {
7398 PyErr_SetString(PyExc_TypeError
, "Sequence of integers expected.");
7401 arg2
= new wxArrayInt
;
7403 int i
, len
=PySequence_Length(obj1
);
7404 for (i
=0; i
<len
; i
++) {
7405 PyObject
* item
= PySequence_GetItem(obj1
, i
);
7406 PyObject
* number
= PyNumber_Int(item
);
7407 arg2
->Add(PyInt_AS_LONG(number
));
7413 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7414 (arg1
)->SetTabs((wxArrayInt
const &)*arg2
);
7416 wxPyEndAllowThreads(__tstate
);
7417 if (PyErr_Occurred()) SWIG_fail
;
7419 Py_INCREF(Py_None
); resultobj
= Py_None
;
7421 if (temp2
) delete arg2
;
7426 if (temp2
) delete arg2
;
7432 static PyObject
*_wrap_TextAttr_SetLeftIndent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7433 PyObject
*resultobj
;
7434 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7436 int arg3
= (int) 0 ;
7437 PyObject
* obj0
= 0 ;
7438 PyObject
* obj1
= 0 ;
7439 PyObject
* obj2
= 0 ;
7441 (char *) "self",(char *) "indent",(char *) "subIndent", NULL
7444 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:TextAttr_SetLeftIndent",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
7445 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7446 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7447 arg2
= (int)SWIG_As_int(obj1
);
7448 if (PyErr_Occurred()) SWIG_fail
;
7450 arg3
= (int)SWIG_As_int(obj2
);
7451 if (PyErr_Occurred()) SWIG_fail
;
7454 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7455 (arg1
)->SetLeftIndent(arg2
,arg3
);
7457 wxPyEndAllowThreads(__tstate
);
7458 if (PyErr_Occurred()) SWIG_fail
;
7460 Py_INCREF(Py_None
); resultobj
= Py_None
;
7467 static PyObject
*_wrap_TextAttr_SetRightIndent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7468 PyObject
*resultobj
;
7469 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7471 PyObject
* obj0
= 0 ;
7472 PyObject
* obj1
= 0 ;
7474 (char *) "self",(char *) "indent", NULL
7477 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextAttr_SetRightIndent",kwnames
,&obj0
,&obj1
)) goto fail
;
7478 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7479 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7480 arg2
= (int)SWIG_As_int(obj1
);
7481 if (PyErr_Occurred()) SWIG_fail
;
7483 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7484 (arg1
)->SetRightIndent(arg2
);
7486 wxPyEndAllowThreads(__tstate
);
7487 if (PyErr_Occurred()) SWIG_fail
;
7489 Py_INCREF(Py_None
); resultobj
= Py_None
;
7496 static PyObject
*_wrap_TextAttr_SetFlags(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7497 PyObject
*resultobj
;
7498 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7500 PyObject
* obj0
= 0 ;
7501 PyObject
* obj1
= 0 ;
7503 (char *) "self",(char *) "flags", NULL
7506 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextAttr_SetFlags",kwnames
,&obj0
,&obj1
)) goto fail
;
7507 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7508 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7509 arg2
= (long)SWIG_As_long(obj1
);
7510 if (PyErr_Occurred()) SWIG_fail
;
7512 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7513 (arg1
)->SetFlags(arg2
);
7515 wxPyEndAllowThreads(__tstate
);
7516 if (PyErr_Occurred()) SWIG_fail
;
7518 Py_INCREF(Py_None
); resultobj
= Py_None
;
7525 static PyObject
*_wrap_TextAttr_HasTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7526 PyObject
*resultobj
;
7527 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7529 PyObject
* obj0
= 0 ;
7531 (char *) "self", NULL
7534 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_HasTextColour",kwnames
,&obj0
)) goto fail
;
7535 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7536 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7538 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7539 result
= (bool)((wxTextAttr
const *)arg1
)->HasTextColour();
7541 wxPyEndAllowThreads(__tstate
);
7542 if (PyErr_Occurred()) SWIG_fail
;
7545 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
7553 static PyObject
*_wrap_TextAttr_HasBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7554 PyObject
*resultobj
;
7555 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7557 PyObject
* obj0
= 0 ;
7559 (char *) "self", NULL
7562 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_HasBackgroundColour",kwnames
,&obj0
)) goto fail
;
7563 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7564 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7566 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7567 result
= (bool)((wxTextAttr
const *)arg1
)->HasBackgroundColour();
7569 wxPyEndAllowThreads(__tstate
);
7570 if (PyErr_Occurred()) SWIG_fail
;
7573 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
7581 static PyObject
*_wrap_TextAttr_HasFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7582 PyObject
*resultobj
;
7583 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7585 PyObject
* obj0
= 0 ;
7587 (char *) "self", NULL
7590 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_HasFont",kwnames
,&obj0
)) goto fail
;
7591 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7592 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7594 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7595 result
= (bool)((wxTextAttr
const *)arg1
)->HasFont();
7597 wxPyEndAllowThreads(__tstate
);
7598 if (PyErr_Occurred()) SWIG_fail
;
7601 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
7609 static PyObject
*_wrap_TextAttr_HasAlignment(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7610 PyObject
*resultobj
;
7611 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7613 PyObject
* obj0
= 0 ;
7615 (char *) "self", NULL
7618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_HasAlignment",kwnames
,&obj0
)) goto fail
;
7619 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7620 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7622 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7623 result
= (bool)((wxTextAttr
const *)arg1
)->HasAlignment();
7625 wxPyEndAllowThreads(__tstate
);
7626 if (PyErr_Occurred()) SWIG_fail
;
7629 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
7637 static PyObject
*_wrap_TextAttr_HasTabs(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7638 PyObject
*resultobj
;
7639 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7641 PyObject
* obj0
= 0 ;
7643 (char *) "self", NULL
7646 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_HasTabs",kwnames
,&obj0
)) goto fail
;
7647 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7648 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7650 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7651 result
= (bool)((wxTextAttr
const *)arg1
)->HasTabs();
7653 wxPyEndAllowThreads(__tstate
);
7654 if (PyErr_Occurred()) SWIG_fail
;
7657 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
7665 static PyObject
*_wrap_TextAttr_HasLeftIndent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7666 PyObject
*resultobj
;
7667 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7669 PyObject
* obj0
= 0 ;
7671 (char *) "self", NULL
7674 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_HasLeftIndent",kwnames
,&obj0
)) goto fail
;
7675 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7676 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7678 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7679 result
= (bool)((wxTextAttr
const *)arg1
)->HasLeftIndent();
7681 wxPyEndAllowThreads(__tstate
);
7682 if (PyErr_Occurred()) SWIG_fail
;
7685 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
7693 static PyObject
*_wrap_TextAttr_HasRightIndent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7694 PyObject
*resultobj
;
7695 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7697 PyObject
* obj0
= 0 ;
7699 (char *) "self", NULL
7702 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_HasRightIndent",kwnames
,&obj0
)) goto fail
;
7703 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7704 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7706 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7707 result
= (bool)((wxTextAttr
const *)arg1
)->HasRightIndent();
7709 wxPyEndAllowThreads(__tstate
);
7710 if (PyErr_Occurred()) SWIG_fail
;
7713 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
7721 static PyObject
*_wrap_TextAttr_HasFlag(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7722 PyObject
*resultobj
;
7723 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7726 PyObject
* obj0
= 0 ;
7727 PyObject
* obj1
= 0 ;
7729 (char *) "self",(char *) "flag", NULL
7732 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextAttr_HasFlag",kwnames
,&obj0
,&obj1
)) goto fail
;
7733 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7734 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7735 arg2
= (long)SWIG_As_long(obj1
);
7736 if (PyErr_Occurred()) SWIG_fail
;
7738 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7739 result
= (bool)((wxTextAttr
const *)arg1
)->HasFlag(arg2
);
7741 wxPyEndAllowThreads(__tstate
);
7742 if (PyErr_Occurred()) SWIG_fail
;
7745 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
7753 static PyObject
*_wrap_TextAttr_GetTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7754 PyObject
*resultobj
;
7755 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7757 PyObject
* obj0
= 0 ;
7759 (char *) "self", NULL
7762 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_GetTextColour",kwnames
,&obj0
)) goto fail
;
7763 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7764 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7766 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7768 wxColour
const &_result_ref
= ((wxTextAttr
const *)arg1
)->GetTextColour();
7769 result
= (wxColour
*) &_result_ref
;
7772 wxPyEndAllowThreads(__tstate
);
7773 if (PyErr_Occurred()) SWIG_fail
;
7775 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxColour
, 0);
7782 static PyObject
*_wrap_TextAttr_GetBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7783 PyObject
*resultobj
;
7784 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7786 PyObject
* obj0
= 0 ;
7788 (char *) "self", NULL
7791 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_GetBackgroundColour",kwnames
,&obj0
)) goto fail
;
7792 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7793 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7795 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7797 wxColour
const &_result_ref
= ((wxTextAttr
const *)arg1
)->GetBackgroundColour();
7798 result
= (wxColour
*) &_result_ref
;
7801 wxPyEndAllowThreads(__tstate
);
7802 if (PyErr_Occurred()) SWIG_fail
;
7804 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxColour
, 0);
7811 static PyObject
*_wrap_TextAttr_GetFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7812 PyObject
*resultobj
;
7813 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7815 PyObject
* obj0
= 0 ;
7817 (char *) "self", NULL
7820 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_GetFont",kwnames
,&obj0
)) goto fail
;
7821 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7822 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7824 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7826 wxFont
const &_result_ref
= ((wxTextAttr
const *)arg1
)->GetFont();
7827 result
= (wxFont
*) &_result_ref
;
7830 wxPyEndAllowThreads(__tstate
);
7831 if (PyErr_Occurred()) SWIG_fail
;
7834 wxFont
* resultptr
= new wxFont(*result
);
7835 resultobj
= SWIG_NewPointerObj((void*)(resultptr
), SWIGTYPE_p_wxFont
, 1);
7843 static PyObject
*_wrap_TextAttr_GetAlignment(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7844 PyObject
*resultobj
;
7845 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7847 PyObject
* obj0
= 0 ;
7849 (char *) "self", NULL
7852 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_GetAlignment",kwnames
,&obj0
)) goto fail
;
7853 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7854 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7856 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7857 result
= (int)((wxTextAttr
const *)arg1
)->GetAlignment();
7859 wxPyEndAllowThreads(__tstate
);
7860 if (PyErr_Occurred()) SWIG_fail
;
7862 resultobj
= SWIG_From_int((int)result
);
7869 static PyObject
*_wrap_TextAttr_GetTabs(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7870 PyObject
*resultobj
;
7871 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7873 PyObject
* obj0
= 0 ;
7875 (char *) "self", NULL
7878 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_GetTabs",kwnames
,&obj0
)) goto fail
;
7879 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7880 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7882 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7884 wxArrayInt
const &_result_ref
= ((wxTextAttr
const *)arg1
)->GetTabs();
7885 result
= (wxArrayInt
*) &_result_ref
;
7888 wxPyEndAllowThreads(__tstate
);
7889 if (PyErr_Occurred()) SWIG_fail
;
7892 resultobj
= PyList_New(0);
7894 for (idx
= 0; idx
< result
->GetCount(); idx
+= 1) {
7895 PyObject
* val
= PyInt_FromLong( result
->Item(idx
) );
7896 PyList_Append(resultobj
, val
);
7906 static PyObject
*_wrap_TextAttr_GetLeftIndent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7907 PyObject
*resultobj
;
7908 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7910 PyObject
* obj0
= 0 ;
7912 (char *) "self", NULL
7915 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_GetLeftIndent",kwnames
,&obj0
)) goto fail
;
7916 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7917 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7919 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7920 result
= (long)((wxTextAttr
const *)arg1
)->GetLeftIndent();
7922 wxPyEndAllowThreads(__tstate
);
7923 if (PyErr_Occurred()) SWIG_fail
;
7925 resultobj
= SWIG_From_long((long)result
);
7932 static PyObject
*_wrap_TextAttr_GetLeftSubIndent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7933 PyObject
*resultobj
;
7934 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7936 PyObject
* obj0
= 0 ;
7938 (char *) "self", NULL
7941 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_GetLeftSubIndent",kwnames
,&obj0
)) goto fail
;
7942 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7943 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7945 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7946 result
= (long)((wxTextAttr
const *)arg1
)->GetLeftSubIndent();
7948 wxPyEndAllowThreads(__tstate
);
7949 if (PyErr_Occurred()) SWIG_fail
;
7951 resultobj
= SWIG_From_long((long)result
);
7958 static PyObject
*_wrap_TextAttr_GetRightIndent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7959 PyObject
*resultobj
;
7960 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7962 PyObject
* obj0
= 0 ;
7964 (char *) "self", NULL
7967 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_GetRightIndent",kwnames
,&obj0
)) goto fail
;
7968 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7969 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7971 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7972 result
= (long)((wxTextAttr
const *)arg1
)->GetRightIndent();
7974 wxPyEndAllowThreads(__tstate
);
7975 if (PyErr_Occurred()) SWIG_fail
;
7977 resultobj
= SWIG_From_long((long)result
);
7984 static PyObject
*_wrap_TextAttr_GetFlags(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
7985 PyObject
*resultobj
;
7986 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
7988 PyObject
* obj0
= 0 ;
7990 (char *) "self", NULL
7993 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_GetFlags",kwnames
,&obj0
)) goto fail
;
7994 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
7995 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
7997 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
7998 result
= (long)((wxTextAttr
const *)arg1
)->GetFlags();
8000 wxPyEndAllowThreads(__tstate
);
8001 if (PyErr_Occurred()) SWIG_fail
;
8003 resultobj
= SWIG_From_long((long)result
);
8010 static PyObject
*_wrap_TextAttr_IsDefault(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8011 PyObject
*resultobj
;
8012 wxTextAttr
*arg1
= (wxTextAttr
*) 0 ;
8014 PyObject
* obj0
= 0 ;
8016 (char *) "self", NULL
8019 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextAttr_IsDefault",kwnames
,&obj0
)) goto fail
;
8020 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
8021 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8023 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8024 result
= (bool)((wxTextAttr
const *)arg1
)->IsDefault();
8026 wxPyEndAllowThreads(__tstate
);
8027 if (PyErr_Occurred()) SWIG_fail
;
8030 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
8038 static PyObject
*_wrap_TextAttr_Combine(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8039 PyObject
*resultobj
;
8040 wxTextAttr
*arg1
= 0 ;
8041 wxTextAttr
*arg2
= 0 ;
8042 wxTextCtrl
*arg3
= (wxTextCtrl
*) 0 ;
8044 PyObject
* obj0
= 0 ;
8045 PyObject
* obj1
= 0 ;
8046 PyObject
* obj2
= 0 ;
8048 (char *) "attr",(char *) "attrDef",(char *) "text", NULL
8051 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TextAttr_Combine",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
8052 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextAttr
,
8053 SWIG_POINTER_EXCEPTION
| 0)) == -1)
8056 PyErr_SetString(PyExc_TypeError
,"null reference");
8059 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTextAttr
,
8060 SWIG_POINTER_EXCEPTION
| 0)) == -1)
8063 PyErr_SetString(PyExc_TypeError
,"null reference");
8066 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxTextCtrl
,
8067 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8069 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8070 result
= wxTextAttr::Combine((wxTextAttr
const &)*arg1
,(wxTextAttr
const &)*arg2
,(wxTextCtrl
const *)arg3
);
8072 wxPyEndAllowThreads(__tstate
);
8073 if (PyErr_Occurred()) SWIG_fail
;
8076 wxTextAttr
* resultptr
;
8077 resultptr
= new wxTextAttr((wxTextAttr
&) result
);
8078 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTextAttr
, 1);
8086 static PyObject
* TextAttr_swigregister(PyObject
*, PyObject
*args
) {
8088 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
8089 SWIG_TypeClientData(SWIGTYPE_p_wxTextAttr
, obj
);
8091 return Py_BuildValue((char *)"");
8093 static PyObject
*_wrap_new_TextCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8094 PyObject
*resultobj
;
8095 wxWindow
*arg1
= (wxWindow
*) 0 ;
8096 int arg2
= (int) -1 ;
8097 wxString
const &arg3_defvalue
= wxPyEmptyString
;
8098 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
8099 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
8100 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
8101 wxSize
const &arg5_defvalue
= wxDefaultSize
;
8102 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
8103 long arg6
= (long) 0 ;
8104 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
8105 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
8106 wxString
const &arg8_defvalue
= wxPyTextCtrlNameStr
;
8107 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
8109 bool temp3
= False
;
8112 bool temp8
= False
;
8113 PyObject
* obj0
= 0 ;
8114 PyObject
* obj1
= 0 ;
8115 PyObject
* obj2
= 0 ;
8116 PyObject
* obj3
= 0 ;
8117 PyObject
* obj4
= 0 ;
8118 PyObject
* obj5
= 0 ;
8119 PyObject
* obj6
= 0 ;
8120 PyObject
* obj7
= 0 ;
8122 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
8125 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_TextCtrl",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
8126 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
8127 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8129 arg2
= (int)SWIG_As_int(obj1
);
8130 if (PyErr_Occurred()) SWIG_fail
;
8134 arg3
= wxString_in_helper(obj2
);
8135 if (arg3
== NULL
) SWIG_fail
;
8142 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
8148 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
8152 arg6
= (long)SWIG_As_long(obj5
);
8153 if (PyErr_Occurred()) SWIG_fail
;
8156 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
8157 SWIG_POINTER_EXCEPTION
| 0)) == -1)
8160 PyErr_SetString(PyExc_TypeError
,"null reference");
8166 arg8
= wxString_in_helper(obj7
);
8167 if (arg8
== NULL
) SWIG_fail
;
8172 if (!wxPyCheckForApp()) SWIG_fail
;
8173 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8174 result
= (wxTextCtrl
*)new wxTextCtrl(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
8176 wxPyEndAllowThreads(__tstate
);
8177 if (PyErr_Occurred()) SWIG_fail
;
8179 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxTextCtrl
, 1);
8202 static PyObject
*_wrap_new_PreTextCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8203 PyObject
*resultobj
;
8209 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreTextCtrl",kwnames
)) goto fail
;
8211 if (!wxPyCheckForApp()) SWIG_fail
;
8212 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8213 result
= (wxTextCtrl
*)new wxTextCtrl();
8215 wxPyEndAllowThreads(__tstate
);
8216 if (PyErr_Occurred()) SWIG_fail
;
8218 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxTextCtrl
, 1);
8225 static PyObject
*_wrap_TextCtrl_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8226 PyObject
*resultobj
;
8227 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8228 wxWindow
*arg2
= (wxWindow
*) 0 ;
8229 int arg3
= (int) -1 ;
8230 wxString
const &arg4_defvalue
= wxPyEmptyString
;
8231 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
8232 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
8233 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
8234 wxSize
const &arg6_defvalue
= wxDefaultSize
;
8235 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
8236 long arg7
= (long) 0 ;
8237 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
8238 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
8239 wxString
const &arg9_defvalue
= wxPyTextCtrlNameStr
;
8240 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
8242 bool temp4
= False
;
8245 bool temp9
= False
;
8246 PyObject
* obj0
= 0 ;
8247 PyObject
* obj1
= 0 ;
8248 PyObject
* obj2
= 0 ;
8249 PyObject
* obj3
= 0 ;
8250 PyObject
* obj4
= 0 ;
8251 PyObject
* obj5
= 0 ;
8252 PyObject
* obj6
= 0 ;
8253 PyObject
* obj7
= 0 ;
8254 PyObject
* obj8
= 0 ;
8256 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
8259 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:TextCtrl_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
8260 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8261 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8262 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
8263 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8265 arg3
= (int)SWIG_As_int(obj2
);
8266 if (PyErr_Occurred()) SWIG_fail
;
8270 arg4
= wxString_in_helper(obj3
);
8271 if (arg4
== NULL
) SWIG_fail
;
8278 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
8284 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
8288 arg7
= (long)SWIG_As_long(obj6
);
8289 if (PyErr_Occurred()) SWIG_fail
;
8292 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
8293 SWIG_POINTER_EXCEPTION
| 0)) == -1)
8296 PyErr_SetString(PyExc_TypeError
,"null reference");
8302 arg9
= wxString_in_helper(obj8
);
8303 if (arg9
== NULL
) SWIG_fail
;
8308 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8309 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
8311 wxPyEndAllowThreads(__tstate
);
8312 if (PyErr_Occurred()) SWIG_fail
;
8315 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
8339 static PyObject
*_wrap_TextCtrl_GetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8340 PyObject
*resultobj
;
8341 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8343 PyObject
* obj0
= 0 ;
8345 (char *) "self", NULL
8348 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_GetValue",kwnames
,&obj0
)) goto fail
;
8349 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8350 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8352 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8353 result
= ((wxTextCtrl
const *)arg1
)->GetValue();
8355 wxPyEndAllowThreads(__tstate
);
8356 if (PyErr_Occurred()) SWIG_fail
;
8360 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
8362 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
8371 static PyObject
*_wrap_TextCtrl_SetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8372 PyObject
*resultobj
;
8373 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8374 wxString
*arg2
= 0 ;
8375 bool temp2
= False
;
8376 PyObject
* obj0
= 0 ;
8377 PyObject
* obj1
= 0 ;
8379 (char *) "self",(char *) "value", NULL
8382 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_SetValue",kwnames
,&obj0
,&obj1
)) goto fail
;
8383 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8384 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8386 arg2
= wxString_in_helper(obj1
);
8387 if (arg2
== NULL
) SWIG_fail
;
8391 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8392 (arg1
)->SetValue((wxString
const &)*arg2
);
8394 wxPyEndAllowThreads(__tstate
);
8395 if (PyErr_Occurred()) SWIG_fail
;
8397 Py_INCREF(Py_None
); resultobj
= Py_None
;
8412 static PyObject
*_wrap_TextCtrl_GetRange(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8413 PyObject
*resultobj
;
8414 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8418 PyObject
* obj0
= 0 ;
8419 PyObject
* obj1
= 0 ;
8420 PyObject
* obj2
= 0 ;
8422 (char *) "self",(char *) "from",(char *) "to", NULL
8425 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TextCtrl_GetRange",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
8426 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8427 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8428 arg2
= (long)SWIG_As_long(obj1
);
8429 if (PyErr_Occurred()) SWIG_fail
;
8430 arg3
= (long)SWIG_As_long(obj2
);
8431 if (PyErr_Occurred()) SWIG_fail
;
8433 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8434 result
= ((wxTextCtrl
const *)arg1
)->GetRange(arg2
,arg3
);
8436 wxPyEndAllowThreads(__tstate
);
8437 if (PyErr_Occurred()) SWIG_fail
;
8441 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
8443 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
8452 static PyObject
*_wrap_TextCtrl_GetLineLength(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8453 PyObject
*resultobj
;
8454 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8457 PyObject
* obj0
= 0 ;
8458 PyObject
* obj1
= 0 ;
8460 (char *) "self",(char *) "lineNo", NULL
8463 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_GetLineLength",kwnames
,&obj0
,&obj1
)) goto fail
;
8464 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8465 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8466 arg2
= (long)SWIG_As_long(obj1
);
8467 if (PyErr_Occurred()) SWIG_fail
;
8469 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8470 result
= (int)((wxTextCtrl
const *)arg1
)->GetLineLength(arg2
);
8472 wxPyEndAllowThreads(__tstate
);
8473 if (PyErr_Occurred()) SWIG_fail
;
8475 resultobj
= SWIG_From_int((int)result
);
8482 static PyObject
*_wrap_TextCtrl_GetLineText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8483 PyObject
*resultobj
;
8484 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8487 PyObject
* obj0
= 0 ;
8488 PyObject
* obj1
= 0 ;
8490 (char *) "self",(char *) "lineNo", NULL
8493 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_GetLineText",kwnames
,&obj0
,&obj1
)) goto fail
;
8494 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8495 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8496 arg2
= (long)SWIG_As_long(obj1
);
8497 if (PyErr_Occurred()) SWIG_fail
;
8499 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8500 result
= ((wxTextCtrl
const *)arg1
)->GetLineText(arg2
);
8502 wxPyEndAllowThreads(__tstate
);
8503 if (PyErr_Occurred()) SWIG_fail
;
8507 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
8509 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
8518 static PyObject
*_wrap_TextCtrl_GetNumberOfLines(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8519 PyObject
*resultobj
;
8520 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8522 PyObject
* obj0
= 0 ;
8524 (char *) "self", NULL
8527 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_GetNumberOfLines",kwnames
,&obj0
)) goto fail
;
8528 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8529 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8531 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8532 result
= (int)((wxTextCtrl
const *)arg1
)->GetNumberOfLines();
8534 wxPyEndAllowThreads(__tstate
);
8535 if (PyErr_Occurred()) SWIG_fail
;
8537 resultobj
= SWIG_From_int((int)result
);
8544 static PyObject
*_wrap_TextCtrl_IsModified(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8545 PyObject
*resultobj
;
8546 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8548 PyObject
* obj0
= 0 ;
8550 (char *) "self", NULL
8553 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_IsModified",kwnames
,&obj0
)) goto fail
;
8554 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8555 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8557 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8558 result
= (bool)((wxTextCtrl
const *)arg1
)->IsModified();
8560 wxPyEndAllowThreads(__tstate
);
8561 if (PyErr_Occurred()) SWIG_fail
;
8564 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
8572 static PyObject
*_wrap_TextCtrl_IsEditable(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8573 PyObject
*resultobj
;
8574 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8576 PyObject
* obj0
= 0 ;
8578 (char *) "self", NULL
8581 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_IsEditable",kwnames
,&obj0
)) goto fail
;
8582 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8583 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8585 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8586 result
= (bool)((wxTextCtrl
const *)arg1
)->IsEditable();
8588 wxPyEndAllowThreads(__tstate
);
8589 if (PyErr_Occurred()) SWIG_fail
;
8592 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
8600 static PyObject
*_wrap_TextCtrl_IsSingleLine(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8601 PyObject
*resultobj
;
8602 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8604 PyObject
* obj0
= 0 ;
8606 (char *) "self", NULL
8609 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_IsSingleLine",kwnames
,&obj0
)) goto fail
;
8610 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8611 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8613 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8614 result
= (bool)((wxTextCtrl
const *)arg1
)->IsSingleLine();
8616 wxPyEndAllowThreads(__tstate
);
8617 if (PyErr_Occurred()) SWIG_fail
;
8620 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
8628 static PyObject
*_wrap_TextCtrl_IsMultiLine(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8629 PyObject
*resultobj
;
8630 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8632 PyObject
* obj0
= 0 ;
8634 (char *) "self", NULL
8637 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_IsMultiLine",kwnames
,&obj0
)) goto fail
;
8638 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8639 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8641 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8642 result
= (bool)((wxTextCtrl
const *)arg1
)->IsMultiLine();
8644 wxPyEndAllowThreads(__tstate
);
8645 if (PyErr_Occurred()) SWIG_fail
;
8648 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
8656 static PyObject
*_wrap_TextCtrl_GetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8657 PyObject
*resultobj
;
8658 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8659 long *arg2
= (long *) 0 ;
8660 long *arg3
= (long *) 0 ;
8665 PyObject
* obj0
= 0 ;
8667 (char *) "self", NULL
8670 arg2
= &temp2
; res2
= SWIG_NEWOBJ
;
8671 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
8672 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_GetSelection",kwnames
,&obj0
)) goto fail
;
8673 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8674 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8676 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8677 ((wxTextCtrl
const *)arg1
)->GetSelection(arg2
,arg3
);
8679 wxPyEndAllowThreads(__tstate
);
8680 if (PyErr_Occurred()) SWIG_fail
;
8682 Py_INCREF(Py_None
); resultobj
= Py_None
;
8683 resultobj
= t_output_helper(resultobj
, ((res2
== SWIG_NEWOBJ
) ?
8684 SWIG_From_long((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_long
, 0)));
8685 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
8686 SWIG_From_long((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_long
, 0)));
8693 static PyObject
*_wrap_TextCtrl_GetStringSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8694 PyObject
*resultobj
;
8695 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8697 PyObject
* obj0
= 0 ;
8699 (char *) "self", NULL
8702 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_GetStringSelection",kwnames
,&obj0
)) goto fail
;
8703 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8704 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8706 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8707 result
= ((wxTextCtrl
const *)arg1
)->GetStringSelection();
8709 wxPyEndAllowThreads(__tstate
);
8710 if (PyErr_Occurred()) SWIG_fail
;
8714 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
8716 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
8725 static PyObject
*_wrap_TextCtrl_Clear(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8726 PyObject
*resultobj
;
8727 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8728 PyObject
* obj0
= 0 ;
8730 (char *) "self", NULL
8733 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_Clear",kwnames
,&obj0
)) goto fail
;
8734 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8735 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8737 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8740 wxPyEndAllowThreads(__tstate
);
8741 if (PyErr_Occurred()) SWIG_fail
;
8743 Py_INCREF(Py_None
); resultobj
= Py_None
;
8750 static PyObject
*_wrap_TextCtrl_Replace(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8751 PyObject
*resultobj
;
8752 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8755 wxString
*arg4
= 0 ;
8756 bool temp4
= False
;
8757 PyObject
* obj0
= 0 ;
8758 PyObject
* obj1
= 0 ;
8759 PyObject
* obj2
= 0 ;
8760 PyObject
* obj3
= 0 ;
8762 (char *) "self",(char *) "from",(char *) "to",(char *) "value", NULL
8765 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:TextCtrl_Replace",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
8766 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8767 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8768 arg2
= (long)SWIG_As_long(obj1
);
8769 if (PyErr_Occurred()) SWIG_fail
;
8770 arg3
= (long)SWIG_As_long(obj2
);
8771 if (PyErr_Occurred()) SWIG_fail
;
8773 arg4
= wxString_in_helper(obj3
);
8774 if (arg4
== NULL
) SWIG_fail
;
8778 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8779 (arg1
)->Replace(arg2
,arg3
,(wxString
const &)*arg4
);
8781 wxPyEndAllowThreads(__tstate
);
8782 if (PyErr_Occurred()) SWIG_fail
;
8784 Py_INCREF(Py_None
); resultobj
= Py_None
;
8799 static PyObject
*_wrap_TextCtrl_Remove(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8800 PyObject
*resultobj
;
8801 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8804 PyObject
* obj0
= 0 ;
8805 PyObject
* obj1
= 0 ;
8806 PyObject
* obj2
= 0 ;
8808 (char *) "self",(char *) "from",(char *) "to", NULL
8811 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TextCtrl_Remove",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
8812 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8813 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8814 arg2
= (long)SWIG_As_long(obj1
);
8815 if (PyErr_Occurred()) SWIG_fail
;
8816 arg3
= (long)SWIG_As_long(obj2
);
8817 if (PyErr_Occurred()) SWIG_fail
;
8819 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8820 (arg1
)->Remove(arg2
,arg3
);
8822 wxPyEndAllowThreads(__tstate
);
8823 if (PyErr_Occurred()) SWIG_fail
;
8825 Py_INCREF(Py_None
); resultobj
= Py_None
;
8832 static PyObject
*_wrap_TextCtrl_LoadFile(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8833 PyObject
*resultobj
;
8834 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8835 wxString
*arg2
= 0 ;
8837 bool temp2
= False
;
8838 PyObject
* obj0
= 0 ;
8839 PyObject
* obj1
= 0 ;
8841 (char *) "self",(char *) "file", NULL
8844 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_LoadFile",kwnames
,&obj0
,&obj1
)) goto fail
;
8845 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8846 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8848 arg2
= wxString_in_helper(obj1
);
8849 if (arg2
== NULL
) SWIG_fail
;
8853 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8854 result
= (bool)(arg1
)->LoadFile((wxString
const &)*arg2
);
8856 wxPyEndAllowThreads(__tstate
);
8857 if (PyErr_Occurred()) SWIG_fail
;
8860 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
8876 static PyObject
*_wrap_TextCtrl_SaveFile(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8877 PyObject
*resultobj
;
8878 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8879 wxString
const &arg2_defvalue
= wxPyEmptyString
;
8880 wxString
*arg2
= (wxString
*) &arg2_defvalue
;
8882 bool temp2
= False
;
8883 PyObject
* obj0
= 0 ;
8884 PyObject
* obj1
= 0 ;
8886 (char *) "self",(char *) "file", NULL
8889 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|O:TextCtrl_SaveFile",kwnames
,&obj0
,&obj1
)) goto fail
;
8890 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8891 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8894 arg2
= wxString_in_helper(obj1
);
8895 if (arg2
== NULL
) SWIG_fail
;
8900 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8901 result
= (bool)(arg1
)->SaveFile((wxString
const &)*arg2
);
8903 wxPyEndAllowThreads(__tstate
);
8904 if (PyErr_Occurred()) SWIG_fail
;
8907 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
8923 static PyObject
*_wrap_TextCtrl_MarkDirty(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8924 PyObject
*resultobj
;
8925 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8926 PyObject
* obj0
= 0 ;
8928 (char *) "self", NULL
8931 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_MarkDirty",kwnames
,&obj0
)) goto fail
;
8932 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8933 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8935 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8936 (arg1
)->MarkDirty();
8938 wxPyEndAllowThreads(__tstate
);
8939 if (PyErr_Occurred()) SWIG_fail
;
8941 Py_INCREF(Py_None
); resultobj
= Py_None
;
8948 static PyObject
*_wrap_TextCtrl_DiscardEdits(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8949 PyObject
*resultobj
;
8950 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8951 PyObject
* obj0
= 0 ;
8953 (char *) "self", NULL
8956 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_DiscardEdits",kwnames
,&obj0
)) goto fail
;
8957 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8958 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8960 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8961 (arg1
)->DiscardEdits();
8963 wxPyEndAllowThreads(__tstate
);
8964 if (PyErr_Occurred()) SWIG_fail
;
8966 Py_INCREF(Py_None
); resultobj
= Py_None
;
8973 static PyObject
*_wrap_TextCtrl_SetMaxLength(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
8974 PyObject
*resultobj
;
8975 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
8976 unsigned long arg2
;
8977 PyObject
* obj0
= 0 ;
8978 PyObject
* obj1
= 0 ;
8980 (char *) "self",(char *) "len", NULL
8983 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_SetMaxLength",kwnames
,&obj0
,&obj1
)) goto fail
;
8984 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
8985 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
8986 arg2
= (unsigned long)SWIG_As_unsigned_SS_long(obj1
);
8987 if (PyErr_Occurred()) SWIG_fail
;
8989 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
8990 (arg1
)->SetMaxLength(arg2
);
8992 wxPyEndAllowThreads(__tstate
);
8993 if (PyErr_Occurred()) SWIG_fail
;
8995 Py_INCREF(Py_None
); resultobj
= Py_None
;
9002 static PyObject
*_wrap_TextCtrl_WriteText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9003 PyObject
*resultobj
;
9004 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9005 wxString
*arg2
= 0 ;
9006 bool temp2
= False
;
9007 PyObject
* obj0
= 0 ;
9008 PyObject
* obj1
= 0 ;
9010 (char *) "self",(char *) "text", NULL
9013 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_WriteText",kwnames
,&obj0
,&obj1
)) goto fail
;
9014 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9015 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9017 arg2
= wxString_in_helper(obj1
);
9018 if (arg2
== NULL
) SWIG_fail
;
9022 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9023 (arg1
)->WriteText((wxString
const &)*arg2
);
9025 wxPyEndAllowThreads(__tstate
);
9026 if (PyErr_Occurred()) SWIG_fail
;
9028 Py_INCREF(Py_None
); resultobj
= Py_None
;
9043 static PyObject
*_wrap_TextCtrl_AppendText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9044 PyObject
*resultobj
;
9045 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9046 wxString
*arg2
= 0 ;
9047 bool temp2
= False
;
9048 PyObject
* obj0
= 0 ;
9049 PyObject
* obj1
= 0 ;
9051 (char *) "self",(char *) "text", NULL
9054 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_AppendText",kwnames
,&obj0
,&obj1
)) goto fail
;
9055 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9056 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9058 arg2
= wxString_in_helper(obj1
);
9059 if (arg2
== NULL
) SWIG_fail
;
9063 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9064 (arg1
)->AppendText((wxString
const &)*arg2
);
9066 wxPyEndAllowThreads(__tstate
);
9067 if (PyErr_Occurred()) SWIG_fail
;
9069 Py_INCREF(Py_None
); resultobj
= Py_None
;
9084 static PyObject
*_wrap_TextCtrl_EmulateKeyPress(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9085 PyObject
*resultobj
;
9086 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9087 wxKeyEvent
*arg2
= 0 ;
9089 PyObject
* obj0
= 0 ;
9090 PyObject
* obj1
= 0 ;
9092 (char *) "self",(char *) "event", NULL
9095 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_EmulateKeyPress",kwnames
,&obj0
,&obj1
)) goto fail
;
9096 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9097 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9098 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxKeyEvent
,
9099 SWIG_POINTER_EXCEPTION
| 0)) == -1)
9102 PyErr_SetString(PyExc_TypeError
,"null reference");
9106 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9107 result
= (bool)(arg1
)->EmulateKeyPress((wxKeyEvent
const &)*arg2
);
9109 wxPyEndAllowThreads(__tstate
);
9110 if (PyErr_Occurred()) SWIG_fail
;
9113 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
9121 static PyObject
*_wrap_TextCtrl_SetStyle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9122 PyObject
*resultobj
;
9123 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9126 wxTextAttr
*arg4
= 0 ;
9128 PyObject
* obj0
= 0 ;
9129 PyObject
* obj1
= 0 ;
9130 PyObject
* obj2
= 0 ;
9131 PyObject
* obj3
= 0 ;
9133 (char *) "self",(char *) "start",(char *) "end",(char *) "style", NULL
9136 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:TextCtrl_SetStyle",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
9137 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9138 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9139 arg2
= (long)SWIG_As_long(obj1
);
9140 if (PyErr_Occurred()) SWIG_fail
;
9141 arg3
= (long)SWIG_As_long(obj2
);
9142 if (PyErr_Occurred()) SWIG_fail
;
9143 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxTextAttr
,
9144 SWIG_POINTER_EXCEPTION
| 0)) == -1)
9147 PyErr_SetString(PyExc_TypeError
,"null reference");
9151 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9152 result
= (bool)(arg1
)->SetStyle(arg2
,arg3
,(wxTextAttr
const &)*arg4
);
9154 wxPyEndAllowThreads(__tstate
);
9155 if (PyErr_Occurred()) SWIG_fail
;
9158 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
9166 static PyObject
*_wrap_TextCtrl_GetStyle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9167 PyObject
*resultobj
;
9168 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9170 wxTextAttr
*arg3
= 0 ;
9172 PyObject
* obj0
= 0 ;
9173 PyObject
* obj1
= 0 ;
9174 PyObject
* obj2
= 0 ;
9176 (char *) "self",(char *) "position",(char *) "style", NULL
9179 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TextCtrl_GetStyle",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
9180 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9181 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9182 arg2
= (long)SWIG_As_long(obj1
);
9183 if (PyErr_Occurred()) SWIG_fail
;
9184 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxTextAttr
,
9185 SWIG_POINTER_EXCEPTION
| 0)) == -1)
9188 PyErr_SetString(PyExc_TypeError
,"null reference");
9192 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9193 result
= (bool)(arg1
)->GetStyle(arg2
,*arg3
);
9195 wxPyEndAllowThreads(__tstate
);
9196 if (PyErr_Occurred()) SWIG_fail
;
9199 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
9207 static PyObject
*_wrap_TextCtrl_SetDefaultStyle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9208 PyObject
*resultobj
;
9209 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9210 wxTextAttr
*arg2
= 0 ;
9212 PyObject
* obj0
= 0 ;
9213 PyObject
* obj1
= 0 ;
9215 (char *) "self",(char *) "style", NULL
9218 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_SetDefaultStyle",kwnames
,&obj0
,&obj1
)) goto fail
;
9219 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9220 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9221 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTextAttr
,
9222 SWIG_POINTER_EXCEPTION
| 0)) == -1)
9225 PyErr_SetString(PyExc_TypeError
,"null reference");
9229 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9230 result
= (bool)(arg1
)->SetDefaultStyle((wxTextAttr
const &)*arg2
);
9232 wxPyEndAllowThreads(__tstate
);
9233 if (PyErr_Occurred()) SWIG_fail
;
9236 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
9244 static PyObject
*_wrap_TextCtrl_GetDefaultStyle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9245 PyObject
*resultobj
;
9246 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9248 PyObject
* obj0
= 0 ;
9250 (char *) "self", NULL
9253 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_GetDefaultStyle",kwnames
,&obj0
)) goto fail
;
9254 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9255 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9257 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9259 wxTextAttr
const &_result_ref
= ((wxTextCtrl
const *)arg1
)->GetDefaultStyle();
9260 result
= (wxTextAttr
*) &_result_ref
;
9263 wxPyEndAllowThreads(__tstate
);
9264 if (PyErr_Occurred()) SWIG_fail
;
9266 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxTextAttr
, 0);
9273 static PyObject
*_wrap_TextCtrl_XYToPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9274 PyObject
*resultobj
;
9275 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9279 PyObject
* obj0
= 0 ;
9280 PyObject
* obj1
= 0 ;
9281 PyObject
* obj2
= 0 ;
9283 (char *) "self",(char *) "x",(char *) "y", NULL
9286 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TextCtrl_XYToPosition",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
9287 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9288 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9289 arg2
= (long)SWIG_As_long(obj1
);
9290 if (PyErr_Occurred()) SWIG_fail
;
9291 arg3
= (long)SWIG_As_long(obj2
);
9292 if (PyErr_Occurred()) SWIG_fail
;
9294 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9295 result
= (long)((wxTextCtrl
const *)arg1
)->XYToPosition(arg2
,arg3
);
9297 wxPyEndAllowThreads(__tstate
);
9298 if (PyErr_Occurred()) SWIG_fail
;
9300 resultobj
= SWIG_From_long((long)result
);
9307 static PyObject
*_wrap_TextCtrl_PositionToXY(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9308 PyObject
*resultobj
;
9309 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9311 long *arg3
= (long *) 0 ;
9312 long *arg4
= (long *) 0 ;
9317 PyObject
* obj0
= 0 ;
9318 PyObject
* obj1
= 0 ;
9320 (char *) "self",(char *) "pos", NULL
9323 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
9324 arg4
= &temp4
; res4
= SWIG_NEWOBJ
;
9325 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_PositionToXY",kwnames
,&obj0
,&obj1
)) goto fail
;
9326 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9327 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9328 arg2
= (long)SWIG_As_long(obj1
);
9329 if (PyErr_Occurred()) SWIG_fail
;
9331 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9332 ((wxTextCtrl
const *)arg1
)->PositionToXY(arg2
,arg3
,arg4
);
9334 wxPyEndAllowThreads(__tstate
);
9335 if (PyErr_Occurred()) SWIG_fail
;
9337 Py_INCREF(Py_None
); resultobj
= Py_None
;
9338 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
9339 SWIG_From_long((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_long
, 0)));
9340 resultobj
= t_output_helper(resultobj
, ((res4
== SWIG_NEWOBJ
) ?
9341 SWIG_From_long((*arg4
)) : SWIG_NewPointerObj((void*)(arg4
), SWIGTYPE_p_long
, 0)));
9348 static PyObject
*_wrap_TextCtrl_ShowPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9349 PyObject
*resultobj
;
9350 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9352 PyObject
* obj0
= 0 ;
9353 PyObject
* obj1
= 0 ;
9355 (char *) "self",(char *) "pos", NULL
9358 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_ShowPosition",kwnames
,&obj0
,&obj1
)) goto fail
;
9359 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9360 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9361 arg2
= (long)SWIG_As_long(obj1
);
9362 if (PyErr_Occurred()) SWIG_fail
;
9364 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9365 (arg1
)->ShowPosition(arg2
);
9367 wxPyEndAllowThreads(__tstate
);
9368 if (PyErr_Occurred()) SWIG_fail
;
9370 Py_INCREF(Py_None
); resultobj
= Py_None
;
9377 static PyObject
*_wrap_TextCtrl_HitTest(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9378 PyObject
*resultobj
;
9379 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9381 long *arg3
= (long *) 0 ;
9382 long *arg4
= (long *) 0 ;
9389 PyObject
* obj0
= 0 ;
9390 PyObject
* obj1
= 0 ;
9392 (char *) "self",(char *) "pt", NULL
9395 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
9396 arg4
= &temp4
; res4
= SWIG_NEWOBJ
;
9397 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_HitTest",kwnames
,&obj0
,&obj1
)) goto fail
;
9398 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9399 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9402 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
9405 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9406 result
= (int)((wxTextCtrl
const *)arg1
)->HitTest((wxPoint
const &)*arg2
,arg3
,arg4
);
9408 wxPyEndAllowThreads(__tstate
);
9409 if (PyErr_Occurred()) SWIG_fail
;
9411 resultobj
= SWIG_From_int((int)result
);
9412 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
9413 SWIG_From_long((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_long
, 0)));
9414 resultobj
= t_output_helper(resultobj
, ((res4
== SWIG_NEWOBJ
) ?
9415 SWIG_From_long((*arg4
)) : SWIG_NewPointerObj((void*)(arg4
), SWIGTYPE_p_long
, 0)));
9422 static PyObject
*_wrap_TextCtrl_HitTestPos(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9423 PyObject
*resultobj
;
9424 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9426 long *arg3
= (long *) 0 ;
9431 PyObject
* obj0
= 0 ;
9432 PyObject
* obj1
= 0 ;
9434 (char *) "self",(char *) "pt", NULL
9437 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
9438 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_HitTestPos",kwnames
,&obj0
,&obj1
)) goto fail
;
9439 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9440 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9443 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
9446 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9447 result
= (int)((wxTextCtrl
const *)arg1
)->HitTest((wxPoint
const &)*arg2
,arg3
);
9449 wxPyEndAllowThreads(__tstate
);
9450 if (PyErr_Occurred()) SWIG_fail
;
9452 resultobj
= SWIG_From_int((int)result
);
9453 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
9454 SWIG_From_long((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_long
, 0)));
9461 static PyObject
*_wrap_TextCtrl_Copy(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9462 PyObject
*resultobj
;
9463 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9464 PyObject
* obj0
= 0 ;
9466 (char *) "self", NULL
9469 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_Copy",kwnames
,&obj0
)) goto fail
;
9470 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9471 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9473 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9476 wxPyEndAllowThreads(__tstate
);
9477 if (PyErr_Occurred()) SWIG_fail
;
9479 Py_INCREF(Py_None
); resultobj
= Py_None
;
9486 static PyObject
*_wrap_TextCtrl_Cut(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9487 PyObject
*resultobj
;
9488 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9489 PyObject
* obj0
= 0 ;
9491 (char *) "self", NULL
9494 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_Cut",kwnames
,&obj0
)) goto fail
;
9495 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9496 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9498 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9501 wxPyEndAllowThreads(__tstate
);
9502 if (PyErr_Occurred()) SWIG_fail
;
9504 Py_INCREF(Py_None
); resultobj
= Py_None
;
9511 static PyObject
*_wrap_TextCtrl_Paste(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9512 PyObject
*resultobj
;
9513 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9514 PyObject
* obj0
= 0 ;
9516 (char *) "self", NULL
9519 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_Paste",kwnames
,&obj0
)) goto fail
;
9520 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9521 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9523 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9526 wxPyEndAllowThreads(__tstate
);
9527 if (PyErr_Occurred()) SWIG_fail
;
9529 Py_INCREF(Py_None
); resultobj
= Py_None
;
9536 static PyObject
*_wrap_TextCtrl_CanCopy(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9537 PyObject
*resultobj
;
9538 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9540 PyObject
* obj0
= 0 ;
9542 (char *) "self", NULL
9545 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_CanCopy",kwnames
,&obj0
)) goto fail
;
9546 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9547 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9549 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9550 result
= (bool)((wxTextCtrl
const *)arg1
)->CanCopy();
9552 wxPyEndAllowThreads(__tstate
);
9553 if (PyErr_Occurred()) SWIG_fail
;
9556 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
9564 static PyObject
*_wrap_TextCtrl_CanCut(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9565 PyObject
*resultobj
;
9566 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9568 PyObject
* obj0
= 0 ;
9570 (char *) "self", NULL
9573 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_CanCut",kwnames
,&obj0
)) goto fail
;
9574 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9575 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9577 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9578 result
= (bool)((wxTextCtrl
const *)arg1
)->CanCut();
9580 wxPyEndAllowThreads(__tstate
);
9581 if (PyErr_Occurred()) SWIG_fail
;
9584 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
9592 static PyObject
*_wrap_TextCtrl_CanPaste(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9593 PyObject
*resultobj
;
9594 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9596 PyObject
* obj0
= 0 ;
9598 (char *) "self", NULL
9601 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_CanPaste",kwnames
,&obj0
)) goto fail
;
9602 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9603 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9605 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9606 result
= (bool)((wxTextCtrl
const *)arg1
)->CanPaste();
9608 wxPyEndAllowThreads(__tstate
);
9609 if (PyErr_Occurred()) SWIG_fail
;
9612 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
9620 static PyObject
*_wrap_TextCtrl_Undo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9621 PyObject
*resultobj
;
9622 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9623 PyObject
* obj0
= 0 ;
9625 (char *) "self", NULL
9628 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_Undo",kwnames
,&obj0
)) goto fail
;
9629 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9630 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9632 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9635 wxPyEndAllowThreads(__tstate
);
9636 if (PyErr_Occurred()) SWIG_fail
;
9638 Py_INCREF(Py_None
); resultobj
= Py_None
;
9645 static PyObject
*_wrap_TextCtrl_Redo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9646 PyObject
*resultobj
;
9647 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9648 PyObject
* obj0
= 0 ;
9650 (char *) "self", NULL
9653 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_Redo",kwnames
,&obj0
)) goto fail
;
9654 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9655 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9657 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9660 wxPyEndAllowThreads(__tstate
);
9661 if (PyErr_Occurred()) SWIG_fail
;
9663 Py_INCREF(Py_None
); resultobj
= Py_None
;
9670 static PyObject
*_wrap_TextCtrl_CanUndo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9671 PyObject
*resultobj
;
9672 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9674 PyObject
* obj0
= 0 ;
9676 (char *) "self", NULL
9679 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_CanUndo",kwnames
,&obj0
)) goto fail
;
9680 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9681 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9683 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9684 result
= (bool)((wxTextCtrl
const *)arg1
)->CanUndo();
9686 wxPyEndAllowThreads(__tstate
);
9687 if (PyErr_Occurred()) SWIG_fail
;
9690 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
9698 static PyObject
*_wrap_TextCtrl_CanRedo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9699 PyObject
*resultobj
;
9700 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9702 PyObject
* obj0
= 0 ;
9704 (char *) "self", NULL
9707 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_CanRedo",kwnames
,&obj0
)) goto fail
;
9708 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9709 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9711 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9712 result
= (bool)((wxTextCtrl
const *)arg1
)->CanRedo();
9714 wxPyEndAllowThreads(__tstate
);
9715 if (PyErr_Occurred()) SWIG_fail
;
9718 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
9726 static PyObject
*_wrap_TextCtrl_SetInsertionPoint(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9727 PyObject
*resultobj
;
9728 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9730 PyObject
* obj0
= 0 ;
9731 PyObject
* obj1
= 0 ;
9733 (char *) "self",(char *) "pos", NULL
9736 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_SetInsertionPoint",kwnames
,&obj0
,&obj1
)) goto fail
;
9737 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9738 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9739 arg2
= (long)SWIG_As_long(obj1
);
9740 if (PyErr_Occurred()) SWIG_fail
;
9742 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9743 (arg1
)->SetInsertionPoint(arg2
);
9745 wxPyEndAllowThreads(__tstate
);
9746 if (PyErr_Occurred()) SWIG_fail
;
9748 Py_INCREF(Py_None
); resultobj
= Py_None
;
9755 static PyObject
*_wrap_TextCtrl_SetInsertionPointEnd(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9756 PyObject
*resultobj
;
9757 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9758 PyObject
* obj0
= 0 ;
9760 (char *) "self", NULL
9763 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_SetInsertionPointEnd",kwnames
,&obj0
)) goto fail
;
9764 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9765 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9767 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9768 (arg1
)->SetInsertionPointEnd();
9770 wxPyEndAllowThreads(__tstate
);
9771 if (PyErr_Occurred()) SWIG_fail
;
9773 Py_INCREF(Py_None
); resultobj
= Py_None
;
9780 static PyObject
*_wrap_TextCtrl_GetInsertionPoint(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9781 PyObject
*resultobj
;
9782 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9784 PyObject
* obj0
= 0 ;
9786 (char *) "self", NULL
9789 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_GetInsertionPoint",kwnames
,&obj0
)) goto fail
;
9790 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9791 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9793 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9794 result
= (long)((wxTextCtrl
const *)arg1
)->GetInsertionPoint();
9796 wxPyEndAllowThreads(__tstate
);
9797 if (PyErr_Occurred()) SWIG_fail
;
9799 resultobj
= SWIG_From_long((long)result
);
9806 static PyObject
*_wrap_TextCtrl_GetLastPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9807 PyObject
*resultobj
;
9808 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9810 PyObject
* obj0
= 0 ;
9812 (char *) "self", NULL
9815 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_GetLastPosition",kwnames
,&obj0
)) goto fail
;
9816 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9817 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9819 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9820 result
= (long)((wxTextCtrl
const *)arg1
)->GetLastPosition();
9822 wxPyEndAllowThreads(__tstate
);
9823 if (PyErr_Occurred()) SWIG_fail
;
9825 resultobj
= SWIG_From_long((long)result
);
9832 static PyObject
*_wrap_TextCtrl_SetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9833 PyObject
*resultobj
;
9834 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9837 PyObject
* obj0
= 0 ;
9838 PyObject
* obj1
= 0 ;
9839 PyObject
* obj2
= 0 ;
9841 (char *) "self",(char *) "from",(char *) "to", NULL
9844 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TextCtrl_SetSelection",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
9845 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9846 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9847 arg2
= (long)SWIG_As_long(obj1
);
9848 if (PyErr_Occurred()) SWIG_fail
;
9849 arg3
= (long)SWIG_As_long(obj2
);
9850 if (PyErr_Occurred()) SWIG_fail
;
9852 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9853 (arg1
)->SetSelection(arg2
,arg3
);
9855 wxPyEndAllowThreads(__tstate
);
9856 if (PyErr_Occurred()) SWIG_fail
;
9858 Py_INCREF(Py_None
); resultobj
= Py_None
;
9865 static PyObject
*_wrap_TextCtrl_SelectAll(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9866 PyObject
*resultobj
;
9867 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9868 PyObject
* obj0
= 0 ;
9870 (char *) "self", NULL
9873 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextCtrl_SelectAll",kwnames
,&obj0
)) goto fail
;
9874 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9875 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9877 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9878 (arg1
)->SelectAll();
9880 wxPyEndAllowThreads(__tstate
);
9881 if (PyErr_Occurred()) SWIG_fail
;
9883 Py_INCREF(Py_None
); resultobj
= Py_None
;
9890 static PyObject
*_wrap_TextCtrl_SetEditable(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9891 PyObject
*resultobj
;
9892 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9894 PyObject
* obj0
= 0 ;
9895 PyObject
* obj1
= 0 ;
9897 (char *) "self",(char *) "editable", NULL
9900 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_SetEditable",kwnames
,&obj0
,&obj1
)) goto fail
;
9901 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9902 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9903 arg2
= (bool)SWIG_As_bool(obj1
);
9904 if (PyErr_Occurred()) SWIG_fail
;
9906 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9907 (arg1
)->SetEditable(arg2
);
9909 wxPyEndAllowThreads(__tstate
);
9910 if (PyErr_Occurred()) SWIG_fail
;
9912 Py_INCREF(Py_None
); resultobj
= Py_None
;
9919 static PyObject
*_wrap_TextCtrl_write(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9920 PyObject
*resultobj
;
9921 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9922 wxString
*arg2
= 0 ;
9923 bool temp2
= False
;
9924 PyObject
* obj0
= 0 ;
9925 PyObject
* obj1
= 0 ;
9927 (char *) "self",(char *) "text", NULL
9930 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TextCtrl_write",kwnames
,&obj0
,&obj1
)) goto fail
;
9931 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9932 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9934 arg2
= wxString_in_helper(obj1
);
9935 if (arg2
== NULL
) SWIG_fail
;
9939 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9940 wxTextCtrl_write(arg1
,(wxString
const &)*arg2
);
9942 wxPyEndAllowThreads(__tstate
);
9943 if (PyErr_Occurred()) SWIG_fail
;
9945 Py_INCREF(Py_None
); resultobj
= Py_None
;
9960 static PyObject
*_wrap_TextCtrl_GetString(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
9961 PyObject
*resultobj
;
9962 wxTextCtrl
*arg1
= (wxTextCtrl
*) 0 ;
9966 PyObject
* obj0
= 0 ;
9967 PyObject
* obj1
= 0 ;
9968 PyObject
* obj2
= 0 ;
9970 (char *) "self",(char *) "from",(char *) "to", NULL
9973 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TextCtrl_GetString",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
9974 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextCtrl
,
9975 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
9976 arg2
= (long)SWIG_As_long(obj1
);
9977 if (PyErr_Occurred()) SWIG_fail
;
9978 arg3
= (long)SWIG_As_long(obj2
);
9979 if (PyErr_Occurred()) SWIG_fail
;
9981 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
9982 result
= wxTextCtrl_GetString(arg1
,arg2
,arg3
);
9984 wxPyEndAllowThreads(__tstate
);
9985 if (PyErr_Occurred()) SWIG_fail
;
9989 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
9991 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
10000 static PyObject
*_wrap_TextCtrl_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10001 PyObject
*resultobj
;
10002 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
10003 wxVisualAttributes result
;
10004 PyObject
* obj0
= 0 ;
10005 char *kwnames
[] = {
10006 (char *) "variant", NULL
10009 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:TextCtrl_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
10011 arg1
= (int)SWIG_As_int(obj0
);
10012 if (PyErr_Occurred()) SWIG_fail
;
10015 if (!wxPyCheckForApp()) SWIG_fail
;
10016 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10017 result
= wxTextCtrl::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
10019 wxPyEndAllowThreads(__tstate
);
10020 if (PyErr_Occurred()) SWIG_fail
;
10023 wxVisualAttributes
* resultptr
;
10024 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
10025 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
10033 static PyObject
* TextCtrl_swigregister(PyObject
*, PyObject
*args
) {
10035 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
10036 SWIG_TypeClientData(SWIGTYPE_p_wxTextCtrl
, obj
);
10038 return Py_BuildValue((char *)"");
10040 static PyObject
*_wrap_new_TextUrlEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10041 PyObject
*resultobj
;
10043 wxMouseEvent
*arg2
= 0 ;
10046 wxTextUrlEvent
*result
;
10047 PyObject
* obj0
= 0 ;
10048 PyObject
* obj1
= 0 ;
10049 PyObject
* obj2
= 0 ;
10050 PyObject
* obj3
= 0 ;
10051 char *kwnames
[] = {
10052 (char *) "winid",(char *) "evtMouse",(char *) "start",(char *) "end", NULL
10055 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:new_TextUrlEvent",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
10056 arg1
= (int)SWIG_As_int(obj0
);
10057 if (PyErr_Occurred()) SWIG_fail
;
10058 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxMouseEvent
,
10059 SWIG_POINTER_EXCEPTION
| 0)) == -1)
10061 if (arg2
== NULL
) {
10062 PyErr_SetString(PyExc_TypeError
,"null reference");
10065 arg3
= (long)SWIG_As_long(obj2
);
10066 if (PyErr_Occurred()) SWIG_fail
;
10067 arg4
= (long)SWIG_As_long(obj3
);
10068 if (PyErr_Occurred()) SWIG_fail
;
10070 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10071 result
= (wxTextUrlEvent
*)new wxTextUrlEvent(arg1
,(wxMouseEvent
const &)*arg2
,arg3
,arg4
);
10073 wxPyEndAllowThreads(__tstate
);
10074 if (PyErr_Occurred()) SWIG_fail
;
10076 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxTextUrlEvent
, 1);
10083 static PyObject
*_wrap_TextUrlEvent_GetMouseEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10084 PyObject
*resultobj
;
10085 wxTextUrlEvent
*arg1
= (wxTextUrlEvent
*) 0 ;
10086 wxMouseEvent
*result
;
10087 PyObject
* obj0
= 0 ;
10088 char *kwnames
[] = {
10089 (char *) "self", NULL
10092 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextUrlEvent_GetMouseEvent",kwnames
,&obj0
)) goto fail
;
10093 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextUrlEvent
,
10094 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10096 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10098 wxMouseEvent
const &_result_ref
= (arg1
)->GetMouseEvent();
10099 result
= (wxMouseEvent
*) &_result_ref
;
10102 wxPyEndAllowThreads(__tstate
);
10103 if (PyErr_Occurred()) SWIG_fail
;
10105 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxMouseEvent
, 0);
10112 static PyObject
*_wrap_TextUrlEvent_GetURLStart(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10113 PyObject
*resultobj
;
10114 wxTextUrlEvent
*arg1
= (wxTextUrlEvent
*) 0 ;
10116 PyObject
* obj0
= 0 ;
10117 char *kwnames
[] = {
10118 (char *) "self", NULL
10121 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextUrlEvent_GetURLStart",kwnames
,&obj0
)) goto fail
;
10122 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextUrlEvent
,
10123 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10125 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10126 result
= (long)((wxTextUrlEvent
const *)arg1
)->GetURLStart();
10128 wxPyEndAllowThreads(__tstate
);
10129 if (PyErr_Occurred()) SWIG_fail
;
10131 resultobj
= SWIG_From_long((long)result
);
10138 static PyObject
*_wrap_TextUrlEvent_GetURLEnd(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10139 PyObject
*resultobj
;
10140 wxTextUrlEvent
*arg1
= (wxTextUrlEvent
*) 0 ;
10142 PyObject
* obj0
= 0 ;
10143 char *kwnames
[] = {
10144 (char *) "self", NULL
10147 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TextUrlEvent_GetURLEnd",kwnames
,&obj0
)) goto fail
;
10148 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTextUrlEvent
,
10149 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10151 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10152 result
= (long)((wxTextUrlEvent
const *)arg1
)->GetURLEnd();
10154 wxPyEndAllowThreads(__tstate
);
10155 if (PyErr_Occurred()) SWIG_fail
;
10157 resultobj
= SWIG_From_long((long)result
);
10164 static PyObject
* TextUrlEvent_swigregister(PyObject
*, PyObject
*args
) {
10166 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
10167 SWIG_TypeClientData(SWIGTYPE_p_wxTextUrlEvent
, obj
);
10169 return Py_BuildValue((char *)"");
10171 static int _wrap_ScrollBarNameStr_set(PyObject
*) {
10172 PyErr_SetString(PyExc_TypeError
,"Variable ScrollBarNameStr is read-only.");
10177 static PyObject
*_wrap_ScrollBarNameStr_get() {
10182 pyobj
= PyUnicode_FromWideChar((&wxPyScrollBarNameStr
)->c_str(), (&wxPyScrollBarNameStr
)->Len());
10184 pyobj
= PyString_FromStringAndSize((&wxPyScrollBarNameStr
)->c_str(), (&wxPyScrollBarNameStr
)->Len());
10191 static PyObject
*_wrap_new_ScrollBar(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10192 PyObject
*resultobj
;
10193 wxWindow
*arg1
= (wxWindow
*) 0 ;
10194 int arg2
= (int) -1 ;
10195 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
10196 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
10197 wxSize
const &arg4_defvalue
= wxDefaultSize
;
10198 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
10199 long arg5
= (long) wxSB_HORIZONTAL
;
10200 wxValidator
const &arg6_defvalue
= wxDefaultValidator
;
10201 wxValidator
*arg6
= (wxValidator
*) &arg6_defvalue
;
10202 wxString
const &arg7_defvalue
= wxPyScrollBarNameStr
;
10203 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
10204 wxScrollBar
*result
;
10207 bool temp7
= False
;
10208 PyObject
* obj0
= 0 ;
10209 PyObject
* obj1
= 0 ;
10210 PyObject
* obj2
= 0 ;
10211 PyObject
* obj3
= 0 ;
10212 PyObject
* obj4
= 0 ;
10213 PyObject
* obj5
= 0 ;
10214 PyObject
* obj6
= 0 ;
10215 char *kwnames
[] = {
10216 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10219 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOO:new_ScrollBar",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
10220 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
10221 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10223 arg2
= (int)SWIG_As_int(obj1
);
10224 if (PyErr_Occurred()) SWIG_fail
;
10229 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
10235 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
10239 arg5
= (long)SWIG_As_long(obj4
);
10240 if (PyErr_Occurred()) SWIG_fail
;
10243 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxValidator
,
10244 SWIG_POINTER_EXCEPTION
| 0)) == -1)
10246 if (arg6
== NULL
) {
10247 PyErr_SetString(PyExc_TypeError
,"null reference");
10253 arg7
= wxString_in_helper(obj6
);
10254 if (arg7
== NULL
) SWIG_fail
;
10259 if (!wxPyCheckForApp()) SWIG_fail
;
10260 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10261 result
= (wxScrollBar
*)new wxScrollBar(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxValidator
const &)*arg6
,(wxString
const &)*arg7
);
10263 wxPyEndAllowThreads(__tstate
);
10264 if (PyErr_Occurred()) SWIG_fail
;
10266 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxScrollBar
, 1);
10281 static PyObject
*_wrap_new_PreScrollBar(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10282 PyObject
*resultobj
;
10283 wxScrollBar
*result
;
10284 char *kwnames
[] = {
10288 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreScrollBar",kwnames
)) goto fail
;
10290 if (!wxPyCheckForApp()) SWIG_fail
;
10291 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10292 result
= (wxScrollBar
*)new wxScrollBar();
10294 wxPyEndAllowThreads(__tstate
);
10295 if (PyErr_Occurred()) SWIG_fail
;
10297 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxScrollBar
, 1);
10304 static PyObject
*_wrap_ScrollBar_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10305 PyObject
*resultobj
;
10306 wxScrollBar
*arg1
= (wxScrollBar
*) 0 ;
10307 wxWindow
*arg2
= (wxWindow
*) 0 ;
10308 int arg3
= (int) -1 ;
10309 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
10310 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
10311 wxSize
const &arg5_defvalue
= wxDefaultSize
;
10312 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
10313 long arg6
= (long) wxSB_HORIZONTAL
;
10314 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
10315 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
10316 wxString
const &arg8_defvalue
= wxPyScrollBarNameStr
;
10317 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
10321 bool temp8
= False
;
10322 PyObject
* obj0
= 0 ;
10323 PyObject
* obj1
= 0 ;
10324 PyObject
* obj2
= 0 ;
10325 PyObject
* obj3
= 0 ;
10326 PyObject
* obj4
= 0 ;
10327 PyObject
* obj5
= 0 ;
10328 PyObject
* obj6
= 0 ;
10329 PyObject
* obj7
= 0 ;
10330 char *kwnames
[] = {
10331 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
10334 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOO:ScrollBar_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
10335 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxScrollBar
,
10336 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10337 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
10338 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10340 arg3
= (int)SWIG_As_int(obj2
);
10341 if (PyErr_Occurred()) SWIG_fail
;
10346 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
10352 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
10356 arg6
= (long)SWIG_As_long(obj5
);
10357 if (PyErr_Occurred()) SWIG_fail
;
10360 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
10361 SWIG_POINTER_EXCEPTION
| 0)) == -1)
10363 if (arg7
== NULL
) {
10364 PyErr_SetString(PyExc_TypeError
,"null reference");
10370 arg8
= wxString_in_helper(obj7
);
10371 if (arg8
== NULL
) SWIG_fail
;
10376 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10377 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
10379 wxPyEndAllowThreads(__tstate
);
10380 if (PyErr_Occurred()) SWIG_fail
;
10383 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
10399 static PyObject
*_wrap_ScrollBar_GetThumbPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10400 PyObject
*resultobj
;
10401 wxScrollBar
*arg1
= (wxScrollBar
*) 0 ;
10403 PyObject
* obj0
= 0 ;
10404 char *kwnames
[] = {
10405 (char *) "self", NULL
10408 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ScrollBar_GetThumbPosition",kwnames
,&obj0
)) goto fail
;
10409 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxScrollBar
,
10410 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10412 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10413 result
= (int)((wxScrollBar
const *)arg1
)->GetThumbPosition();
10415 wxPyEndAllowThreads(__tstate
);
10416 if (PyErr_Occurred()) SWIG_fail
;
10418 resultobj
= SWIG_From_int((int)result
);
10425 static PyObject
*_wrap_ScrollBar_GetThumbSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10426 PyObject
*resultobj
;
10427 wxScrollBar
*arg1
= (wxScrollBar
*) 0 ;
10429 PyObject
* obj0
= 0 ;
10430 char *kwnames
[] = {
10431 (char *) "self", NULL
10434 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ScrollBar_GetThumbSize",kwnames
,&obj0
)) goto fail
;
10435 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxScrollBar
,
10436 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10438 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10439 result
= (int)((wxScrollBar
const *)arg1
)->GetThumbSize();
10441 wxPyEndAllowThreads(__tstate
);
10442 if (PyErr_Occurred()) SWIG_fail
;
10444 resultobj
= SWIG_From_int((int)result
);
10451 static PyObject
*_wrap_ScrollBar_GetPageSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10452 PyObject
*resultobj
;
10453 wxScrollBar
*arg1
= (wxScrollBar
*) 0 ;
10455 PyObject
* obj0
= 0 ;
10456 char *kwnames
[] = {
10457 (char *) "self", NULL
10460 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ScrollBar_GetPageSize",kwnames
,&obj0
)) goto fail
;
10461 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxScrollBar
,
10462 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10464 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10465 result
= (int)((wxScrollBar
const *)arg1
)->GetPageSize();
10467 wxPyEndAllowThreads(__tstate
);
10468 if (PyErr_Occurred()) SWIG_fail
;
10470 resultobj
= SWIG_From_int((int)result
);
10477 static PyObject
*_wrap_ScrollBar_GetRange(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10478 PyObject
*resultobj
;
10479 wxScrollBar
*arg1
= (wxScrollBar
*) 0 ;
10481 PyObject
* obj0
= 0 ;
10482 char *kwnames
[] = {
10483 (char *) "self", NULL
10486 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ScrollBar_GetRange",kwnames
,&obj0
)) goto fail
;
10487 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxScrollBar
,
10488 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10490 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10491 result
= (int)((wxScrollBar
const *)arg1
)->GetRange();
10493 wxPyEndAllowThreads(__tstate
);
10494 if (PyErr_Occurred()) SWIG_fail
;
10496 resultobj
= SWIG_From_int((int)result
);
10503 static PyObject
*_wrap_ScrollBar_IsVertical(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10504 PyObject
*resultobj
;
10505 wxScrollBar
*arg1
= (wxScrollBar
*) 0 ;
10507 PyObject
* obj0
= 0 ;
10508 char *kwnames
[] = {
10509 (char *) "self", NULL
10512 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ScrollBar_IsVertical",kwnames
,&obj0
)) goto fail
;
10513 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxScrollBar
,
10514 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10516 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10517 result
= (bool)((wxScrollBar
const *)arg1
)->IsVertical();
10519 wxPyEndAllowThreads(__tstate
);
10520 if (PyErr_Occurred()) SWIG_fail
;
10523 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
10531 static PyObject
*_wrap_ScrollBar_SetThumbPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10532 PyObject
*resultobj
;
10533 wxScrollBar
*arg1
= (wxScrollBar
*) 0 ;
10535 PyObject
* obj0
= 0 ;
10536 PyObject
* obj1
= 0 ;
10537 char *kwnames
[] = {
10538 (char *) "self",(char *) "viewStart", NULL
10541 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ScrollBar_SetThumbPosition",kwnames
,&obj0
,&obj1
)) goto fail
;
10542 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxScrollBar
,
10543 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10544 arg2
= (int)SWIG_As_int(obj1
);
10545 if (PyErr_Occurred()) SWIG_fail
;
10547 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10548 (arg1
)->SetThumbPosition(arg2
);
10550 wxPyEndAllowThreads(__tstate
);
10551 if (PyErr_Occurred()) SWIG_fail
;
10553 Py_INCREF(Py_None
); resultobj
= Py_None
;
10560 static PyObject
*_wrap_ScrollBar_SetScrollbar(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10561 PyObject
*resultobj
;
10562 wxScrollBar
*arg1
= (wxScrollBar
*) 0 ;
10567 bool arg6
= (bool) True
;
10568 PyObject
* obj0
= 0 ;
10569 PyObject
* obj1
= 0 ;
10570 PyObject
* obj2
= 0 ;
10571 PyObject
* obj3
= 0 ;
10572 PyObject
* obj4
= 0 ;
10573 PyObject
* obj5
= 0 ;
10574 char *kwnames
[] = {
10575 (char *) "self",(char *) "position",(char *) "thumbSize",(char *) "range",(char *) "pageSize",(char *) "refresh", NULL
10578 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO|O:ScrollBar_SetScrollbar",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
10579 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxScrollBar
,
10580 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10581 arg2
= (int)SWIG_As_int(obj1
);
10582 if (PyErr_Occurred()) SWIG_fail
;
10583 arg3
= (int)SWIG_As_int(obj2
);
10584 if (PyErr_Occurred()) SWIG_fail
;
10585 arg4
= (int)SWIG_As_int(obj3
);
10586 if (PyErr_Occurred()) SWIG_fail
;
10587 arg5
= (int)SWIG_As_int(obj4
);
10588 if (PyErr_Occurred()) SWIG_fail
;
10590 arg6
= (bool)SWIG_As_bool(obj5
);
10591 if (PyErr_Occurred()) SWIG_fail
;
10594 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10595 (arg1
)->SetScrollbar(arg2
,arg3
,arg4
,arg5
,arg6
);
10597 wxPyEndAllowThreads(__tstate
);
10598 if (PyErr_Occurred()) SWIG_fail
;
10600 Py_INCREF(Py_None
); resultobj
= Py_None
;
10607 static PyObject
*_wrap_ScrollBar_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10608 PyObject
*resultobj
;
10609 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
10610 wxVisualAttributes result
;
10611 PyObject
* obj0
= 0 ;
10612 char *kwnames
[] = {
10613 (char *) "variant", NULL
10616 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:ScrollBar_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
10618 arg1
= (int)SWIG_As_int(obj0
);
10619 if (PyErr_Occurred()) SWIG_fail
;
10622 if (!wxPyCheckForApp()) SWIG_fail
;
10623 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10624 result
= wxScrollBar::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
10626 wxPyEndAllowThreads(__tstate
);
10627 if (PyErr_Occurred()) SWIG_fail
;
10630 wxVisualAttributes
* resultptr
;
10631 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
10632 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
10640 static PyObject
* ScrollBar_swigregister(PyObject
*, PyObject
*args
) {
10642 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
10643 SWIG_TypeClientData(SWIGTYPE_p_wxScrollBar
, obj
);
10645 return Py_BuildValue((char *)"");
10647 static int _wrap_SPIN_BUTTON_NAME_set(PyObject
*) {
10648 PyErr_SetString(PyExc_TypeError
,"Variable SPIN_BUTTON_NAME is read-only.");
10653 static PyObject
*_wrap_SPIN_BUTTON_NAME_get() {
10658 pyobj
= PyUnicode_FromWideChar((&wxPySPIN_BUTTON_NAME
)->c_str(), (&wxPySPIN_BUTTON_NAME
)->Len());
10660 pyobj
= PyString_FromStringAndSize((&wxPySPIN_BUTTON_NAME
)->c_str(), (&wxPySPIN_BUTTON_NAME
)->Len());
10667 static int _wrap_SpinCtrlNameStr_set(PyObject
*) {
10668 PyErr_SetString(PyExc_TypeError
,"Variable SpinCtrlNameStr is read-only.");
10673 static PyObject
*_wrap_SpinCtrlNameStr_get() {
10678 pyobj
= PyUnicode_FromWideChar((&wxPySpinCtrlNameStr
)->c_str(), (&wxPySpinCtrlNameStr
)->Len());
10680 pyobj
= PyString_FromStringAndSize((&wxPySpinCtrlNameStr
)->c_str(), (&wxPySpinCtrlNameStr
)->Len());
10687 static PyObject
*_wrap_new_SpinButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10688 PyObject
*resultobj
;
10689 wxWindow
*arg1
= (wxWindow
*) 0 ;
10690 int arg2
= (int) -1 ;
10691 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
10692 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
10693 wxSize
const &arg4_defvalue
= wxDefaultSize
;
10694 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
10695 long arg5
= (long) wxSP_HORIZONTAL
;
10696 wxString
const &arg6_defvalue
= wxPySPIN_BUTTON_NAME
;
10697 wxString
*arg6
= (wxString
*) &arg6_defvalue
;
10698 wxSpinButton
*result
;
10701 bool temp6
= False
;
10702 PyObject
* obj0
= 0 ;
10703 PyObject
* obj1
= 0 ;
10704 PyObject
* obj2
= 0 ;
10705 PyObject
* obj3
= 0 ;
10706 PyObject
* obj4
= 0 ;
10707 PyObject
* obj5
= 0 ;
10708 char *kwnames
[] = {
10709 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10712 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:new_SpinButton",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
10713 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
10714 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10716 arg2
= (int)SWIG_As_int(obj1
);
10717 if (PyErr_Occurred()) SWIG_fail
;
10722 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
10728 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
10732 arg5
= (long)SWIG_As_long(obj4
);
10733 if (PyErr_Occurred()) SWIG_fail
;
10737 arg6
= wxString_in_helper(obj5
);
10738 if (arg6
== NULL
) SWIG_fail
;
10743 if (!wxPyCheckForApp()) SWIG_fail
;
10744 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10745 result
= (wxSpinButton
*)new wxSpinButton(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxString
const &)*arg6
);
10747 wxPyEndAllowThreads(__tstate
);
10748 if (PyErr_Occurred()) SWIG_fail
;
10750 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxSpinButton
, 1);
10765 static PyObject
*_wrap_new_PreSpinButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10766 PyObject
*resultobj
;
10767 wxSpinButton
*result
;
10768 char *kwnames
[] = {
10772 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreSpinButton",kwnames
)) goto fail
;
10774 if (!wxPyCheckForApp()) SWIG_fail
;
10775 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10776 result
= (wxSpinButton
*)new wxSpinButton();
10778 wxPyEndAllowThreads(__tstate
);
10779 if (PyErr_Occurred()) SWIG_fail
;
10781 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxSpinButton
, 1);
10788 static PyObject
*_wrap_SpinButton_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10789 PyObject
*resultobj
;
10790 wxSpinButton
*arg1
= (wxSpinButton
*) 0 ;
10791 wxWindow
*arg2
= (wxWindow
*) 0 ;
10792 int arg3
= (int) -1 ;
10793 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
10794 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
10795 wxSize
const &arg5_defvalue
= wxDefaultSize
;
10796 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
10797 long arg6
= (long) wxSP_HORIZONTAL
;
10798 wxString
const &arg7_defvalue
= wxPySPIN_BUTTON_NAME
;
10799 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
10803 bool temp7
= False
;
10804 PyObject
* obj0
= 0 ;
10805 PyObject
* obj1
= 0 ;
10806 PyObject
* obj2
= 0 ;
10807 PyObject
* obj3
= 0 ;
10808 PyObject
* obj4
= 0 ;
10809 PyObject
* obj5
= 0 ;
10810 PyObject
* obj6
= 0 ;
10811 char *kwnames
[] = {
10812 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
10815 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOO:SpinButton_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
10816 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinButton
,
10817 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10818 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
10819 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10821 arg3
= (int)SWIG_As_int(obj2
);
10822 if (PyErr_Occurred()) SWIG_fail
;
10827 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
10833 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
10837 arg6
= (long)SWIG_As_long(obj5
);
10838 if (PyErr_Occurred()) SWIG_fail
;
10842 arg7
= wxString_in_helper(obj6
);
10843 if (arg7
== NULL
) SWIG_fail
;
10848 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10849 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxString
const &)*arg7
);
10851 wxPyEndAllowThreads(__tstate
);
10852 if (PyErr_Occurred()) SWIG_fail
;
10855 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
10871 static PyObject
*_wrap_SpinButton_GetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10872 PyObject
*resultobj
;
10873 wxSpinButton
*arg1
= (wxSpinButton
*) 0 ;
10875 PyObject
* obj0
= 0 ;
10876 char *kwnames
[] = {
10877 (char *) "self", NULL
10880 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:SpinButton_GetValue",kwnames
,&obj0
)) goto fail
;
10881 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinButton
,
10882 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10884 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10885 result
= (int)((wxSpinButton
const *)arg1
)->GetValue();
10887 wxPyEndAllowThreads(__tstate
);
10888 if (PyErr_Occurred()) SWIG_fail
;
10890 resultobj
= SWIG_From_int((int)result
);
10897 static PyObject
*_wrap_SpinButton_GetMin(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10898 PyObject
*resultobj
;
10899 wxSpinButton
*arg1
= (wxSpinButton
*) 0 ;
10901 PyObject
* obj0
= 0 ;
10902 char *kwnames
[] = {
10903 (char *) "self", NULL
10906 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:SpinButton_GetMin",kwnames
,&obj0
)) goto fail
;
10907 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinButton
,
10908 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10910 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10911 result
= (int)((wxSpinButton
const *)arg1
)->GetMin();
10913 wxPyEndAllowThreads(__tstate
);
10914 if (PyErr_Occurred()) SWIG_fail
;
10916 resultobj
= SWIG_From_int((int)result
);
10923 static PyObject
*_wrap_SpinButton_GetMax(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10924 PyObject
*resultobj
;
10925 wxSpinButton
*arg1
= (wxSpinButton
*) 0 ;
10927 PyObject
* obj0
= 0 ;
10928 char *kwnames
[] = {
10929 (char *) "self", NULL
10932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:SpinButton_GetMax",kwnames
,&obj0
)) goto fail
;
10933 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinButton
,
10934 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10936 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10937 result
= (int)((wxSpinButton
const *)arg1
)->GetMax();
10939 wxPyEndAllowThreads(__tstate
);
10940 if (PyErr_Occurred()) SWIG_fail
;
10942 resultobj
= SWIG_From_int((int)result
);
10949 static PyObject
*_wrap_SpinButton_SetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10950 PyObject
*resultobj
;
10951 wxSpinButton
*arg1
= (wxSpinButton
*) 0 ;
10953 PyObject
* obj0
= 0 ;
10954 PyObject
* obj1
= 0 ;
10955 char *kwnames
[] = {
10956 (char *) "self",(char *) "val", NULL
10959 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:SpinButton_SetValue",kwnames
,&obj0
,&obj1
)) goto fail
;
10960 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinButton
,
10961 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10962 arg2
= (int)SWIG_As_int(obj1
);
10963 if (PyErr_Occurred()) SWIG_fail
;
10965 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10966 (arg1
)->SetValue(arg2
);
10968 wxPyEndAllowThreads(__tstate
);
10969 if (PyErr_Occurred()) SWIG_fail
;
10971 Py_INCREF(Py_None
); resultobj
= Py_None
;
10978 static PyObject
*_wrap_SpinButton_SetMin(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
10979 PyObject
*resultobj
;
10980 wxSpinButton
*arg1
= (wxSpinButton
*) 0 ;
10982 PyObject
* obj0
= 0 ;
10983 PyObject
* obj1
= 0 ;
10984 char *kwnames
[] = {
10985 (char *) "self",(char *) "minVal", NULL
10988 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:SpinButton_SetMin",kwnames
,&obj0
,&obj1
)) goto fail
;
10989 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinButton
,
10990 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
10991 arg2
= (int)SWIG_As_int(obj1
);
10992 if (PyErr_Occurred()) SWIG_fail
;
10994 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
10995 (arg1
)->SetMin(arg2
);
10997 wxPyEndAllowThreads(__tstate
);
10998 if (PyErr_Occurred()) SWIG_fail
;
11000 Py_INCREF(Py_None
); resultobj
= Py_None
;
11007 static PyObject
*_wrap_SpinButton_SetMax(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11008 PyObject
*resultobj
;
11009 wxSpinButton
*arg1
= (wxSpinButton
*) 0 ;
11011 PyObject
* obj0
= 0 ;
11012 PyObject
* obj1
= 0 ;
11013 char *kwnames
[] = {
11014 (char *) "self",(char *) "maxVal", NULL
11017 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:SpinButton_SetMax",kwnames
,&obj0
,&obj1
)) goto fail
;
11018 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinButton
,
11019 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11020 arg2
= (int)SWIG_As_int(obj1
);
11021 if (PyErr_Occurred()) SWIG_fail
;
11023 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11024 (arg1
)->SetMax(arg2
);
11026 wxPyEndAllowThreads(__tstate
);
11027 if (PyErr_Occurred()) SWIG_fail
;
11029 Py_INCREF(Py_None
); resultobj
= Py_None
;
11036 static PyObject
*_wrap_SpinButton_SetRange(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11037 PyObject
*resultobj
;
11038 wxSpinButton
*arg1
= (wxSpinButton
*) 0 ;
11041 PyObject
* obj0
= 0 ;
11042 PyObject
* obj1
= 0 ;
11043 PyObject
* obj2
= 0 ;
11044 char *kwnames
[] = {
11045 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
11048 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:SpinButton_SetRange",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
11049 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinButton
,
11050 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11051 arg2
= (int)SWIG_As_int(obj1
);
11052 if (PyErr_Occurred()) SWIG_fail
;
11053 arg3
= (int)SWIG_As_int(obj2
);
11054 if (PyErr_Occurred()) SWIG_fail
;
11056 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11057 (arg1
)->SetRange(arg2
,arg3
);
11059 wxPyEndAllowThreads(__tstate
);
11060 if (PyErr_Occurred()) SWIG_fail
;
11062 Py_INCREF(Py_None
); resultobj
= Py_None
;
11069 static PyObject
*_wrap_SpinButton_IsVertical(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11070 PyObject
*resultobj
;
11071 wxSpinButton
*arg1
= (wxSpinButton
*) 0 ;
11073 PyObject
* obj0
= 0 ;
11074 char *kwnames
[] = {
11075 (char *) "self", NULL
11078 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:SpinButton_IsVertical",kwnames
,&obj0
)) goto fail
;
11079 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinButton
,
11080 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11082 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11083 result
= (bool)((wxSpinButton
const *)arg1
)->IsVertical();
11085 wxPyEndAllowThreads(__tstate
);
11086 if (PyErr_Occurred()) SWIG_fail
;
11089 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
11097 static PyObject
*_wrap_SpinButton_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11098 PyObject
*resultobj
;
11099 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
11100 wxVisualAttributes result
;
11101 PyObject
* obj0
= 0 ;
11102 char *kwnames
[] = {
11103 (char *) "variant", NULL
11106 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:SpinButton_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
11108 arg1
= (int)SWIG_As_int(obj0
);
11109 if (PyErr_Occurred()) SWIG_fail
;
11112 if (!wxPyCheckForApp()) SWIG_fail
;
11113 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11114 result
= wxSpinButton::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
11116 wxPyEndAllowThreads(__tstate
);
11117 if (PyErr_Occurred()) SWIG_fail
;
11120 wxVisualAttributes
* resultptr
;
11121 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
11122 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
11130 static PyObject
* SpinButton_swigregister(PyObject
*, PyObject
*args
) {
11132 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
11133 SWIG_TypeClientData(SWIGTYPE_p_wxSpinButton
, obj
);
11135 return Py_BuildValue((char *)"");
11137 static PyObject
*_wrap_new_SpinCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11138 PyObject
*resultobj
;
11139 wxWindow
*arg1
= (wxWindow
*) 0 ;
11140 int arg2
= (int) -1 ;
11141 wxString
const &arg3_defvalue
= wxPyEmptyString
;
11142 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
11143 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
11144 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
11145 wxSize
const &arg5_defvalue
= wxDefaultSize
;
11146 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
11147 long arg6
= (long) wxSP_ARROW_KEYS
;
11148 int arg7
= (int) 0 ;
11149 int arg8
= (int) 100 ;
11150 int arg9
= (int) 0 ;
11151 wxString
const &arg10_defvalue
= wxPySpinCtrlNameStr
;
11152 wxString
*arg10
= (wxString
*) &arg10_defvalue
;
11153 wxSpinCtrl
*result
;
11154 bool temp3
= False
;
11157 bool temp10
= False
;
11158 PyObject
* obj0
= 0 ;
11159 PyObject
* obj1
= 0 ;
11160 PyObject
* obj2
= 0 ;
11161 PyObject
* obj3
= 0 ;
11162 PyObject
* obj4
= 0 ;
11163 PyObject
* obj5
= 0 ;
11164 PyObject
* obj6
= 0 ;
11165 PyObject
* obj7
= 0 ;
11166 PyObject
* obj8
= 0 ;
11167 PyObject
* obj9
= 0 ;
11168 char *kwnames
[] = {
11169 (char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11172 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOOOO:new_SpinCtrl",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
,&obj9
)) goto fail
;
11173 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
11174 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11176 arg2
= (int)SWIG_As_int(obj1
);
11177 if (PyErr_Occurred()) SWIG_fail
;
11181 arg3
= wxString_in_helper(obj2
);
11182 if (arg3
== NULL
) SWIG_fail
;
11189 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
11195 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
11199 arg6
= (long)SWIG_As_long(obj5
);
11200 if (PyErr_Occurred()) SWIG_fail
;
11203 arg7
= (int)SWIG_As_int(obj6
);
11204 if (PyErr_Occurred()) SWIG_fail
;
11207 arg8
= (int)SWIG_As_int(obj7
);
11208 if (PyErr_Occurred()) SWIG_fail
;
11211 arg9
= (int)SWIG_As_int(obj8
);
11212 if (PyErr_Occurred()) SWIG_fail
;
11216 arg10
= wxString_in_helper(obj9
);
11217 if (arg10
== NULL
) SWIG_fail
;
11222 if (!wxPyCheckForApp()) SWIG_fail
;
11223 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11224 result
= (wxSpinCtrl
*)new wxSpinCtrl(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,arg7
,arg8
,arg9
,(wxString
const &)*arg10
);
11226 wxPyEndAllowThreads(__tstate
);
11227 if (PyErr_Occurred()) SWIG_fail
;
11229 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxSpinCtrl
, 1);
11252 static PyObject
*_wrap_new_PreSpinCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11253 PyObject
*resultobj
;
11254 wxSpinCtrl
*result
;
11255 char *kwnames
[] = {
11259 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreSpinCtrl",kwnames
)) goto fail
;
11261 if (!wxPyCheckForApp()) SWIG_fail
;
11262 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11263 result
= (wxSpinCtrl
*)new wxSpinCtrl();
11265 wxPyEndAllowThreads(__tstate
);
11266 if (PyErr_Occurred()) SWIG_fail
;
11268 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxSpinCtrl
, 1);
11275 static PyObject
*_wrap_SpinCtrl_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11276 PyObject
*resultobj
;
11277 wxSpinCtrl
*arg1
= (wxSpinCtrl
*) 0 ;
11278 wxWindow
*arg2
= (wxWindow
*) 0 ;
11279 int arg3
= (int) -1 ;
11280 wxString
const &arg4_defvalue
= wxPyEmptyString
;
11281 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
11282 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
11283 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
11284 wxSize
const &arg6_defvalue
= wxDefaultSize
;
11285 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
11286 long arg7
= (long) wxSP_ARROW_KEYS
;
11287 int arg8
= (int) 0 ;
11288 int arg9
= (int) 100 ;
11289 int arg10
= (int) 0 ;
11290 wxString
const &arg11_defvalue
= wxPySpinCtrlNameStr
;
11291 wxString
*arg11
= (wxString
*) &arg11_defvalue
;
11293 bool temp4
= False
;
11296 bool temp11
= False
;
11297 PyObject
* obj0
= 0 ;
11298 PyObject
* obj1
= 0 ;
11299 PyObject
* obj2
= 0 ;
11300 PyObject
* obj3
= 0 ;
11301 PyObject
* obj4
= 0 ;
11302 PyObject
* obj5
= 0 ;
11303 PyObject
* obj6
= 0 ;
11304 PyObject
* obj7
= 0 ;
11305 PyObject
* obj8
= 0 ;
11306 PyObject
* obj9
= 0 ;
11307 PyObject
* obj10
= 0 ;
11308 char *kwnames
[] = {
11309 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "pos",(char *) "size",(char *) "style",(char *) "min",(char *) "max",(char *) "initial",(char *) "name", NULL
11312 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOOOO:SpinCtrl_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
,&obj9
,&obj10
)) goto fail
;
11313 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinCtrl
,
11314 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11315 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
11316 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11318 arg3
= (int)SWIG_As_int(obj2
);
11319 if (PyErr_Occurred()) SWIG_fail
;
11323 arg4
= wxString_in_helper(obj3
);
11324 if (arg4
== NULL
) SWIG_fail
;
11331 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
11337 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
11341 arg7
= (long)SWIG_As_long(obj6
);
11342 if (PyErr_Occurred()) SWIG_fail
;
11345 arg8
= (int)SWIG_As_int(obj7
);
11346 if (PyErr_Occurred()) SWIG_fail
;
11349 arg9
= (int)SWIG_As_int(obj8
);
11350 if (PyErr_Occurred()) SWIG_fail
;
11353 arg10
= (int)SWIG_As_int(obj9
);
11354 if (PyErr_Occurred()) SWIG_fail
;
11358 arg11
= wxString_in_helper(obj10
);
11359 if (arg11
== NULL
) SWIG_fail
;
11364 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11365 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,arg8
,arg9
,arg10
,(wxString
const &)*arg11
);
11367 wxPyEndAllowThreads(__tstate
);
11368 if (PyErr_Occurred()) SWIG_fail
;
11371 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
11395 static PyObject
*_wrap_SpinCtrl_GetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11396 PyObject
*resultobj
;
11397 wxSpinCtrl
*arg1
= (wxSpinCtrl
*) 0 ;
11399 PyObject
* obj0
= 0 ;
11400 char *kwnames
[] = {
11401 (char *) "self", NULL
11404 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:SpinCtrl_GetValue",kwnames
,&obj0
)) goto fail
;
11405 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinCtrl
,
11406 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11408 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11409 result
= (int)((wxSpinCtrl
const *)arg1
)->GetValue();
11411 wxPyEndAllowThreads(__tstate
);
11412 if (PyErr_Occurred()) SWIG_fail
;
11414 resultobj
= SWIG_From_int((int)result
);
11421 static PyObject
*_wrap_SpinCtrl_SetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11422 PyObject
*resultobj
;
11423 wxSpinCtrl
*arg1
= (wxSpinCtrl
*) 0 ;
11425 PyObject
* obj0
= 0 ;
11426 PyObject
* obj1
= 0 ;
11427 char *kwnames
[] = {
11428 (char *) "self",(char *) "value", NULL
11431 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:SpinCtrl_SetValue",kwnames
,&obj0
,&obj1
)) goto fail
;
11432 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinCtrl
,
11433 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11434 arg2
= (int)SWIG_As_int(obj1
);
11435 if (PyErr_Occurred()) SWIG_fail
;
11437 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11438 (arg1
)->SetValue(arg2
);
11440 wxPyEndAllowThreads(__tstate
);
11441 if (PyErr_Occurred()) SWIG_fail
;
11443 Py_INCREF(Py_None
); resultobj
= Py_None
;
11450 static PyObject
*_wrap_SpinCtrl_SetValueString(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11451 PyObject
*resultobj
;
11452 wxSpinCtrl
*arg1
= (wxSpinCtrl
*) 0 ;
11453 wxString
*arg2
= 0 ;
11454 bool temp2
= False
;
11455 PyObject
* obj0
= 0 ;
11456 PyObject
* obj1
= 0 ;
11457 char *kwnames
[] = {
11458 (char *) "self",(char *) "text", NULL
11461 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:SpinCtrl_SetValueString",kwnames
,&obj0
,&obj1
)) goto fail
;
11462 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinCtrl
,
11463 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11465 arg2
= wxString_in_helper(obj1
);
11466 if (arg2
== NULL
) SWIG_fail
;
11470 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11471 (arg1
)->SetValue((wxString
const &)*arg2
);
11473 wxPyEndAllowThreads(__tstate
);
11474 if (PyErr_Occurred()) SWIG_fail
;
11476 Py_INCREF(Py_None
); resultobj
= Py_None
;
11491 static PyObject
*_wrap_SpinCtrl_SetRange(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11492 PyObject
*resultobj
;
11493 wxSpinCtrl
*arg1
= (wxSpinCtrl
*) 0 ;
11496 PyObject
* obj0
= 0 ;
11497 PyObject
* obj1
= 0 ;
11498 PyObject
* obj2
= 0 ;
11499 char *kwnames
[] = {
11500 (char *) "self",(char *) "minVal",(char *) "maxVal", NULL
11503 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:SpinCtrl_SetRange",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
11504 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinCtrl
,
11505 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11506 arg2
= (int)SWIG_As_int(obj1
);
11507 if (PyErr_Occurred()) SWIG_fail
;
11508 arg3
= (int)SWIG_As_int(obj2
);
11509 if (PyErr_Occurred()) SWIG_fail
;
11511 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11512 (arg1
)->SetRange(arg2
,arg3
);
11514 wxPyEndAllowThreads(__tstate
);
11515 if (PyErr_Occurred()) SWIG_fail
;
11517 Py_INCREF(Py_None
); resultobj
= Py_None
;
11524 static PyObject
*_wrap_SpinCtrl_GetMin(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11525 PyObject
*resultobj
;
11526 wxSpinCtrl
*arg1
= (wxSpinCtrl
*) 0 ;
11528 PyObject
* obj0
= 0 ;
11529 char *kwnames
[] = {
11530 (char *) "self", NULL
11533 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:SpinCtrl_GetMin",kwnames
,&obj0
)) goto fail
;
11534 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinCtrl
,
11535 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11537 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11538 result
= (int)((wxSpinCtrl
const *)arg1
)->GetMin();
11540 wxPyEndAllowThreads(__tstate
);
11541 if (PyErr_Occurred()) SWIG_fail
;
11543 resultobj
= SWIG_From_int((int)result
);
11550 static PyObject
*_wrap_SpinCtrl_GetMax(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11551 PyObject
*resultobj
;
11552 wxSpinCtrl
*arg1
= (wxSpinCtrl
*) 0 ;
11554 PyObject
* obj0
= 0 ;
11555 char *kwnames
[] = {
11556 (char *) "self", NULL
11559 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:SpinCtrl_GetMax",kwnames
,&obj0
)) goto fail
;
11560 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinCtrl
,
11561 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11563 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11564 result
= (int)((wxSpinCtrl
const *)arg1
)->GetMax();
11566 wxPyEndAllowThreads(__tstate
);
11567 if (PyErr_Occurred()) SWIG_fail
;
11569 resultobj
= SWIG_From_int((int)result
);
11576 static PyObject
*_wrap_SpinCtrl_SetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11577 PyObject
*resultobj
;
11578 wxSpinCtrl
*arg1
= (wxSpinCtrl
*) 0 ;
11581 PyObject
* obj0
= 0 ;
11582 PyObject
* obj1
= 0 ;
11583 PyObject
* obj2
= 0 ;
11584 char *kwnames
[] = {
11585 (char *) "self",(char *) "from",(char *) "to", NULL
11588 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:SpinCtrl_SetSelection",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
11589 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinCtrl
,
11590 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11591 arg2
= (long)SWIG_As_long(obj1
);
11592 if (PyErr_Occurred()) SWIG_fail
;
11593 arg3
= (long)SWIG_As_long(obj2
);
11594 if (PyErr_Occurred()) SWIG_fail
;
11596 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11597 (arg1
)->SetSelection(arg2
,arg3
);
11599 wxPyEndAllowThreads(__tstate
);
11600 if (PyErr_Occurred()) SWIG_fail
;
11602 Py_INCREF(Py_None
); resultobj
= Py_None
;
11609 static PyObject
*_wrap_SpinCtrl_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11610 PyObject
*resultobj
;
11611 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
11612 wxVisualAttributes result
;
11613 PyObject
* obj0
= 0 ;
11614 char *kwnames
[] = {
11615 (char *) "variant", NULL
11618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:SpinCtrl_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
11620 arg1
= (int)SWIG_As_int(obj0
);
11621 if (PyErr_Occurred()) SWIG_fail
;
11624 if (!wxPyCheckForApp()) SWIG_fail
;
11625 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11626 result
= wxSpinCtrl::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
11628 wxPyEndAllowThreads(__tstate
);
11629 if (PyErr_Occurred()) SWIG_fail
;
11632 wxVisualAttributes
* resultptr
;
11633 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
11634 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
11642 static PyObject
* SpinCtrl_swigregister(PyObject
*, PyObject
*args
) {
11644 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
11645 SWIG_TypeClientData(SWIGTYPE_p_wxSpinCtrl
, obj
);
11647 return Py_BuildValue((char *)"");
11649 static PyObject
*_wrap_new_SpinEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11650 PyObject
*resultobj
;
11651 wxEventType arg1
= (wxEventType
) wxEVT_NULL
;
11652 int arg2
= (int) 0 ;
11653 wxSpinEvent
*result
;
11654 PyObject
* obj0
= 0 ;
11655 PyObject
* obj1
= 0 ;
11656 char *kwnames
[] = {
11657 (char *) "commandType",(char *) "winid", NULL
11660 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OO:new_SpinEvent",kwnames
,&obj0
,&obj1
)) goto fail
;
11662 arg1
= (wxEventType
)SWIG_As_int(obj0
);
11663 if (PyErr_Occurred()) SWIG_fail
;
11666 arg2
= (int)SWIG_As_int(obj1
);
11667 if (PyErr_Occurred()) SWIG_fail
;
11670 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11671 result
= (wxSpinEvent
*)new wxSpinEvent(arg1
,arg2
);
11673 wxPyEndAllowThreads(__tstate
);
11674 if (PyErr_Occurred()) SWIG_fail
;
11676 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxSpinEvent
, 1);
11683 static PyObject
*_wrap_SpinEvent_GetPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11684 PyObject
*resultobj
;
11685 wxSpinEvent
*arg1
= (wxSpinEvent
*) 0 ;
11687 PyObject
* obj0
= 0 ;
11688 char *kwnames
[] = {
11689 (char *) "self", NULL
11692 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:SpinEvent_GetPosition",kwnames
,&obj0
)) goto fail
;
11693 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinEvent
,
11694 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11696 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11697 result
= (int)((wxSpinEvent
const *)arg1
)->GetPosition();
11699 wxPyEndAllowThreads(__tstate
);
11700 if (PyErr_Occurred()) SWIG_fail
;
11702 resultobj
= SWIG_From_int((int)result
);
11709 static PyObject
*_wrap_SpinEvent_SetPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11710 PyObject
*resultobj
;
11711 wxSpinEvent
*arg1
= (wxSpinEvent
*) 0 ;
11713 PyObject
* obj0
= 0 ;
11714 PyObject
* obj1
= 0 ;
11715 char *kwnames
[] = {
11716 (char *) "self",(char *) "pos", NULL
11719 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:SpinEvent_SetPosition",kwnames
,&obj0
,&obj1
)) goto fail
;
11720 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSpinEvent
,
11721 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11722 arg2
= (int)SWIG_As_int(obj1
);
11723 if (PyErr_Occurred()) SWIG_fail
;
11725 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11726 (arg1
)->SetPosition(arg2
);
11728 wxPyEndAllowThreads(__tstate
);
11729 if (PyErr_Occurred()) SWIG_fail
;
11731 Py_INCREF(Py_None
); resultobj
= Py_None
;
11738 static PyObject
* SpinEvent_swigregister(PyObject
*, PyObject
*args
) {
11740 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
11741 SWIG_TypeClientData(SWIGTYPE_p_wxSpinEvent
, obj
);
11743 return Py_BuildValue((char *)"");
11745 static int _wrap_RadioBoxNameStr_set(PyObject
*) {
11746 PyErr_SetString(PyExc_TypeError
,"Variable RadioBoxNameStr is read-only.");
11751 static PyObject
*_wrap_RadioBoxNameStr_get() {
11756 pyobj
= PyUnicode_FromWideChar((&wxPyRadioBoxNameStr
)->c_str(), (&wxPyRadioBoxNameStr
)->Len());
11758 pyobj
= PyString_FromStringAndSize((&wxPyRadioBoxNameStr
)->c_str(), (&wxPyRadioBoxNameStr
)->Len());
11765 static int _wrap_RadioButtonNameStr_set(PyObject
*) {
11766 PyErr_SetString(PyExc_TypeError
,"Variable RadioButtonNameStr is read-only.");
11771 static PyObject
*_wrap_RadioButtonNameStr_get() {
11776 pyobj
= PyUnicode_FromWideChar((&wxPyRadioButtonNameStr
)->c_str(), (&wxPyRadioButtonNameStr
)->Len());
11778 pyobj
= PyString_FromStringAndSize((&wxPyRadioButtonNameStr
)->c_str(), (&wxPyRadioButtonNameStr
)->Len());
11785 static PyObject
*_wrap_new_RadioBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11786 PyObject
*resultobj
;
11787 wxWindow
*arg1
= (wxWindow
*) 0 ;
11788 int arg2
= (int) -1 ;
11789 wxString
const &arg3_defvalue
= wxPyEmptyString
;
11790 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
11791 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
11792 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
11793 wxSize
const &arg5_defvalue
= wxDefaultSize
;
11794 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
11795 wxArrayString
const &arg6_defvalue
= wxPyEmptyStringArray
;
11796 wxArrayString
*arg6
= (wxArrayString
*) &arg6_defvalue
;
11797 int arg7
= (int) 0 ;
11798 long arg8
= (long) wxRA_HORIZONTAL
;
11799 wxValidator
const &arg9_defvalue
= wxDefaultValidator
;
11800 wxValidator
*arg9
= (wxValidator
*) &arg9_defvalue
;
11801 wxString
const &arg10_defvalue
= wxPyRadioBoxNameStr
;
11802 wxString
*arg10
= (wxString
*) &arg10_defvalue
;
11803 wxRadioBox
*result
;
11804 bool temp3
= False
;
11807 bool temp6
= False
;
11808 bool temp10
= False
;
11809 PyObject
* obj0
= 0 ;
11810 PyObject
* obj1
= 0 ;
11811 PyObject
* obj2
= 0 ;
11812 PyObject
* obj3
= 0 ;
11813 PyObject
* obj4
= 0 ;
11814 PyObject
* obj5
= 0 ;
11815 PyObject
* obj6
= 0 ;
11816 PyObject
* obj7
= 0 ;
11817 PyObject
* obj8
= 0 ;
11818 PyObject
* obj9
= 0 ;
11819 char *kwnames
[] = {
11820 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11823 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOOOO:new_RadioBox",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
,&obj9
)) goto fail
;
11824 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
11825 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11827 arg2
= (int)SWIG_As_int(obj1
);
11828 if (PyErr_Occurred()) SWIG_fail
;
11832 arg3
= wxString_in_helper(obj2
);
11833 if (arg3
== NULL
) SWIG_fail
;
11840 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
11846 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
11851 if (! PySequence_Check(obj5
)) {
11852 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
11855 arg6
= new wxArrayString
;
11857 int i
, len
=PySequence_Length(obj5
);
11858 for (i
=0; i
<len
; i
++) {
11859 PyObject
* item
= PySequence_GetItem(obj5
, i
);
11861 PyObject
* str
= PyObject_Unicode(item
);
11863 PyObject
* str
= PyObject_Str(item
);
11865 if (PyErr_Occurred()) SWIG_fail
;
11866 arg6
->Add(Py2wxString(str
));
11873 arg7
= (int)SWIG_As_int(obj6
);
11874 if (PyErr_Occurred()) SWIG_fail
;
11877 arg8
= (long)SWIG_As_long(obj7
);
11878 if (PyErr_Occurred()) SWIG_fail
;
11881 if ((SWIG_ConvertPtr(obj8
,(void **)(&arg9
),SWIGTYPE_p_wxValidator
,
11882 SWIG_POINTER_EXCEPTION
| 0)) == -1)
11884 if (arg9
== NULL
) {
11885 PyErr_SetString(PyExc_TypeError
,"null reference");
11891 arg10
= wxString_in_helper(obj9
);
11892 if (arg10
== NULL
) SWIG_fail
;
11897 if (!wxPyCheckForApp()) SWIG_fail
;
11898 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11899 result
= (wxRadioBox
*)new wxRadioBox(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,(wxArrayString
const &)*arg6
,arg7
,arg8
,(wxValidator
const &)*arg9
,(wxString
const &)*arg10
);
11901 wxPyEndAllowThreads(__tstate
);
11902 if (PyErr_Occurred()) SWIG_fail
;
11904 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxRadioBox
, 1);
11910 if (temp6
) delete arg6
;
11923 if (temp6
) delete arg6
;
11933 static PyObject
*_wrap_new_PreRadioBox(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11934 PyObject
*resultobj
;
11935 wxRadioBox
*result
;
11936 char *kwnames
[] = {
11940 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreRadioBox",kwnames
)) goto fail
;
11942 if (!wxPyCheckForApp()) SWIG_fail
;
11943 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
11944 result
= (wxRadioBox
*)new wxRadioBox();
11946 wxPyEndAllowThreads(__tstate
);
11947 if (PyErr_Occurred()) SWIG_fail
;
11949 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxRadioBox
, 1);
11956 static PyObject
*_wrap_RadioBox_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
11957 PyObject
*resultobj
;
11958 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
11959 wxWindow
*arg2
= (wxWindow
*) 0 ;
11960 int arg3
= (int) -1 ;
11961 wxString
const &arg4_defvalue
= wxPyEmptyString
;
11962 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
11963 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
11964 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
11965 wxSize
const &arg6_defvalue
= wxDefaultSize
;
11966 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
11967 wxArrayString
const &arg7_defvalue
= wxPyEmptyStringArray
;
11968 wxArrayString
*arg7
= (wxArrayString
*) &arg7_defvalue
;
11969 int arg8
= (int) 0 ;
11970 long arg9
= (long) wxRA_HORIZONTAL
;
11971 wxValidator
const &arg10_defvalue
= wxDefaultValidator
;
11972 wxValidator
*arg10
= (wxValidator
*) &arg10_defvalue
;
11973 wxString
const &arg11_defvalue
= wxPyRadioBoxNameStr
;
11974 wxString
*arg11
= (wxString
*) &arg11_defvalue
;
11976 bool temp4
= False
;
11979 bool temp7
= False
;
11980 bool temp11
= False
;
11981 PyObject
* obj0
= 0 ;
11982 PyObject
* obj1
= 0 ;
11983 PyObject
* obj2
= 0 ;
11984 PyObject
* obj3
= 0 ;
11985 PyObject
* obj4
= 0 ;
11986 PyObject
* obj5
= 0 ;
11987 PyObject
* obj6
= 0 ;
11988 PyObject
* obj7
= 0 ;
11989 PyObject
* obj8
= 0 ;
11990 PyObject
* obj9
= 0 ;
11991 PyObject
* obj10
= 0 ;
11992 char *kwnames
[] = {
11993 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "choices",(char *) "majorDimension",(char *) "style",(char *) "validator",(char *) "name", NULL
11996 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOOOO:RadioBox_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
,&obj9
,&obj10
)) goto fail
;
11997 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
11998 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
11999 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
12000 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12002 arg3
= (int)SWIG_As_int(obj2
);
12003 if (PyErr_Occurred()) SWIG_fail
;
12007 arg4
= wxString_in_helper(obj3
);
12008 if (arg4
== NULL
) SWIG_fail
;
12015 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
12021 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
12026 if (! PySequence_Check(obj6
)) {
12027 PyErr_SetString(PyExc_TypeError
, "Sequence of strings expected.");
12030 arg7
= new wxArrayString
;
12032 int i
, len
=PySequence_Length(obj6
);
12033 for (i
=0; i
<len
; i
++) {
12034 PyObject
* item
= PySequence_GetItem(obj6
, i
);
12036 PyObject
* str
= PyObject_Unicode(item
);
12038 PyObject
* str
= PyObject_Str(item
);
12040 if (PyErr_Occurred()) SWIG_fail
;
12041 arg7
->Add(Py2wxString(str
));
12048 arg8
= (int)SWIG_As_int(obj7
);
12049 if (PyErr_Occurred()) SWIG_fail
;
12052 arg9
= (long)SWIG_As_long(obj8
);
12053 if (PyErr_Occurred()) SWIG_fail
;
12056 if ((SWIG_ConvertPtr(obj9
,(void **)(&arg10
),SWIGTYPE_p_wxValidator
,
12057 SWIG_POINTER_EXCEPTION
| 0)) == -1)
12059 if (arg10
== NULL
) {
12060 PyErr_SetString(PyExc_TypeError
,"null reference");
12066 arg11
= wxString_in_helper(obj10
);
12067 if (arg11
== NULL
) SWIG_fail
;
12072 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12073 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,(wxArrayString
const &)*arg7
,arg8
,arg9
,(wxValidator
const &)*arg10
,(wxString
const &)*arg11
);
12075 wxPyEndAllowThreads(__tstate
);
12076 if (PyErr_Occurred()) SWIG_fail
;
12079 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
12086 if (temp7
) delete arg7
;
12099 if (temp7
) delete arg7
;
12109 static PyObject
*_wrap_RadioBox_SetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12110 PyObject
*resultobj
;
12111 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12113 PyObject
* obj0
= 0 ;
12114 PyObject
* obj1
= 0 ;
12115 char *kwnames
[] = {
12116 (char *) "self",(char *) "n", NULL
12119 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:RadioBox_SetSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
12120 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12121 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12122 arg2
= (int)SWIG_As_int(obj1
);
12123 if (PyErr_Occurred()) SWIG_fail
;
12125 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12126 (arg1
)->SetSelection(arg2
);
12128 wxPyEndAllowThreads(__tstate
);
12129 if (PyErr_Occurred()) SWIG_fail
;
12131 Py_INCREF(Py_None
); resultobj
= Py_None
;
12138 static PyObject
*_wrap_RadioBox_GetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12139 PyObject
*resultobj
;
12140 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12142 PyObject
* obj0
= 0 ;
12143 char *kwnames
[] = {
12144 (char *) "self", NULL
12147 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:RadioBox_GetSelection",kwnames
,&obj0
)) goto fail
;
12148 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12149 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12151 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12152 result
= (int)((wxRadioBox
const *)arg1
)->GetSelection();
12154 wxPyEndAllowThreads(__tstate
);
12155 if (PyErr_Occurred()) SWIG_fail
;
12157 resultobj
= SWIG_From_int((int)result
);
12164 static PyObject
*_wrap_RadioBox_GetStringSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12165 PyObject
*resultobj
;
12166 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12168 PyObject
* obj0
= 0 ;
12169 char *kwnames
[] = {
12170 (char *) "self", NULL
12173 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:RadioBox_GetStringSelection",kwnames
,&obj0
)) goto fail
;
12174 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12175 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12177 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12178 result
= ((wxRadioBox
const *)arg1
)->GetStringSelection();
12180 wxPyEndAllowThreads(__tstate
);
12181 if (PyErr_Occurred()) SWIG_fail
;
12185 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
12187 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
12196 static PyObject
*_wrap_RadioBox_SetStringSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12197 PyObject
*resultobj
;
12198 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12199 wxString
*arg2
= 0 ;
12201 bool temp2
= False
;
12202 PyObject
* obj0
= 0 ;
12203 PyObject
* obj1
= 0 ;
12204 char *kwnames
[] = {
12205 (char *) "self",(char *) "s", NULL
12208 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:RadioBox_SetStringSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
12209 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12210 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12212 arg2
= wxString_in_helper(obj1
);
12213 if (arg2
== NULL
) SWIG_fail
;
12217 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12218 result
= (bool)(arg1
)->SetStringSelection((wxString
const &)*arg2
);
12220 wxPyEndAllowThreads(__tstate
);
12221 if (PyErr_Occurred()) SWIG_fail
;
12224 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
12240 static PyObject
*_wrap_RadioBox_GetCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12241 PyObject
*resultobj
;
12242 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12244 PyObject
* obj0
= 0 ;
12245 char *kwnames
[] = {
12246 (char *) "self", NULL
12249 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:RadioBox_GetCount",kwnames
,&obj0
)) goto fail
;
12250 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12251 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12253 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12254 result
= (int)((wxRadioBox
const *)arg1
)->GetCount();
12256 wxPyEndAllowThreads(__tstate
);
12257 if (PyErr_Occurred()) SWIG_fail
;
12259 resultobj
= SWIG_From_int((int)result
);
12266 static PyObject
*_wrap_RadioBox_FindString(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12267 PyObject
*resultobj
;
12268 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12269 wxString
*arg2
= 0 ;
12271 bool temp2
= False
;
12272 PyObject
* obj0
= 0 ;
12273 PyObject
* obj1
= 0 ;
12274 char *kwnames
[] = {
12275 (char *) "self",(char *) "s", NULL
12278 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:RadioBox_FindString",kwnames
,&obj0
,&obj1
)) goto fail
;
12279 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12280 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12282 arg2
= wxString_in_helper(obj1
);
12283 if (arg2
== NULL
) SWIG_fail
;
12287 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12288 result
= (int)((wxRadioBox
const *)arg1
)->FindString((wxString
const &)*arg2
);
12290 wxPyEndAllowThreads(__tstate
);
12291 if (PyErr_Occurred()) SWIG_fail
;
12293 resultobj
= SWIG_From_int((int)result
);
12308 static PyObject
*_wrap_RadioBox_GetString(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12309 PyObject
*resultobj
;
12310 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12313 PyObject
* obj0
= 0 ;
12314 PyObject
* obj1
= 0 ;
12315 char *kwnames
[] = {
12316 (char *) "self",(char *) "n", NULL
12319 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:RadioBox_GetString",kwnames
,&obj0
,&obj1
)) goto fail
;
12320 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12321 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12322 arg2
= (int)SWIG_As_int(obj1
);
12323 if (PyErr_Occurred()) SWIG_fail
;
12325 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12326 result
= ((wxRadioBox
const *)arg1
)->GetString(arg2
);
12328 wxPyEndAllowThreads(__tstate
);
12329 if (PyErr_Occurred()) SWIG_fail
;
12333 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
12335 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
12344 static PyObject
*_wrap_RadioBox_SetString(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12345 PyObject
*resultobj
;
12346 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12348 wxString
*arg3
= 0 ;
12349 bool temp3
= False
;
12350 PyObject
* obj0
= 0 ;
12351 PyObject
* obj1
= 0 ;
12352 PyObject
* obj2
= 0 ;
12353 char *kwnames
[] = {
12354 (char *) "self",(char *) "n",(char *) "label", NULL
12357 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:RadioBox_SetString",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
12358 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12359 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12360 arg2
= (int)SWIG_As_int(obj1
);
12361 if (PyErr_Occurred()) SWIG_fail
;
12363 arg3
= wxString_in_helper(obj2
);
12364 if (arg3
== NULL
) SWIG_fail
;
12368 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12369 (arg1
)->SetString(arg2
,(wxString
const &)*arg3
);
12371 wxPyEndAllowThreads(__tstate
);
12372 if (PyErr_Occurred()) SWIG_fail
;
12374 Py_INCREF(Py_None
); resultobj
= Py_None
;
12389 static PyObject
*_wrap_RadioBox_EnableItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12390 PyObject
*resultobj
;
12391 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12393 bool arg3
= (bool) True
;
12394 PyObject
* obj0
= 0 ;
12395 PyObject
* obj1
= 0 ;
12396 PyObject
* obj2
= 0 ;
12397 char *kwnames
[] = {
12398 (char *) "self",(char *) "n",(char *) "enable", NULL
12401 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:RadioBox_EnableItem",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
12402 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12403 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12404 arg2
= (int)SWIG_As_int(obj1
);
12405 if (PyErr_Occurred()) SWIG_fail
;
12407 arg3
= (bool)SWIG_As_bool(obj2
);
12408 if (PyErr_Occurred()) SWIG_fail
;
12411 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12412 (arg1
)->Enable(arg2
,arg3
);
12414 wxPyEndAllowThreads(__tstate
);
12415 if (PyErr_Occurred()) SWIG_fail
;
12417 Py_INCREF(Py_None
); resultobj
= Py_None
;
12424 static PyObject
*_wrap_RadioBox_ShowItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12425 PyObject
*resultobj
;
12426 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12428 bool arg3
= (bool) True
;
12429 PyObject
* obj0
= 0 ;
12430 PyObject
* obj1
= 0 ;
12431 PyObject
* obj2
= 0 ;
12432 char *kwnames
[] = {
12433 (char *) "self",(char *) "n",(char *) "show", NULL
12436 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:RadioBox_ShowItem",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
12437 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12438 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12439 arg2
= (int)SWIG_As_int(obj1
);
12440 if (PyErr_Occurred()) SWIG_fail
;
12442 arg3
= (bool)SWIG_As_bool(obj2
);
12443 if (PyErr_Occurred()) SWIG_fail
;
12446 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12447 (arg1
)->Show(arg2
,arg3
);
12449 wxPyEndAllowThreads(__tstate
);
12450 if (PyErr_Occurred()) SWIG_fail
;
12452 Py_INCREF(Py_None
); resultobj
= Py_None
;
12459 static PyObject
*_wrap_RadioBox_GetColumnCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12460 PyObject
*resultobj
;
12461 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12463 PyObject
* obj0
= 0 ;
12464 char *kwnames
[] = {
12465 (char *) "self", NULL
12468 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:RadioBox_GetColumnCount",kwnames
,&obj0
)) goto fail
;
12469 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12470 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12472 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12473 result
= (int)wxRadioBox_GetColumnCount((wxRadioBox
const *)arg1
);
12475 wxPyEndAllowThreads(__tstate
);
12476 if (PyErr_Occurred()) SWIG_fail
;
12478 resultobj
= SWIG_From_int((int)result
);
12485 static PyObject
*_wrap_RadioBox_GetRowCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12486 PyObject
*resultobj
;
12487 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12489 PyObject
* obj0
= 0 ;
12490 char *kwnames
[] = {
12491 (char *) "self", NULL
12494 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:RadioBox_GetRowCount",kwnames
,&obj0
)) goto fail
;
12495 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12496 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12498 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12499 result
= (int)wxRadioBox_GetRowCount((wxRadioBox
const *)arg1
);
12501 wxPyEndAllowThreads(__tstate
);
12502 if (PyErr_Occurred()) SWIG_fail
;
12504 resultobj
= SWIG_From_int((int)result
);
12511 static PyObject
*_wrap_RadioBox_GetNextItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12512 PyObject
*resultobj
;
12513 wxRadioBox
*arg1
= (wxRadioBox
*) 0 ;
12518 PyObject
* obj0
= 0 ;
12519 PyObject
* obj1
= 0 ;
12520 PyObject
* obj2
= 0 ;
12521 PyObject
* obj3
= 0 ;
12522 char *kwnames
[] = {
12523 (char *) "self",(char *) "item",(char *) "dir",(char *) "style", NULL
12526 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:RadioBox_GetNextItem",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
12527 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioBox
,
12528 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12529 arg2
= (int)SWIG_As_int(obj1
);
12530 if (PyErr_Occurred()) SWIG_fail
;
12531 arg3
= (int)SWIG_As_int(obj2
);
12532 if (PyErr_Occurred()) SWIG_fail
;
12533 arg4
= (long)SWIG_As_long(obj3
);
12534 if (PyErr_Occurred()) SWIG_fail
;
12536 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12537 result
= (int)wxRadioBox_GetNextItem((wxRadioBox
const *)arg1
,arg2
,(wxDirection
)arg3
,arg4
);
12539 wxPyEndAllowThreads(__tstate
);
12540 if (PyErr_Occurred()) SWIG_fail
;
12542 resultobj
= SWIG_From_int((int)result
);
12549 static PyObject
*_wrap_RadioBox_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12550 PyObject
*resultobj
;
12551 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
12552 wxVisualAttributes result
;
12553 PyObject
* obj0
= 0 ;
12554 char *kwnames
[] = {
12555 (char *) "variant", NULL
12558 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:RadioBox_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
12560 arg1
= (int)SWIG_As_int(obj0
);
12561 if (PyErr_Occurred()) SWIG_fail
;
12564 if (!wxPyCheckForApp()) SWIG_fail
;
12565 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12566 result
= wxRadioBox::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
12568 wxPyEndAllowThreads(__tstate
);
12569 if (PyErr_Occurred()) SWIG_fail
;
12572 wxVisualAttributes
* resultptr
;
12573 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
12574 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
12582 static PyObject
* RadioBox_swigregister(PyObject
*, PyObject
*args
) {
12584 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
12585 SWIG_TypeClientData(SWIGTYPE_p_wxRadioBox
, obj
);
12587 return Py_BuildValue((char *)"");
12589 static PyObject
*_wrap_new_RadioButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12590 PyObject
*resultobj
;
12591 wxWindow
*arg1
= (wxWindow
*) 0 ;
12592 int arg2
= (int) -1 ;
12593 wxString
const &arg3_defvalue
= wxPyEmptyString
;
12594 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
12595 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
12596 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
12597 wxSize
const &arg5_defvalue
= wxDefaultSize
;
12598 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
12599 long arg6
= (long) 0 ;
12600 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
12601 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
12602 wxString
const &arg8_defvalue
= wxPyRadioButtonNameStr
;
12603 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
12604 wxRadioButton
*result
;
12605 bool temp3
= False
;
12608 bool temp8
= False
;
12609 PyObject
* obj0
= 0 ;
12610 PyObject
* obj1
= 0 ;
12611 PyObject
* obj2
= 0 ;
12612 PyObject
* obj3
= 0 ;
12613 PyObject
* obj4
= 0 ;
12614 PyObject
* obj5
= 0 ;
12615 PyObject
* obj6
= 0 ;
12616 PyObject
* obj7
= 0 ;
12617 char *kwnames
[] = {
12618 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12621 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_RadioButton",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
12622 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
12623 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12625 arg2
= (int)SWIG_As_int(obj1
);
12626 if (PyErr_Occurred()) SWIG_fail
;
12630 arg3
= wxString_in_helper(obj2
);
12631 if (arg3
== NULL
) SWIG_fail
;
12638 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
12644 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
12648 arg6
= (long)SWIG_As_long(obj5
);
12649 if (PyErr_Occurred()) SWIG_fail
;
12652 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
12653 SWIG_POINTER_EXCEPTION
| 0)) == -1)
12655 if (arg7
== NULL
) {
12656 PyErr_SetString(PyExc_TypeError
,"null reference");
12662 arg8
= wxString_in_helper(obj7
);
12663 if (arg8
== NULL
) SWIG_fail
;
12668 if (!wxPyCheckForApp()) SWIG_fail
;
12669 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12670 result
= (wxRadioButton
*)new wxRadioButton(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
12672 wxPyEndAllowThreads(__tstate
);
12673 if (PyErr_Occurred()) SWIG_fail
;
12675 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxRadioButton
, 1);
12698 static PyObject
*_wrap_new_PreRadioButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12699 PyObject
*resultobj
;
12700 wxRadioButton
*result
;
12701 char *kwnames
[] = {
12705 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreRadioButton",kwnames
)) goto fail
;
12707 if (!wxPyCheckForApp()) SWIG_fail
;
12708 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12709 result
= (wxRadioButton
*)new wxRadioButton();
12711 wxPyEndAllowThreads(__tstate
);
12712 if (PyErr_Occurred()) SWIG_fail
;
12714 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxRadioButton
, 1);
12721 static PyObject
*_wrap_RadioButton_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12722 PyObject
*resultobj
;
12723 wxRadioButton
*arg1
= (wxRadioButton
*) 0 ;
12724 wxWindow
*arg2
= (wxWindow
*) 0 ;
12725 int arg3
= (int) -1 ;
12726 wxString
const &arg4_defvalue
= wxPyEmptyString
;
12727 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
12728 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
12729 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
12730 wxSize
const &arg6_defvalue
= wxDefaultSize
;
12731 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
12732 long arg7
= (long) 0 ;
12733 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
12734 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
12735 wxString
const &arg9_defvalue
= wxPyRadioButtonNameStr
;
12736 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
12738 bool temp4
= False
;
12741 bool temp9
= False
;
12742 PyObject
* obj0
= 0 ;
12743 PyObject
* obj1
= 0 ;
12744 PyObject
* obj2
= 0 ;
12745 PyObject
* obj3
= 0 ;
12746 PyObject
* obj4
= 0 ;
12747 PyObject
* obj5
= 0 ;
12748 PyObject
* obj6
= 0 ;
12749 PyObject
* obj7
= 0 ;
12750 PyObject
* obj8
= 0 ;
12751 char *kwnames
[] = {
12752 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12755 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:RadioButton_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
12756 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioButton
,
12757 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12758 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
12759 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12761 arg3
= (int)SWIG_As_int(obj2
);
12762 if (PyErr_Occurred()) SWIG_fail
;
12766 arg4
= wxString_in_helper(obj3
);
12767 if (arg4
== NULL
) SWIG_fail
;
12774 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
12780 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
12784 arg7
= (long)SWIG_As_long(obj6
);
12785 if (PyErr_Occurred()) SWIG_fail
;
12788 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
12789 SWIG_POINTER_EXCEPTION
| 0)) == -1)
12791 if (arg8
== NULL
) {
12792 PyErr_SetString(PyExc_TypeError
,"null reference");
12798 arg9
= wxString_in_helper(obj8
);
12799 if (arg9
== NULL
) SWIG_fail
;
12804 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12805 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
12807 wxPyEndAllowThreads(__tstate
);
12808 if (PyErr_Occurred()) SWIG_fail
;
12811 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
12835 static PyObject
*_wrap_RadioButton_GetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12836 PyObject
*resultobj
;
12837 wxRadioButton
*arg1
= (wxRadioButton
*) 0 ;
12839 PyObject
* obj0
= 0 ;
12840 char *kwnames
[] = {
12841 (char *) "self", NULL
12844 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:RadioButton_GetValue",kwnames
,&obj0
)) goto fail
;
12845 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioButton
,
12846 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12848 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12849 result
= (bool)(arg1
)->GetValue();
12851 wxPyEndAllowThreads(__tstate
);
12852 if (PyErr_Occurred()) SWIG_fail
;
12855 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
12863 static PyObject
*_wrap_RadioButton_SetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12864 PyObject
*resultobj
;
12865 wxRadioButton
*arg1
= (wxRadioButton
*) 0 ;
12867 PyObject
* obj0
= 0 ;
12868 PyObject
* obj1
= 0 ;
12869 char *kwnames
[] = {
12870 (char *) "self",(char *) "value", NULL
12873 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:RadioButton_SetValue",kwnames
,&obj0
,&obj1
)) goto fail
;
12874 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxRadioButton
,
12875 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12876 arg2
= (bool)SWIG_As_bool(obj1
);
12877 if (PyErr_Occurred()) SWIG_fail
;
12879 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12880 (arg1
)->SetValue(arg2
);
12882 wxPyEndAllowThreads(__tstate
);
12883 if (PyErr_Occurred()) SWIG_fail
;
12885 Py_INCREF(Py_None
); resultobj
= Py_None
;
12892 static PyObject
*_wrap_RadioButton_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12893 PyObject
*resultobj
;
12894 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
12895 wxVisualAttributes result
;
12896 PyObject
* obj0
= 0 ;
12897 char *kwnames
[] = {
12898 (char *) "variant", NULL
12901 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:RadioButton_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
12903 arg1
= (int)SWIG_As_int(obj0
);
12904 if (PyErr_Occurred()) SWIG_fail
;
12907 if (!wxPyCheckForApp()) SWIG_fail
;
12908 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
12909 result
= wxRadioButton::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
12911 wxPyEndAllowThreads(__tstate
);
12912 if (PyErr_Occurred()) SWIG_fail
;
12915 wxVisualAttributes
* resultptr
;
12916 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
12917 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
12925 static PyObject
* RadioButton_swigregister(PyObject
*, PyObject
*args
) {
12927 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
12928 SWIG_TypeClientData(SWIGTYPE_p_wxRadioButton
, obj
);
12930 return Py_BuildValue((char *)"");
12932 static int _wrap_SliderNameStr_set(PyObject
*) {
12933 PyErr_SetString(PyExc_TypeError
,"Variable SliderNameStr is read-only.");
12938 static PyObject
*_wrap_SliderNameStr_get() {
12943 pyobj
= PyUnicode_FromWideChar((&wxPySliderNameStr
)->c_str(), (&wxPySliderNameStr
)->Len());
12945 pyobj
= PyString_FromStringAndSize((&wxPySliderNameStr
)->c_str(), (&wxPySliderNameStr
)->Len());
12952 static PyObject
*_wrap_new_Slider(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
12953 PyObject
*resultobj
;
12954 wxWindow
*arg1
= (wxWindow
*) 0 ;
12955 int arg2
= (int) -1 ;
12956 int arg3
= (int) 0 ;
12957 int arg4
= (int) 0 ;
12958 int arg5
= (int) 100 ;
12959 wxPoint
const &arg6_defvalue
= wxDefaultPosition
;
12960 wxPoint
*arg6
= (wxPoint
*) &arg6_defvalue
;
12961 wxSize
const &arg7_defvalue
= wxDefaultSize
;
12962 wxSize
*arg7
= (wxSize
*) &arg7_defvalue
;
12963 long arg8
= (long) wxSL_HORIZONTAL
;
12964 wxValidator
const &arg9_defvalue
= wxDefaultValidator
;
12965 wxValidator
*arg9
= (wxValidator
*) &arg9_defvalue
;
12966 wxString
const &arg10_defvalue
= wxPySliderNameStr
;
12967 wxString
*arg10
= (wxString
*) &arg10_defvalue
;
12971 bool temp10
= False
;
12972 PyObject
* obj0
= 0 ;
12973 PyObject
* obj1
= 0 ;
12974 PyObject
* obj2
= 0 ;
12975 PyObject
* obj3
= 0 ;
12976 PyObject
* obj4
= 0 ;
12977 PyObject
* obj5
= 0 ;
12978 PyObject
* obj6
= 0 ;
12979 PyObject
* obj7
= 0 ;
12980 PyObject
* obj8
= 0 ;
12981 PyObject
* obj9
= 0 ;
12982 char *kwnames
[] = {
12983 (char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
12986 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOOOO:new_Slider",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
,&obj9
)) goto fail
;
12987 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
12988 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
12990 arg2
= (int)SWIG_As_int(obj1
);
12991 if (PyErr_Occurred()) SWIG_fail
;
12994 arg3
= (int)SWIG_As_int(obj2
);
12995 if (PyErr_Occurred()) SWIG_fail
;
12998 arg4
= (int)SWIG_As_int(obj3
);
12999 if (PyErr_Occurred()) SWIG_fail
;
13002 arg5
= (int)SWIG_As_int(obj4
);
13003 if (PyErr_Occurred()) SWIG_fail
;
13008 if ( ! wxPoint_helper(obj5
, &arg6
)) SWIG_fail
;
13014 if ( ! wxSize_helper(obj6
, &arg7
)) SWIG_fail
;
13018 arg8
= (long)SWIG_As_long(obj7
);
13019 if (PyErr_Occurred()) SWIG_fail
;
13022 if ((SWIG_ConvertPtr(obj8
,(void **)(&arg9
),SWIGTYPE_p_wxValidator
,
13023 SWIG_POINTER_EXCEPTION
| 0)) == -1)
13025 if (arg9
== NULL
) {
13026 PyErr_SetString(PyExc_TypeError
,"null reference");
13032 arg10
= wxString_in_helper(obj9
);
13033 if (arg10
== NULL
) SWIG_fail
;
13038 if (!wxPyCheckForApp()) SWIG_fail
;
13039 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13040 result
= (wxSlider
*)new wxSlider(arg1
,arg2
,arg3
,arg4
,arg5
,(wxPoint
const &)*arg6
,(wxSize
const &)*arg7
,arg8
,(wxValidator
const &)*arg9
,(wxString
const &)*arg10
);
13042 wxPyEndAllowThreads(__tstate
);
13043 if (PyErr_Occurred()) SWIG_fail
;
13045 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxSlider
, 1);
13060 static PyObject
*_wrap_new_PreSlider(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13061 PyObject
*resultobj
;
13063 char *kwnames
[] = {
13067 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreSlider",kwnames
)) goto fail
;
13069 if (!wxPyCheckForApp()) SWIG_fail
;
13070 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13071 result
= (wxSlider
*)new wxSlider();
13073 wxPyEndAllowThreads(__tstate
);
13074 if (PyErr_Occurred()) SWIG_fail
;
13076 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxSlider
, 1);
13083 static PyObject
*_wrap_Slider_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13084 PyObject
*resultobj
;
13085 wxSlider
*arg1
= (wxSlider
*) 0 ;
13086 wxWindow
*arg2
= (wxWindow
*) 0 ;
13087 int arg3
= (int) -1 ;
13088 int arg4
= (int) 0 ;
13089 int arg5
= (int) 0 ;
13090 int arg6
= (int) 100 ;
13091 wxPoint
const &arg7_defvalue
= wxDefaultPosition
;
13092 wxPoint
*arg7
= (wxPoint
*) &arg7_defvalue
;
13093 wxSize
const &arg8_defvalue
= wxDefaultSize
;
13094 wxSize
*arg8
= (wxSize
*) &arg8_defvalue
;
13095 long arg9
= (long) wxSL_HORIZONTAL
;
13096 wxValidator
const &arg10_defvalue
= wxDefaultValidator
;
13097 wxValidator
*arg10
= (wxValidator
*) &arg10_defvalue
;
13098 wxString
const &arg11_defvalue
= wxPySliderNameStr
;
13099 wxString
*arg11
= (wxString
*) &arg11_defvalue
;
13103 bool temp11
= False
;
13104 PyObject
* obj0
= 0 ;
13105 PyObject
* obj1
= 0 ;
13106 PyObject
* obj2
= 0 ;
13107 PyObject
* obj3
= 0 ;
13108 PyObject
* obj4
= 0 ;
13109 PyObject
* obj5
= 0 ;
13110 PyObject
* obj6
= 0 ;
13111 PyObject
* obj7
= 0 ;
13112 PyObject
* obj8
= 0 ;
13113 PyObject
* obj9
= 0 ;
13114 PyObject
* obj10
= 0 ;
13115 char *kwnames
[] = {
13116 (char *) "self",(char *) "parent",(char *) "id",(char *) "value",(char *) "minValue",(char *) "maxValue",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13119 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOOOO:Slider_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
,&obj9
,&obj10
)) goto fail
;
13120 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13121 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13122 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
13123 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13125 arg3
= (int)SWIG_As_int(obj2
);
13126 if (PyErr_Occurred()) SWIG_fail
;
13129 arg4
= (int)SWIG_As_int(obj3
);
13130 if (PyErr_Occurred()) SWIG_fail
;
13133 arg5
= (int)SWIG_As_int(obj4
);
13134 if (PyErr_Occurred()) SWIG_fail
;
13137 arg6
= (int)SWIG_As_int(obj5
);
13138 if (PyErr_Occurred()) SWIG_fail
;
13143 if ( ! wxPoint_helper(obj6
, &arg7
)) SWIG_fail
;
13149 if ( ! wxSize_helper(obj7
, &arg8
)) SWIG_fail
;
13153 arg9
= (long)SWIG_As_long(obj8
);
13154 if (PyErr_Occurred()) SWIG_fail
;
13157 if ((SWIG_ConvertPtr(obj9
,(void **)(&arg10
),SWIGTYPE_p_wxValidator
,
13158 SWIG_POINTER_EXCEPTION
| 0)) == -1)
13160 if (arg10
== NULL
) {
13161 PyErr_SetString(PyExc_TypeError
,"null reference");
13167 arg11
= wxString_in_helper(obj10
);
13168 if (arg11
== NULL
) SWIG_fail
;
13173 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13174 result
= (bool)(arg1
)->Create(arg2
,arg3
,arg4
,arg5
,arg6
,(wxPoint
const &)*arg7
,(wxSize
const &)*arg8
,arg9
,(wxValidator
const &)*arg10
,(wxString
const &)*arg11
);
13176 wxPyEndAllowThreads(__tstate
);
13177 if (PyErr_Occurred()) SWIG_fail
;
13180 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
13196 static PyObject
*_wrap_Slider_GetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13197 PyObject
*resultobj
;
13198 wxSlider
*arg1
= (wxSlider
*) 0 ;
13200 PyObject
* obj0
= 0 ;
13201 char *kwnames
[] = {
13202 (char *) "self", NULL
13205 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_GetValue",kwnames
,&obj0
)) goto fail
;
13206 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13207 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13209 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13210 result
= (int)((wxSlider
const *)arg1
)->GetValue();
13212 wxPyEndAllowThreads(__tstate
);
13213 if (PyErr_Occurred()) SWIG_fail
;
13215 resultobj
= SWIG_From_int((int)result
);
13222 static PyObject
*_wrap_Slider_SetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13223 PyObject
*resultobj
;
13224 wxSlider
*arg1
= (wxSlider
*) 0 ;
13226 PyObject
* obj0
= 0 ;
13227 PyObject
* obj1
= 0 ;
13228 char *kwnames
[] = {
13229 (char *) "self",(char *) "value", NULL
13232 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Slider_SetValue",kwnames
,&obj0
,&obj1
)) goto fail
;
13233 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13234 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13235 arg2
= (int)SWIG_As_int(obj1
);
13236 if (PyErr_Occurred()) SWIG_fail
;
13238 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13239 (arg1
)->SetValue(arg2
);
13241 wxPyEndAllowThreads(__tstate
);
13242 if (PyErr_Occurred()) SWIG_fail
;
13244 Py_INCREF(Py_None
); resultobj
= Py_None
;
13251 static PyObject
*_wrap_Slider_SetRange(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13252 PyObject
*resultobj
;
13253 wxSlider
*arg1
= (wxSlider
*) 0 ;
13256 PyObject
* obj0
= 0 ;
13257 PyObject
* obj1
= 0 ;
13258 PyObject
* obj2
= 0 ;
13259 char *kwnames
[] = {
13260 (char *) "self",(char *) "minValue",(char *) "maxValue", NULL
13263 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:Slider_SetRange",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
13264 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13265 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13266 arg2
= (int)SWIG_As_int(obj1
);
13267 if (PyErr_Occurred()) SWIG_fail
;
13268 arg3
= (int)SWIG_As_int(obj2
);
13269 if (PyErr_Occurred()) SWIG_fail
;
13271 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13272 (arg1
)->SetRange(arg2
,arg3
);
13274 wxPyEndAllowThreads(__tstate
);
13275 if (PyErr_Occurred()) SWIG_fail
;
13277 Py_INCREF(Py_None
); resultobj
= Py_None
;
13284 static PyObject
*_wrap_Slider_GetMin(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13285 PyObject
*resultobj
;
13286 wxSlider
*arg1
= (wxSlider
*) 0 ;
13288 PyObject
* obj0
= 0 ;
13289 char *kwnames
[] = {
13290 (char *) "self", NULL
13293 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_GetMin",kwnames
,&obj0
)) goto fail
;
13294 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13295 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13297 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13298 result
= (int)((wxSlider
const *)arg1
)->GetMin();
13300 wxPyEndAllowThreads(__tstate
);
13301 if (PyErr_Occurred()) SWIG_fail
;
13303 resultobj
= SWIG_From_int((int)result
);
13310 static PyObject
*_wrap_Slider_GetMax(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13311 PyObject
*resultobj
;
13312 wxSlider
*arg1
= (wxSlider
*) 0 ;
13314 PyObject
* obj0
= 0 ;
13315 char *kwnames
[] = {
13316 (char *) "self", NULL
13319 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_GetMax",kwnames
,&obj0
)) goto fail
;
13320 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13321 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13323 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13324 result
= (int)((wxSlider
const *)arg1
)->GetMax();
13326 wxPyEndAllowThreads(__tstate
);
13327 if (PyErr_Occurred()) SWIG_fail
;
13329 resultobj
= SWIG_From_int((int)result
);
13336 static PyObject
*_wrap_Slider_SetMin(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13337 PyObject
*resultobj
;
13338 wxSlider
*arg1
= (wxSlider
*) 0 ;
13340 PyObject
* obj0
= 0 ;
13341 PyObject
* obj1
= 0 ;
13342 char *kwnames
[] = {
13343 (char *) "self",(char *) "minValue", NULL
13346 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Slider_SetMin",kwnames
,&obj0
,&obj1
)) goto fail
;
13347 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13348 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13349 arg2
= (int)SWIG_As_int(obj1
);
13350 if (PyErr_Occurred()) SWIG_fail
;
13352 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13353 (arg1
)->SetMin(arg2
);
13355 wxPyEndAllowThreads(__tstate
);
13356 if (PyErr_Occurred()) SWIG_fail
;
13358 Py_INCREF(Py_None
); resultobj
= Py_None
;
13365 static PyObject
*_wrap_Slider_SetMax(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13366 PyObject
*resultobj
;
13367 wxSlider
*arg1
= (wxSlider
*) 0 ;
13369 PyObject
* obj0
= 0 ;
13370 PyObject
* obj1
= 0 ;
13371 char *kwnames
[] = {
13372 (char *) "self",(char *) "maxValue", NULL
13375 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Slider_SetMax",kwnames
,&obj0
,&obj1
)) goto fail
;
13376 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13377 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13378 arg2
= (int)SWIG_As_int(obj1
);
13379 if (PyErr_Occurred()) SWIG_fail
;
13381 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13382 (arg1
)->SetMax(arg2
);
13384 wxPyEndAllowThreads(__tstate
);
13385 if (PyErr_Occurred()) SWIG_fail
;
13387 Py_INCREF(Py_None
); resultobj
= Py_None
;
13394 static PyObject
*_wrap_Slider_SetLineSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13395 PyObject
*resultobj
;
13396 wxSlider
*arg1
= (wxSlider
*) 0 ;
13398 PyObject
* obj0
= 0 ;
13399 PyObject
* obj1
= 0 ;
13400 char *kwnames
[] = {
13401 (char *) "self",(char *) "lineSize", NULL
13404 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Slider_SetLineSize",kwnames
,&obj0
,&obj1
)) goto fail
;
13405 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13406 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13407 arg2
= (int)SWIG_As_int(obj1
);
13408 if (PyErr_Occurred()) SWIG_fail
;
13410 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13411 (arg1
)->SetLineSize(arg2
);
13413 wxPyEndAllowThreads(__tstate
);
13414 if (PyErr_Occurred()) SWIG_fail
;
13416 Py_INCREF(Py_None
); resultobj
= Py_None
;
13423 static PyObject
*_wrap_Slider_SetPageSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13424 PyObject
*resultobj
;
13425 wxSlider
*arg1
= (wxSlider
*) 0 ;
13427 PyObject
* obj0
= 0 ;
13428 PyObject
* obj1
= 0 ;
13429 char *kwnames
[] = {
13430 (char *) "self",(char *) "pageSize", NULL
13433 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Slider_SetPageSize",kwnames
,&obj0
,&obj1
)) goto fail
;
13434 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13435 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13436 arg2
= (int)SWIG_As_int(obj1
);
13437 if (PyErr_Occurred()) SWIG_fail
;
13439 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13440 (arg1
)->SetPageSize(arg2
);
13442 wxPyEndAllowThreads(__tstate
);
13443 if (PyErr_Occurred()) SWIG_fail
;
13445 Py_INCREF(Py_None
); resultobj
= Py_None
;
13452 static PyObject
*_wrap_Slider_GetLineSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13453 PyObject
*resultobj
;
13454 wxSlider
*arg1
= (wxSlider
*) 0 ;
13456 PyObject
* obj0
= 0 ;
13457 char *kwnames
[] = {
13458 (char *) "self", NULL
13461 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_GetLineSize",kwnames
,&obj0
)) goto fail
;
13462 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13463 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13465 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13466 result
= (int)((wxSlider
const *)arg1
)->GetLineSize();
13468 wxPyEndAllowThreads(__tstate
);
13469 if (PyErr_Occurred()) SWIG_fail
;
13471 resultobj
= SWIG_From_int((int)result
);
13478 static PyObject
*_wrap_Slider_GetPageSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13479 PyObject
*resultobj
;
13480 wxSlider
*arg1
= (wxSlider
*) 0 ;
13482 PyObject
* obj0
= 0 ;
13483 char *kwnames
[] = {
13484 (char *) "self", NULL
13487 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_GetPageSize",kwnames
,&obj0
)) goto fail
;
13488 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13489 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13491 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13492 result
= (int)((wxSlider
const *)arg1
)->GetPageSize();
13494 wxPyEndAllowThreads(__tstate
);
13495 if (PyErr_Occurred()) SWIG_fail
;
13497 resultobj
= SWIG_From_int((int)result
);
13504 static PyObject
*_wrap_Slider_SetThumbLength(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13505 PyObject
*resultobj
;
13506 wxSlider
*arg1
= (wxSlider
*) 0 ;
13508 PyObject
* obj0
= 0 ;
13509 PyObject
* obj1
= 0 ;
13510 char *kwnames
[] = {
13511 (char *) "self",(char *) "lenPixels", NULL
13514 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Slider_SetThumbLength",kwnames
,&obj0
,&obj1
)) goto fail
;
13515 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13516 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13517 arg2
= (int)SWIG_As_int(obj1
);
13518 if (PyErr_Occurred()) SWIG_fail
;
13520 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13521 (arg1
)->SetThumbLength(arg2
);
13523 wxPyEndAllowThreads(__tstate
);
13524 if (PyErr_Occurred()) SWIG_fail
;
13526 Py_INCREF(Py_None
); resultobj
= Py_None
;
13533 static PyObject
*_wrap_Slider_GetThumbLength(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13534 PyObject
*resultobj
;
13535 wxSlider
*arg1
= (wxSlider
*) 0 ;
13537 PyObject
* obj0
= 0 ;
13538 char *kwnames
[] = {
13539 (char *) "self", NULL
13542 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_GetThumbLength",kwnames
,&obj0
)) goto fail
;
13543 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13544 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13546 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13547 result
= (int)((wxSlider
const *)arg1
)->GetThumbLength();
13549 wxPyEndAllowThreads(__tstate
);
13550 if (PyErr_Occurred()) SWIG_fail
;
13552 resultobj
= SWIG_From_int((int)result
);
13559 static PyObject
*_wrap_Slider_SetTickFreq(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13560 PyObject
*resultobj
;
13561 wxSlider
*arg1
= (wxSlider
*) 0 ;
13563 int arg3
= (int) 1 ;
13564 PyObject
* obj0
= 0 ;
13565 PyObject
* obj1
= 0 ;
13566 PyObject
* obj2
= 0 ;
13567 char *kwnames
[] = {
13568 (char *) "self",(char *) "n",(char *) "pos", NULL
13571 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:Slider_SetTickFreq",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
13572 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13573 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13574 arg2
= (int)SWIG_As_int(obj1
);
13575 if (PyErr_Occurred()) SWIG_fail
;
13577 arg3
= (int)SWIG_As_int(obj2
);
13578 if (PyErr_Occurred()) SWIG_fail
;
13581 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13582 (arg1
)->SetTickFreq(arg2
,arg3
);
13584 wxPyEndAllowThreads(__tstate
);
13585 if (PyErr_Occurred()) SWIG_fail
;
13587 Py_INCREF(Py_None
); resultobj
= Py_None
;
13594 static PyObject
*_wrap_Slider_GetTickFreq(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13595 PyObject
*resultobj
;
13596 wxSlider
*arg1
= (wxSlider
*) 0 ;
13598 PyObject
* obj0
= 0 ;
13599 char *kwnames
[] = {
13600 (char *) "self", NULL
13603 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_GetTickFreq",kwnames
,&obj0
)) goto fail
;
13604 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13605 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13607 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13608 result
= (int)((wxSlider
const *)arg1
)->GetTickFreq();
13610 wxPyEndAllowThreads(__tstate
);
13611 if (PyErr_Occurred()) SWIG_fail
;
13613 resultobj
= SWIG_From_int((int)result
);
13620 static PyObject
*_wrap_Slider_ClearTicks(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13621 PyObject
*resultobj
;
13622 wxSlider
*arg1
= (wxSlider
*) 0 ;
13623 PyObject
* obj0
= 0 ;
13624 char *kwnames
[] = {
13625 (char *) "self", NULL
13628 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_ClearTicks",kwnames
,&obj0
)) goto fail
;
13629 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13630 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13632 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13633 (arg1
)->ClearTicks();
13635 wxPyEndAllowThreads(__tstate
);
13636 if (PyErr_Occurred()) SWIG_fail
;
13638 Py_INCREF(Py_None
); resultobj
= Py_None
;
13645 static PyObject
*_wrap_Slider_SetTick(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13646 PyObject
*resultobj
;
13647 wxSlider
*arg1
= (wxSlider
*) 0 ;
13649 PyObject
* obj0
= 0 ;
13650 PyObject
* obj1
= 0 ;
13651 char *kwnames
[] = {
13652 (char *) "self",(char *) "tickPos", NULL
13655 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Slider_SetTick",kwnames
,&obj0
,&obj1
)) goto fail
;
13656 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13657 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13658 arg2
= (int)SWIG_As_int(obj1
);
13659 if (PyErr_Occurred()) SWIG_fail
;
13661 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13662 (arg1
)->SetTick(arg2
);
13664 wxPyEndAllowThreads(__tstate
);
13665 if (PyErr_Occurred()) SWIG_fail
;
13667 Py_INCREF(Py_None
); resultobj
= Py_None
;
13674 static PyObject
*_wrap_Slider_ClearSel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13675 PyObject
*resultobj
;
13676 wxSlider
*arg1
= (wxSlider
*) 0 ;
13677 PyObject
* obj0
= 0 ;
13678 char *kwnames
[] = {
13679 (char *) "self", NULL
13682 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_ClearSel",kwnames
,&obj0
)) goto fail
;
13683 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13684 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13686 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13687 (arg1
)->ClearSel();
13689 wxPyEndAllowThreads(__tstate
);
13690 if (PyErr_Occurred()) SWIG_fail
;
13692 Py_INCREF(Py_None
); resultobj
= Py_None
;
13699 static PyObject
*_wrap_Slider_GetSelEnd(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13700 PyObject
*resultobj
;
13701 wxSlider
*arg1
= (wxSlider
*) 0 ;
13703 PyObject
* obj0
= 0 ;
13704 char *kwnames
[] = {
13705 (char *) "self", NULL
13708 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_GetSelEnd",kwnames
,&obj0
)) goto fail
;
13709 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13710 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13712 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13713 result
= (int)((wxSlider
const *)arg1
)->GetSelEnd();
13715 wxPyEndAllowThreads(__tstate
);
13716 if (PyErr_Occurred()) SWIG_fail
;
13718 resultobj
= SWIG_From_int((int)result
);
13725 static PyObject
*_wrap_Slider_GetSelStart(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13726 PyObject
*resultobj
;
13727 wxSlider
*arg1
= (wxSlider
*) 0 ;
13729 PyObject
* obj0
= 0 ;
13730 char *kwnames
[] = {
13731 (char *) "self", NULL
13734 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Slider_GetSelStart",kwnames
,&obj0
)) goto fail
;
13735 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13736 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13738 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13739 result
= (int)((wxSlider
const *)arg1
)->GetSelStart();
13741 wxPyEndAllowThreads(__tstate
);
13742 if (PyErr_Occurred()) SWIG_fail
;
13744 resultobj
= SWIG_From_int((int)result
);
13751 static PyObject
*_wrap_Slider_SetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13752 PyObject
*resultobj
;
13753 wxSlider
*arg1
= (wxSlider
*) 0 ;
13756 PyObject
* obj0
= 0 ;
13757 PyObject
* obj1
= 0 ;
13758 PyObject
* obj2
= 0 ;
13759 char *kwnames
[] = {
13760 (char *) "self",(char *) "min",(char *) "max", NULL
13763 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:Slider_SetSelection",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
13764 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxSlider
,
13765 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13766 arg2
= (int)SWIG_As_int(obj1
);
13767 if (PyErr_Occurred()) SWIG_fail
;
13768 arg3
= (int)SWIG_As_int(obj2
);
13769 if (PyErr_Occurred()) SWIG_fail
;
13771 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13772 (arg1
)->SetSelection(arg2
,arg3
);
13774 wxPyEndAllowThreads(__tstate
);
13775 if (PyErr_Occurred()) SWIG_fail
;
13777 Py_INCREF(Py_None
); resultobj
= Py_None
;
13784 static PyObject
*_wrap_Slider_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13785 PyObject
*resultobj
;
13786 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
13787 wxVisualAttributes result
;
13788 PyObject
* obj0
= 0 ;
13789 char *kwnames
[] = {
13790 (char *) "variant", NULL
13793 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:Slider_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
13795 arg1
= (int)SWIG_As_int(obj0
);
13796 if (PyErr_Occurred()) SWIG_fail
;
13799 if (!wxPyCheckForApp()) SWIG_fail
;
13800 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13801 result
= wxSlider::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
13803 wxPyEndAllowThreads(__tstate
);
13804 if (PyErr_Occurred()) SWIG_fail
;
13807 wxVisualAttributes
* resultptr
;
13808 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
13809 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
13817 static PyObject
* Slider_swigregister(PyObject
*, PyObject
*args
) {
13819 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
13820 SWIG_TypeClientData(SWIGTYPE_p_wxSlider
, obj
);
13822 return Py_BuildValue((char *)"");
13824 static int _wrap_ToggleButtonNameStr_set(PyObject
*) {
13825 PyErr_SetString(PyExc_TypeError
,"Variable ToggleButtonNameStr is read-only.");
13830 static PyObject
*_wrap_ToggleButtonNameStr_get() {
13835 pyobj
= PyUnicode_FromWideChar((&wxPyToggleButtonNameStr
)->c_str(), (&wxPyToggleButtonNameStr
)->Len());
13837 pyobj
= PyString_FromStringAndSize((&wxPyToggleButtonNameStr
)->c_str(), (&wxPyToggleButtonNameStr
)->Len());
13844 static PyObject
*_wrap_new_ToggleButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13845 PyObject
*resultobj
;
13846 wxWindow
*arg1
= (wxWindow
*) 0 ;
13847 int arg2
= (int) -1 ;
13848 wxString
const &arg3_defvalue
= wxPyEmptyString
;
13849 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
13850 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
13851 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
13852 wxSize
const &arg5_defvalue
= wxDefaultSize
;
13853 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
13854 long arg6
= (long) 0 ;
13855 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
13856 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
13857 wxString
const &arg8_defvalue
= wxPyToggleButtonNameStr
;
13858 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
13859 wxToggleButton
*result
;
13860 bool temp3
= False
;
13863 bool temp8
= False
;
13864 PyObject
* obj0
= 0 ;
13865 PyObject
* obj1
= 0 ;
13866 PyObject
* obj2
= 0 ;
13867 PyObject
* obj3
= 0 ;
13868 PyObject
* obj4
= 0 ;
13869 PyObject
* obj5
= 0 ;
13870 PyObject
* obj6
= 0 ;
13871 PyObject
* obj7
= 0 ;
13872 char *kwnames
[] = {
13873 (char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
13876 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOO:new_ToggleButton",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
13877 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
13878 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
13880 arg2
= (int)SWIG_As_int(obj1
);
13881 if (PyErr_Occurred()) SWIG_fail
;
13885 arg3
= wxString_in_helper(obj2
);
13886 if (arg3
== NULL
) SWIG_fail
;
13893 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
13899 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
13903 arg6
= (long)SWIG_As_long(obj5
);
13904 if (PyErr_Occurred()) SWIG_fail
;
13907 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
13908 SWIG_POINTER_EXCEPTION
| 0)) == -1)
13910 if (arg7
== NULL
) {
13911 PyErr_SetString(PyExc_TypeError
,"null reference");
13917 arg8
= wxString_in_helper(obj7
);
13918 if (arg8
== NULL
) SWIG_fail
;
13923 if (!wxPyCheckForApp()) SWIG_fail
;
13924 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13925 result
= (wxToggleButton
*)new wxToggleButton(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
13927 wxPyEndAllowThreads(__tstate
);
13928 if (PyErr_Occurred()) SWIG_fail
;
13930 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxToggleButton
, 1);
13953 static PyObject
*_wrap_new_PreToggleButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13954 PyObject
*resultobj
;
13955 wxToggleButton
*result
;
13956 char *kwnames
[] = {
13960 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreToggleButton",kwnames
)) goto fail
;
13962 if (!wxPyCheckForApp()) SWIG_fail
;
13963 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
13964 result
= (wxToggleButton
*)new wxToggleButton();
13966 wxPyEndAllowThreads(__tstate
);
13967 if (PyErr_Occurred()) SWIG_fail
;
13969 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxToggleButton
, 1);
13976 static PyObject
*_wrap_ToggleButton_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
13977 PyObject
*resultobj
;
13978 wxToggleButton
*arg1
= (wxToggleButton
*) 0 ;
13979 wxWindow
*arg2
= (wxWindow
*) 0 ;
13980 int arg3
= (int) -1 ;
13981 wxString
const &arg4_defvalue
= wxPyEmptyString
;
13982 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
13983 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
13984 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
13985 wxSize
const &arg6_defvalue
= wxDefaultSize
;
13986 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
13987 long arg7
= (long) 0 ;
13988 wxValidator
const &arg8_defvalue
= wxDefaultValidator
;
13989 wxValidator
*arg8
= (wxValidator
*) &arg8_defvalue
;
13990 wxString
const &arg9_defvalue
= wxPyToggleButtonNameStr
;
13991 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
13993 bool temp4
= False
;
13996 bool temp9
= False
;
13997 PyObject
* obj0
= 0 ;
13998 PyObject
* obj1
= 0 ;
13999 PyObject
* obj2
= 0 ;
14000 PyObject
* obj3
= 0 ;
14001 PyObject
* obj4
= 0 ;
14002 PyObject
* obj5
= 0 ;
14003 PyObject
* obj6
= 0 ;
14004 PyObject
* obj7
= 0 ;
14005 PyObject
* obj8
= 0 ;
14006 char *kwnames
[] = {
14007 (char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
14010 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOO:ToggleButton_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
14011 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToggleButton
,
14012 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14013 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
14014 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14016 arg3
= (int)SWIG_As_int(obj2
);
14017 if (PyErr_Occurred()) SWIG_fail
;
14021 arg4
= wxString_in_helper(obj3
);
14022 if (arg4
== NULL
) SWIG_fail
;
14029 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
14035 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
14039 arg7
= (long)SWIG_As_long(obj6
);
14040 if (PyErr_Occurred()) SWIG_fail
;
14043 if ((SWIG_ConvertPtr(obj7
,(void **)(&arg8
),SWIGTYPE_p_wxValidator
,
14044 SWIG_POINTER_EXCEPTION
| 0)) == -1)
14046 if (arg8
== NULL
) {
14047 PyErr_SetString(PyExc_TypeError
,"null reference");
14053 arg9
= wxString_in_helper(obj8
);
14054 if (arg9
== NULL
) SWIG_fail
;
14059 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14060 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxValidator
const &)*arg8
,(wxString
const &)*arg9
);
14062 wxPyEndAllowThreads(__tstate
);
14063 if (PyErr_Occurred()) SWIG_fail
;
14066 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
14090 static PyObject
*_wrap_ToggleButton_SetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14091 PyObject
*resultobj
;
14092 wxToggleButton
*arg1
= (wxToggleButton
*) 0 ;
14094 PyObject
* obj0
= 0 ;
14095 PyObject
* obj1
= 0 ;
14096 char *kwnames
[] = {
14097 (char *) "self",(char *) "value", NULL
14100 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToggleButton_SetValue",kwnames
,&obj0
,&obj1
)) goto fail
;
14101 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToggleButton
,
14102 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14103 arg2
= (bool)SWIG_As_bool(obj1
);
14104 if (PyErr_Occurred()) SWIG_fail
;
14106 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14107 (arg1
)->SetValue(arg2
);
14109 wxPyEndAllowThreads(__tstate
);
14110 if (PyErr_Occurred()) SWIG_fail
;
14112 Py_INCREF(Py_None
); resultobj
= Py_None
;
14119 static PyObject
*_wrap_ToggleButton_GetValue(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14120 PyObject
*resultobj
;
14121 wxToggleButton
*arg1
= (wxToggleButton
*) 0 ;
14123 PyObject
* obj0
= 0 ;
14124 char *kwnames
[] = {
14125 (char *) "self", NULL
14128 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToggleButton_GetValue",kwnames
,&obj0
)) goto fail
;
14129 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToggleButton
,
14130 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14132 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14133 result
= (bool)((wxToggleButton
const *)arg1
)->GetValue();
14135 wxPyEndAllowThreads(__tstate
);
14136 if (PyErr_Occurred()) SWIG_fail
;
14139 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
14147 static PyObject
*_wrap_ToggleButton_SetLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14148 PyObject
*resultobj
;
14149 wxToggleButton
*arg1
= (wxToggleButton
*) 0 ;
14150 wxString
*arg2
= 0 ;
14151 bool temp2
= False
;
14152 PyObject
* obj0
= 0 ;
14153 PyObject
* obj1
= 0 ;
14154 char *kwnames
[] = {
14155 (char *) "self",(char *) "label", NULL
14158 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToggleButton_SetLabel",kwnames
,&obj0
,&obj1
)) goto fail
;
14159 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToggleButton
,
14160 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14162 arg2
= wxString_in_helper(obj1
);
14163 if (arg2
== NULL
) SWIG_fail
;
14167 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14168 (arg1
)->SetLabel((wxString
const &)*arg2
);
14170 wxPyEndAllowThreads(__tstate
);
14171 if (PyErr_Occurred()) SWIG_fail
;
14173 Py_INCREF(Py_None
); resultobj
= Py_None
;
14188 static PyObject
*_wrap_ToggleButton_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14189 PyObject
*resultobj
;
14190 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
14191 wxVisualAttributes result
;
14192 PyObject
* obj0
= 0 ;
14193 char *kwnames
[] = {
14194 (char *) "variant", NULL
14197 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:ToggleButton_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
14199 arg1
= (int)SWIG_As_int(obj0
);
14200 if (PyErr_Occurred()) SWIG_fail
;
14203 if (!wxPyCheckForApp()) SWIG_fail
;
14204 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14205 result
= wxToggleButton::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
14207 wxPyEndAllowThreads(__tstate
);
14208 if (PyErr_Occurred()) SWIG_fail
;
14211 wxVisualAttributes
* resultptr
;
14212 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
14213 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
14221 static PyObject
* ToggleButton_swigregister(PyObject
*, PyObject
*args
) {
14223 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
14224 SWIG_TypeClientData(SWIGTYPE_p_wxToggleButton
, obj
);
14226 return Py_BuildValue((char *)"");
14228 static int _wrap_NOTEBOOK_NAME_set(PyObject
*) {
14229 PyErr_SetString(PyExc_TypeError
,"Variable NOTEBOOK_NAME is read-only.");
14234 static PyObject
*_wrap_NOTEBOOK_NAME_get() {
14239 pyobj
= PyUnicode_FromWideChar((&wxPyNOTEBOOK_NAME
)->c_str(), (&wxPyNOTEBOOK_NAME
)->Len());
14241 pyobj
= PyString_FromStringAndSize((&wxPyNOTEBOOK_NAME
)->c_str(), (&wxPyNOTEBOOK_NAME
)->Len());
14248 static PyObject
*_wrap_BookCtrl_GetPageCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14249 PyObject
*resultobj
;
14250 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14252 PyObject
* obj0
= 0 ;
14253 char *kwnames
[] = {
14254 (char *) "self", NULL
14257 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BookCtrl_GetPageCount",kwnames
,&obj0
)) goto fail
;
14258 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14259 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14261 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14262 result
= (size_t)((wxBookCtrl
const *)arg1
)->GetPageCount();
14264 wxPyEndAllowThreads(__tstate
);
14265 if (PyErr_Occurred()) SWIG_fail
;
14267 resultobj
= SWIG_From_unsigned_SS_long((unsigned long)result
);
14274 static PyObject
*_wrap_BookCtrl_GetPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14275 PyObject
*resultobj
;
14276 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14279 PyObject
* obj0
= 0 ;
14280 PyObject
* obj1
= 0 ;
14281 char *kwnames
[] = {
14282 (char *) "self",(char *) "n", NULL
14285 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_GetPage",kwnames
,&obj0
,&obj1
)) goto fail
;
14286 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14287 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14288 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
14289 if (PyErr_Occurred()) SWIG_fail
;
14291 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14292 result
= (wxWindow
*)(arg1
)->GetPage(arg2
);
14294 wxPyEndAllowThreads(__tstate
);
14295 if (PyErr_Occurred()) SWIG_fail
;
14298 resultobj
= wxPyMake_wxObject(result
, 0);
14306 static PyObject
*_wrap_BookCtrl_GetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14307 PyObject
*resultobj
;
14308 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14310 PyObject
* obj0
= 0 ;
14311 char *kwnames
[] = {
14312 (char *) "self", NULL
14315 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BookCtrl_GetSelection",kwnames
,&obj0
)) goto fail
;
14316 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14317 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14319 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14320 result
= (int)((wxBookCtrl
const *)arg1
)->GetSelection();
14322 wxPyEndAllowThreads(__tstate
);
14323 if (PyErr_Occurred()) SWIG_fail
;
14325 resultobj
= SWIG_From_int((int)result
);
14332 static PyObject
*_wrap_BookCtrl_SetPageText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14333 PyObject
*resultobj
;
14334 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14336 wxString
*arg3
= 0 ;
14338 bool temp3
= False
;
14339 PyObject
* obj0
= 0 ;
14340 PyObject
* obj1
= 0 ;
14341 PyObject
* obj2
= 0 ;
14342 char *kwnames
[] = {
14343 (char *) "self",(char *) "n",(char *) "strText", NULL
14346 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:BookCtrl_SetPageText",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
14347 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14348 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14349 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
14350 if (PyErr_Occurred()) SWIG_fail
;
14352 arg3
= wxString_in_helper(obj2
);
14353 if (arg3
== NULL
) SWIG_fail
;
14357 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14358 result
= (bool)(arg1
)->SetPageText(arg2
,(wxString
const &)*arg3
);
14360 wxPyEndAllowThreads(__tstate
);
14361 if (PyErr_Occurred()) SWIG_fail
;
14364 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
14380 static PyObject
*_wrap_BookCtrl_GetPageText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14381 PyObject
*resultobj
;
14382 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14385 PyObject
* obj0
= 0 ;
14386 PyObject
* obj1
= 0 ;
14387 char *kwnames
[] = {
14388 (char *) "self",(char *) "n", NULL
14391 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_GetPageText",kwnames
,&obj0
,&obj1
)) goto fail
;
14392 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14393 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14394 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
14395 if (PyErr_Occurred()) SWIG_fail
;
14397 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14398 result
= ((wxBookCtrl
const *)arg1
)->GetPageText(arg2
);
14400 wxPyEndAllowThreads(__tstate
);
14401 if (PyErr_Occurred()) SWIG_fail
;
14405 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
14407 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
14416 static PyObject
*_wrap_BookCtrl_SetImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14417 PyObject
*resultobj
;
14418 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14419 wxImageList
*arg2
= (wxImageList
*) 0 ;
14420 PyObject
* obj0
= 0 ;
14421 PyObject
* obj1
= 0 ;
14422 char *kwnames
[] = {
14423 (char *) "self",(char *) "imageList", NULL
14426 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_SetImageList",kwnames
,&obj0
,&obj1
)) goto fail
;
14427 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14428 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14429 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxImageList
,
14430 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14432 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14433 (arg1
)->SetImageList(arg2
);
14435 wxPyEndAllowThreads(__tstate
);
14436 if (PyErr_Occurred()) SWIG_fail
;
14438 Py_INCREF(Py_None
); resultobj
= Py_None
;
14445 static PyObject
*_wrap_BookCtrl_AssignImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14446 PyObject
*resultobj
;
14447 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14448 wxImageList
*arg2
= (wxImageList
*) 0 ;
14449 PyObject
* obj0
= 0 ;
14450 PyObject
* obj1
= 0 ;
14451 char *kwnames
[] = {
14452 (char *) "self",(char *) "imageList", NULL
14455 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_AssignImageList",kwnames
,&obj0
,&obj1
)) goto fail
;
14456 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14457 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14458 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxImageList
,
14459 SWIG_POINTER_EXCEPTION
| SWIG_POINTER_DISOWN
)) == -1) SWIG_fail
;
14461 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14462 (arg1
)->AssignImageList(arg2
);
14464 wxPyEndAllowThreads(__tstate
);
14465 if (PyErr_Occurred()) SWIG_fail
;
14467 Py_INCREF(Py_None
); resultobj
= Py_None
;
14474 static PyObject
*_wrap_BookCtrl_GetImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14475 PyObject
*resultobj
;
14476 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14477 wxImageList
*result
;
14478 PyObject
* obj0
= 0 ;
14479 char *kwnames
[] = {
14480 (char *) "self", NULL
14483 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BookCtrl_GetImageList",kwnames
,&obj0
)) goto fail
;
14484 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14485 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14487 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14488 result
= (wxImageList
*)((wxBookCtrl
const *)arg1
)->GetImageList();
14490 wxPyEndAllowThreads(__tstate
);
14491 if (PyErr_Occurred()) SWIG_fail
;
14494 resultobj
= wxPyMake_wxObject(result
, 0);
14502 static PyObject
*_wrap_BookCtrl_GetPageImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14503 PyObject
*resultobj
;
14504 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14507 PyObject
* obj0
= 0 ;
14508 PyObject
* obj1
= 0 ;
14509 char *kwnames
[] = {
14510 (char *) "self",(char *) "n", NULL
14513 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_GetPageImage",kwnames
,&obj0
,&obj1
)) goto fail
;
14514 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14515 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14516 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
14517 if (PyErr_Occurred()) SWIG_fail
;
14519 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14520 result
= (int)((wxBookCtrl
const *)arg1
)->GetPageImage(arg2
);
14522 wxPyEndAllowThreads(__tstate
);
14523 if (PyErr_Occurred()) SWIG_fail
;
14525 resultobj
= SWIG_From_int((int)result
);
14532 static PyObject
*_wrap_BookCtrl_SetPageImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14533 PyObject
*resultobj
;
14534 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14538 PyObject
* obj0
= 0 ;
14539 PyObject
* obj1
= 0 ;
14540 PyObject
* obj2
= 0 ;
14541 char *kwnames
[] = {
14542 (char *) "self",(char *) "n",(char *) "imageId", NULL
14545 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:BookCtrl_SetPageImage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
14546 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14547 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14548 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
14549 if (PyErr_Occurred()) SWIG_fail
;
14550 arg3
= (int)SWIG_As_int(obj2
);
14551 if (PyErr_Occurred()) SWIG_fail
;
14553 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14554 result
= (bool)(arg1
)->SetPageImage(arg2
,arg3
);
14556 wxPyEndAllowThreads(__tstate
);
14557 if (PyErr_Occurred()) SWIG_fail
;
14560 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
14568 static PyObject
*_wrap_BookCtrl_SetPageSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14569 PyObject
*resultobj
;
14570 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14573 PyObject
* obj0
= 0 ;
14574 PyObject
* obj1
= 0 ;
14575 char *kwnames
[] = {
14576 (char *) "self",(char *) "size", NULL
14579 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_SetPageSize",kwnames
,&obj0
,&obj1
)) goto fail
;
14580 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14581 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14584 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
14587 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14588 (arg1
)->SetPageSize((wxSize
const &)*arg2
);
14590 wxPyEndAllowThreads(__tstate
);
14591 if (PyErr_Occurred()) SWIG_fail
;
14593 Py_INCREF(Py_None
); resultobj
= Py_None
;
14600 static PyObject
*_wrap_BookCtrl_CalcSizeFromPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14601 PyObject
*resultobj
;
14602 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14606 PyObject
* obj0
= 0 ;
14607 PyObject
* obj1
= 0 ;
14608 char *kwnames
[] = {
14609 (char *) "self",(char *) "sizePage", NULL
14612 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_CalcSizeFromPage",kwnames
,&obj0
,&obj1
)) goto fail
;
14613 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14614 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14617 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
14620 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14621 result
= ((wxBookCtrl
const *)arg1
)->CalcSizeFromPage((wxSize
const &)*arg2
);
14623 wxPyEndAllowThreads(__tstate
);
14624 if (PyErr_Occurred()) SWIG_fail
;
14627 wxSize
* resultptr
;
14628 resultptr
= new wxSize((wxSize
&) result
);
14629 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
14637 static PyObject
*_wrap_BookCtrl_DeletePage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14638 PyObject
*resultobj
;
14639 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14642 PyObject
* obj0
= 0 ;
14643 PyObject
* obj1
= 0 ;
14644 char *kwnames
[] = {
14645 (char *) "self",(char *) "n", NULL
14648 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_DeletePage",kwnames
,&obj0
,&obj1
)) goto fail
;
14649 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14650 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14651 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
14652 if (PyErr_Occurred()) SWIG_fail
;
14654 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14655 result
= (bool)(arg1
)->DeletePage(arg2
);
14657 wxPyEndAllowThreads(__tstate
);
14658 if (PyErr_Occurred()) SWIG_fail
;
14661 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
14669 static PyObject
*_wrap_BookCtrl_RemovePage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14670 PyObject
*resultobj
;
14671 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14674 PyObject
* obj0
= 0 ;
14675 PyObject
* obj1
= 0 ;
14676 char *kwnames
[] = {
14677 (char *) "self",(char *) "n", NULL
14680 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_RemovePage",kwnames
,&obj0
,&obj1
)) goto fail
;
14681 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14682 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14683 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
14684 if (PyErr_Occurred()) SWIG_fail
;
14686 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14687 result
= (bool)(arg1
)->RemovePage(arg2
);
14689 wxPyEndAllowThreads(__tstate
);
14690 if (PyErr_Occurred()) SWIG_fail
;
14693 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
14701 static PyObject
*_wrap_BookCtrl_DeleteAllPages(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14702 PyObject
*resultobj
;
14703 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14705 PyObject
* obj0
= 0 ;
14706 char *kwnames
[] = {
14707 (char *) "self", NULL
14710 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BookCtrl_DeleteAllPages",kwnames
,&obj0
)) goto fail
;
14711 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14712 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14714 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14715 result
= (bool)(arg1
)->DeleteAllPages();
14717 wxPyEndAllowThreads(__tstate
);
14718 if (PyErr_Occurred()) SWIG_fail
;
14721 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
14729 static PyObject
*_wrap_BookCtrl_AddPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14730 PyObject
*resultobj
;
14731 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14732 wxWindow
*arg2
= (wxWindow
*) 0 ;
14733 wxString
*arg3
= 0 ;
14734 bool arg4
= (bool) False
;
14735 int arg5
= (int) -1 ;
14737 bool temp3
= False
;
14738 PyObject
* obj0
= 0 ;
14739 PyObject
* obj1
= 0 ;
14740 PyObject
* obj2
= 0 ;
14741 PyObject
* obj3
= 0 ;
14742 PyObject
* obj4
= 0 ;
14743 char *kwnames
[] = {
14744 (char *) "self",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14747 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|OO:BookCtrl_AddPage",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
14748 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14749 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14750 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
14751 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14753 arg3
= wxString_in_helper(obj2
);
14754 if (arg3
== NULL
) SWIG_fail
;
14758 arg4
= (bool)SWIG_As_bool(obj3
);
14759 if (PyErr_Occurred()) SWIG_fail
;
14762 arg5
= (int)SWIG_As_int(obj4
);
14763 if (PyErr_Occurred()) SWIG_fail
;
14766 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14767 result
= (bool)(arg1
)->AddPage(arg2
,(wxString
const &)*arg3
,arg4
,arg5
);
14769 wxPyEndAllowThreads(__tstate
);
14770 if (PyErr_Occurred()) SWIG_fail
;
14773 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
14789 static PyObject
*_wrap_BookCtrl_InsertPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14790 PyObject
*resultobj
;
14791 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14793 wxWindow
*arg3
= (wxWindow
*) 0 ;
14794 wxString
*arg4
= 0 ;
14795 bool arg5
= (bool) False
;
14796 int arg6
= (int) -1 ;
14798 bool temp4
= False
;
14799 PyObject
* obj0
= 0 ;
14800 PyObject
* obj1
= 0 ;
14801 PyObject
* obj2
= 0 ;
14802 PyObject
* obj3
= 0 ;
14803 PyObject
* obj4
= 0 ;
14804 PyObject
* obj5
= 0 ;
14805 char *kwnames
[] = {
14806 (char *) "self",(char *) "n",(char *) "page",(char *) "text",(char *) "select",(char *) "imageId", NULL
14809 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO|OO:BookCtrl_InsertPage",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
14810 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14811 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14812 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
14813 if (PyErr_Occurred()) SWIG_fail
;
14814 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWindow
,
14815 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14817 arg4
= wxString_in_helper(obj3
);
14818 if (arg4
== NULL
) SWIG_fail
;
14822 arg5
= (bool)SWIG_As_bool(obj4
);
14823 if (PyErr_Occurred()) SWIG_fail
;
14826 arg6
= (int)SWIG_As_int(obj5
);
14827 if (PyErr_Occurred()) SWIG_fail
;
14830 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14831 result
= (bool)(arg1
)->InsertPage(arg2
,arg3
,(wxString
const &)*arg4
,arg5
,arg6
);
14833 wxPyEndAllowThreads(__tstate
);
14834 if (PyErr_Occurred()) SWIG_fail
;
14837 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
14853 static PyObject
*_wrap_BookCtrl_SetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14854 PyObject
*resultobj
;
14855 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14858 PyObject
* obj0
= 0 ;
14859 PyObject
* obj1
= 0 ;
14860 char *kwnames
[] = {
14861 (char *) "self",(char *) "n", NULL
14864 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrl_SetSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
14865 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14866 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14867 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
14868 if (PyErr_Occurred()) SWIG_fail
;
14870 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14871 result
= (int)(arg1
)->SetSelection(arg2
);
14873 wxPyEndAllowThreads(__tstate
);
14874 if (PyErr_Occurred()) SWIG_fail
;
14876 resultobj
= SWIG_From_int((int)result
);
14883 static PyObject
*_wrap_BookCtrl_AdvanceSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14884 PyObject
*resultobj
;
14885 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
14886 bool arg2
= (bool) True
;
14887 PyObject
* obj0
= 0 ;
14888 PyObject
* obj1
= 0 ;
14889 char *kwnames
[] = {
14890 (char *) "self",(char *) "forward", NULL
14893 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|O:BookCtrl_AdvanceSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
14894 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
14895 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
14897 arg2
= (bool)SWIG_As_bool(obj1
);
14898 if (PyErr_Occurred()) SWIG_fail
;
14901 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14902 (arg1
)->AdvanceSelection(arg2
);
14904 wxPyEndAllowThreads(__tstate
);
14905 if (PyErr_Occurred()) SWIG_fail
;
14907 Py_INCREF(Py_None
); resultobj
= Py_None
;
14914 static PyObject
*_wrap_BookCtrl_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14915 PyObject
*resultobj
;
14916 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
14917 wxVisualAttributes result
;
14918 PyObject
* obj0
= 0 ;
14919 char *kwnames
[] = {
14920 (char *) "variant", NULL
14923 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:BookCtrl_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
14925 arg1
= (int)SWIG_As_int(obj0
);
14926 if (PyErr_Occurred()) SWIG_fail
;
14929 if (!wxPyCheckForApp()) SWIG_fail
;
14930 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14931 result
= wxBookCtrl::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
14933 wxPyEndAllowThreads(__tstate
);
14934 if (PyErr_Occurred()) SWIG_fail
;
14937 wxVisualAttributes
* resultptr
;
14938 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
14939 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
14947 static PyObject
* BookCtrl_swigregister(PyObject
*, PyObject
*args
) {
14949 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
14950 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrl
, obj
);
14952 return Py_BuildValue((char *)"");
14954 static PyObject
*_wrap_new_BookCtrlEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
14955 PyObject
*resultobj
;
14956 wxEventType arg1
= (wxEventType
) wxEVT_NULL
;
14957 int arg2
= (int) 0 ;
14958 int arg3
= (int) -1 ;
14959 int arg4
= (int) -1 ;
14960 wxBookCtrlEvent
*result
;
14961 PyObject
* obj0
= 0 ;
14962 PyObject
* obj1
= 0 ;
14963 PyObject
* obj2
= 0 ;
14964 PyObject
* obj3
= 0 ;
14965 char *kwnames
[] = {
14966 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
14969 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OOOO:new_BookCtrlEvent",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
14971 arg1
= (wxEventType
)SWIG_As_int(obj0
);
14972 if (PyErr_Occurred()) SWIG_fail
;
14975 arg2
= (int)SWIG_As_int(obj1
);
14976 if (PyErr_Occurred()) SWIG_fail
;
14979 arg3
= (int)SWIG_As_int(obj2
);
14980 if (PyErr_Occurred()) SWIG_fail
;
14983 arg4
= (int)SWIG_As_int(obj3
);
14984 if (PyErr_Occurred()) SWIG_fail
;
14987 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
14988 result
= (wxBookCtrlEvent
*)new wxBookCtrlEvent(arg1
,arg2
,arg3
,arg4
);
14990 wxPyEndAllowThreads(__tstate
);
14991 if (PyErr_Occurred()) SWIG_fail
;
14993 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxBookCtrlEvent
, 1);
15000 static PyObject
*_wrap_BookCtrlEvent_GetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15001 PyObject
*resultobj
;
15002 wxBookCtrlEvent
*arg1
= (wxBookCtrlEvent
*) 0 ;
15004 PyObject
* obj0
= 0 ;
15005 char *kwnames
[] = {
15006 (char *) "self", NULL
15009 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BookCtrlEvent_GetSelection",kwnames
,&obj0
)) goto fail
;
15010 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrlEvent
,
15011 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15013 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15014 result
= (int)((wxBookCtrlEvent
const *)arg1
)->GetSelection();
15016 wxPyEndAllowThreads(__tstate
);
15017 if (PyErr_Occurred()) SWIG_fail
;
15019 resultobj
= SWIG_From_int((int)result
);
15026 static PyObject
*_wrap_BookCtrlEvent_SetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15027 PyObject
*resultobj
;
15028 wxBookCtrlEvent
*arg1
= (wxBookCtrlEvent
*) 0 ;
15030 PyObject
* obj0
= 0 ;
15031 PyObject
* obj1
= 0 ;
15032 char *kwnames
[] = {
15033 (char *) "self",(char *) "nSel", NULL
15036 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrlEvent_SetSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
15037 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrlEvent
,
15038 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15039 arg2
= (int)SWIG_As_int(obj1
);
15040 if (PyErr_Occurred()) SWIG_fail
;
15042 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15043 (arg1
)->SetSelection(arg2
);
15045 wxPyEndAllowThreads(__tstate
);
15046 if (PyErr_Occurred()) SWIG_fail
;
15048 Py_INCREF(Py_None
); resultobj
= Py_None
;
15055 static PyObject
*_wrap_BookCtrlEvent_GetOldSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15056 PyObject
*resultobj
;
15057 wxBookCtrlEvent
*arg1
= (wxBookCtrlEvent
*) 0 ;
15059 PyObject
* obj0
= 0 ;
15060 char *kwnames
[] = {
15061 (char *) "self", NULL
15064 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BookCtrlEvent_GetOldSelection",kwnames
,&obj0
)) goto fail
;
15065 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrlEvent
,
15066 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15068 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15069 result
= (int)((wxBookCtrlEvent
const *)arg1
)->GetOldSelection();
15071 wxPyEndAllowThreads(__tstate
);
15072 if (PyErr_Occurred()) SWIG_fail
;
15074 resultobj
= SWIG_From_int((int)result
);
15081 static PyObject
*_wrap_BookCtrlEvent_SetOldSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15082 PyObject
*resultobj
;
15083 wxBookCtrlEvent
*arg1
= (wxBookCtrlEvent
*) 0 ;
15085 PyObject
* obj0
= 0 ;
15086 PyObject
* obj1
= 0 ;
15087 char *kwnames
[] = {
15088 (char *) "self",(char *) "nOldSel", NULL
15091 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:BookCtrlEvent_SetOldSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
15092 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrlEvent
,
15093 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15094 arg2
= (int)SWIG_As_int(obj1
);
15095 if (PyErr_Occurred()) SWIG_fail
;
15097 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15098 (arg1
)->SetOldSelection(arg2
);
15100 wxPyEndAllowThreads(__tstate
);
15101 if (PyErr_Occurred()) SWIG_fail
;
15103 Py_INCREF(Py_None
); resultobj
= Py_None
;
15110 static PyObject
* BookCtrlEvent_swigregister(PyObject
*, PyObject
*args
) {
15112 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
15113 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlEvent
, obj
);
15115 return Py_BuildValue((char *)"");
15117 static PyObject
*_wrap_new_Notebook(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15118 PyObject
*resultobj
;
15119 wxWindow
*arg1
= (wxWindow
*) 0 ;
15120 int arg2
= (int) -1 ;
15121 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
15122 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
15123 wxSize
const &arg4_defvalue
= wxDefaultSize
;
15124 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
15125 long arg5
= (long) 0 ;
15126 wxString
const &arg6_defvalue
= wxPyNOTEBOOK_NAME
;
15127 wxString
*arg6
= (wxString
*) &arg6_defvalue
;
15128 wxNotebook
*result
;
15131 bool temp6
= False
;
15132 PyObject
* obj0
= 0 ;
15133 PyObject
* obj1
= 0 ;
15134 PyObject
* obj2
= 0 ;
15135 PyObject
* obj3
= 0 ;
15136 PyObject
* obj4
= 0 ;
15137 PyObject
* obj5
= 0 ;
15138 char *kwnames
[] = {
15139 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15142 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:new_Notebook",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
15143 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
15144 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15146 arg2
= (int)SWIG_As_int(obj1
);
15147 if (PyErr_Occurred()) SWIG_fail
;
15152 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
15158 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
15162 arg5
= (long)SWIG_As_long(obj4
);
15163 if (PyErr_Occurred()) SWIG_fail
;
15167 arg6
= wxString_in_helper(obj5
);
15168 if (arg6
== NULL
) SWIG_fail
;
15173 if (!wxPyCheckForApp()) SWIG_fail
;
15174 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15175 result
= (wxNotebook
*)new wxNotebook(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxString
const &)*arg6
);
15177 wxPyEndAllowThreads(__tstate
);
15178 if (PyErr_Occurred()) SWIG_fail
;
15180 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxNotebook
, 1);
15195 static PyObject
*_wrap_new_PreNotebook(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15196 PyObject
*resultobj
;
15197 wxNotebook
*result
;
15198 char *kwnames
[] = {
15202 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreNotebook",kwnames
)) goto fail
;
15204 if (!wxPyCheckForApp()) SWIG_fail
;
15205 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15206 result
= (wxNotebook
*)new wxNotebook();
15208 wxPyEndAllowThreads(__tstate
);
15209 if (PyErr_Occurred()) SWIG_fail
;
15211 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxNotebook
, 1);
15218 static PyObject
*_wrap_Notebook_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15219 PyObject
*resultobj
;
15220 wxNotebook
*arg1
= (wxNotebook
*) 0 ;
15221 wxWindow
*arg2
= (wxWindow
*) 0 ;
15222 int arg3
= (int) -1 ;
15223 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
15224 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
15225 wxSize
const &arg5_defvalue
= wxDefaultSize
;
15226 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
15227 long arg6
= (long) 0 ;
15228 wxString
const &arg7_defvalue
= wxPyNOTEBOOK_NAME
;
15229 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
15233 bool temp7
= False
;
15234 PyObject
* obj0
= 0 ;
15235 PyObject
* obj1
= 0 ;
15236 PyObject
* obj2
= 0 ;
15237 PyObject
* obj3
= 0 ;
15238 PyObject
* obj4
= 0 ;
15239 PyObject
* obj5
= 0 ;
15240 PyObject
* obj6
= 0 ;
15241 char *kwnames
[] = {
15242 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15245 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOO:Notebook_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
15246 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebook
,
15247 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15248 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
15249 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15251 arg3
= (int)SWIG_As_int(obj2
);
15252 if (PyErr_Occurred()) SWIG_fail
;
15257 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
15263 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
15267 arg6
= (long)SWIG_As_long(obj5
);
15268 if (PyErr_Occurred()) SWIG_fail
;
15272 arg7
= wxString_in_helper(obj6
);
15273 if (arg7
== NULL
) SWIG_fail
;
15278 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15279 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxString
const &)*arg7
);
15281 wxPyEndAllowThreads(__tstate
);
15282 if (PyErr_Occurred()) SWIG_fail
;
15285 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
15301 static PyObject
*_wrap_Notebook_GetRowCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15302 PyObject
*resultobj
;
15303 wxNotebook
*arg1
= (wxNotebook
*) 0 ;
15305 PyObject
* obj0
= 0 ;
15306 char *kwnames
[] = {
15307 (char *) "self", NULL
15310 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Notebook_GetRowCount",kwnames
,&obj0
)) goto fail
;
15311 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebook
,
15312 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15314 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15315 result
= (int)((wxNotebook
const *)arg1
)->GetRowCount();
15317 wxPyEndAllowThreads(__tstate
);
15318 if (PyErr_Occurred()) SWIG_fail
;
15320 resultobj
= SWIG_From_int((int)result
);
15327 static PyObject
*_wrap_Notebook_SetPadding(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15328 PyObject
*resultobj
;
15329 wxNotebook
*arg1
= (wxNotebook
*) 0 ;
15332 PyObject
* obj0
= 0 ;
15333 PyObject
* obj1
= 0 ;
15334 char *kwnames
[] = {
15335 (char *) "self",(char *) "padding", NULL
15338 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Notebook_SetPadding",kwnames
,&obj0
,&obj1
)) goto fail
;
15339 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebook
,
15340 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15343 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
15346 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15347 (arg1
)->SetPadding((wxSize
const &)*arg2
);
15349 wxPyEndAllowThreads(__tstate
);
15350 if (PyErr_Occurred()) SWIG_fail
;
15352 Py_INCREF(Py_None
); resultobj
= Py_None
;
15359 static PyObject
*_wrap_Notebook_SetTabSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15360 PyObject
*resultobj
;
15361 wxNotebook
*arg1
= (wxNotebook
*) 0 ;
15364 PyObject
* obj0
= 0 ;
15365 PyObject
* obj1
= 0 ;
15366 char *kwnames
[] = {
15367 (char *) "self",(char *) "sz", NULL
15370 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Notebook_SetTabSize",kwnames
,&obj0
,&obj1
)) goto fail
;
15371 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebook
,
15372 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15375 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
15378 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15379 (arg1
)->SetTabSize((wxSize
const &)*arg2
);
15381 wxPyEndAllowThreads(__tstate
);
15382 if (PyErr_Occurred()) SWIG_fail
;
15384 Py_INCREF(Py_None
); resultobj
= Py_None
;
15391 static PyObject
*_wrap_Notebook_HitTest(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15392 PyObject
*resultobj
;
15393 wxNotebook
*arg1
= (wxNotebook
*) 0 ;
15394 wxPoint
*arg2
= 0 ;
15395 long *arg3
= (long *) 0 ;
15400 PyObject
* obj0
= 0 ;
15401 PyObject
* obj1
= 0 ;
15402 char *kwnames
[] = {
15403 (char *) "self",(char *) "pt", NULL
15406 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
15407 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Notebook_HitTest",kwnames
,&obj0
,&obj1
)) goto fail
;
15408 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebook
,
15409 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15412 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
15415 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15416 result
= (int)((wxNotebook
const *)arg1
)->HitTest((wxPoint
const &)*arg2
,arg3
);
15418 wxPyEndAllowThreads(__tstate
);
15419 if (PyErr_Occurred()) SWIG_fail
;
15421 resultobj
= SWIG_From_int((int)result
);
15422 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
15423 SWIG_From_long((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_long
, 0)));
15430 static PyObject
*_wrap_Notebook_CalcSizeFromPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15431 PyObject
*resultobj
;
15432 wxNotebook
*arg1
= (wxNotebook
*) 0 ;
15436 PyObject
* obj0
= 0 ;
15437 PyObject
* obj1
= 0 ;
15438 char *kwnames
[] = {
15439 (char *) "self",(char *) "sizePage", NULL
15442 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Notebook_CalcSizeFromPage",kwnames
,&obj0
,&obj1
)) goto fail
;
15443 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebook
,
15444 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15447 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
15450 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15451 result
= ((wxNotebook
const *)arg1
)->CalcSizeFromPage((wxSize
const &)*arg2
);
15453 wxPyEndAllowThreads(__tstate
);
15454 if (PyErr_Occurred()) SWIG_fail
;
15457 wxSize
* resultptr
;
15458 resultptr
= new wxSize((wxSize
&) result
);
15459 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
15467 static PyObject
*_wrap_Notebook_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15468 PyObject
*resultobj
;
15469 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
15470 wxVisualAttributes result
;
15471 PyObject
* obj0
= 0 ;
15472 char *kwnames
[] = {
15473 (char *) "variant", NULL
15476 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:Notebook_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
15478 arg1
= (int)SWIG_As_int(obj0
);
15479 if (PyErr_Occurred()) SWIG_fail
;
15482 if (!wxPyCheckForApp()) SWIG_fail
;
15483 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15484 result
= wxNotebook::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
15486 wxPyEndAllowThreads(__tstate
);
15487 if (PyErr_Occurred()) SWIG_fail
;
15490 wxVisualAttributes
* resultptr
;
15491 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
15492 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
15500 static PyObject
* Notebook_swigregister(PyObject
*, PyObject
*args
) {
15502 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
15503 SWIG_TypeClientData(SWIGTYPE_p_wxNotebook
, obj
);
15505 return Py_BuildValue((char *)"");
15507 static PyObject
*_wrap_new_NotebookEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15508 PyObject
*resultobj
;
15509 wxEventType arg1
= (wxEventType
) wxEVT_NULL
;
15510 int arg2
= (int) 0 ;
15511 int arg3
= (int) -1 ;
15512 int arg4
= (int) -1 ;
15513 wxNotebookEvent
*result
;
15514 PyObject
* obj0
= 0 ;
15515 PyObject
* obj1
= 0 ;
15516 PyObject
* obj2
= 0 ;
15517 PyObject
* obj3
= 0 ;
15518 char *kwnames
[] = {
15519 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15522 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OOOO:new_NotebookEvent",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
15524 arg1
= (wxEventType
)SWIG_As_int(obj0
);
15525 if (PyErr_Occurred()) SWIG_fail
;
15528 arg2
= (int)SWIG_As_int(obj1
);
15529 if (PyErr_Occurred()) SWIG_fail
;
15532 arg3
= (int)SWIG_As_int(obj2
);
15533 if (PyErr_Occurred()) SWIG_fail
;
15536 arg4
= (int)SWIG_As_int(obj3
);
15537 if (PyErr_Occurred()) SWIG_fail
;
15540 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15541 result
= (wxNotebookEvent
*)new wxNotebookEvent(arg1
,arg2
,arg3
,arg4
);
15543 wxPyEndAllowThreads(__tstate
);
15544 if (PyErr_Occurred()) SWIG_fail
;
15546 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxNotebookEvent
, 1);
15553 static PyObject
* NotebookEvent_swigregister(PyObject
*, PyObject
*args
) {
15555 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
15556 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookEvent
, obj
);
15558 return Py_BuildValue((char *)"");
15560 static PyObject
*_wrap_new_Listbook(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15561 PyObject
*resultobj
;
15562 wxWindow
*arg1
= (wxWindow
*) 0 ;
15563 int arg2
= (int) -1 ;
15564 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
15565 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
15566 wxSize
const &arg4_defvalue
= wxDefaultSize
;
15567 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
15568 long arg5
= (long) 0 ;
15569 wxString
const &arg6_defvalue
= wxPyEmptyString
;
15570 wxString
*arg6
= (wxString
*) &arg6_defvalue
;
15571 wxListbook
*result
;
15574 bool temp6
= False
;
15575 PyObject
* obj0
= 0 ;
15576 PyObject
* obj1
= 0 ;
15577 PyObject
* obj2
= 0 ;
15578 PyObject
* obj3
= 0 ;
15579 PyObject
* obj4
= 0 ;
15580 PyObject
* obj5
= 0 ;
15581 char *kwnames
[] = {
15582 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15585 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:new_Listbook",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
15586 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
15587 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15589 arg2
= (int)SWIG_As_int(obj1
);
15590 if (PyErr_Occurred()) SWIG_fail
;
15595 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
15601 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
15605 arg5
= (long)SWIG_As_long(obj4
);
15606 if (PyErr_Occurred()) SWIG_fail
;
15610 arg6
= wxString_in_helper(obj5
);
15611 if (arg6
== NULL
) SWIG_fail
;
15616 if (!wxPyCheckForApp()) SWIG_fail
;
15617 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15618 result
= (wxListbook
*)new wxListbook(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxString
const &)*arg6
);
15620 wxPyEndAllowThreads(__tstate
);
15621 if (PyErr_Occurred()) SWIG_fail
;
15623 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListbook
, 1);
15638 static PyObject
*_wrap_new_PreListbook(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15639 PyObject
*resultobj
;
15640 wxListbook
*result
;
15641 char *kwnames
[] = {
15645 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreListbook",kwnames
)) goto fail
;
15647 if (!wxPyCheckForApp()) SWIG_fail
;
15648 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15649 result
= (wxListbook
*)new wxListbook();
15651 wxPyEndAllowThreads(__tstate
);
15652 if (PyErr_Occurred()) SWIG_fail
;
15654 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListbook
, 1);
15661 static PyObject
*_wrap_Listbook_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15662 PyObject
*resultobj
;
15663 wxListbook
*arg1
= (wxListbook
*) 0 ;
15664 wxWindow
*arg2
= (wxWindow
*) 0 ;
15665 int arg3
= (int) -1 ;
15666 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
15667 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
15668 wxSize
const &arg5_defvalue
= wxDefaultSize
;
15669 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
15670 long arg6
= (long) 0 ;
15671 wxString
const &arg7_defvalue
= wxPyEmptyString
;
15672 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
15676 bool temp7
= False
;
15677 PyObject
* obj0
= 0 ;
15678 PyObject
* obj1
= 0 ;
15679 PyObject
* obj2
= 0 ;
15680 PyObject
* obj3
= 0 ;
15681 PyObject
* obj4
= 0 ;
15682 PyObject
* obj5
= 0 ;
15683 PyObject
* obj6
= 0 ;
15684 char *kwnames
[] = {
15685 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
15688 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOO:Listbook_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
15689 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListbook
,
15690 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15691 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
15692 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15694 arg3
= (int)SWIG_As_int(obj2
);
15695 if (PyErr_Occurred()) SWIG_fail
;
15700 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
15706 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
15710 arg6
= (long)SWIG_As_long(obj5
);
15711 if (PyErr_Occurred()) SWIG_fail
;
15715 arg7
= wxString_in_helper(obj6
);
15716 if (arg7
== NULL
) SWIG_fail
;
15721 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15722 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxString
const &)*arg7
);
15724 wxPyEndAllowThreads(__tstate
);
15725 if (PyErr_Occurred()) SWIG_fail
;
15728 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
15744 static PyObject
*_wrap_Listbook_IsVertical(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15745 PyObject
*resultobj
;
15746 wxListbook
*arg1
= (wxListbook
*) 0 ;
15748 PyObject
* obj0
= 0 ;
15749 char *kwnames
[] = {
15750 (char *) "self", NULL
15753 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Listbook_IsVertical",kwnames
,&obj0
)) goto fail
;
15754 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListbook
,
15755 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15757 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15758 result
= (bool)((wxListbook
const *)arg1
)->IsVertical();
15760 wxPyEndAllowThreads(__tstate
);
15761 if (PyErr_Occurred()) SWIG_fail
;
15764 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
15772 static PyObject
*_wrap_Listbook_GetListView(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15773 PyObject
*resultobj
;
15774 wxListbook
*arg1
= (wxListbook
*) 0 ;
15775 wxListView
*result
;
15776 PyObject
* obj0
= 0 ;
15777 char *kwnames
[] = {
15778 (char *) "self", NULL
15781 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Listbook_GetListView",kwnames
,&obj0
)) goto fail
;
15782 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListbook
,
15783 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15785 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15786 result
= (wxListView
*)(arg1
)->GetListView();
15788 wxPyEndAllowThreads(__tstate
);
15789 if (PyErr_Occurred()) SWIG_fail
;
15791 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListView
, 0);
15798 static PyObject
* Listbook_swigregister(PyObject
*, PyObject
*args
) {
15800 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
15801 SWIG_TypeClientData(SWIGTYPE_p_wxListbook
, obj
);
15803 return Py_BuildValue((char *)"");
15805 static PyObject
*_wrap_new_ListbookEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15806 PyObject
*resultobj
;
15807 wxEventType arg1
= (wxEventType
) wxEVT_NULL
;
15808 int arg2
= (int) 0 ;
15809 int arg3
= (int) -1 ;
15810 int arg4
= (int) -1 ;
15811 wxListbookEvent
*result
;
15812 PyObject
* obj0
= 0 ;
15813 PyObject
* obj1
= 0 ;
15814 PyObject
* obj2
= 0 ;
15815 PyObject
* obj3
= 0 ;
15816 char *kwnames
[] = {
15817 (char *) "commandType",(char *) "id",(char *) "nSel",(char *) "nOldSel", NULL
15820 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OOOO:new_ListbookEvent",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
15822 arg1
= (wxEventType
)SWIG_As_int(obj0
);
15823 if (PyErr_Occurred()) SWIG_fail
;
15826 arg2
= (int)SWIG_As_int(obj1
);
15827 if (PyErr_Occurred()) SWIG_fail
;
15830 arg3
= (int)SWIG_As_int(obj2
);
15831 if (PyErr_Occurred()) SWIG_fail
;
15834 arg4
= (int)SWIG_As_int(obj3
);
15835 if (PyErr_Occurred()) SWIG_fail
;
15838 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15839 result
= (wxListbookEvent
*)new wxListbookEvent(arg1
,arg2
,arg3
,arg4
);
15841 wxPyEndAllowThreads(__tstate
);
15842 if (PyErr_Occurred()) SWIG_fail
;
15844 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListbookEvent
, 1);
15851 static PyObject
* ListbookEvent_swigregister(PyObject
*, PyObject
*args
) {
15853 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
15854 SWIG_TypeClientData(SWIGTYPE_p_wxListbookEvent
, obj
);
15856 return Py_BuildValue((char *)"");
15858 static PyObject
*_wrap_new_BookCtrlSizer(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15859 PyObject
*resultobj
;
15860 wxBookCtrl
*arg1
= (wxBookCtrl
*) 0 ;
15861 wxBookCtrlSizer
*result
;
15862 PyObject
* obj0
= 0 ;
15863 char *kwnames
[] = {
15864 (char *) "nb", NULL
15867 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:new_BookCtrlSizer",kwnames
,&obj0
)) goto fail
;
15868 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrl
,
15869 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15871 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15872 result
= (wxBookCtrlSizer
*)new wxBookCtrlSizer(arg1
);
15874 wxPyEndAllowThreads(__tstate
);
15875 if (PyErr_Occurred()) SWIG_fail
;
15877 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxBookCtrlSizer
, 1);
15884 static PyObject
*_wrap_BookCtrlSizer_RecalcSizes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15885 PyObject
*resultobj
;
15886 wxBookCtrlSizer
*arg1
= (wxBookCtrlSizer
*) 0 ;
15887 PyObject
* obj0
= 0 ;
15888 char *kwnames
[] = {
15889 (char *) "self", NULL
15892 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BookCtrlSizer_RecalcSizes",kwnames
,&obj0
)) goto fail
;
15893 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrlSizer
,
15894 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15896 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15897 (arg1
)->RecalcSizes();
15899 wxPyEndAllowThreads(__tstate
);
15900 if (PyErr_Occurred()) SWIG_fail
;
15902 Py_INCREF(Py_None
); resultobj
= Py_None
;
15909 static PyObject
*_wrap_BookCtrlSizer_CalcMin(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15910 PyObject
*resultobj
;
15911 wxBookCtrlSizer
*arg1
= (wxBookCtrlSizer
*) 0 ;
15913 PyObject
* obj0
= 0 ;
15914 char *kwnames
[] = {
15915 (char *) "self", NULL
15918 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BookCtrlSizer_CalcMin",kwnames
,&obj0
)) goto fail
;
15919 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrlSizer
,
15920 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15922 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15923 result
= (arg1
)->CalcMin();
15925 wxPyEndAllowThreads(__tstate
);
15926 if (PyErr_Occurred()) SWIG_fail
;
15929 wxSize
* resultptr
;
15930 resultptr
= new wxSize((wxSize
&) result
);
15931 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
15939 static PyObject
*_wrap_BookCtrlSizer_GetControl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15940 PyObject
*resultobj
;
15941 wxBookCtrlSizer
*arg1
= (wxBookCtrlSizer
*) 0 ;
15942 wxBookCtrl
*result
;
15943 PyObject
* obj0
= 0 ;
15944 char *kwnames
[] = {
15945 (char *) "self", NULL
15948 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:BookCtrlSizer_GetControl",kwnames
,&obj0
)) goto fail
;
15949 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBookCtrlSizer
,
15950 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15952 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15953 result
= (wxBookCtrl
*)(arg1
)->GetControl();
15955 wxPyEndAllowThreads(__tstate
);
15956 if (PyErr_Occurred()) SWIG_fail
;
15958 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxBookCtrl
, 0);
15965 static PyObject
* BookCtrlSizer_swigregister(PyObject
*, PyObject
*args
) {
15967 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
15968 SWIG_TypeClientData(SWIGTYPE_p_wxBookCtrlSizer
, obj
);
15970 return Py_BuildValue((char *)"");
15972 static PyObject
*_wrap_new_NotebookSizer(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15973 PyObject
*resultobj
;
15974 wxNotebook
*arg1
= (wxNotebook
*) 0 ;
15975 wxNotebookSizer
*result
;
15976 PyObject
* obj0
= 0 ;
15977 char *kwnames
[] = {
15978 (char *) "nb", NULL
15981 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:new_NotebookSizer",kwnames
,&obj0
)) goto fail
;
15982 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebook
,
15983 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
15985 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
15986 result
= (wxNotebookSizer
*)new wxNotebookSizer(arg1
);
15988 wxPyEndAllowThreads(__tstate
);
15989 if (PyErr_Occurred()) SWIG_fail
;
15991 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxNotebookSizer
, 1);
15998 static PyObject
*_wrap_NotebookSizer_RecalcSizes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
15999 PyObject
*resultobj
;
16000 wxNotebookSizer
*arg1
= (wxNotebookSizer
*) 0 ;
16001 PyObject
* obj0
= 0 ;
16002 char *kwnames
[] = {
16003 (char *) "self", NULL
16006 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:NotebookSizer_RecalcSizes",kwnames
,&obj0
)) goto fail
;
16007 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebookSizer
,
16008 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16010 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16011 (arg1
)->RecalcSizes();
16013 wxPyEndAllowThreads(__tstate
);
16014 if (PyErr_Occurred()) SWIG_fail
;
16016 Py_INCREF(Py_None
); resultobj
= Py_None
;
16023 static PyObject
*_wrap_NotebookSizer_CalcMin(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16024 PyObject
*resultobj
;
16025 wxNotebookSizer
*arg1
= (wxNotebookSizer
*) 0 ;
16027 PyObject
* obj0
= 0 ;
16028 char *kwnames
[] = {
16029 (char *) "self", NULL
16032 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:NotebookSizer_CalcMin",kwnames
,&obj0
)) goto fail
;
16033 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebookSizer
,
16034 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16036 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16037 result
= (arg1
)->CalcMin();
16039 wxPyEndAllowThreads(__tstate
);
16040 if (PyErr_Occurred()) SWIG_fail
;
16043 wxSize
* resultptr
;
16044 resultptr
= new wxSize((wxSize
&) result
);
16045 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
16053 static PyObject
*_wrap_NotebookSizer_GetNotebook(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16054 PyObject
*resultobj
;
16055 wxNotebookSizer
*arg1
= (wxNotebookSizer
*) 0 ;
16056 wxNotebook
*result
;
16057 PyObject
* obj0
= 0 ;
16058 char *kwnames
[] = {
16059 (char *) "self", NULL
16062 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:NotebookSizer_GetNotebook",kwnames
,&obj0
)) goto fail
;
16063 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxNotebookSizer
,
16064 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16066 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16067 result
= (wxNotebook
*)(arg1
)->GetNotebook();
16069 wxPyEndAllowThreads(__tstate
);
16070 if (PyErr_Occurred()) SWIG_fail
;
16073 resultobj
= wxPyMake_wxObject(result
, 0);
16081 static PyObject
* NotebookSizer_swigregister(PyObject
*, PyObject
*args
) {
16083 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
16084 SWIG_TypeClientData(SWIGTYPE_p_wxNotebookSizer
, obj
);
16086 return Py_BuildValue((char *)"");
16088 static PyObject
*_wrap_ToolBarToolBase_GetId(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16089 PyObject
*resultobj
;
16090 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16092 PyObject
* obj0
= 0 ;
16093 char *kwnames
[] = {
16094 (char *) "self", NULL
16097 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetId",kwnames
,&obj0
)) goto fail
;
16098 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16099 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16101 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16102 result
= (int)(arg1
)->GetId();
16104 wxPyEndAllowThreads(__tstate
);
16105 if (PyErr_Occurred()) SWIG_fail
;
16107 resultobj
= SWIG_From_int((int)result
);
16114 static PyObject
*_wrap_ToolBarToolBase_GetControl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16115 PyObject
*resultobj
;
16116 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16118 PyObject
* obj0
= 0 ;
16119 char *kwnames
[] = {
16120 (char *) "self", NULL
16123 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetControl",kwnames
,&obj0
)) goto fail
;
16124 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16125 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16127 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16128 result
= (wxControl
*)(arg1
)->GetControl();
16130 wxPyEndAllowThreads(__tstate
);
16131 if (PyErr_Occurred()) SWIG_fail
;
16134 resultobj
= wxPyMake_wxObject(result
, 0);
16142 static PyObject
*_wrap_ToolBarToolBase_GetToolBar(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16143 PyObject
*resultobj
;
16144 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16145 wxToolBarBase
*result
;
16146 PyObject
* obj0
= 0 ;
16147 char *kwnames
[] = {
16148 (char *) "self", NULL
16151 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetToolBar",kwnames
,&obj0
)) goto fail
;
16152 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16153 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16155 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16156 result
= (wxToolBarBase
*)(arg1
)->GetToolBar();
16158 wxPyEndAllowThreads(__tstate
);
16159 if (PyErr_Occurred()) SWIG_fail
;
16162 resultobj
= wxPyMake_wxObject(result
, 0);
16170 static PyObject
*_wrap_ToolBarToolBase_IsButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16171 PyObject
*resultobj
;
16172 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16174 PyObject
* obj0
= 0 ;
16175 char *kwnames
[] = {
16176 (char *) "self", NULL
16179 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_IsButton",kwnames
,&obj0
)) goto fail
;
16180 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16181 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16183 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16184 result
= (int)(arg1
)->IsButton();
16186 wxPyEndAllowThreads(__tstate
);
16187 if (PyErr_Occurred()) SWIG_fail
;
16189 resultobj
= SWIG_From_int((int)result
);
16196 static PyObject
*_wrap_ToolBarToolBase_IsControl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16197 PyObject
*resultobj
;
16198 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16200 PyObject
* obj0
= 0 ;
16201 char *kwnames
[] = {
16202 (char *) "self", NULL
16205 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_IsControl",kwnames
,&obj0
)) goto fail
;
16206 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16207 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16209 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16210 result
= (int)(arg1
)->IsControl();
16212 wxPyEndAllowThreads(__tstate
);
16213 if (PyErr_Occurred()) SWIG_fail
;
16215 resultobj
= SWIG_From_int((int)result
);
16222 static PyObject
*_wrap_ToolBarToolBase_IsSeparator(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16223 PyObject
*resultobj
;
16224 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16226 PyObject
* obj0
= 0 ;
16227 char *kwnames
[] = {
16228 (char *) "self", NULL
16231 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_IsSeparator",kwnames
,&obj0
)) goto fail
;
16232 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16233 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16235 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16236 result
= (int)(arg1
)->IsSeparator();
16238 wxPyEndAllowThreads(__tstate
);
16239 if (PyErr_Occurred()) SWIG_fail
;
16241 resultobj
= SWIG_From_int((int)result
);
16248 static PyObject
*_wrap_ToolBarToolBase_GetStyle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16249 PyObject
*resultobj
;
16250 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16252 PyObject
* obj0
= 0 ;
16253 char *kwnames
[] = {
16254 (char *) "self", NULL
16257 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetStyle",kwnames
,&obj0
)) goto fail
;
16258 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16259 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16261 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16262 result
= (int)(arg1
)->GetStyle();
16264 wxPyEndAllowThreads(__tstate
);
16265 if (PyErr_Occurred()) SWIG_fail
;
16267 resultobj
= SWIG_From_int((int)result
);
16274 static PyObject
*_wrap_ToolBarToolBase_GetKind(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16275 PyObject
*resultobj
;
16276 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16278 PyObject
* obj0
= 0 ;
16279 char *kwnames
[] = {
16280 (char *) "self", NULL
16283 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetKind",kwnames
,&obj0
)) goto fail
;
16284 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16285 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16287 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16288 result
= (int)(arg1
)->GetKind();
16290 wxPyEndAllowThreads(__tstate
);
16291 if (PyErr_Occurred()) SWIG_fail
;
16293 resultobj
= SWIG_From_int((int)result
);
16300 static PyObject
*_wrap_ToolBarToolBase_IsEnabled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16301 PyObject
*resultobj
;
16302 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16304 PyObject
* obj0
= 0 ;
16305 char *kwnames
[] = {
16306 (char *) "self", NULL
16309 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_IsEnabled",kwnames
,&obj0
)) goto fail
;
16310 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16311 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16313 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16314 result
= (bool)(arg1
)->IsEnabled();
16316 wxPyEndAllowThreads(__tstate
);
16317 if (PyErr_Occurred()) SWIG_fail
;
16320 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
16328 static PyObject
*_wrap_ToolBarToolBase_IsToggled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16329 PyObject
*resultobj
;
16330 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16332 PyObject
* obj0
= 0 ;
16333 char *kwnames
[] = {
16334 (char *) "self", NULL
16337 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_IsToggled",kwnames
,&obj0
)) goto fail
;
16338 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16339 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16341 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16342 result
= (bool)(arg1
)->IsToggled();
16344 wxPyEndAllowThreads(__tstate
);
16345 if (PyErr_Occurred()) SWIG_fail
;
16348 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
16356 static PyObject
*_wrap_ToolBarToolBase_CanBeToggled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16357 PyObject
*resultobj
;
16358 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16360 PyObject
* obj0
= 0 ;
16361 char *kwnames
[] = {
16362 (char *) "self", NULL
16365 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_CanBeToggled",kwnames
,&obj0
)) goto fail
;
16366 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16367 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16369 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16370 result
= (bool)(arg1
)->CanBeToggled();
16372 wxPyEndAllowThreads(__tstate
);
16373 if (PyErr_Occurred()) SWIG_fail
;
16376 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
16384 static PyObject
*_wrap_ToolBarToolBase_GetNormalBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16385 PyObject
*resultobj
;
16386 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16388 PyObject
* obj0
= 0 ;
16389 char *kwnames
[] = {
16390 (char *) "self", NULL
16393 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetNormalBitmap",kwnames
,&obj0
)) goto fail
;
16394 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16395 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16397 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16399 wxBitmap
const &_result_ref
= (arg1
)->GetNormalBitmap();
16400 result
= (wxBitmap
*) &_result_ref
;
16403 wxPyEndAllowThreads(__tstate
);
16404 if (PyErr_Occurred()) SWIG_fail
;
16407 wxBitmap
* resultptr
= new wxBitmap(*result
);
16408 resultobj
= SWIG_NewPointerObj((void*)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
16416 static PyObject
*_wrap_ToolBarToolBase_GetDisabledBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16417 PyObject
*resultobj
;
16418 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16420 PyObject
* obj0
= 0 ;
16421 char *kwnames
[] = {
16422 (char *) "self", NULL
16425 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetDisabledBitmap",kwnames
,&obj0
)) goto fail
;
16426 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16427 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16429 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16431 wxBitmap
const &_result_ref
= (arg1
)->GetDisabledBitmap();
16432 result
= (wxBitmap
*) &_result_ref
;
16435 wxPyEndAllowThreads(__tstate
);
16436 if (PyErr_Occurred()) SWIG_fail
;
16439 wxBitmap
* resultptr
= new wxBitmap(*result
);
16440 resultobj
= SWIG_NewPointerObj((void*)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
16448 static PyObject
*_wrap_ToolBarToolBase_GetBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16449 PyObject
*resultobj
;
16450 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16452 PyObject
* obj0
= 0 ;
16453 char *kwnames
[] = {
16454 (char *) "self", NULL
16457 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetBitmap",kwnames
,&obj0
)) goto fail
;
16458 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16459 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16461 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16462 result
= (arg1
)->GetBitmap();
16464 wxPyEndAllowThreads(__tstate
);
16465 if (PyErr_Occurred()) SWIG_fail
;
16468 wxBitmap
* resultptr
;
16469 resultptr
= new wxBitmap((wxBitmap
&) result
);
16470 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
16478 static PyObject
*_wrap_ToolBarToolBase_GetLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16479 PyObject
*resultobj
;
16480 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16482 PyObject
* obj0
= 0 ;
16483 char *kwnames
[] = {
16484 (char *) "self", NULL
16487 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetLabel",kwnames
,&obj0
)) goto fail
;
16488 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16489 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16491 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16492 result
= (arg1
)->GetLabel();
16494 wxPyEndAllowThreads(__tstate
);
16495 if (PyErr_Occurred()) SWIG_fail
;
16499 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
16501 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
16510 static PyObject
*_wrap_ToolBarToolBase_GetShortHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16511 PyObject
*resultobj
;
16512 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16514 PyObject
* obj0
= 0 ;
16515 char *kwnames
[] = {
16516 (char *) "self", NULL
16519 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetShortHelp",kwnames
,&obj0
)) goto fail
;
16520 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16521 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16523 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16524 result
= (arg1
)->GetShortHelp();
16526 wxPyEndAllowThreads(__tstate
);
16527 if (PyErr_Occurred()) SWIG_fail
;
16531 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
16533 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
16542 static PyObject
*_wrap_ToolBarToolBase_GetLongHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16543 PyObject
*resultobj
;
16544 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16546 PyObject
* obj0
= 0 ;
16547 char *kwnames
[] = {
16548 (char *) "self", NULL
16551 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetLongHelp",kwnames
,&obj0
)) goto fail
;
16552 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16553 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16555 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16556 result
= (arg1
)->GetLongHelp();
16558 wxPyEndAllowThreads(__tstate
);
16559 if (PyErr_Occurred()) SWIG_fail
;
16563 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
16565 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
16574 static PyObject
*_wrap_ToolBarToolBase_Enable(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16575 PyObject
*resultobj
;
16576 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16579 PyObject
* obj0
= 0 ;
16580 PyObject
* obj1
= 0 ;
16581 char *kwnames
[] = {
16582 (char *) "self",(char *) "enable", NULL
16585 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarToolBase_Enable",kwnames
,&obj0
,&obj1
)) goto fail
;
16586 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16587 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16588 arg2
= (bool)SWIG_As_bool(obj1
);
16589 if (PyErr_Occurred()) SWIG_fail
;
16591 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16592 result
= (bool)(arg1
)->Enable(arg2
);
16594 wxPyEndAllowThreads(__tstate
);
16595 if (PyErr_Occurred()) SWIG_fail
;
16598 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
16606 static PyObject
*_wrap_ToolBarToolBase_Toggle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16607 PyObject
*resultobj
;
16608 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16609 PyObject
* obj0
= 0 ;
16610 char *kwnames
[] = {
16611 (char *) "self", NULL
16614 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_Toggle",kwnames
,&obj0
)) goto fail
;
16615 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16616 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16618 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16621 wxPyEndAllowThreads(__tstate
);
16622 if (PyErr_Occurred()) SWIG_fail
;
16624 Py_INCREF(Py_None
); resultobj
= Py_None
;
16631 static PyObject
*_wrap_ToolBarToolBase_SetToggle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16632 PyObject
*resultobj
;
16633 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16636 PyObject
* obj0
= 0 ;
16637 PyObject
* obj1
= 0 ;
16638 char *kwnames
[] = {
16639 (char *) "self",(char *) "toggle", NULL
16642 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarToolBase_SetToggle",kwnames
,&obj0
,&obj1
)) goto fail
;
16643 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16644 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16645 arg2
= (bool)SWIG_As_bool(obj1
);
16646 if (PyErr_Occurred()) SWIG_fail
;
16648 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16649 result
= (bool)(arg1
)->SetToggle(arg2
);
16651 wxPyEndAllowThreads(__tstate
);
16652 if (PyErr_Occurred()) SWIG_fail
;
16655 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
16663 static PyObject
*_wrap_ToolBarToolBase_SetShortHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16664 PyObject
*resultobj
;
16665 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16666 wxString
*arg2
= 0 ;
16668 bool temp2
= False
;
16669 PyObject
* obj0
= 0 ;
16670 PyObject
* obj1
= 0 ;
16671 char *kwnames
[] = {
16672 (char *) "self",(char *) "help", NULL
16675 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarToolBase_SetShortHelp",kwnames
,&obj0
,&obj1
)) goto fail
;
16676 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16677 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16679 arg2
= wxString_in_helper(obj1
);
16680 if (arg2
== NULL
) SWIG_fail
;
16684 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16685 result
= (bool)(arg1
)->SetShortHelp((wxString
const &)*arg2
);
16687 wxPyEndAllowThreads(__tstate
);
16688 if (PyErr_Occurred()) SWIG_fail
;
16691 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
16707 static PyObject
*_wrap_ToolBarToolBase_SetLongHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16708 PyObject
*resultobj
;
16709 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16710 wxString
*arg2
= 0 ;
16712 bool temp2
= False
;
16713 PyObject
* obj0
= 0 ;
16714 PyObject
* obj1
= 0 ;
16715 char *kwnames
[] = {
16716 (char *) "self",(char *) "help", NULL
16719 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarToolBase_SetLongHelp",kwnames
,&obj0
,&obj1
)) goto fail
;
16720 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16721 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16723 arg2
= wxString_in_helper(obj1
);
16724 if (arg2
== NULL
) SWIG_fail
;
16728 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16729 result
= (bool)(arg1
)->SetLongHelp((wxString
const &)*arg2
);
16731 wxPyEndAllowThreads(__tstate
);
16732 if (PyErr_Occurred()) SWIG_fail
;
16735 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
16751 static PyObject
*_wrap_ToolBarToolBase_SetNormalBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16752 PyObject
*resultobj
;
16753 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16754 wxBitmap
*arg2
= 0 ;
16755 PyObject
* obj0
= 0 ;
16756 PyObject
* obj1
= 0 ;
16757 char *kwnames
[] = {
16758 (char *) "self",(char *) "bmp", NULL
16761 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarToolBase_SetNormalBitmap",kwnames
,&obj0
,&obj1
)) goto fail
;
16762 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16763 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16764 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
16765 SWIG_POINTER_EXCEPTION
| 0)) == -1)
16767 if (arg2
== NULL
) {
16768 PyErr_SetString(PyExc_TypeError
,"null reference");
16772 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16773 (arg1
)->SetNormalBitmap((wxBitmap
const &)*arg2
);
16775 wxPyEndAllowThreads(__tstate
);
16776 if (PyErr_Occurred()) SWIG_fail
;
16778 Py_INCREF(Py_None
); resultobj
= Py_None
;
16785 static PyObject
*_wrap_ToolBarToolBase_SetDisabledBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16786 PyObject
*resultobj
;
16787 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16788 wxBitmap
*arg2
= 0 ;
16789 PyObject
* obj0
= 0 ;
16790 PyObject
* obj1
= 0 ;
16791 char *kwnames
[] = {
16792 (char *) "self",(char *) "bmp", NULL
16795 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarToolBase_SetDisabledBitmap",kwnames
,&obj0
,&obj1
)) goto fail
;
16796 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16797 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16798 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
16799 SWIG_POINTER_EXCEPTION
| 0)) == -1)
16801 if (arg2
== NULL
) {
16802 PyErr_SetString(PyExc_TypeError
,"null reference");
16806 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16807 (arg1
)->SetDisabledBitmap((wxBitmap
const &)*arg2
);
16809 wxPyEndAllowThreads(__tstate
);
16810 if (PyErr_Occurred()) SWIG_fail
;
16812 Py_INCREF(Py_None
); resultobj
= Py_None
;
16819 static PyObject
*_wrap_ToolBarToolBase_SetLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16820 PyObject
*resultobj
;
16821 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16822 wxString
*arg2
= 0 ;
16823 bool temp2
= False
;
16824 PyObject
* obj0
= 0 ;
16825 PyObject
* obj1
= 0 ;
16826 char *kwnames
[] = {
16827 (char *) "self",(char *) "label", NULL
16830 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarToolBase_SetLabel",kwnames
,&obj0
,&obj1
)) goto fail
;
16831 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16832 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16834 arg2
= wxString_in_helper(obj1
);
16835 if (arg2
== NULL
) SWIG_fail
;
16839 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16840 (arg1
)->SetLabel((wxString
const &)*arg2
);
16842 wxPyEndAllowThreads(__tstate
);
16843 if (PyErr_Occurred()) SWIG_fail
;
16845 Py_INCREF(Py_None
); resultobj
= Py_None
;
16860 static PyObject
*_wrap_ToolBarToolBase_Detach(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16861 PyObject
*resultobj
;
16862 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16863 PyObject
* obj0
= 0 ;
16864 char *kwnames
[] = {
16865 (char *) "self", NULL
16868 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_Detach",kwnames
,&obj0
)) goto fail
;
16869 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16870 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16872 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16875 wxPyEndAllowThreads(__tstate
);
16876 if (PyErr_Occurred()) SWIG_fail
;
16878 Py_INCREF(Py_None
); resultobj
= Py_None
;
16885 static PyObject
*_wrap_ToolBarToolBase_Attach(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16886 PyObject
*resultobj
;
16887 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16888 wxToolBarBase
*arg2
= (wxToolBarBase
*) 0 ;
16889 PyObject
* obj0
= 0 ;
16890 PyObject
* obj1
= 0 ;
16891 char *kwnames
[] = {
16892 (char *) "self",(char *) "tbar", NULL
16895 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarToolBase_Attach",kwnames
,&obj0
,&obj1
)) goto fail
;
16896 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16897 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16898 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxToolBarBase
,
16899 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16901 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16902 (arg1
)->Attach(arg2
);
16904 wxPyEndAllowThreads(__tstate
);
16905 if (PyErr_Occurred()) SWIG_fail
;
16907 Py_INCREF(Py_None
); resultobj
= Py_None
;
16914 static PyObject
*_wrap_ToolBarToolBase_GetClientData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16915 PyObject
*resultobj
;
16916 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16918 PyObject
* obj0
= 0 ;
16919 char *kwnames
[] = {
16920 (char *) "self", NULL
16923 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarToolBase_GetClientData",kwnames
,&obj0
)) goto fail
;
16924 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16925 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16927 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16928 result
= (PyObject
*)wxToolBarToolBase_GetClientData(arg1
);
16930 wxPyEndAllowThreads(__tstate
);
16931 if (PyErr_Occurred()) SWIG_fail
;
16933 resultobj
= result
;
16940 static PyObject
*_wrap_ToolBarToolBase_SetClientData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16941 PyObject
*resultobj
;
16942 wxToolBarToolBase
*arg1
= (wxToolBarToolBase
*) 0 ;
16943 PyObject
*arg2
= (PyObject
*) 0 ;
16944 PyObject
* obj0
= 0 ;
16945 PyObject
* obj1
= 0 ;
16946 char *kwnames
[] = {
16947 (char *) "self",(char *) "clientData", NULL
16950 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarToolBase_SetClientData",kwnames
,&obj0
,&obj1
)) goto fail
;
16951 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarToolBase
,
16952 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
16955 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
16956 wxToolBarToolBase_SetClientData(arg1
,arg2
);
16958 wxPyEndAllowThreads(__tstate
);
16959 if (PyErr_Occurred()) SWIG_fail
;
16961 Py_INCREF(Py_None
); resultobj
= Py_None
;
16968 static PyObject
* ToolBarToolBase_swigregister(PyObject
*, PyObject
*args
) {
16970 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
16971 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarToolBase
, obj
);
16973 return Py_BuildValue((char *)"");
16975 static PyObject
*_wrap_ToolBarBase_DoAddTool(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
16976 PyObject
*resultobj
;
16977 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
16979 wxString
*arg3
= 0 ;
16980 wxBitmap
*arg4
= 0 ;
16981 wxBitmap
const &arg5_defvalue
= wxNullBitmap
;
16982 wxBitmap
*arg5
= (wxBitmap
*) &arg5_defvalue
;
16983 int arg6
= (int) wxITEM_NORMAL
;
16984 wxString
const &arg7_defvalue
= wxPyEmptyString
;
16985 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
16986 wxString
const &arg8_defvalue
= wxPyEmptyString
;
16987 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
16988 PyObject
*arg9
= (PyObject
*) NULL
;
16989 wxToolBarToolBase
*result
;
16990 bool temp3
= False
;
16991 bool temp7
= False
;
16992 bool temp8
= False
;
16993 PyObject
* obj0
= 0 ;
16994 PyObject
* obj1
= 0 ;
16995 PyObject
* obj2
= 0 ;
16996 PyObject
* obj3
= 0 ;
16997 PyObject
* obj4
= 0 ;
16998 PyObject
* obj5
= 0 ;
16999 PyObject
* obj6
= 0 ;
17000 PyObject
* obj7
= 0 ;
17001 PyObject
* obj8
= 0 ;
17002 char *kwnames
[] = {
17003 (char *) "self",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
17006 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO|OOOOO:ToolBarBase_DoAddTool",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
17007 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17008 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17009 arg2
= (int)SWIG_As_int(obj1
);
17010 if (PyErr_Occurred()) SWIG_fail
;
17012 arg3
= wxString_in_helper(obj2
);
17013 if (arg3
== NULL
) SWIG_fail
;
17016 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
,
17017 SWIG_POINTER_EXCEPTION
| 0)) == -1)
17019 if (arg4
== NULL
) {
17020 PyErr_SetString(PyExc_TypeError
,"null reference");
17024 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
,
17025 SWIG_POINTER_EXCEPTION
| 0)) == -1)
17027 if (arg5
== NULL
) {
17028 PyErr_SetString(PyExc_TypeError
,"null reference");
17033 arg6
= (int)SWIG_As_int(obj5
);
17034 if (PyErr_Occurred()) SWIG_fail
;
17038 arg7
= wxString_in_helper(obj6
);
17039 if (arg7
== NULL
) SWIG_fail
;
17045 arg8
= wxString_in_helper(obj7
);
17046 if (arg8
== NULL
) SWIG_fail
;
17054 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17055 result
= (wxToolBarToolBase
*)wxToolBarBase_DoAddTool(arg1
,arg2
,(wxString
const &)*arg3
,(wxBitmap
const &)*arg4
,(wxBitmap
const &)*arg5
,(wxItemKind
)arg6
,(wxString
const &)*arg7
,(wxString
const &)*arg8
,arg9
);
17057 wxPyEndAllowThreads(__tstate
);
17058 if (PyErr_Occurred()) SWIG_fail
;
17061 resultobj
= wxPyMake_wxObject(result
, 0);
17093 static PyObject
*_wrap_ToolBarBase_DoInsertTool(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17094 PyObject
*resultobj
;
17095 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17098 wxString
*arg4
= 0 ;
17099 wxBitmap
*arg5
= 0 ;
17100 wxBitmap
const &arg6_defvalue
= wxNullBitmap
;
17101 wxBitmap
*arg6
= (wxBitmap
*) &arg6_defvalue
;
17102 int arg7
= (int) wxITEM_NORMAL
;
17103 wxString
const &arg8_defvalue
= wxPyEmptyString
;
17104 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
17105 wxString
const &arg9_defvalue
= wxPyEmptyString
;
17106 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
17107 PyObject
*arg10
= (PyObject
*) NULL
;
17108 wxToolBarToolBase
*result
;
17109 bool temp4
= False
;
17110 bool temp8
= False
;
17111 bool temp9
= False
;
17112 PyObject
* obj0
= 0 ;
17113 PyObject
* obj1
= 0 ;
17114 PyObject
* obj2
= 0 ;
17115 PyObject
* obj3
= 0 ;
17116 PyObject
* obj4
= 0 ;
17117 PyObject
* obj5
= 0 ;
17118 PyObject
* obj6
= 0 ;
17119 PyObject
* obj7
= 0 ;
17120 PyObject
* obj8
= 0 ;
17121 PyObject
* obj9
= 0 ;
17122 char *kwnames
[] = {
17123 (char *) "self",(char *) "pos",(char *) "id",(char *) "label",(char *) "bitmap",(char *) "bmpDisabled",(char *) "kind",(char *) "shortHelp",(char *) "longHelp",(char *) "clientData", NULL
17126 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO|OOOOO:ToolBarBase_DoInsertTool",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
,&obj9
)) goto fail
;
17127 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17128 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17129 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
17130 if (PyErr_Occurred()) SWIG_fail
;
17131 arg3
= (int)SWIG_As_int(obj2
);
17132 if (PyErr_Occurred()) SWIG_fail
;
17134 arg4
= wxString_in_helper(obj3
);
17135 if (arg4
== NULL
) SWIG_fail
;
17138 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
,
17139 SWIG_POINTER_EXCEPTION
| 0)) == -1)
17141 if (arg5
== NULL
) {
17142 PyErr_SetString(PyExc_TypeError
,"null reference");
17146 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxBitmap
,
17147 SWIG_POINTER_EXCEPTION
| 0)) == -1)
17149 if (arg6
== NULL
) {
17150 PyErr_SetString(PyExc_TypeError
,"null reference");
17155 arg7
= (int)SWIG_As_int(obj6
);
17156 if (PyErr_Occurred()) SWIG_fail
;
17160 arg8
= wxString_in_helper(obj7
);
17161 if (arg8
== NULL
) SWIG_fail
;
17167 arg9
= wxString_in_helper(obj8
);
17168 if (arg9
== NULL
) SWIG_fail
;
17176 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17177 result
= (wxToolBarToolBase
*)wxToolBarBase_DoInsertTool(arg1
,arg2
,arg3
,(wxString
const &)*arg4
,(wxBitmap
const &)*arg5
,(wxBitmap
const &)*arg6
,(wxItemKind
)arg7
,(wxString
const &)*arg8
,(wxString
const &)*arg9
,arg10
);
17179 wxPyEndAllowThreads(__tstate
);
17180 if (PyErr_Occurred()) SWIG_fail
;
17183 resultobj
= wxPyMake_wxObject(result
, 0);
17215 static PyObject
*_wrap_ToolBarBase_AddToolItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17216 PyObject
*resultobj
;
17217 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17218 wxToolBarToolBase
*arg2
= (wxToolBarToolBase
*) 0 ;
17219 wxToolBarToolBase
*result
;
17220 PyObject
* obj0
= 0 ;
17221 PyObject
* obj1
= 0 ;
17222 char *kwnames
[] = {
17223 (char *) "self",(char *) "tool", NULL
17226 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_AddToolItem",kwnames
,&obj0
,&obj1
)) goto fail
;
17227 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17228 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17229 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxToolBarToolBase
,
17230 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17232 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17233 result
= (wxToolBarToolBase
*)(arg1
)->AddTool(arg2
);
17235 wxPyEndAllowThreads(__tstate
);
17236 if (PyErr_Occurred()) SWIG_fail
;
17239 resultobj
= wxPyMake_wxObject(result
, 0);
17247 static PyObject
*_wrap_ToolBarBase_InsertToolItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17248 PyObject
*resultobj
;
17249 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17251 wxToolBarToolBase
*arg3
= (wxToolBarToolBase
*) 0 ;
17252 wxToolBarToolBase
*result
;
17253 PyObject
* obj0
= 0 ;
17254 PyObject
* obj1
= 0 ;
17255 PyObject
* obj2
= 0 ;
17256 char *kwnames
[] = {
17257 (char *) "self",(char *) "pos",(char *) "tool", NULL
17260 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_InsertToolItem",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
17261 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17262 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17263 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
17264 if (PyErr_Occurred()) SWIG_fail
;
17265 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxToolBarToolBase
,
17266 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17268 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17269 result
= (wxToolBarToolBase
*)(arg1
)->InsertTool(arg2
,arg3
);
17271 wxPyEndAllowThreads(__tstate
);
17272 if (PyErr_Occurred()) SWIG_fail
;
17275 resultobj
= wxPyMake_wxObject(result
, 0);
17283 static PyObject
*_wrap_ToolBarBase_AddControl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17284 PyObject
*resultobj
;
17285 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17286 wxControl
*arg2
= (wxControl
*) 0 ;
17287 wxToolBarToolBase
*result
;
17288 PyObject
* obj0
= 0 ;
17289 PyObject
* obj1
= 0 ;
17290 char *kwnames
[] = {
17291 (char *) "self",(char *) "control", NULL
17294 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_AddControl",kwnames
,&obj0
,&obj1
)) goto fail
;
17295 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17296 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17297 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxControl
,
17298 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17300 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17301 result
= (wxToolBarToolBase
*)(arg1
)->AddControl(arg2
);
17303 wxPyEndAllowThreads(__tstate
);
17304 if (PyErr_Occurred()) SWIG_fail
;
17307 resultobj
= wxPyMake_wxObject(result
, 0);
17315 static PyObject
*_wrap_ToolBarBase_InsertControl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17316 PyObject
*resultobj
;
17317 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17319 wxControl
*arg3
= (wxControl
*) 0 ;
17320 wxToolBarToolBase
*result
;
17321 PyObject
* obj0
= 0 ;
17322 PyObject
* obj1
= 0 ;
17323 PyObject
* obj2
= 0 ;
17324 char *kwnames
[] = {
17325 (char *) "self",(char *) "pos",(char *) "control", NULL
17328 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_InsertControl",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
17329 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17330 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17331 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
17332 if (PyErr_Occurred()) SWIG_fail
;
17333 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxControl
,
17334 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17336 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17337 result
= (wxToolBarToolBase
*)(arg1
)->InsertControl(arg2
,arg3
);
17339 wxPyEndAllowThreads(__tstate
);
17340 if (PyErr_Occurred()) SWIG_fail
;
17343 resultobj
= wxPyMake_wxObject(result
, 0);
17351 static PyObject
*_wrap_ToolBarBase_FindControl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17352 PyObject
*resultobj
;
17353 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17356 PyObject
* obj0
= 0 ;
17357 PyObject
* obj1
= 0 ;
17358 char *kwnames
[] = {
17359 (char *) "self",(char *) "id", NULL
17362 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_FindControl",kwnames
,&obj0
,&obj1
)) goto fail
;
17363 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17364 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17365 arg2
= (int)SWIG_As_int(obj1
);
17366 if (PyErr_Occurred()) SWIG_fail
;
17368 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17369 result
= (wxControl
*)(arg1
)->FindControl(arg2
);
17371 wxPyEndAllowThreads(__tstate
);
17372 if (PyErr_Occurred()) SWIG_fail
;
17375 resultobj
= wxPyMake_wxObject(result
, 0);
17383 static PyObject
*_wrap_ToolBarBase_AddSeparator(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17384 PyObject
*resultobj
;
17385 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17386 wxToolBarToolBase
*result
;
17387 PyObject
* obj0
= 0 ;
17388 char *kwnames
[] = {
17389 (char *) "self", NULL
17392 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_AddSeparator",kwnames
,&obj0
)) goto fail
;
17393 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17394 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17396 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17397 result
= (wxToolBarToolBase
*)(arg1
)->AddSeparator();
17399 wxPyEndAllowThreads(__tstate
);
17400 if (PyErr_Occurred()) SWIG_fail
;
17403 resultobj
= wxPyMake_wxObject(result
, 0);
17411 static PyObject
*_wrap_ToolBarBase_InsertSeparator(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17412 PyObject
*resultobj
;
17413 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17415 wxToolBarToolBase
*result
;
17416 PyObject
* obj0
= 0 ;
17417 PyObject
* obj1
= 0 ;
17418 char *kwnames
[] = {
17419 (char *) "self",(char *) "pos", NULL
17422 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_InsertSeparator",kwnames
,&obj0
,&obj1
)) goto fail
;
17423 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17424 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17425 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
17426 if (PyErr_Occurred()) SWIG_fail
;
17428 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17429 result
= (wxToolBarToolBase
*)(arg1
)->InsertSeparator(arg2
);
17431 wxPyEndAllowThreads(__tstate
);
17432 if (PyErr_Occurred()) SWIG_fail
;
17435 resultobj
= wxPyMake_wxObject(result
, 0);
17443 static PyObject
*_wrap_ToolBarBase_RemoveTool(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17444 PyObject
*resultobj
;
17445 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17447 wxToolBarToolBase
*result
;
17448 PyObject
* obj0
= 0 ;
17449 PyObject
* obj1
= 0 ;
17450 char *kwnames
[] = {
17451 (char *) "self",(char *) "id", NULL
17454 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_RemoveTool",kwnames
,&obj0
,&obj1
)) goto fail
;
17455 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17456 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17457 arg2
= (int)SWIG_As_int(obj1
);
17458 if (PyErr_Occurred()) SWIG_fail
;
17460 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17461 result
= (wxToolBarToolBase
*)(arg1
)->RemoveTool(arg2
);
17463 wxPyEndAllowThreads(__tstate
);
17464 if (PyErr_Occurred()) SWIG_fail
;
17467 resultobj
= wxPyMake_wxObject(result
, 0);
17475 static PyObject
*_wrap_ToolBarBase_DeleteToolByPos(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17476 PyObject
*resultobj
;
17477 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17480 PyObject
* obj0
= 0 ;
17481 PyObject
* obj1
= 0 ;
17482 char *kwnames
[] = {
17483 (char *) "self",(char *) "pos", NULL
17486 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_DeleteToolByPos",kwnames
,&obj0
,&obj1
)) goto fail
;
17487 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17488 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17489 arg2
= (size_t)SWIG_As_unsigned_SS_long(obj1
);
17490 if (PyErr_Occurred()) SWIG_fail
;
17492 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17493 result
= (bool)(arg1
)->DeleteToolByPos(arg2
);
17495 wxPyEndAllowThreads(__tstate
);
17496 if (PyErr_Occurred()) SWIG_fail
;
17499 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
17507 static PyObject
*_wrap_ToolBarBase_DeleteTool(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17508 PyObject
*resultobj
;
17509 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17512 PyObject
* obj0
= 0 ;
17513 PyObject
* obj1
= 0 ;
17514 char *kwnames
[] = {
17515 (char *) "self",(char *) "id", NULL
17518 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_DeleteTool",kwnames
,&obj0
,&obj1
)) goto fail
;
17519 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17520 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17521 arg2
= (int)SWIG_As_int(obj1
);
17522 if (PyErr_Occurred()) SWIG_fail
;
17524 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17525 result
= (bool)(arg1
)->DeleteTool(arg2
);
17527 wxPyEndAllowThreads(__tstate
);
17528 if (PyErr_Occurred()) SWIG_fail
;
17531 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
17539 static PyObject
*_wrap_ToolBarBase_ClearTools(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17540 PyObject
*resultobj
;
17541 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17542 PyObject
* obj0
= 0 ;
17543 char *kwnames
[] = {
17544 (char *) "self", NULL
17547 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_ClearTools",kwnames
,&obj0
)) goto fail
;
17548 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17549 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17551 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17552 (arg1
)->ClearTools();
17554 wxPyEndAllowThreads(__tstate
);
17555 if (PyErr_Occurred()) SWIG_fail
;
17557 Py_INCREF(Py_None
); resultobj
= Py_None
;
17564 static PyObject
*_wrap_ToolBarBase_Realize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17565 PyObject
*resultobj
;
17566 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17568 PyObject
* obj0
= 0 ;
17569 char *kwnames
[] = {
17570 (char *) "self", NULL
17573 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_Realize",kwnames
,&obj0
)) goto fail
;
17574 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17575 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17577 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17578 result
= (bool)(arg1
)->Realize();
17580 wxPyEndAllowThreads(__tstate
);
17581 if (PyErr_Occurred()) SWIG_fail
;
17584 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
17592 static PyObject
*_wrap_ToolBarBase_EnableTool(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17593 PyObject
*resultobj
;
17594 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17597 PyObject
* obj0
= 0 ;
17598 PyObject
* obj1
= 0 ;
17599 PyObject
* obj2
= 0 ;
17600 char *kwnames
[] = {
17601 (char *) "self",(char *) "id",(char *) "enable", NULL
17604 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_EnableTool",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
17605 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17606 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17607 arg2
= (int)SWIG_As_int(obj1
);
17608 if (PyErr_Occurred()) SWIG_fail
;
17609 arg3
= (bool)SWIG_As_bool(obj2
);
17610 if (PyErr_Occurred()) SWIG_fail
;
17612 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17613 (arg1
)->EnableTool(arg2
,arg3
);
17615 wxPyEndAllowThreads(__tstate
);
17616 if (PyErr_Occurred()) SWIG_fail
;
17618 Py_INCREF(Py_None
); resultobj
= Py_None
;
17625 static PyObject
*_wrap_ToolBarBase_ToggleTool(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17626 PyObject
*resultobj
;
17627 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17630 PyObject
* obj0
= 0 ;
17631 PyObject
* obj1
= 0 ;
17632 PyObject
* obj2
= 0 ;
17633 char *kwnames
[] = {
17634 (char *) "self",(char *) "id",(char *) "toggle", NULL
17637 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_ToggleTool",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
17638 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17639 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17640 arg2
= (int)SWIG_As_int(obj1
);
17641 if (PyErr_Occurred()) SWIG_fail
;
17642 arg3
= (bool)SWIG_As_bool(obj2
);
17643 if (PyErr_Occurred()) SWIG_fail
;
17645 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17646 (arg1
)->ToggleTool(arg2
,arg3
);
17648 wxPyEndAllowThreads(__tstate
);
17649 if (PyErr_Occurred()) SWIG_fail
;
17651 Py_INCREF(Py_None
); resultobj
= Py_None
;
17658 static PyObject
*_wrap_ToolBarBase_SetToggle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17659 PyObject
*resultobj
;
17660 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17663 PyObject
* obj0
= 0 ;
17664 PyObject
* obj1
= 0 ;
17665 PyObject
* obj2
= 0 ;
17666 char *kwnames
[] = {
17667 (char *) "self",(char *) "id",(char *) "toggle", NULL
17670 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_SetToggle",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
17671 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17672 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17673 arg2
= (int)SWIG_As_int(obj1
);
17674 if (PyErr_Occurred()) SWIG_fail
;
17675 arg3
= (bool)SWIG_As_bool(obj2
);
17676 if (PyErr_Occurred()) SWIG_fail
;
17678 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17679 (arg1
)->SetToggle(arg2
,arg3
);
17681 wxPyEndAllowThreads(__tstate
);
17682 if (PyErr_Occurred()) SWIG_fail
;
17684 Py_INCREF(Py_None
); resultobj
= Py_None
;
17691 static PyObject
*_wrap_ToolBarBase_GetToolClientData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17692 PyObject
*resultobj
;
17693 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17696 PyObject
* obj0
= 0 ;
17697 PyObject
* obj1
= 0 ;
17698 char *kwnames
[] = {
17699 (char *) "self",(char *) "id", NULL
17702 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_GetToolClientData",kwnames
,&obj0
,&obj1
)) goto fail
;
17703 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17704 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17705 arg2
= (int)SWIG_As_int(obj1
);
17706 if (PyErr_Occurred()) SWIG_fail
;
17708 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17709 result
= (PyObject
*)wxToolBarBase_GetToolClientData(arg1
,arg2
);
17711 wxPyEndAllowThreads(__tstate
);
17712 if (PyErr_Occurred()) SWIG_fail
;
17714 resultobj
= result
;
17721 static PyObject
*_wrap_ToolBarBase_SetToolClientData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17722 PyObject
*resultobj
;
17723 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17725 PyObject
*arg3
= (PyObject
*) 0 ;
17726 PyObject
* obj0
= 0 ;
17727 PyObject
* obj1
= 0 ;
17728 PyObject
* obj2
= 0 ;
17729 char *kwnames
[] = {
17730 (char *) "self",(char *) "id",(char *) "clientData", NULL
17733 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_SetToolClientData",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
17734 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17735 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17736 arg2
= (int)SWIG_As_int(obj1
);
17737 if (PyErr_Occurred()) SWIG_fail
;
17740 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17741 wxToolBarBase_SetToolClientData(arg1
,arg2
,arg3
);
17743 wxPyEndAllowThreads(__tstate
);
17744 if (PyErr_Occurred()) SWIG_fail
;
17746 Py_INCREF(Py_None
); resultobj
= Py_None
;
17753 static PyObject
*_wrap_ToolBarBase_GetToolPos(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17754 PyObject
*resultobj
;
17755 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17758 PyObject
* obj0
= 0 ;
17759 PyObject
* obj1
= 0 ;
17760 char *kwnames
[] = {
17761 (char *) "self",(char *) "id", NULL
17764 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_GetToolPos",kwnames
,&obj0
,&obj1
)) goto fail
;
17765 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17766 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17767 arg2
= (int)SWIG_As_int(obj1
);
17768 if (PyErr_Occurred()) SWIG_fail
;
17770 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17771 result
= (int)((wxToolBarBase
const *)arg1
)->GetToolPos(arg2
);
17773 wxPyEndAllowThreads(__tstate
);
17774 if (PyErr_Occurred()) SWIG_fail
;
17776 resultobj
= SWIG_From_int((int)result
);
17783 static PyObject
*_wrap_ToolBarBase_GetToolState(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17784 PyObject
*resultobj
;
17785 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17788 PyObject
* obj0
= 0 ;
17789 PyObject
* obj1
= 0 ;
17790 char *kwnames
[] = {
17791 (char *) "self",(char *) "id", NULL
17794 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_GetToolState",kwnames
,&obj0
,&obj1
)) goto fail
;
17795 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17796 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17797 arg2
= (int)SWIG_As_int(obj1
);
17798 if (PyErr_Occurred()) SWIG_fail
;
17800 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17801 result
= (bool)(arg1
)->GetToolState(arg2
);
17803 wxPyEndAllowThreads(__tstate
);
17804 if (PyErr_Occurred()) SWIG_fail
;
17807 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
17815 static PyObject
*_wrap_ToolBarBase_GetToolEnabled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17816 PyObject
*resultobj
;
17817 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17820 PyObject
* obj0
= 0 ;
17821 PyObject
* obj1
= 0 ;
17822 char *kwnames
[] = {
17823 (char *) "self",(char *) "id", NULL
17826 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_GetToolEnabled",kwnames
,&obj0
,&obj1
)) goto fail
;
17827 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17828 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17829 arg2
= (int)SWIG_As_int(obj1
);
17830 if (PyErr_Occurred()) SWIG_fail
;
17832 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17833 result
= (bool)(arg1
)->GetToolEnabled(arg2
);
17835 wxPyEndAllowThreads(__tstate
);
17836 if (PyErr_Occurred()) SWIG_fail
;
17839 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
17847 static PyObject
*_wrap_ToolBarBase_SetToolShortHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17848 PyObject
*resultobj
;
17849 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17851 wxString
*arg3
= 0 ;
17852 bool temp3
= False
;
17853 PyObject
* obj0
= 0 ;
17854 PyObject
* obj1
= 0 ;
17855 PyObject
* obj2
= 0 ;
17856 char *kwnames
[] = {
17857 (char *) "self",(char *) "id",(char *) "helpString", NULL
17860 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_SetToolShortHelp",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
17861 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17862 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17863 arg2
= (int)SWIG_As_int(obj1
);
17864 if (PyErr_Occurred()) SWIG_fail
;
17866 arg3
= wxString_in_helper(obj2
);
17867 if (arg3
== NULL
) SWIG_fail
;
17871 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17872 (arg1
)->SetToolShortHelp(arg2
,(wxString
const &)*arg3
);
17874 wxPyEndAllowThreads(__tstate
);
17875 if (PyErr_Occurred()) SWIG_fail
;
17877 Py_INCREF(Py_None
); resultobj
= Py_None
;
17892 static PyObject
*_wrap_ToolBarBase_GetToolShortHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17893 PyObject
*resultobj
;
17894 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17897 PyObject
* obj0
= 0 ;
17898 PyObject
* obj1
= 0 ;
17899 char *kwnames
[] = {
17900 (char *) "self",(char *) "id", NULL
17903 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_GetToolShortHelp",kwnames
,&obj0
,&obj1
)) goto fail
;
17904 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17905 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17906 arg2
= (int)SWIG_As_int(obj1
);
17907 if (PyErr_Occurred()) SWIG_fail
;
17909 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17910 result
= (arg1
)->GetToolShortHelp(arg2
);
17912 wxPyEndAllowThreads(__tstate
);
17913 if (PyErr_Occurred()) SWIG_fail
;
17917 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
17919 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
17928 static PyObject
*_wrap_ToolBarBase_SetToolLongHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17929 PyObject
*resultobj
;
17930 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17932 wxString
*arg3
= 0 ;
17933 bool temp3
= False
;
17934 PyObject
* obj0
= 0 ;
17935 PyObject
* obj1
= 0 ;
17936 PyObject
* obj2
= 0 ;
17937 char *kwnames
[] = {
17938 (char *) "self",(char *) "id",(char *) "helpString", NULL
17941 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_SetToolLongHelp",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
17942 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17943 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17944 arg2
= (int)SWIG_As_int(obj1
);
17945 if (PyErr_Occurred()) SWIG_fail
;
17947 arg3
= wxString_in_helper(obj2
);
17948 if (arg3
== NULL
) SWIG_fail
;
17952 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17953 (arg1
)->SetToolLongHelp(arg2
,(wxString
const &)*arg3
);
17955 wxPyEndAllowThreads(__tstate
);
17956 if (PyErr_Occurred()) SWIG_fail
;
17958 Py_INCREF(Py_None
); resultobj
= Py_None
;
17973 static PyObject
*_wrap_ToolBarBase_GetToolLongHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
17974 PyObject
*resultobj
;
17975 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
17978 PyObject
* obj0
= 0 ;
17979 PyObject
* obj1
= 0 ;
17980 char *kwnames
[] = {
17981 (char *) "self",(char *) "id", NULL
17984 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_GetToolLongHelp",kwnames
,&obj0
,&obj1
)) goto fail
;
17985 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
17986 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
17987 arg2
= (int)SWIG_As_int(obj1
);
17988 if (PyErr_Occurred()) SWIG_fail
;
17990 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
17991 result
= (arg1
)->GetToolLongHelp(arg2
);
17993 wxPyEndAllowThreads(__tstate
);
17994 if (PyErr_Occurred()) SWIG_fail
;
17998 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
18000 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
18009 static PyObject
*_wrap_ToolBarBase_SetMarginsXY(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18010 PyObject
*resultobj
;
18011 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18014 PyObject
* obj0
= 0 ;
18015 PyObject
* obj1
= 0 ;
18016 PyObject
* obj2
= 0 ;
18017 char *kwnames
[] = {
18018 (char *) "self",(char *) "x",(char *) "y", NULL
18021 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_SetMarginsXY",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
18022 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18023 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18024 arg2
= (int)SWIG_As_int(obj1
);
18025 if (PyErr_Occurred()) SWIG_fail
;
18026 arg3
= (int)SWIG_As_int(obj2
);
18027 if (PyErr_Occurred()) SWIG_fail
;
18029 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18030 (arg1
)->SetMargins(arg2
,arg3
);
18032 wxPyEndAllowThreads(__tstate
);
18033 if (PyErr_Occurred()) SWIG_fail
;
18035 Py_INCREF(Py_None
); resultobj
= Py_None
;
18042 static PyObject
*_wrap_ToolBarBase_SetMargins(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18043 PyObject
*resultobj
;
18044 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18047 PyObject
* obj0
= 0 ;
18048 PyObject
* obj1
= 0 ;
18049 char *kwnames
[] = {
18050 (char *) "self",(char *) "size", NULL
18053 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_SetMargins",kwnames
,&obj0
,&obj1
)) goto fail
;
18054 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18055 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18058 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
18061 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18062 (arg1
)->SetMargins((wxSize
const &)*arg2
);
18064 wxPyEndAllowThreads(__tstate
);
18065 if (PyErr_Occurred()) SWIG_fail
;
18067 Py_INCREF(Py_None
); resultobj
= Py_None
;
18074 static PyObject
*_wrap_ToolBarBase_SetToolPacking(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18075 PyObject
*resultobj
;
18076 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18078 PyObject
* obj0
= 0 ;
18079 PyObject
* obj1
= 0 ;
18080 char *kwnames
[] = {
18081 (char *) "self",(char *) "packing", NULL
18084 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_SetToolPacking",kwnames
,&obj0
,&obj1
)) goto fail
;
18085 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18086 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18087 arg2
= (int)SWIG_As_int(obj1
);
18088 if (PyErr_Occurred()) SWIG_fail
;
18090 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18091 (arg1
)->SetToolPacking(arg2
);
18093 wxPyEndAllowThreads(__tstate
);
18094 if (PyErr_Occurred()) SWIG_fail
;
18096 Py_INCREF(Py_None
); resultobj
= Py_None
;
18103 static PyObject
*_wrap_ToolBarBase_SetToolSeparation(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18104 PyObject
*resultobj
;
18105 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18107 PyObject
* obj0
= 0 ;
18108 PyObject
* obj1
= 0 ;
18109 char *kwnames
[] = {
18110 (char *) "self",(char *) "separation", NULL
18113 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_SetToolSeparation",kwnames
,&obj0
,&obj1
)) goto fail
;
18114 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18115 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18116 arg2
= (int)SWIG_As_int(obj1
);
18117 if (PyErr_Occurred()) SWIG_fail
;
18119 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18120 (arg1
)->SetToolSeparation(arg2
);
18122 wxPyEndAllowThreads(__tstate
);
18123 if (PyErr_Occurred()) SWIG_fail
;
18125 Py_INCREF(Py_None
); resultobj
= Py_None
;
18132 static PyObject
*_wrap_ToolBarBase_GetToolMargins(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18133 PyObject
*resultobj
;
18134 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18136 PyObject
* obj0
= 0 ;
18137 char *kwnames
[] = {
18138 (char *) "self", NULL
18141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_GetToolMargins",kwnames
,&obj0
)) goto fail
;
18142 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18143 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18145 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18146 result
= (arg1
)->GetToolMargins();
18148 wxPyEndAllowThreads(__tstate
);
18149 if (PyErr_Occurred()) SWIG_fail
;
18152 wxSize
* resultptr
;
18153 resultptr
= new wxSize((wxSize
&) result
);
18154 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
18162 static PyObject
*_wrap_ToolBarBase_GetMargins(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18163 PyObject
*resultobj
;
18164 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18166 PyObject
* obj0
= 0 ;
18167 char *kwnames
[] = {
18168 (char *) "self", NULL
18171 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_GetMargins",kwnames
,&obj0
)) goto fail
;
18172 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18173 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18175 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18176 result
= (arg1
)->GetMargins();
18178 wxPyEndAllowThreads(__tstate
);
18179 if (PyErr_Occurred()) SWIG_fail
;
18182 wxSize
* resultptr
;
18183 resultptr
= new wxSize((wxSize
&) result
);
18184 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
18192 static PyObject
*_wrap_ToolBarBase_GetToolPacking(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18193 PyObject
*resultobj
;
18194 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18196 PyObject
* obj0
= 0 ;
18197 char *kwnames
[] = {
18198 (char *) "self", NULL
18201 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_GetToolPacking",kwnames
,&obj0
)) goto fail
;
18202 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18203 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18205 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18206 result
= (int)(arg1
)->GetToolPacking();
18208 wxPyEndAllowThreads(__tstate
);
18209 if (PyErr_Occurred()) SWIG_fail
;
18211 resultobj
= SWIG_From_int((int)result
);
18218 static PyObject
*_wrap_ToolBarBase_GetToolSeparation(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18219 PyObject
*resultobj
;
18220 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18222 PyObject
* obj0
= 0 ;
18223 char *kwnames
[] = {
18224 (char *) "self", NULL
18227 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_GetToolSeparation",kwnames
,&obj0
)) goto fail
;
18228 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18229 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18231 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18232 result
= (int)(arg1
)->GetToolSeparation();
18234 wxPyEndAllowThreads(__tstate
);
18235 if (PyErr_Occurred()) SWIG_fail
;
18237 resultobj
= SWIG_From_int((int)result
);
18244 static PyObject
*_wrap_ToolBarBase_SetRows(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18245 PyObject
*resultobj
;
18246 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18248 PyObject
* obj0
= 0 ;
18249 PyObject
* obj1
= 0 ;
18250 char *kwnames
[] = {
18251 (char *) "self",(char *) "nRows", NULL
18254 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_SetRows",kwnames
,&obj0
,&obj1
)) goto fail
;
18255 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18256 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18257 arg2
= (int)SWIG_As_int(obj1
);
18258 if (PyErr_Occurred()) SWIG_fail
;
18260 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18261 (arg1
)->SetRows(arg2
);
18263 wxPyEndAllowThreads(__tstate
);
18264 if (PyErr_Occurred()) SWIG_fail
;
18266 Py_INCREF(Py_None
); resultobj
= Py_None
;
18273 static PyObject
*_wrap_ToolBarBase_SetMaxRowsCols(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18274 PyObject
*resultobj
;
18275 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18278 PyObject
* obj0
= 0 ;
18279 PyObject
* obj1
= 0 ;
18280 PyObject
* obj2
= 0 ;
18281 char *kwnames
[] = {
18282 (char *) "self",(char *) "rows",(char *) "cols", NULL
18285 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_SetMaxRowsCols",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
18286 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18287 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18288 arg2
= (int)SWIG_As_int(obj1
);
18289 if (PyErr_Occurred()) SWIG_fail
;
18290 arg3
= (int)SWIG_As_int(obj2
);
18291 if (PyErr_Occurred()) SWIG_fail
;
18293 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18294 (arg1
)->SetMaxRowsCols(arg2
,arg3
);
18296 wxPyEndAllowThreads(__tstate
);
18297 if (PyErr_Occurred()) SWIG_fail
;
18299 Py_INCREF(Py_None
); resultobj
= Py_None
;
18306 static PyObject
*_wrap_ToolBarBase_GetMaxRows(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18307 PyObject
*resultobj
;
18308 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18310 PyObject
* obj0
= 0 ;
18311 char *kwnames
[] = {
18312 (char *) "self", NULL
18315 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_GetMaxRows",kwnames
,&obj0
)) goto fail
;
18316 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18317 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18319 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18320 result
= (int)(arg1
)->GetMaxRows();
18322 wxPyEndAllowThreads(__tstate
);
18323 if (PyErr_Occurred()) SWIG_fail
;
18325 resultobj
= SWIG_From_int((int)result
);
18332 static PyObject
*_wrap_ToolBarBase_GetMaxCols(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18333 PyObject
*resultobj
;
18334 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18336 PyObject
* obj0
= 0 ;
18337 char *kwnames
[] = {
18338 (char *) "self", NULL
18341 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_GetMaxCols",kwnames
,&obj0
)) goto fail
;
18342 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18343 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18345 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18346 result
= (int)(arg1
)->GetMaxCols();
18348 wxPyEndAllowThreads(__tstate
);
18349 if (PyErr_Occurred()) SWIG_fail
;
18351 resultobj
= SWIG_From_int((int)result
);
18358 static PyObject
*_wrap_ToolBarBase_SetToolBitmapSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18359 PyObject
*resultobj
;
18360 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18363 PyObject
* obj0
= 0 ;
18364 PyObject
* obj1
= 0 ;
18365 char *kwnames
[] = {
18366 (char *) "self",(char *) "size", NULL
18369 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_SetToolBitmapSize",kwnames
,&obj0
,&obj1
)) goto fail
;
18370 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18371 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18374 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
18377 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18378 (arg1
)->SetToolBitmapSize((wxSize
const &)*arg2
);
18380 wxPyEndAllowThreads(__tstate
);
18381 if (PyErr_Occurred()) SWIG_fail
;
18383 Py_INCREF(Py_None
); resultobj
= Py_None
;
18390 static PyObject
*_wrap_ToolBarBase_GetToolBitmapSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18391 PyObject
*resultobj
;
18392 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18394 PyObject
* obj0
= 0 ;
18395 char *kwnames
[] = {
18396 (char *) "self", NULL
18399 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_GetToolBitmapSize",kwnames
,&obj0
)) goto fail
;
18400 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18401 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18403 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18404 result
= (arg1
)->GetToolBitmapSize();
18406 wxPyEndAllowThreads(__tstate
);
18407 if (PyErr_Occurred()) SWIG_fail
;
18410 wxSize
* resultptr
;
18411 resultptr
= new wxSize((wxSize
&) result
);
18412 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
18420 static PyObject
*_wrap_ToolBarBase_GetToolSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18421 PyObject
*resultobj
;
18422 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18424 PyObject
* obj0
= 0 ;
18425 char *kwnames
[] = {
18426 (char *) "self", NULL
18429 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_GetToolSize",kwnames
,&obj0
)) goto fail
;
18430 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18431 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18433 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18434 result
= (arg1
)->GetToolSize();
18436 wxPyEndAllowThreads(__tstate
);
18437 if (PyErr_Occurred()) SWIG_fail
;
18440 wxSize
* resultptr
;
18441 resultptr
= new wxSize((wxSize
&) result
);
18442 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
18450 static PyObject
*_wrap_ToolBarBase_FindToolForPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18451 PyObject
*resultobj
;
18452 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18455 wxToolBarToolBase
*result
;
18456 PyObject
* obj0
= 0 ;
18457 PyObject
* obj1
= 0 ;
18458 PyObject
* obj2
= 0 ;
18459 char *kwnames
[] = {
18460 (char *) "self",(char *) "x",(char *) "y", NULL
18463 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBarBase_FindToolForPosition",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
18464 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18465 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18466 arg2
= (int)SWIG_As_int(obj1
);
18467 if (PyErr_Occurred()) SWIG_fail
;
18468 arg3
= (int)SWIG_As_int(obj2
);
18469 if (PyErr_Occurred()) SWIG_fail
;
18471 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18472 result
= (wxToolBarToolBase
*)(arg1
)->FindToolForPosition(arg2
,arg3
);
18474 wxPyEndAllowThreads(__tstate
);
18475 if (PyErr_Occurred()) SWIG_fail
;
18478 resultobj
= wxPyMake_wxObject(result
, 0);
18486 static PyObject
*_wrap_ToolBarBase_FindById(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18487 PyObject
*resultobj
;
18488 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18490 wxToolBarToolBase
*result
;
18491 PyObject
* obj0
= 0 ;
18492 PyObject
* obj1
= 0 ;
18493 char *kwnames
[] = {
18494 (char *) "self",(char *) "toolid", NULL
18497 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ToolBarBase_FindById",kwnames
,&obj0
,&obj1
)) goto fail
;
18498 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18499 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18500 arg2
= (int)SWIG_As_int(obj1
);
18501 if (PyErr_Occurred()) SWIG_fail
;
18503 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18504 result
= (wxToolBarToolBase
*)((wxToolBarBase
const *)arg1
)->FindById(arg2
);
18506 wxPyEndAllowThreads(__tstate
);
18507 if (PyErr_Occurred()) SWIG_fail
;
18510 resultobj
= wxPyMake_wxObject(result
, 0);
18518 static PyObject
*_wrap_ToolBarBase_IsVertical(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18519 PyObject
*resultobj
;
18520 wxToolBarBase
*arg1
= (wxToolBarBase
*) 0 ;
18522 PyObject
* obj0
= 0 ;
18523 char *kwnames
[] = {
18524 (char *) "self", NULL
18527 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ToolBarBase_IsVertical",kwnames
,&obj0
)) goto fail
;
18528 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBarBase
,
18529 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18531 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18532 result
= (bool)(arg1
)->IsVertical();
18534 wxPyEndAllowThreads(__tstate
);
18535 if (PyErr_Occurred()) SWIG_fail
;
18538 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
18546 static PyObject
* ToolBarBase_swigregister(PyObject
*, PyObject
*args
) {
18548 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
18549 SWIG_TypeClientData(SWIGTYPE_p_wxToolBarBase
, obj
);
18551 return Py_BuildValue((char *)"");
18553 static PyObject
*_wrap_new_ToolBar(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18554 PyObject
*resultobj
;
18555 wxWindow
*arg1
= (wxWindow
*) 0 ;
18556 int arg2
= (int) -1 ;
18557 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
18558 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
18559 wxSize
const &arg4_defvalue
= wxDefaultSize
;
18560 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
18561 long arg5
= (long) wxNO_BORDER
|wxTB_HORIZONTAL
;
18562 wxString
const &arg6_defvalue
= wxPyToolBarNameStr
;
18563 wxString
*arg6
= (wxString
*) &arg6_defvalue
;
18567 bool temp6
= False
;
18568 PyObject
* obj0
= 0 ;
18569 PyObject
* obj1
= 0 ;
18570 PyObject
* obj2
= 0 ;
18571 PyObject
* obj3
= 0 ;
18572 PyObject
* obj4
= 0 ;
18573 PyObject
* obj5
= 0 ;
18574 char *kwnames
[] = {
18575 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18578 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:new_ToolBar",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
18579 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
18580 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18582 arg2
= (int)SWIG_As_int(obj1
);
18583 if (PyErr_Occurred()) SWIG_fail
;
18588 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
18594 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
18598 arg5
= (long)SWIG_As_long(obj4
);
18599 if (PyErr_Occurred()) SWIG_fail
;
18603 arg6
= wxString_in_helper(obj5
);
18604 if (arg6
== NULL
) SWIG_fail
;
18609 if (!wxPyCheckForApp()) SWIG_fail
;
18610 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18611 result
= (wxToolBar
*)new wxToolBar(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxString
const &)*arg6
);
18613 wxPyEndAllowThreads(__tstate
);
18614 if (PyErr_Occurred()) SWIG_fail
;
18616 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxToolBar
, 1);
18631 static PyObject
*_wrap_new_PreToolBar(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18632 PyObject
*resultobj
;
18634 char *kwnames
[] = {
18638 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreToolBar",kwnames
)) goto fail
;
18640 if (!wxPyCheckForApp()) SWIG_fail
;
18641 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18642 result
= (wxToolBar
*)new wxToolBar();
18644 wxPyEndAllowThreads(__tstate
);
18645 if (PyErr_Occurred()) SWIG_fail
;
18647 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxToolBar
, 1);
18654 static PyObject
*_wrap_ToolBar_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18655 PyObject
*resultobj
;
18656 wxToolBar
*arg1
= (wxToolBar
*) 0 ;
18657 wxWindow
*arg2
= (wxWindow
*) 0 ;
18658 int arg3
= (int) -1 ;
18659 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
18660 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
18661 wxSize
const &arg5_defvalue
= wxDefaultSize
;
18662 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
18663 long arg6
= (long) wxNO_BORDER
|wxTB_HORIZONTAL
;
18664 wxString
const &arg7_defvalue
= wxPyToolBarNameStr
;
18665 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
18669 bool temp7
= False
;
18670 PyObject
* obj0
= 0 ;
18671 PyObject
* obj1
= 0 ;
18672 PyObject
* obj2
= 0 ;
18673 PyObject
* obj3
= 0 ;
18674 PyObject
* obj4
= 0 ;
18675 PyObject
* obj5
= 0 ;
18676 PyObject
* obj6
= 0 ;
18677 char *kwnames
[] = {
18678 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
18681 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOO:ToolBar_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
18682 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBar
,
18683 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18684 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
18685 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18687 arg3
= (int)SWIG_As_int(obj2
);
18688 if (PyErr_Occurred()) SWIG_fail
;
18693 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
18699 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
18703 arg6
= (long)SWIG_As_long(obj5
);
18704 if (PyErr_Occurred()) SWIG_fail
;
18708 arg7
= wxString_in_helper(obj6
);
18709 if (arg7
== NULL
) SWIG_fail
;
18714 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18715 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxString
const &)*arg7
);
18717 wxPyEndAllowThreads(__tstate
);
18718 if (PyErr_Occurred()) SWIG_fail
;
18721 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
18737 static PyObject
*_wrap_ToolBar_FindToolForPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18738 PyObject
*resultobj
;
18739 wxToolBar
*arg1
= (wxToolBar
*) 0 ;
18742 wxToolBarToolBase
*result
;
18743 PyObject
* obj0
= 0 ;
18744 PyObject
* obj1
= 0 ;
18745 PyObject
* obj2
= 0 ;
18746 char *kwnames
[] = {
18747 (char *) "self",(char *) "x",(char *) "y", NULL
18750 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ToolBar_FindToolForPosition",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
18751 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxToolBar
,
18752 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18753 arg2
= (int)SWIG_As_int(obj1
);
18754 if (PyErr_Occurred()) SWIG_fail
;
18755 arg3
= (int)SWIG_As_int(obj2
);
18756 if (PyErr_Occurred()) SWIG_fail
;
18758 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18759 result
= (wxToolBarToolBase
*)(arg1
)->FindToolForPosition(arg2
,arg3
);
18761 wxPyEndAllowThreads(__tstate
);
18762 if (PyErr_Occurred()) SWIG_fail
;
18765 resultobj
= wxPyMake_wxObject(result
, 0);
18773 static PyObject
*_wrap_ToolBar_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18774 PyObject
*resultobj
;
18775 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
18776 wxVisualAttributes result
;
18777 PyObject
* obj0
= 0 ;
18778 char *kwnames
[] = {
18779 (char *) "variant", NULL
18782 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:ToolBar_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
18784 arg1
= (int)SWIG_As_int(obj0
);
18785 if (PyErr_Occurred()) SWIG_fail
;
18788 if (!wxPyCheckForApp()) SWIG_fail
;
18789 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18790 result
= wxToolBar::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
18792 wxPyEndAllowThreads(__tstate
);
18793 if (PyErr_Occurred()) SWIG_fail
;
18796 wxVisualAttributes
* resultptr
;
18797 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
18798 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
18806 static PyObject
* ToolBar_swigregister(PyObject
*, PyObject
*args
) {
18808 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
18809 SWIG_TypeClientData(SWIGTYPE_p_wxToolBar
, obj
);
18811 return Py_BuildValue((char *)"");
18813 static int _wrap_ListCtrlNameStr_set(PyObject
*) {
18814 PyErr_SetString(PyExc_TypeError
,"Variable ListCtrlNameStr is read-only.");
18819 static PyObject
*_wrap_ListCtrlNameStr_get() {
18824 pyobj
= PyUnicode_FromWideChar((&wxPyListCtrlNameStr
)->c_str(), (&wxPyListCtrlNameStr
)->Len());
18826 pyobj
= PyString_FromStringAndSize((&wxPyListCtrlNameStr
)->c_str(), (&wxPyListCtrlNameStr
)->Len());
18833 static PyObject
*_wrap_new_ListItemAttr(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18834 PyObject
*resultobj
;
18835 wxColour
const &arg1_defvalue
= wxNullColour
;
18836 wxColour
*arg1
= (wxColour
*) &arg1_defvalue
;
18837 wxColour
const &arg2_defvalue
= wxNullColour
;
18838 wxColour
*arg2
= (wxColour
*) &arg2_defvalue
;
18839 wxFont
const &arg3_defvalue
= wxNullFont
;
18840 wxFont
*arg3
= (wxFont
*) &arg3_defvalue
;
18841 wxListItemAttr
*result
;
18844 PyObject
* obj0
= 0 ;
18845 PyObject
* obj1
= 0 ;
18846 PyObject
* obj2
= 0 ;
18847 char *kwnames
[] = {
18848 (char *) "colText",(char *) "colBack",(char *) "font", NULL
18851 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OOO:new_ListItemAttr",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
18855 if ( ! wxColour_helper(obj0
, &arg1
)) SWIG_fail
;
18861 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
18865 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxFont
,
18866 SWIG_POINTER_EXCEPTION
| 0)) == -1)
18868 if (arg3
== NULL
) {
18869 PyErr_SetString(PyExc_TypeError
,"null reference");
18874 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18875 result
= (wxListItemAttr
*)new wxListItemAttr((wxColour
const &)*arg1
,(wxColour
const &)*arg2
,(wxFont
const &)*arg3
);
18877 wxPyEndAllowThreads(__tstate
);
18878 if (PyErr_Occurred()) SWIG_fail
;
18880 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListItemAttr
, 1);
18887 static PyObject
*_wrap_ListItemAttr_SetTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18888 PyObject
*resultobj
;
18889 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
18890 wxColour
*arg2
= 0 ;
18892 PyObject
* obj0
= 0 ;
18893 PyObject
* obj1
= 0 ;
18894 char *kwnames
[] = {
18895 (char *) "self",(char *) "colText", NULL
18898 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItemAttr_SetTextColour",kwnames
,&obj0
,&obj1
)) goto fail
;
18899 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
18900 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18903 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
18906 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18907 (arg1
)->SetTextColour((wxColour
const &)*arg2
);
18909 wxPyEndAllowThreads(__tstate
);
18910 if (PyErr_Occurred()) SWIG_fail
;
18912 Py_INCREF(Py_None
); resultobj
= Py_None
;
18919 static PyObject
*_wrap_ListItemAttr_SetBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18920 PyObject
*resultobj
;
18921 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
18922 wxColour
*arg2
= 0 ;
18924 PyObject
* obj0
= 0 ;
18925 PyObject
* obj1
= 0 ;
18926 char *kwnames
[] = {
18927 (char *) "self",(char *) "colBack", NULL
18930 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItemAttr_SetBackgroundColour",kwnames
,&obj0
,&obj1
)) goto fail
;
18931 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
18932 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18935 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
18938 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18939 (arg1
)->SetBackgroundColour((wxColour
const &)*arg2
);
18941 wxPyEndAllowThreads(__tstate
);
18942 if (PyErr_Occurred()) SWIG_fail
;
18944 Py_INCREF(Py_None
); resultobj
= Py_None
;
18951 static PyObject
*_wrap_ListItemAttr_SetFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18952 PyObject
*resultobj
;
18953 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
18955 PyObject
* obj0
= 0 ;
18956 PyObject
* obj1
= 0 ;
18957 char *kwnames
[] = {
18958 (char *) "self",(char *) "font", NULL
18961 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItemAttr_SetFont",kwnames
,&obj0
,&obj1
)) goto fail
;
18962 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
18963 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18964 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxFont
,
18965 SWIG_POINTER_EXCEPTION
| 0)) == -1)
18967 if (arg2
== NULL
) {
18968 PyErr_SetString(PyExc_TypeError
,"null reference");
18972 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18973 (arg1
)->SetFont((wxFont
const &)*arg2
);
18975 wxPyEndAllowThreads(__tstate
);
18976 if (PyErr_Occurred()) SWIG_fail
;
18978 Py_INCREF(Py_None
); resultobj
= Py_None
;
18985 static PyObject
*_wrap_ListItemAttr_HasTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
18986 PyObject
*resultobj
;
18987 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
18989 PyObject
* obj0
= 0 ;
18990 char *kwnames
[] = {
18991 (char *) "self", NULL
18994 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItemAttr_HasTextColour",kwnames
,&obj0
)) goto fail
;
18995 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
18996 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
18998 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
18999 result
= (bool)(arg1
)->HasTextColour();
19001 wxPyEndAllowThreads(__tstate
);
19002 if (PyErr_Occurred()) SWIG_fail
;
19005 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
19013 static PyObject
*_wrap_ListItemAttr_HasBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19014 PyObject
*resultobj
;
19015 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
19017 PyObject
* obj0
= 0 ;
19018 char *kwnames
[] = {
19019 (char *) "self", NULL
19022 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItemAttr_HasBackgroundColour",kwnames
,&obj0
)) goto fail
;
19023 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
19024 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19026 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19027 result
= (bool)(arg1
)->HasBackgroundColour();
19029 wxPyEndAllowThreads(__tstate
);
19030 if (PyErr_Occurred()) SWIG_fail
;
19033 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
19041 static PyObject
*_wrap_ListItemAttr_HasFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19042 PyObject
*resultobj
;
19043 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
19045 PyObject
* obj0
= 0 ;
19046 char *kwnames
[] = {
19047 (char *) "self", NULL
19050 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItemAttr_HasFont",kwnames
,&obj0
)) goto fail
;
19051 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
19052 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19054 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19055 result
= (bool)(arg1
)->HasFont();
19057 wxPyEndAllowThreads(__tstate
);
19058 if (PyErr_Occurred()) SWIG_fail
;
19061 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
19069 static PyObject
*_wrap_ListItemAttr_GetTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19070 PyObject
*resultobj
;
19071 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
19073 PyObject
* obj0
= 0 ;
19074 char *kwnames
[] = {
19075 (char *) "self", NULL
19078 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItemAttr_GetTextColour",kwnames
,&obj0
)) goto fail
;
19079 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
19080 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19082 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19083 result
= (arg1
)->GetTextColour();
19085 wxPyEndAllowThreads(__tstate
);
19086 if (PyErr_Occurred()) SWIG_fail
;
19089 wxColour
* resultptr
;
19090 resultptr
= new wxColour((wxColour
&) result
);
19091 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxColour
, 1);
19099 static PyObject
*_wrap_ListItemAttr_GetBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19100 PyObject
*resultobj
;
19101 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
19103 PyObject
* obj0
= 0 ;
19104 char *kwnames
[] = {
19105 (char *) "self", NULL
19108 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItemAttr_GetBackgroundColour",kwnames
,&obj0
)) goto fail
;
19109 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
19110 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19112 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19113 result
= (arg1
)->GetBackgroundColour();
19115 wxPyEndAllowThreads(__tstate
);
19116 if (PyErr_Occurred()) SWIG_fail
;
19119 wxColour
* resultptr
;
19120 resultptr
= new wxColour((wxColour
&) result
);
19121 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxColour
, 1);
19129 static PyObject
*_wrap_ListItemAttr_GetFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19130 PyObject
*resultobj
;
19131 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
19133 PyObject
* obj0
= 0 ;
19134 char *kwnames
[] = {
19135 (char *) "self", NULL
19138 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItemAttr_GetFont",kwnames
,&obj0
)) goto fail
;
19139 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
19140 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19142 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19143 result
= (arg1
)->GetFont();
19145 wxPyEndAllowThreads(__tstate
);
19146 if (PyErr_Occurred()) SWIG_fail
;
19149 wxFont
* resultptr
;
19150 resultptr
= new wxFont((wxFont
&) result
);
19151 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxFont
, 1);
19159 static PyObject
*_wrap_ListItemAttr_Destroy(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19160 PyObject
*resultobj
;
19161 wxListItemAttr
*arg1
= (wxListItemAttr
*) 0 ;
19162 PyObject
* obj0
= 0 ;
19163 char *kwnames
[] = {
19164 (char *) "self", NULL
19167 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItemAttr_Destroy",kwnames
,&obj0
)) goto fail
;
19168 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItemAttr
,
19169 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19171 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19172 wxListItemAttr_Destroy(arg1
);
19174 wxPyEndAllowThreads(__tstate
);
19175 if (PyErr_Occurred()) SWIG_fail
;
19177 Py_INCREF(Py_None
); resultobj
= Py_None
;
19184 static PyObject
* ListItemAttr_swigregister(PyObject
*, PyObject
*args
) {
19186 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
19187 SWIG_TypeClientData(SWIGTYPE_p_wxListItemAttr
, obj
);
19189 return Py_BuildValue((char *)"");
19191 static PyObject
*_wrap_new_ListItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19192 PyObject
*resultobj
;
19193 wxListItem
*result
;
19194 char *kwnames
[] = {
19198 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_ListItem",kwnames
)) goto fail
;
19200 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19201 result
= (wxListItem
*)new wxListItem();
19203 wxPyEndAllowThreads(__tstate
);
19204 if (PyErr_Occurred()) SWIG_fail
;
19207 resultobj
= wxPyMake_wxObject(result
, 1);
19215 static PyObject
*_wrap_delete_ListItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19216 PyObject
*resultobj
;
19217 wxListItem
*arg1
= (wxListItem
*) 0 ;
19218 PyObject
* obj0
= 0 ;
19219 char *kwnames
[] = {
19220 (char *) "self", NULL
19223 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_ListItem",kwnames
,&obj0
)) goto fail
;
19224 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19225 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19227 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19230 wxPyEndAllowThreads(__tstate
);
19231 if (PyErr_Occurred()) SWIG_fail
;
19233 Py_INCREF(Py_None
); resultobj
= Py_None
;
19240 static PyObject
*_wrap_ListItem_Clear(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19241 PyObject
*resultobj
;
19242 wxListItem
*arg1
= (wxListItem
*) 0 ;
19243 PyObject
* obj0
= 0 ;
19244 char *kwnames
[] = {
19245 (char *) "self", NULL
19248 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_Clear",kwnames
,&obj0
)) goto fail
;
19249 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19250 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19252 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19255 wxPyEndAllowThreads(__tstate
);
19256 if (PyErr_Occurred()) SWIG_fail
;
19258 Py_INCREF(Py_None
); resultobj
= Py_None
;
19265 static PyObject
*_wrap_ListItem_ClearAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19266 PyObject
*resultobj
;
19267 wxListItem
*arg1
= (wxListItem
*) 0 ;
19268 PyObject
* obj0
= 0 ;
19269 char *kwnames
[] = {
19270 (char *) "self", NULL
19273 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_ClearAttributes",kwnames
,&obj0
)) goto fail
;
19274 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19275 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19277 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19278 (arg1
)->ClearAttributes();
19280 wxPyEndAllowThreads(__tstate
);
19281 if (PyErr_Occurred()) SWIG_fail
;
19283 Py_INCREF(Py_None
); resultobj
= Py_None
;
19290 static PyObject
*_wrap_ListItem_SetMask(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19291 PyObject
*resultobj
;
19292 wxListItem
*arg1
= (wxListItem
*) 0 ;
19294 PyObject
* obj0
= 0 ;
19295 PyObject
* obj1
= 0 ;
19296 char *kwnames
[] = {
19297 (char *) "self",(char *) "mask", NULL
19300 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetMask",kwnames
,&obj0
,&obj1
)) goto fail
;
19301 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19302 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19303 arg2
= (long)SWIG_As_long(obj1
);
19304 if (PyErr_Occurred()) SWIG_fail
;
19306 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19307 (arg1
)->SetMask(arg2
);
19309 wxPyEndAllowThreads(__tstate
);
19310 if (PyErr_Occurred()) SWIG_fail
;
19312 Py_INCREF(Py_None
); resultobj
= Py_None
;
19319 static PyObject
*_wrap_ListItem_SetId(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19320 PyObject
*resultobj
;
19321 wxListItem
*arg1
= (wxListItem
*) 0 ;
19323 PyObject
* obj0
= 0 ;
19324 PyObject
* obj1
= 0 ;
19325 char *kwnames
[] = {
19326 (char *) "self",(char *) "id", NULL
19329 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetId",kwnames
,&obj0
,&obj1
)) goto fail
;
19330 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19331 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19332 arg2
= (long)SWIG_As_long(obj1
);
19333 if (PyErr_Occurred()) SWIG_fail
;
19335 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19336 (arg1
)->SetId(arg2
);
19338 wxPyEndAllowThreads(__tstate
);
19339 if (PyErr_Occurred()) SWIG_fail
;
19341 Py_INCREF(Py_None
); resultobj
= Py_None
;
19348 static PyObject
*_wrap_ListItem_SetColumn(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19349 PyObject
*resultobj
;
19350 wxListItem
*arg1
= (wxListItem
*) 0 ;
19352 PyObject
* obj0
= 0 ;
19353 PyObject
* obj1
= 0 ;
19354 char *kwnames
[] = {
19355 (char *) "self",(char *) "col", NULL
19358 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetColumn",kwnames
,&obj0
,&obj1
)) goto fail
;
19359 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19360 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19361 arg2
= (int)SWIG_As_int(obj1
);
19362 if (PyErr_Occurred()) SWIG_fail
;
19364 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19365 (arg1
)->SetColumn(arg2
);
19367 wxPyEndAllowThreads(__tstate
);
19368 if (PyErr_Occurred()) SWIG_fail
;
19370 Py_INCREF(Py_None
); resultobj
= Py_None
;
19377 static PyObject
*_wrap_ListItem_SetState(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19378 PyObject
*resultobj
;
19379 wxListItem
*arg1
= (wxListItem
*) 0 ;
19381 PyObject
* obj0
= 0 ;
19382 PyObject
* obj1
= 0 ;
19383 char *kwnames
[] = {
19384 (char *) "self",(char *) "state", NULL
19387 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetState",kwnames
,&obj0
,&obj1
)) goto fail
;
19388 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19389 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19390 arg2
= (long)SWIG_As_long(obj1
);
19391 if (PyErr_Occurred()) SWIG_fail
;
19393 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19394 (arg1
)->SetState(arg2
);
19396 wxPyEndAllowThreads(__tstate
);
19397 if (PyErr_Occurred()) SWIG_fail
;
19399 Py_INCREF(Py_None
); resultobj
= Py_None
;
19406 static PyObject
*_wrap_ListItem_SetStateMask(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19407 PyObject
*resultobj
;
19408 wxListItem
*arg1
= (wxListItem
*) 0 ;
19410 PyObject
* obj0
= 0 ;
19411 PyObject
* obj1
= 0 ;
19412 char *kwnames
[] = {
19413 (char *) "self",(char *) "stateMask", NULL
19416 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetStateMask",kwnames
,&obj0
,&obj1
)) goto fail
;
19417 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19418 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19419 arg2
= (long)SWIG_As_long(obj1
);
19420 if (PyErr_Occurred()) SWIG_fail
;
19422 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19423 (arg1
)->SetStateMask(arg2
);
19425 wxPyEndAllowThreads(__tstate
);
19426 if (PyErr_Occurred()) SWIG_fail
;
19428 Py_INCREF(Py_None
); resultobj
= Py_None
;
19435 static PyObject
*_wrap_ListItem_SetText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19436 PyObject
*resultobj
;
19437 wxListItem
*arg1
= (wxListItem
*) 0 ;
19438 wxString
*arg2
= 0 ;
19439 bool temp2
= False
;
19440 PyObject
* obj0
= 0 ;
19441 PyObject
* obj1
= 0 ;
19442 char *kwnames
[] = {
19443 (char *) "self",(char *) "text", NULL
19446 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetText",kwnames
,&obj0
,&obj1
)) goto fail
;
19447 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19448 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19450 arg2
= wxString_in_helper(obj1
);
19451 if (arg2
== NULL
) SWIG_fail
;
19455 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19456 (arg1
)->SetText((wxString
const &)*arg2
);
19458 wxPyEndAllowThreads(__tstate
);
19459 if (PyErr_Occurred()) SWIG_fail
;
19461 Py_INCREF(Py_None
); resultobj
= Py_None
;
19476 static PyObject
*_wrap_ListItem_SetImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19477 PyObject
*resultobj
;
19478 wxListItem
*arg1
= (wxListItem
*) 0 ;
19480 PyObject
* obj0
= 0 ;
19481 PyObject
* obj1
= 0 ;
19482 char *kwnames
[] = {
19483 (char *) "self",(char *) "image", NULL
19486 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetImage",kwnames
,&obj0
,&obj1
)) goto fail
;
19487 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19488 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19489 arg2
= (int)SWIG_As_int(obj1
);
19490 if (PyErr_Occurred()) SWIG_fail
;
19492 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19493 (arg1
)->SetImage(arg2
);
19495 wxPyEndAllowThreads(__tstate
);
19496 if (PyErr_Occurred()) SWIG_fail
;
19498 Py_INCREF(Py_None
); resultobj
= Py_None
;
19505 static PyObject
*_wrap_ListItem_SetData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19506 PyObject
*resultobj
;
19507 wxListItem
*arg1
= (wxListItem
*) 0 ;
19509 PyObject
* obj0
= 0 ;
19510 PyObject
* obj1
= 0 ;
19511 char *kwnames
[] = {
19512 (char *) "self",(char *) "data", NULL
19515 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetData",kwnames
,&obj0
,&obj1
)) goto fail
;
19516 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19517 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19518 arg2
= (long)SWIG_As_long(obj1
);
19519 if (PyErr_Occurred()) SWIG_fail
;
19521 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19522 (arg1
)->SetData(arg2
);
19524 wxPyEndAllowThreads(__tstate
);
19525 if (PyErr_Occurred()) SWIG_fail
;
19527 Py_INCREF(Py_None
); resultobj
= Py_None
;
19534 static PyObject
*_wrap_ListItem_SetWidth(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19535 PyObject
*resultobj
;
19536 wxListItem
*arg1
= (wxListItem
*) 0 ;
19538 PyObject
* obj0
= 0 ;
19539 PyObject
* obj1
= 0 ;
19540 char *kwnames
[] = {
19541 (char *) "self",(char *) "width", NULL
19544 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetWidth",kwnames
,&obj0
,&obj1
)) goto fail
;
19545 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19546 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19547 arg2
= (int)SWIG_As_int(obj1
);
19548 if (PyErr_Occurred()) SWIG_fail
;
19550 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19551 (arg1
)->SetWidth(arg2
);
19553 wxPyEndAllowThreads(__tstate
);
19554 if (PyErr_Occurred()) SWIG_fail
;
19556 Py_INCREF(Py_None
); resultobj
= Py_None
;
19563 static PyObject
*_wrap_ListItem_SetAlign(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19564 PyObject
*resultobj
;
19565 wxListItem
*arg1
= (wxListItem
*) 0 ;
19567 PyObject
* obj0
= 0 ;
19568 PyObject
* obj1
= 0 ;
19569 char *kwnames
[] = {
19570 (char *) "self",(char *) "align", NULL
19573 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetAlign",kwnames
,&obj0
,&obj1
)) goto fail
;
19574 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19575 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19576 arg2
= (int)SWIG_As_int(obj1
);
19577 if (PyErr_Occurred()) SWIG_fail
;
19579 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19580 (arg1
)->SetAlign((wxListColumnFormat
)arg2
);
19582 wxPyEndAllowThreads(__tstate
);
19583 if (PyErr_Occurred()) SWIG_fail
;
19585 Py_INCREF(Py_None
); resultobj
= Py_None
;
19592 static PyObject
*_wrap_ListItem_SetTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19593 PyObject
*resultobj
;
19594 wxListItem
*arg1
= (wxListItem
*) 0 ;
19595 wxColour
*arg2
= 0 ;
19597 PyObject
* obj0
= 0 ;
19598 PyObject
* obj1
= 0 ;
19599 char *kwnames
[] = {
19600 (char *) "self",(char *) "colText", NULL
19603 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetTextColour",kwnames
,&obj0
,&obj1
)) goto fail
;
19604 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19605 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19608 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
19611 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19612 (arg1
)->SetTextColour((wxColour
const &)*arg2
);
19614 wxPyEndAllowThreads(__tstate
);
19615 if (PyErr_Occurred()) SWIG_fail
;
19617 Py_INCREF(Py_None
); resultobj
= Py_None
;
19624 static PyObject
*_wrap_ListItem_SetBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19625 PyObject
*resultobj
;
19626 wxListItem
*arg1
= (wxListItem
*) 0 ;
19627 wxColour
*arg2
= 0 ;
19629 PyObject
* obj0
= 0 ;
19630 PyObject
* obj1
= 0 ;
19631 char *kwnames
[] = {
19632 (char *) "self",(char *) "colBack", NULL
19635 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetBackgroundColour",kwnames
,&obj0
,&obj1
)) goto fail
;
19636 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19637 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19640 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
19643 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19644 (arg1
)->SetBackgroundColour((wxColour
const &)*arg2
);
19646 wxPyEndAllowThreads(__tstate
);
19647 if (PyErr_Occurred()) SWIG_fail
;
19649 Py_INCREF(Py_None
); resultobj
= Py_None
;
19656 static PyObject
*_wrap_ListItem_SetFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19657 PyObject
*resultobj
;
19658 wxListItem
*arg1
= (wxListItem
*) 0 ;
19660 PyObject
* obj0
= 0 ;
19661 PyObject
* obj1
= 0 ;
19662 char *kwnames
[] = {
19663 (char *) "self",(char *) "font", NULL
19666 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_SetFont",kwnames
,&obj0
,&obj1
)) goto fail
;
19667 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19668 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19669 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxFont
,
19670 SWIG_POINTER_EXCEPTION
| 0)) == -1)
19672 if (arg2
== NULL
) {
19673 PyErr_SetString(PyExc_TypeError
,"null reference");
19677 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19678 (arg1
)->SetFont((wxFont
const &)*arg2
);
19680 wxPyEndAllowThreads(__tstate
);
19681 if (PyErr_Occurred()) SWIG_fail
;
19683 Py_INCREF(Py_None
); resultobj
= Py_None
;
19690 static PyObject
*_wrap_ListItem_GetMask(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19691 PyObject
*resultobj
;
19692 wxListItem
*arg1
= (wxListItem
*) 0 ;
19694 PyObject
* obj0
= 0 ;
19695 char *kwnames
[] = {
19696 (char *) "self", NULL
19699 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetMask",kwnames
,&obj0
)) goto fail
;
19700 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19701 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19703 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19704 result
= (long)(arg1
)->GetMask();
19706 wxPyEndAllowThreads(__tstate
);
19707 if (PyErr_Occurred()) SWIG_fail
;
19709 resultobj
= SWIG_From_long((long)result
);
19716 static PyObject
*_wrap_ListItem_GetId(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19717 PyObject
*resultobj
;
19718 wxListItem
*arg1
= (wxListItem
*) 0 ;
19720 PyObject
* obj0
= 0 ;
19721 char *kwnames
[] = {
19722 (char *) "self", NULL
19725 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetId",kwnames
,&obj0
)) goto fail
;
19726 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19727 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19729 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19730 result
= (long)(arg1
)->GetId();
19732 wxPyEndAllowThreads(__tstate
);
19733 if (PyErr_Occurred()) SWIG_fail
;
19735 resultobj
= SWIG_From_long((long)result
);
19742 static PyObject
*_wrap_ListItem_GetColumn(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19743 PyObject
*resultobj
;
19744 wxListItem
*arg1
= (wxListItem
*) 0 ;
19746 PyObject
* obj0
= 0 ;
19747 char *kwnames
[] = {
19748 (char *) "self", NULL
19751 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetColumn",kwnames
,&obj0
)) goto fail
;
19752 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19753 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19755 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19756 result
= (int)(arg1
)->GetColumn();
19758 wxPyEndAllowThreads(__tstate
);
19759 if (PyErr_Occurred()) SWIG_fail
;
19761 resultobj
= SWIG_From_int((int)result
);
19768 static PyObject
*_wrap_ListItem_GetState(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19769 PyObject
*resultobj
;
19770 wxListItem
*arg1
= (wxListItem
*) 0 ;
19772 PyObject
* obj0
= 0 ;
19773 char *kwnames
[] = {
19774 (char *) "self", NULL
19777 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetState",kwnames
,&obj0
)) goto fail
;
19778 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19779 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19781 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19782 result
= (long)(arg1
)->GetState();
19784 wxPyEndAllowThreads(__tstate
);
19785 if (PyErr_Occurred()) SWIG_fail
;
19787 resultobj
= SWIG_From_long((long)result
);
19794 static PyObject
*_wrap_ListItem_GetText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19795 PyObject
*resultobj
;
19796 wxListItem
*arg1
= (wxListItem
*) 0 ;
19798 PyObject
* obj0
= 0 ;
19799 char *kwnames
[] = {
19800 (char *) "self", NULL
19803 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetText",kwnames
,&obj0
)) goto fail
;
19804 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19805 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19807 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19809 wxString
const &_result_ref
= (arg1
)->GetText();
19810 result
= (wxString
*) &_result_ref
;
19813 wxPyEndAllowThreads(__tstate
);
19814 if (PyErr_Occurred()) SWIG_fail
;
19818 resultobj
= PyUnicode_FromWideChar(result
->c_str(), result
->Len());
19820 resultobj
= PyString_FromStringAndSize(result
->c_str(), result
->Len());
19829 static PyObject
*_wrap_ListItem_GetImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19830 PyObject
*resultobj
;
19831 wxListItem
*arg1
= (wxListItem
*) 0 ;
19833 PyObject
* obj0
= 0 ;
19834 char *kwnames
[] = {
19835 (char *) "self", NULL
19838 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetImage",kwnames
,&obj0
)) goto fail
;
19839 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19840 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19842 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19843 result
= (int)(arg1
)->GetImage();
19845 wxPyEndAllowThreads(__tstate
);
19846 if (PyErr_Occurred()) SWIG_fail
;
19848 resultobj
= SWIG_From_int((int)result
);
19855 static PyObject
*_wrap_ListItem_GetData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19856 PyObject
*resultobj
;
19857 wxListItem
*arg1
= (wxListItem
*) 0 ;
19859 PyObject
* obj0
= 0 ;
19860 char *kwnames
[] = {
19861 (char *) "self", NULL
19864 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetData",kwnames
,&obj0
)) goto fail
;
19865 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19866 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19868 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19869 result
= (long)(arg1
)->GetData();
19871 wxPyEndAllowThreads(__tstate
);
19872 if (PyErr_Occurred()) SWIG_fail
;
19874 resultobj
= SWIG_From_long((long)result
);
19881 static PyObject
*_wrap_ListItem_GetWidth(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19882 PyObject
*resultobj
;
19883 wxListItem
*arg1
= (wxListItem
*) 0 ;
19885 PyObject
* obj0
= 0 ;
19886 char *kwnames
[] = {
19887 (char *) "self", NULL
19890 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetWidth",kwnames
,&obj0
)) goto fail
;
19891 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19892 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19894 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19895 result
= (int)(arg1
)->GetWidth();
19897 wxPyEndAllowThreads(__tstate
);
19898 if (PyErr_Occurred()) SWIG_fail
;
19900 resultobj
= SWIG_From_int((int)result
);
19907 static PyObject
*_wrap_ListItem_GetAlign(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19908 PyObject
*resultobj
;
19909 wxListItem
*arg1
= (wxListItem
*) 0 ;
19911 PyObject
* obj0
= 0 ;
19912 char *kwnames
[] = {
19913 (char *) "self", NULL
19916 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetAlign",kwnames
,&obj0
)) goto fail
;
19917 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19918 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19920 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19921 result
= (int)(arg1
)->GetAlign();
19923 wxPyEndAllowThreads(__tstate
);
19924 if (PyErr_Occurred()) SWIG_fail
;
19926 resultobj
= SWIG_From_int((int)result
);
19933 static PyObject
*_wrap_ListItem_GetAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19934 PyObject
*resultobj
;
19935 wxListItem
*arg1
= (wxListItem
*) 0 ;
19936 wxListItemAttr
*result
;
19937 PyObject
* obj0
= 0 ;
19938 char *kwnames
[] = {
19939 (char *) "self", NULL
19942 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetAttributes",kwnames
,&obj0
)) goto fail
;
19943 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19944 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19946 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19947 result
= (wxListItemAttr
*)(arg1
)->GetAttributes();
19949 wxPyEndAllowThreads(__tstate
);
19950 if (PyErr_Occurred()) SWIG_fail
;
19952 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListItemAttr
, 0);
19959 static PyObject
*_wrap_ListItem_HasAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19960 PyObject
*resultobj
;
19961 wxListItem
*arg1
= (wxListItem
*) 0 ;
19963 PyObject
* obj0
= 0 ;
19964 char *kwnames
[] = {
19965 (char *) "self", NULL
19968 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_HasAttributes",kwnames
,&obj0
)) goto fail
;
19969 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19970 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
19972 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
19973 result
= (bool)(arg1
)->HasAttributes();
19975 wxPyEndAllowThreads(__tstate
);
19976 if (PyErr_Occurred()) SWIG_fail
;
19979 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
19987 static PyObject
*_wrap_ListItem_GetTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
19988 PyObject
*resultobj
;
19989 wxListItem
*arg1
= (wxListItem
*) 0 ;
19991 PyObject
* obj0
= 0 ;
19992 char *kwnames
[] = {
19993 (char *) "self", NULL
19996 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetTextColour",kwnames
,&obj0
)) goto fail
;
19997 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
19998 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20000 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20001 result
= ((wxListItem
const *)arg1
)->GetTextColour();
20003 wxPyEndAllowThreads(__tstate
);
20004 if (PyErr_Occurred()) SWIG_fail
;
20007 wxColour
* resultptr
;
20008 resultptr
= new wxColour((wxColour
&) result
);
20009 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxColour
, 1);
20017 static PyObject
*_wrap_ListItem_GetBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20018 PyObject
*resultobj
;
20019 wxListItem
*arg1
= (wxListItem
*) 0 ;
20021 PyObject
* obj0
= 0 ;
20022 char *kwnames
[] = {
20023 (char *) "self", NULL
20026 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetBackgroundColour",kwnames
,&obj0
)) goto fail
;
20027 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20028 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20030 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20031 result
= ((wxListItem
const *)arg1
)->GetBackgroundColour();
20033 wxPyEndAllowThreads(__tstate
);
20034 if (PyErr_Occurred()) SWIG_fail
;
20037 wxColour
* resultptr
;
20038 resultptr
= new wxColour((wxColour
&) result
);
20039 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxColour
, 1);
20047 static PyObject
*_wrap_ListItem_GetFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20048 PyObject
*resultobj
;
20049 wxListItem
*arg1
= (wxListItem
*) 0 ;
20051 PyObject
* obj0
= 0 ;
20052 char *kwnames
[] = {
20053 (char *) "self", NULL
20056 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_GetFont",kwnames
,&obj0
)) goto fail
;
20057 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20058 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20060 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20061 result
= ((wxListItem
const *)arg1
)->GetFont();
20063 wxPyEndAllowThreads(__tstate
);
20064 if (PyErr_Occurred()) SWIG_fail
;
20067 wxFont
* resultptr
;
20068 resultptr
= new wxFont((wxFont
&) result
);
20069 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxFont
, 1);
20077 static PyObject
*_wrap_ListItem_m_mask_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20078 PyObject
*resultobj
;
20079 wxListItem
*arg1
= (wxListItem
*) 0 ;
20081 PyObject
* obj0
= 0 ;
20082 PyObject
* obj1
= 0 ;
20083 char *kwnames
[] = {
20084 (char *) "self",(char *) "m_mask", NULL
20087 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_mask_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20088 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20089 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20090 arg2
= (long)SWIG_As_long(obj1
);
20091 if (PyErr_Occurred()) SWIG_fail
;
20092 if (arg1
) (arg1
)->m_mask
= arg2
;
20094 Py_INCREF(Py_None
); resultobj
= Py_None
;
20101 static PyObject
*_wrap_ListItem_m_mask_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20102 PyObject
*resultobj
;
20103 wxListItem
*arg1
= (wxListItem
*) 0 ;
20105 PyObject
* obj0
= 0 ;
20106 char *kwnames
[] = {
20107 (char *) "self", NULL
20110 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_mask_get",kwnames
,&obj0
)) goto fail
;
20111 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20112 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20113 result
= (long) ((arg1
)->m_mask
);
20115 resultobj
= SWIG_From_long((long)result
);
20122 static PyObject
*_wrap_ListItem_m_itemId_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20123 PyObject
*resultobj
;
20124 wxListItem
*arg1
= (wxListItem
*) 0 ;
20126 PyObject
* obj0
= 0 ;
20127 PyObject
* obj1
= 0 ;
20128 char *kwnames
[] = {
20129 (char *) "self",(char *) "m_itemId", NULL
20132 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_itemId_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20133 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20134 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20135 arg2
= (long)SWIG_As_long(obj1
);
20136 if (PyErr_Occurred()) SWIG_fail
;
20137 if (arg1
) (arg1
)->m_itemId
= arg2
;
20139 Py_INCREF(Py_None
); resultobj
= Py_None
;
20146 static PyObject
*_wrap_ListItem_m_itemId_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20147 PyObject
*resultobj
;
20148 wxListItem
*arg1
= (wxListItem
*) 0 ;
20150 PyObject
* obj0
= 0 ;
20151 char *kwnames
[] = {
20152 (char *) "self", NULL
20155 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_itemId_get",kwnames
,&obj0
)) goto fail
;
20156 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20157 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20158 result
= (long) ((arg1
)->m_itemId
);
20160 resultobj
= SWIG_From_long((long)result
);
20167 static PyObject
*_wrap_ListItem_m_col_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20168 PyObject
*resultobj
;
20169 wxListItem
*arg1
= (wxListItem
*) 0 ;
20171 PyObject
* obj0
= 0 ;
20172 PyObject
* obj1
= 0 ;
20173 char *kwnames
[] = {
20174 (char *) "self",(char *) "m_col", NULL
20177 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_col_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20178 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20179 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20180 arg2
= (int)SWIG_As_int(obj1
);
20181 if (PyErr_Occurred()) SWIG_fail
;
20182 if (arg1
) (arg1
)->m_col
= arg2
;
20184 Py_INCREF(Py_None
); resultobj
= Py_None
;
20191 static PyObject
*_wrap_ListItem_m_col_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20192 PyObject
*resultobj
;
20193 wxListItem
*arg1
= (wxListItem
*) 0 ;
20195 PyObject
* obj0
= 0 ;
20196 char *kwnames
[] = {
20197 (char *) "self", NULL
20200 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_col_get",kwnames
,&obj0
)) goto fail
;
20201 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20202 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20203 result
= (int) ((arg1
)->m_col
);
20205 resultobj
= SWIG_From_int((int)result
);
20212 static PyObject
*_wrap_ListItem_m_state_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20213 PyObject
*resultobj
;
20214 wxListItem
*arg1
= (wxListItem
*) 0 ;
20216 PyObject
* obj0
= 0 ;
20217 PyObject
* obj1
= 0 ;
20218 char *kwnames
[] = {
20219 (char *) "self",(char *) "m_state", NULL
20222 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_state_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20223 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20224 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20225 arg2
= (long)SWIG_As_long(obj1
);
20226 if (PyErr_Occurred()) SWIG_fail
;
20227 if (arg1
) (arg1
)->m_state
= arg2
;
20229 Py_INCREF(Py_None
); resultobj
= Py_None
;
20236 static PyObject
*_wrap_ListItem_m_state_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20237 PyObject
*resultobj
;
20238 wxListItem
*arg1
= (wxListItem
*) 0 ;
20240 PyObject
* obj0
= 0 ;
20241 char *kwnames
[] = {
20242 (char *) "self", NULL
20245 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_state_get",kwnames
,&obj0
)) goto fail
;
20246 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20247 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20248 result
= (long) ((arg1
)->m_state
);
20250 resultobj
= SWIG_From_long((long)result
);
20257 static PyObject
*_wrap_ListItem_m_stateMask_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20258 PyObject
*resultobj
;
20259 wxListItem
*arg1
= (wxListItem
*) 0 ;
20261 PyObject
* obj0
= 0 ;
20262 PyObject
* obj1
= 0 ;
20263 char *kwnames
[] = {
20264 (char *) "self",(char *) "m_stateMask", NULL
20267 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_stateMask_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20268 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20269 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20270 arg2
= (long)SWIG_As_long(obj1
);
20271 if (PyErr_Occurred()) SWIG_fail
;
20272 if (arg1
) (arg1
)->m_stateMask
= arg2
;
20274 Py_INCREF(Py_None
); resultobj
= Py_None
;
20281 static PyObject
*_wrap_ListItem_m_stateMask_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20282 PyObject
*resultobj
;
20283 wxListItem
*arg1
= (wxListItem
*) 0 ;
20285 PyObject
* obj0
= 0 ;
20286 char *kwnames
[] = {
20287 (char *) "self", NULL
20290 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_stateMask_get",kwnames
,&obj0
)) goto fail
;
20291 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20292 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20293 result
= (long) ((arg1
)->m_stateMask
);
20295 resultobj
= SWIG_From_long((long)result
);
20302 static PyObject
*_wrap_ListItem_m_text_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20303 PyObject
*resultobj
;
20304 wxListItem
*arg1
= (wxListItem
*) 0 ;
20305 wxString
*arg2
= (wxString
*) 0 ;
20306 bool temp2
= False
;
20307 PyObject
* obj0
= 0 ;
20308 PyObject
* obj1
= 0 ;
20309 char *kwnames
[] = {
20310 (char *) "self",(char *) "m_text", NULL
20313 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_text_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20314 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20315 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20317 arg2
= wxString_in_helper(obj1
);
20318 if (arg2
== NULL
) SWIG_fail
;
20321 if (arg1
) (arg1
)->m_text
= *arg2
;
20323 Py_INCREF(Py_None
); resultobj
= Py_None
;
20338 static PyObject
*_wrap_ListItem_m_text_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20339 PyObject
*resultobj
;
20340 wxListItem
*arg1
= (wxListItem
*) 0 ;
20342 PyObject
* obj0
= 0 ;
20343 char *kwnames
[] = {
20344 (char *) "self", NULL
20347 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_text_get",kwnames
,&obj0
)) goto fail
;
20348 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20349 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20350 result
= (wxString
*)& ((arg1
)->m_text
);
20354 resultobj
= PyUnicode_FromWideChar(result
->c_str(), result
->Len());
20356 resultobj
= PyString_FromStringAndSize(result
->c_str(), result
->Len());
20365 static PyObject
*_wrap_ListItem_m_image_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20366 PyObject
*resultobj
;
20367 wxListItem
*arg1
= (wxListItem
*) 0 ;
20369 PyObject
* obj0
= 0 ;
20370 PyObject
* obj1
= 0 ;
20371 char *kwnames
[] = {
20372 (char *) "self",(char *) "m_image", NULL
20375 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_image_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20376 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20377 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20378 arg2
= (int)SWIG_As_int(obj1
);
20379 if (PyErr_Occurred()) SWIG_fail
;
20380 if (arg1
) (arg1
)->m_image
= arg2
;
20382 Py_INCREF(Py_None
); resultobj
= Py_None
;
20389 static PyObject
*_wrap_ListItem_m_image_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20390 PyObject
*resultobj
;
20391 wxListItem
*arg1
= (wxListItem
*) 0 ;
20393 PyObject
* obj0
= 0 ;
20394 char *kwnames
[] = {
20395 (char *) "self", NULL
20398 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_image_get",kwnames
,&obj0
)) goto fail
;
20399 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20400 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20401 result
= (int) ((arg1
)->m_image
);
20403 resultobj
= SWIG_From_int((int)result
);
20410 static PyObject
*_wrap_ListItem_m_data_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20411 PyObject
*resultobj
;
20412 wxListItem
*arg1
= (wxListItem
*) 0 ;
20414 PyObject
* obj0
= 0 ;
20415 PyObject
* obj1
= 0 ;
20416 char *kwnames
[] = {
20417 (char *) "self",(char *) "m_data", NULL
20420 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_data_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20421 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20422 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20423 arg2
= (long)SWIG_As_long(obj1
);
20424 if (PyErr_Occurred()) SWIG_fail
;
20425 if (arg1
) (arg1
)->m_data
= arg2
;
20427 Py_INCREF(Py_None
); resultobj
= Py_None
;
20434 static PyObject
*_wrap_ListItem_m_data_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20435 PyObject
*resultobj
;
20436 wxListItem
*arg1
= (wxListItem
*) 0 ;
20438 PyObject
* obj0
= 0 ;
20439 char *kwnames
[] = {
20440 (char *) "self", NULL
20443 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_data_get",kwnames
,&obj0
)) goto fail
;
20444 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20445 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20446 result
= (long) ((arg1
)->m_data
);
20448 resultobj
= SWIG_From_long((long)result
);
20455 static PyObject
*_wrap_ListItem_m_format_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20456 PyObject
*resultobj
;
20457 wxListItem
*arg1
= (wxListItem
*) 0 ;
20459 PyObject
* obj0
= 0 ;
20460 PyObject
* obj1
= 0 ;
20461 char *kwnames
[] = {
20462 (char *) "self",(char *) "m_format", NULL
20465 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_format_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20466 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20467 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20468 arg2
= (int)SWIG_As_int(obj1
);
20469 if (PyErr_Occurred()) SWIG_fail
;
20470 if (arg1
) (arg1
)->m_format
= arg2
;
20472 Py_INCREF(Py_None
); resultobj
= Py_None
;
20479 static PyObject
*_wrap_ListItem_m_format_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20480 PyObject
*resultobj
;
20481 wxListItem
*arg1
= (wxListItem
*) 0 ;
20483 PyObject
* obj0
= 0 ;
20484 char *kwnames
[] = {
20485 (char *) "self", NULL
20488 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_format_get",kwnames
,&obj0
)) goto fail
;
20489 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20490 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20491 result
= (int) ((arg1
)->m_format
);
20493 resultobj
= SWIG_From_int((int)result
);
20500 static PyObject
*_wrap_ListItem_m_width_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20501 PyObject
*resultobj
;
20502 wxListItem
*arg1
= (wxListItem
*) 0 ;
20504 PyObject
* obj0
= 0 ;
20505 PyObject
* obj1
= 0 ;
20506 char *kwnames
[] = {
20507 (char *) "self",(char *) "m_width", NULL
20510 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListItem_m_width_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20511 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20512 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20513 arg2
= (int)SWIG_As_int(obj1
);
20514 if (PyErr_Occurred()) SWIG_fail
;
20515 if (arg1
) (arg1
)->m_width
= arg2
;
20517 Py_INCREF(Py_None
); resultobj
= Py_None
;
20524 static PyObject
*_wrap_ListItem_m_width_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20525 PyObject
*resultobj
;
20526 wxListItem
*arg1
= (wxListItem
*) 0 ;
20528 PyObject
* obj0
= 0 ;
20529 char *kwnames
[] = {
20530 (char *) "self", NULL
20533 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListItem_m_width_get",kwnames
,&obj0
)) goto fail
;
20534 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListItem
,
20535 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20536 result
= (int) ((arg1
)->m_width
);
20538 resultobj
= SWIG_From_int((int)result
);
20545 static PyObject
* ListItem_swigregister(PyObject
*, PyObject
*args
) {
20547 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
20548 SWIG_TypeClientData(SWIGTYPE_p_wxListItem
, obj
);
20550 return Py_BuildValue((char *)"");
20552 static PyObject
*_wrap_new_ListEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20553 PyObject
*resultobj
;
20554 wxEventType arg1
= (wxEventType
) wxEVT_NULL
;
20555 int arg2
= (int) 0 ;
20556 wxListEvent
*result
;
20557 PyObject
* obj0
= 0 ;
20558 PyObject
* obj1
= 0 ;
20559 char *kwnames
[] = {
20560 (char *) "commandType",(char *) "id", NULL
20563 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OO:new_ListEvent",kwnames
,&obj0
,&obj1
)) goto fail
;
20565 arg1
= (wxEventType
)SWIG_As_int(obj0
);
20566 if (PyErr_Occurred()) SWIG_fail
;
20569 arg2
= (int)SWIG_As_int(obj1
);
20570 if (PyErr_Occurred()) SWIG_fail
;
20573 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20574 result
= (wxListEvent
*)new wxListEvent(arg1
,arg2
);
20576 wxPyEndAllowThreads(__tstate
);
20577 if (PyErr_Occurred()) SWIG_fail
;
20579 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListEvent
, 1);
20586 static PyObject
*_wrap_ListEvent_m_code_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20587 PyObject
*resultobj
;
20588 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20590 PyObject
* obj0
= 0 ;
20591 PyObject
* obj1
= 0 ;
20592 char *kwnames
[] = {
20593 (char *) "self",(char *) "m_code", NULL
20596 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListEvent_m_code_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20597 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20598 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20599 arg2
= (int)SWIG_As_int(obj1
);
20600 if (PyErr_Occurred()) SWIG_fail
;
20601 if (arg1
) (arg1
)->m_code
= arg2
;
20603 Py_INCREF(Py_None
); resultobj
= Py_None
;
20610 static PyObject
*_wrap_ListEvent_m_code_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20611 PyObject
*resultobj
;
20612 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20614 PyObject
* obj0
= 0 ;
20615 char *kwnames
[] = {
20616 (char *) "self", NULL
20619 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_m_code_get",kwnames
,&obj0
)) goto fail
;
20620 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20621 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20622 result
= (int) ((arg1
)->m_code
);
20624 resultobj
= SWIG_From_int((int)result
);
20631 static PyObject
*_wrap_ListEvent_m_oldItemIndex_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20632 PyObject
*resultobj
;
20633 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20635 PyObject
* obj0
= 0 ;
20636 PyObject
* obj1
= 0 ;
20637 char *kwnames
[] = {
20638 (char *) "self",(char *) "m_oldItemIndex", NULL
20641 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListEvent_m_oldItemIndex_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20642 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20643 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20644 arg2
= (long)SWIG_As_long(obj1
);
20645 if (PyErr_Occurred()) SWIG_fail
;
20646 if (arg1
) (arg1
)->m_oldItemIndex
= arg2
;
20648 Py_INCREF(Py_None
); resultobj
= Py_None
;
20655 static PyObject
*_wrap_ListEvent_m_oldItemIndex_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20656 PyObject
*resultobj
;
20657 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20659 PyObject
* obj0
= 0 ;
20660 char *kwnames
[] = {
20661 (char *) "self", NULL
20664 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_m_oldItemIndex_get",kwnames
,&obj0
)) goto fail
;
20665 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20666 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20667 result
= (long) ((arg1
)->m_oldItemIndex
);
20669 resultobj
= SWIG_From_long((long)result
);
20676 static PyObject
*_wrap_ListEvent_m_itemIndex_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20677 PyObject
*resultobj
;
20678 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20680 PyObject
* obj0
= 0 ;
20681 PyObject
* obj1
= 0 ;
20682 char *kwnames
[] = {
20683 (char *) "self",(char *) "m_itemIndex", NULL
20686 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListEvent_m_itemIndex_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20687 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20688 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20689 arg2
= (long)SWIG_As_long(obj1
);
20690 if (PyErr_Occurred()) SWIG_fail
;
20691 if (arg1
) (arg1
)->m_itemIndex
= arg2
;
20693 Py_INCREF(Py_None
); resultobj
= Py_None
;
20700 static PyObject
*_wrap_ListEvent_m_itemIndex_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20701 PyObject
*resultobj
;
20702 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20704 PyObject
* obj0
= 0 ;
20705 char *kwnames
[] = {
20706 (char *) "self", NULL
20709 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_m_itemIndex_get",kwnames
,&obj0
)) goto fail
;
20710 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20711 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20712 result
= (long) ((arg1
)->m_itemIndex
);
20714 resultobj
= SWIG_From_long((long)result
);
20721 static PyObject
*_wrap_ListEvent_m_col_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20722 PyObject
*resultobj
;
20723 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20725 PyObject
* obj0
= 0 ;
20726 PyObject
* obj1
= 0 ;
20727 char *kwnames
[] = {
20728 (char *) "self",(char *) "m_col", NULL
20731 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListEvent_m_col_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20732 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20733 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20734 arg2
= (int)SWIG_As_int(obj1
);
20735 if (PyErr_Occurred()) SWIG_fail
;
20736 if (arg1
) (arg1
)->m_col
= arg2
;
20738 Py_INCREF(Py_None
); resultobj
= Py_None
;
20745 static PyObject
*_wrap_ListEvent_m_col_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20746 PyObject
*resultobj
;
20747 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20749 PyObject
* obj0
= 0 ;
20750 char *kwnames
[] = {
20751 (char *) "self", NULL
20754 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_m_col_get",kwnames
,&obj0
)) goto fail
;
20755 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20756 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20757 result
= (int) ((arg1
)->m_col
);
20759 resultobj
= SWIG_From_int((int)result
);
20766 static PyObject
*_wrap_ListEvent_m_pointDrag_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20767 PyObject
*resultobj
;
20768 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20769 wxPoint
*arg2
= (wxPoint
*) 0 ;
20770 PyObject
* obj0
= 0 ;
20771 PyObject
* obj1
= 0 ;
20772 char *kwnames
[] = {
20773 (char *) "self",(char *) "m_pointDrag", NULL
20776 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListEvent_m_pointDrag_set",kwnames
,&obj0
,&obj1
)) goto fail
;
20777 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20778 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20779 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxPoint
,
20780 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20781 if (arg1
) (arg1
)->m_pointDrag
= *arg2
;
20783 Py_INCREF(Py_None
); resultobj
= Py_None
;
20790 static PyObject
*_wrap_ListEvent_m_pointDrag_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20791 PyObject
*resultobj
;
20792 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20794 PyObject
* obj0
= 0 ;
20795 char *kwnames
[] = {
20796 (char *) "self", NULL
20799 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_m_pointDrag_get",kwnames
,&obj0
)) goto fail
;
20800 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20801 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20802 result
= (wxPoint
*)& ((arg1
)->m_pointDrag
);
20804 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPoint
, 0);
20811 static PyObject
*_wrap_ListEvent_m_item_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20812 PyObject
*resultobj
;
20813 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20814 wxListItem
*result
;
20815 PyObject
* obj0
= 0 ;
20816 char *kwnames
[] = {
20817 (char *) "self", NULL
20820 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_m_item_get",kwnames
,&obj0
)) goto fail
;
20821 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20822 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20823 result
= (wxListItem
*)& ((arg1
)->m_item
);
20826 resultobj
= wxPyMake_wxObject(result
, 0);
20834 static PyObject
*_wrap_ListEvent_GetKeyCode(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20835 PyObject
*resultobj
;
20836 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20838 PyObject
* obj0
= 0 ;
20839 char *kwnames
[] = {
20840 (char *) "self", NULL
20843 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetKeyCode",kwnames
,&obj0
)) goto fail
;
20844 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20845 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20847 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20848 result
= (int)(arg1
)->GetKeyCode();
20850 wxPyEndAllowThreads(__tstate
);
20851 if (PyErr_Occurred()) SWIG_fail
;
20853 resultobj
= SWIG_From_int((int)result
);
20860 static PyObject
*_wrap_ListEvent_GetIndex(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20861 PyObject
*resultobj
;
20862 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20864 PyObject
* obj0
= 0 ;
20865 char *kwnames
[] = {
20866 (char *) "self", NULL
20869 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetIndex",kwnames
,&obj0
)) goto fail
;
20870 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20871 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20873 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20874 result
= (long)(arg1
)->GetIndex();
20876 wxPyEndAllowThreads(__tstate
);
20877 if (PyErr_Occurred()) SWIG_fail
;
20879 resultobj
= SWIG_From_long((long)result
);
20886 static PyObject
*_wrap_ListEvent_GetColumn(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20887 PyObject
*resultobj
;
20888 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20890 PyObject
* obj0
= 0 ;
20891 char *kwnames
[] = {
20892 (char *) "self", NULL
20895 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetColumn",kwnames
,&obj0
)) goto fail
;
20896 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20897 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20899 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20900 result
= (int)(arg1
)->GetColumn();
20902 wxPyEndAllowThreads(__tstate
);
20903 if (PyErr_Occurred()) SWIG_fail
;
20905 resultobj
= SWIG_From_int((int)result
);
20912 static PyObject
*_wrap_ListEvent_GetPoint(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20913 PyObject
*resultobj
;
20914 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20916 PyObject
* obj0
= 0 ;
20917 char *kwnames
[] = {
20918 (char *) "self", NULL
20921 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetPoint",kwnames
,&obj0
)) goto fail
;
20922 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20923 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20925 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20926 result
= (arg1
)->GetPoint();
20928 wxPyEndAllowThreads(__tstate
);
20929 if (PyErr_Occurred()) SWIG_fail
;
20932 wxPoint
* resultptr
;
20933 resultptr
= new wxPoint((wxPoint
&) result
);
20934 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxPoint
, 1);
20942 static PyObject
*_wrap_ListEvent_GetLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20943 PyObject
*resultobj
;
20944 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20946 PyObject
* obj0
= 0 ;
20947 char *kwnames
[] = {
20948 (char *) "self", NULL
20951 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetLabel",kwnames
,&obj0
)) goto fail
;
20952 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20953 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20955 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20957 wxString
const &_result_ref
= (arg1
)->GetLabel();
20958 result
= (wxString
*) &_result_ref
;
20961 wxPyEndAllowThreads(__tstate
);
20962 if (PyErr_Occurred()) SWIG_fail
;
20966 resultobj
= PyUnicode_FromWideChar(result
->c_str(), result
->Len());
20968 resultobj
= PyString_FromStringAndSize(result
->c_str(), result
->Len());
20977 static PyObject
*_wrap_ListEvent_GetText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
20978 PyObject
*resultobj
;
20979 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
20981 PyObject
* obj0
= 0 ;
20982 char *kwnames
[] = {
20983 (char *) "self", NULL
20986 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetText",kwnames
,&obj0
)) goto fail
;
20987 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
20988 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
20990 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
20992 wxString
const &_result_ref
= (arg1
)->GetText();
20993 result
= (wxString
*) &_result_ref
;
20996 wxPyEndAllowThreads(__tstate
);
20997 if (PyErr_Occurred()) SWIG_fail
;
21001 resultobj
= PyUnicode_FromWideChar(result
->c_str(), result
->Len());
21003 resultobj
= PyString_FromStringAndSize(result
->c_str(), result
->Len());
21012 static PyObject
*_wrap_ListEvent_GetImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21013 PyObject
*resultobj
;
21014 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
21016 PyObject
* obj0
= 0 ;
21017 char *kwnames
[] = {
21018 (char *) "self", NULL
21021 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetImage",kwnames
,&obj0
)) goto fail
;
21022 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
21023 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21025 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21026 result
= (int)(arg1
)->GetImage();
21028 wxPyEndAllowThreads(__tstate
);
21029 if (PyErr_Occurred()) SWIG_fail
;
21031 resultobj
= SWIG_From_int((int)result
);
21038 static PyObject
*_wrap_ListEvent_GetData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21039 PyObject
*resultobj
;
21040 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
21042 PyObject
* obj0
= 0 ;
21043 char *kwnames
[] = {
21044 (char *) "self", NULL
21047 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetData",kwnames
,&obj0
)) goto fail
;
21048 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
21049 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21051 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21052 result
= (long)(arg1
)->GetData();
21054 wxPyEndAllowThreads(__tstate
);
21055 if (PyErr_Occurred()) SWIG_fail
;
21057 resultobj
= SWIG_From_long((long)result
);
21064 static PyObject
*_wrap_ListEvent_GetMask(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21065 PyObject
*resultobj
;
21066 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
21068 PyObject
* obj0
= 0 ;
21069 char *kwnames
[] = {
21070 (char *) "self", NULL
21073 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetMask",kwnames
,&obj0
)) goto fail
;
21074 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
21075 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21077 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21078 result
= (long)(arg1
)->GetMask();
21080 wxPyEndAllowThreads(__tstate
);
21081 if (PyErr_Occurred()) SWIG_fail
;
21083 resultobj
= SWIG_From_long((long)result
);
21090 static PyObject
*_wrap_ListEvent_GetItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21091 PyObject
*resultobj
;
21092 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
21093 wxListItem
*result
;
21094 PyObject
* obj0
= 0 ;
21095 char *kwnames
[] = {
21096 (char *) "self", NULL
21099 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetItem",kwnames
,&obj0
)) goto fail
;
21100 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
21101 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21103 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21105 wxListItem
const &_result_ref
= (arg1
)->GetItem();
21106 result
= (wxListItem
*) &_result_ref
;
21109 wxPyEndAllowThreads(__tstate
);
21110 if (PyErr_Occurred()) SWIG_fail
;
21112 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListItem
, 0);
21119 static PyObject
*_wrap_ListEvent_GetCacheFrom(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21120 PyObject
*resultobj
;
21121 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
21123 PyObject
* obj0
= 0 ;
21124 char *kwnames
[] = {
21125 (char *) "self", NULL
21128 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetCacheFrom",kwnames
,&obj0
)) goto fail
;
21129 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
21130 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21132 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21133 result
= (long)(arg1
)->GetCacheFrom();
21135 wxPyEndAllowThreads(__tstate
);
21136 if (PyErr_Occurred()) SWIG_fail
;
21138 resultobj
= SWIG_From_long((long)result
);
21145 static PyObject
*_wrap_ListEvent_GetCacheTo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21146 PyObject
*resultobj
;
21147 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
21149 PyObject
* obj0
= 0 ;
21150 char *kwnames
[] = {
21151 (char *) "self", NULL
21154 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_GetCacheTo",kwnames
,&obj0
)) goto fail
;
21155 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
21156 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21158 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21159 result
= (long)(arg1
)->GetCacheTo();
21161 wxPyEndAllowThreads(__tstate
);
21162 if (PyErr_Occurred()) SWIG_fail
;
21164 resultobj
= SWIG_From_long((long)result
);
21171 static PyObject
*_wrap_ListEvent_IsEditCancelled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21172 PyObject
*resultobj
;
21173 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
21175 PyObject
* obj0
= 0 ;
21176 char *kwnames
[] = {
21177 (char *) "self", NULL
21180 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListEvent_IsEditCancelled",kwnames
,&obj0
)) goto fail
;
21181 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
21182 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21184 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21185 result
= (bool)((wxListEvent
const *)arg1
)->IsEditCancelled();
21187 wxPyEndAllowThreads(__tstate
);
21188 if (PyErr_Occurred()) SWIG_fail
;
21191 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
21199 static PyObject
*_wrap_ListEvent_SetEditCanceled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21200 PyObject
*resultobj
;
21201 wxListEvent
*arg1
= (wxListEvent
*) 0 ;
21203 PyObject
* obj0
= 0 ;
21204 PyObject
* obj1
= 0 ;
21205 char *kwnames
[] = {
21206 (char *) "self",(char *) "editCancelled", NULL
21209 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListEvent_SetEditCanceled",kwnames
,&obj0
,&obj1
)) goto fail
;
21210 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListEvent
,
21211 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21212 arg2
= (bool)SWIG_As_bool(obj1
);
21213 if (PyErr_Occurred()) SWIG_fail
;
21215 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21216 (arg1
)->SetEditCanceled(arg2
);
21218 wxPyEndAllowThreads(__tstate
);
21219 if (PyErr_Occurred()) SWIG_fail
;
21221 Py_INCREF(Py_None
); resultobj
= Py_None
;
21228 static PyObject
* ListEvent_swigregister(PyObject
*, PyObject
*args
) {
21230 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
21231 SWIG_TypeClientData(SWIGTYPE_p_wxListEvent
, obj
);
21233 return Py_BuildValue((char *)"");
21235 static PyObject
*_wrap_new_ListCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21236 PyObject
*resultobj
;
21237 wxWindow
*arg1
= (wxWindow
*) 0 ;
21238 int arg2
= (int) -1 ;
21239 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
21240 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
21241 wxSize
const &arg4_defvalue
= wxDefaultSize
;
21242 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
21243 long arg5
= (long) wxLC_ICON
;
21244 wxValidator
const &arg6_defvalue
= wxDefaultValidator
;
21245 wxValidator
*arg6
= (wxValidator
*) &arg6_defvalue
;
21246 wxString
const &arg7_defvalue
= wxPyListCtrlNameStr
;
21247 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
21248 wxPyListCtrl
*result
;
21251 bool temp7
= False
;
21252 PyObject
* obj0
= 0 ;
21253 PyObject
* obj1
= 0 ;
21254 PyObject
* obj2
= 0 ;
21255 PyObject
* obj3
= 0 ;
21256 PyObject
* obj4
= 0 ;
21257 PyObject
* obj5
= 0 ;
21258 PyObject
* obj6
= 0 ;
21259 char *kwnames
[] = {
21260 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21263 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOO:new_ListCtrl",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
21264 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
21265 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21267 arg2
= (int)SWIG_As_int(obj1
);
21268 if (PyErr_Occurred()) SWIG_fail
;
21273 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
21279 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
21283 arg5
= (long)SWIG_As_long(obj4
);
21284 if (PyErr_Occurred()) SWIG_fail
;
21287 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxValidator
,
21288 SWIG_POINTER_EXCEPTION
| 0)) == -1)
21290 if (arg6
== NULL
) {
21291 PyErr_SetString(PyExc_TypeError
,"null reference");
21297 arg7
= wxString_in_helper(obj6
);
21298 if (arg7
== NULL
) SWIG_fail
;
21303 if (!wxPyCheckForApp()) SWIG_fail
;
21304 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21305 result
= (wxPyListCtrl
*)new wxPyListCtrl(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxValidator
const &)*arg6
,(wxString
const &)*arg7
);
21307 wxPyEndAllowThreads(__tstate
);
21308 if (PyErr_Occurred()) SWIG_fail
;
21310 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyListCtrl
, 1);
21325 static PyObject
*_wrap_new_PreListCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21326 PyObject
*resultobj
;
21327 wxPyListCtrl
*result
;
21328 char *kwnames
[] = {
21332 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreListCtrl",kwnames
)) goto fail
;
21334 if (!wxPyCheckForApp()) SWIG_fail
;
21335 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21336 result
= (wxPyListCtrl
*)new wxPyListCtrl();
21338 wxPyEndAllowThreads(__tstate
);
21339 if (PyErr_Occurred()) SWIG_fail
;
21341 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyListCtrl
, 1);
21348 static PyObject
*_wrap_ListCtrl_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21349 PyObject
*resultobj
;
21350 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21351 wxWindow
*arg2
= (wxWindow
*) 0 ;
21352 int arg3
= (int) -1 ;
21353 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
21354 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
21355 wxSize
const &arg5_defvalue
= wxDefaultSize
;
21356 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
21357 long arg6
= (long) wxLC_ICON
;
21358 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
21359 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
21360 wxString
const &arg8_defvalue
= wxPyListCtrlNameStr
;
21361 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
21365 bool temp8
= False
;
21366 PyObject
* obj0
= 0 ;
21367 PyObject
* obj1
= 0 ;
21368 PyObject
* obj2
= 0 ;
21369 PyObject
* obj3
= 0 ;
21370 PyObject
* obj4
= 0 ;
21371 PyObject
* obj5
= 0 ;
21372 PyObject
* obj6
= 0 ;
21373 PyObject
* obj7
= 0 ;
21374 char *kwnames
[] = {
21375 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
21378 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOO:ListCtrl_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
21379 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21380 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21381 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
21382 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21384 arg3
= (int)SWIG_As_int(obj2
);
21385 if (PyErr_Occurred()) SWIG_fail
;
21390 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
21396 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
21400 arg6
= (long)SWIG_As_long(obj5
);
21401 if (PyErr_Occurred()) SWIG_fail
;
21404 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
21405 SWIG_POINTER_EXCEPTION
| 0)) == -1)
21407 if (arg7
== NULL
) {
21408 PyErr_SetString(PyExc_TypeError
,"null reference");
21414 arg8
= wxString_in_helper(obj7
);
21415 if (arg8
== NULL
) SWIG_fail
;
21420 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21421 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
21423 wxPyEndAllowThreads(__tstate
);
21424 if (PyErr_Occurred()) SWIG_fail
;
21427 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
21443 static PyObject
*_wrap_ListCtrl__setCallbackInfo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21444 PyObject
*resultobj
;
21445 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21446 PyObject
*arg2
= (PyObject
*) 0 ;
21447 PyObject
*arg3
= (PyObject
*) 0 ;
21448 PyObject
* obj0
= 0 ;
21449 PyObject
* obj1
= 0 ;
21450 PyObject
* obj2
= 0 ;
21451 char *kwnames
[] = {
21452 (char *) "self",(char *) "self",(char *) "_class", NULL
21455 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
21456 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21457 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21461 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21462 (arg1
)->_setCallbackInfo(arg2
,arg3
);
21464 wxPyEndAllowThreads(__tstate
);
21465 if (PyErr_Occurred()) SWIG_fail
;
21467 Py_INCREF(Py_None
); resultobj
= Py_None
;
21474 static PyObject
*_wrap_ListCtrl_SetForegroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21475 PyObject
*resultobj
;
21476 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21477 wxColour
*arg2
= 0 ;
21480 PyObject
* obj0
= 0 ;
21481 PyObject
* obj1
= 0 ;
21482 char *kwnames
[] = {
21483 (char *) "self",(char *) "col", NULL
21486 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_SetForegroundColour",kwnames
,&obj0
,&obj1
)) goto fail
;
21487 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21488 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21491 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
21494 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21495 result
= (bool)(arg1
)->SetForegroundColour((wxColour
const &)*arg2
);
21497 wxPyEndAllowThreads(__tstate
);
21498 if (PyErr_Occurred()) SWIG_fail
;
21501 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
21509 static PyObject
*_wrap_ListCtrl_SetBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21510 PyObject
*resultobj
;
21511 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21512 wxColour
*arg2
= 0 ;
21515 PyObject
* obj0
= 0 ;
21516 PyObject
* obj1
= 0 ;
21517 char *kwnames
[] = {
21518 (char *) "self",(char *) "col", NULL
21521 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_SetBackgroundColour",kwnames
,&obj0
,&obj1
)) goto fail
;
21522 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21523 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21526 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
21529 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21530 result
= (bool)(arg1
)->SetBackgroundColour((wxColour
const &)*arg2
);
21532 wxPyEndAllowThreads(__tstate
);
21533 if (PyErr_Occurred()) SWIG_fail
;
21536 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
21544 static PyObject
*_wrap_ListCtrl_GetColumn(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21545 PyObject
*resultobj
;
21546 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21548 wxListItem
*result
;
21549 PyObject
* obj0
= 0 ;
21550 PyObject
* obj1
= 0 ;
21551 char *kwnames
[] = {
21552 (char *) "self",(char *) "col", NULL
21555 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_GetColumn",kwnames
,&obj0
,&obj1
)) goto fail
;
21556 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21557 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21558 arg2
= (int)SWIG_As_int(obj1
);
21559 if (PyErr_Occurred()) SWIG_fail
;
21561 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21562 result
= (wxListItem
*)wxPyListCtrl_GetColumn(arg1
,arg2
);
21564 wxPyEndAllowThreads(__tstate
);
21565 if (PyErr_Occurred()) SWIG_fail
;
21568 resultobj
= wxPyMake_wxObject(result
, 0);
21576 static PyObject
*_wrap_ListCtrl_SetColumn(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21577 PyObject
*resultobj
;
21578 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21580 wxListItem
*arg3
= 0 ;
21582 PyObject
* obj0
= 0 ;
21583 PyObject
* obj1
= 0 ;
21584 PyObject
* obj2
= 0 ;
21585 char *kwnames
[] = {
21586 (char *) "self",(char *) "col",(char *) "item", NULL
21589 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_SetColumn",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
21590 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21591 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21592 arg2
= (int)SWIG_As_int(obj1
);
21593 if (PyErr_Occurred()) SWIG_fail
;
21594 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxListItem
,
21595 SWIG_POINTER_EXCEPTION
| 0)) == -1)
21597 if (arg3
== NULL
) {
21598 PyErr_SetString(PyExc_TypeError
,"null reference");
21602 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21603 result
= (bool)(arg1
)->SetColumn(arg2
,*arg3
);
21605 wxPyEndAllowThreads(__tstate
);
21606 if (PyErr_Occurred()) SWIG_fail
;
21609 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
21617 static PyObject
*_wrap_ListCtrl_GetColumnWidth(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21618 PyObject
*resultobj
;
21619 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21622 PyObject
* obj0
= 0 ;
21623 PyObject
* obj1
= 0 ;
21624 char *kwnames
[] = {
21625 (char *) "self",(char *) "col", NULL
21628 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_GetColumnWidth",kwnames
,&obj0
,&obj1
)) goto fail
;
21629 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21630 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21631 arg2
= (int)SWIG_As_int(obj1
);
21632 if (PyErr_Occurred()) SWIG_fail
;
21634 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21635 result
= (int)((wxPyListCtrl
const *)arg1
)->GetColumnWidth(arg2
);
21637 wxPyEndAllowThreads(__tstate
);
21638 if (PyErr_Occurred()) SWIG_fail
;
21640 resultobj
= SWIG_From_int((int)result
);
21647 static PyObject
*_wrap_ListCtrl_SetColumnWidth(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21648 PyObject
*resultobj
;
21649 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21653 PyObject
* obj0
= 0 ;
21654 PyObject
* obj1
= 0 ;
21655 PyObject
* obj2
= 0 ;
21656 char *kwnames
[] = {
21657 (char *) "self",(char *) "col",(char *) "width", NULL
21660 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_SetColumnWidth",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
21661 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21662 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21663 arg2
= (int)SWIG_As_int(obj1
);
21664 if (PyErr_Occurred()) SWIG_fail
;
21665 arg3
= (int)SWIG_As_int(obj2
);
21666 if (PyErr_Occurred()) SWIG_fail
;
21668 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21669 result
= (bool)(arg1
)->SetColumnWidth(arg2
,arg3
);
21671 wxPyEndAllowThreads(__tstate
);
21672 if (PyErr_Occurred()) SWIG_fail
;
21675 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
21683 static PyObject
*_wrap_ListCtrl_GetCountPerPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21684 PyObject
*resultobj
;
21685 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21687 PyObject
* obj0
= 0 ;
21688 char *kwnames
[] = {
21689 (char *) "self", NULL
21692 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_GetCountPerPage",kwnames
,&obj0
)) goto fail
;
21693 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21694 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21696 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21697 result
= (int)((wxPyListCtrl
const *)arg1
)->GetCountPerPage();
21699 wxPyEndAllowThreads(__tstate
);
21700 if (PyErr_Occurred()) SWIG_fail
;
21702 resultobj
= SWIG_From_int((int)result
);
21709 static PyObject
*_wrap_ListCtrl_GetViewRect(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21710 PyObject
*resultobj
;
21711 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21713 PyObject
* obj0
= 0 ;
21714 char *kwnames
[] = {
21715 (char *) "self", NULL
21718 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_GetViewRect",kwnames
,&obj0
)) goto fail
;
21719 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21720 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21722 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21723 result
= ((wxPyListCtrl
const *)arg1
)->GetViewRect();
21725 wxPyEndAllowThreads(__tstate
);
21726 if (PyErr_Occurred()) SWIG_fail
;
21729 wxRect
* resultptr
;
21730 resultptr
= new wxRect((wxRect
&) result
);
21731 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxRect
, 1);
21739 static PyObject
*_wrap_ListCtrl_GetItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21740 PyObject
*resultobj
;
21741 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21743 int arg3
= (int) 0 ;
21744 wxListItem
*result
;
21745 PyObject
* obj0
= 0 ;
21746 PyObject
* obj1
= 0 ;
21747 PyObject
* obj2
= 0 ;
21748 char *kwnames
[] = {
21749 (char *) "self",(char *) "itemId",(char *) "col", NULL
21752 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:ListCtrl_GetItem",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
21753 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21754 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21755 arg2
= (long)SWIG_As_long(obj1
);
21756 if (PyErr_Occurred()) SWIG_fail
;
21758 arg3
= (int)SWIG_As_int(obj2
);
21759 if (PyErr_Occurred()) SWIG_fail
;
21762 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21763 result
= (wxListItem
*)wxPyListCtrl_GetItem(arg1
,arg2
,arg3
);
21765 wxPyEndAllowThreads(__tstate
);
21766 if (PyErr_Occurred()) SWIG_fail
;
21769 resultobj
= wxPyMake_wxObject(result
, 0);
21777 static PyObject
*_wrap_ListCtrl_SetItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21778 PyObject
*resultobj
;
21779 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21780 wxListItem
*arg2
= 0 ;
21782 PyObject
* obj0
= 0 ;
21783 PyObject
* obj1
= 0 ;
21784 char *kwnames
[] = {
21785 (char *) "self",(char *) "info", NULL
21788 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_SetItem",kwnames
,&obj0
,&obj1
)) goto fail
;
21789 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21790 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21791 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxListItem
,
21792 SWIG_POINTER_EXCEPTION
| 0)) == -1)
21794 if (arg2
== NULL
) {
21795 PyErr_SetString(PyExc_TypeError
,"null reference");
21799 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21800 result
= (bool)(arg1
)->SetItem(*arg2
);
21802 wxPyEndAllowThreads(__tstate
);
21803 if (PyErr_Occurred()) SWIG_fail
;
21806 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
21814 static PyObject
*_wrap_ListCtrl_SetStringItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21815 PyObject
*resultobj
;
21816 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21819 wxString
*arg4
= 0 ;
21820 int arg5
= (int) -1 ;
21822 bool temp4
= False
;
21823 PyObject
* obj0
= 0 ;
21824 PyObject
* obj1
= 0 ;
21825 PyObject
* obj2
= 0 ;
21826 PyObject
* obj3
= 0 ;
21827 PyObject
* obj4
= 0 ;
21828 char *kwnames
[] = {
21829 (char *) "self",(char *) "index",(char *) "col",(char *) "label",(char *) "imageId", NULL
21832 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO|O:ListCtrl_SetStringItem",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
21833 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21834 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21835 arg2
= (long)SWIG_As_long(obj1
);
21836 if (PyErr_Occurred()) SWIG_fail
;
21837 arg3
= (int)SWIG_As_int(obj2
);
21838 if (PyErr_Occurred()) SWIG_fail
;
21840 arg4
= wxString_in_helper(obj3
);
21841 if (arg4
== NULL
) SWIG_fail
;
21845 arg5
= (int)SWIG_As_int(obj4
);
21846 if (PyErr_Occurred()) SWIG_fail
;
21849 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21850 result
= (long)(arg1
)->SetItem(arg2
,arg3
,(wxString
const &)*arg4
,arg5
);
21852 wxPyEndAllowThreads(__tstate
);
21853 if (PyErr_Occurred()) SWIG_fail
;
21855 resultobj
= SWIG_From_long((long)result
);
21870 static PyObject
*_wrap_ListCtrl_GetItemState(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21871 PyObject
*resultobj
;
21872 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21876 PyObject
* obj0
= 0 ;
21877 PyObject
* obj1
= 0 ;
21878 PyObject
* obj2
= 0 ;
21879 char *kwnames
[] = {
21880 (char *) "self",(char *) "item",(char *) "stateMask", NULL
21883 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_GetItemState",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
21884 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21885 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21886 arg2
= (long)SWIG_As_long(obj1
);
21887 if (PyErr_Occurred()) SWIG_fail
;
21888 arg3
= (long)SWIG_As_long(obj2
);
21889 if (PyErr_Occurred()) SWIG_fail
;
21891 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21892 result
= (int)((wxPyListCtrl
const *)arg1
)->GetItemState(arg2
,arg3
);
21894 wxPyEndAllowThreads(__tstate
);
21895 if (PyErr_Occurred()) SWIG_fail
;
21897 resultobj
= SWIG_From_int((int)result
);
21904 static PyObject
*_wrap_ListCtrl_SetItemState(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21905 PyObject
*resultobj
;
21906 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21911 PyObject
* obj0
= 0 ;
21912 PyObject
* obj1
= 0 ;
21913 PyObject
* obj2
= 0 ;
21914 PyObject
* obj3
= 0 ;
21915 char *kwnames
[] = {
21916 (char *) "self",(char *) "item",(char *) "state",(char *) "stateMask", NULL
21919 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:ListCtrl_SetItemState",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
21920 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21921 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21922 arg2
= (long)SWIG_As_long(obj1
);
21923 if (PyErr_Occurred()) SWIG_fail
;
21924 arg3
= (long)SWIG_As_long(obj2
);
21925 if (PyErr_Occurred()) SWIG_fail
;
21926 arg4
= (long)SWIG_As_long(obj3
);
21927 if (PyErr_Occurred()) SWIG_fail
;
21929 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21930 result
= (bool)(arg1
)->SetItemState(arg2
,arg3
,arg4
);
21932 wxPyEndAllowThreads(__tstate
);
21933 if (PyErr_Occurred()) SWIG_fail
;
21936 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
21944 static PyObject
*_wrap_ListCtrl_SetItemImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21945 PyObject
*resultobj
;
21946 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21951 PyObject
* obj0
= 0 ;
21952 PyObject
* obj1
= 0 ;
21953 PyObject
* obj2
= 0 ;
21954 PyObject
* obj3
= 0 ;
21955 char *kwnames
[] = {
21956 (char *) "self",(char *) "item",(char *) "image",(char *) "selImage", NULL
21959 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:ListCtrl_SetItemImage",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
21960 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21961 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21962 arg2
= (long)SWIG_As_long(obj1
);
21963 if (PyErr_Occurred()) SWIG_fail
;
21964 arg3
= (int)SWIG_As_int(obj2
);
21965 if (PyErr_Occurred()) SWIG_fail
;
21966 arg4
= (int)SWIG_As_int(obj3
);
21967 if (PyErr_Occurred()) SWIG_fail
;
21969 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
21970 result
= (bool)(arg1
)->SetItemImage(arg2
,arg3
,arg4
);
21972 wxPyEndAllowThreads(__tstate
);
21973 if (PyErr_Occurred()) SWIG_fail
;
21976 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
21984 static PyObject
*_wrap_ListCtrl_GetItemText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
21985 PyObject
*resultobj
;
21986 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
21989 PyObject
* obj0
= 0 ;
21990 PyObject
* obj1
= 0 ;
21991 char *kwnames
[] = {
21992 (char *) "self",(char *) "item", NULL
21995 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_GetItemText",kwnames
,&obj0
,&obj1
)) goto fail
;
21996 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
21997 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
21998 arg2
= (long)SWIG_As_long(obj1
);
21999 if (PyErr_Occurred()) SWIG_fail
;
22001 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22002 result
= ((wxPyListCtrl
const *)arg1
)->GetItemText(arg2
);
22004 wxPyEndAllowThreads(__tstate
);
22005 if (PyErr_Occurred()) SWIG_fail
;
22009 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
22011 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
22020 static PyObject
*_wrap_ListCtrl_SetItemText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22021 PyObject
*resultobj
;
22022 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22024 wxString
*arg3
= 0 ;
22025 bool temp3
= False
;
22026 PyObject
* obj0
= 0 ;
22027 PyObject
* obj1
= 0 ;
22028 PyObject
* obj2
= 0 ;
22029 char *kwnames
[] = {
22030 (char *) "self",(char *) "item",(char *) "str", NULL
22033 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_SetItemText",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
22034 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22035 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22036 arg2
= (long)SWIG_As_long(obj1
);
22037 if (PyErr_Occurred()) SWIG_fail
;
22039 arg3
= wxString_in_helper(obj2
);
22040 if (arg3
== NULL
) SWIG_fail
;
22044 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22045 (arg1
)->SetItemText(arg2
,(wxString
const &)*arg3
);
22047 wxPyEndAllowThreads(__tstate
);
22048 if (PyErr_Occurred()) SWIG_fail
;
22050 Py_INCREF(Py_None
); resultobj
= Py_None
;
22065 static PyObject
*_wrap_ListCtrl_GetItemData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22066 PyObject
*resultobj
;
22067 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22070 PyObject
* obj0
= 0 ;
22071 PyObject
* obj1
= 0 ;
22072 char *kwnames
[] = {
22073 (char *) "self",(char *) "item", NULL
22076 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_GetItemData",kwnames
,&obj0
,&obj1
)) goto fail
;
22077 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22078 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22079 arg2
= (long)SWIG_As_long(obj1
);
22080 if (PyErr_Occurred()) SWIG_fail
;
22082 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22083 result
= (long)((wxPyListCtrl
const *)arg1
)->GetItemData(arg2
);
22085 wxPyEndAllowThreads(__tstate
);
22086 if (PyErr_Occurred()) SWIG_fail
;
22088 resultobj
= SWIG_From_long((long)result
);
22095 static PyObject
*_wrap_ListCtrl_SetItemData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22096 PyObject
*resultobj
;
22097 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22101 PyObject
* obj0
= 0 ;
22102 PyObject
* obj1
= 0 ;
22103 PyObject
* obj2
= 0 ;
22104 char *kwnames
[] = {
22105 (char *) "self",(char *) "item",(char *) "data", NULL
22108 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_SetItemData",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
22109 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22110 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22111 arg2
= (long)SWIG_As_long(obj1
);
22112 if (PyErr_Occurred()) SWIG_fail
;
22113 arg3
= (long)SWIG_As_long(obj2
);
22114 if (PyErr_Occurred()) SWIG_fail
;
22116 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22117 result
= (bool)(arg1
)->SetItemData(arg2
,arg3
);
22119 wxPyEndAllowThreads(__tstate
);
22120 if (PyErr_Occurred()) SWIG_fail
;
22123 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
22131 static PyObject
*_wrap_ListCtrl_GetItemPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22132 PyObject
*resultobj
;
22133 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22136 PyObject
* obj0
= 0 ;
22137 PyObject
* obj1
= 0 ;
22138 char *kwnames
[] = {
22139 (char *) "self",(char *) "item", NULL
22142 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_GetItemPosition",kwnames
,&obj0
,&obj1
)) goto fail
;
22143 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22144 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22145 arg2
= (long)SWIG_As_long(obj1
);
22146 if (PyErr_Occurred()) SWIG_fail
;
22148 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22149 result
= wxPyListCtrl_GetItemPosition(arg1
,arg2
);
22151 wxPyEndAllowThreads(__tstate
);
22152 if (PyErr_Occurred()) SWIG_fail
;
22155 wxPoint
* resultptr
;
22156 resultptr
= new wxPoint((wxPoint
&) result
);
22157 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxPoint
, 1);
22165 static PyObject
*_wrap_ListCtrl_GetItemRect(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22166 PyObject
*resultobj
;
22167 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22169 int arg3
= (int) wxLIST_RECT_BOUNDS
;
22171 PyObject
* obj0
= 0 ;
22172 PyObject
* obj1
= 0 ;
22173 PyObject
* obj2
= 0 ;
22174 char *kwnames
[] = {
22175 (char *) "self",(char *) "item",(char *) "code", NULL
22178 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:ListCtrl_GetItemRect",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
22179 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22180 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22181 arg2
= (long)SWIG_As_long(obj1
);
22182 if (PyErr_Occurred()) SWIG_fail
;
22184 arg3
= (int)SWIG_As_int(obj2
);
22185 if (PyErr_Occurred()) SWIG_fail
;
22188 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22189 result
= wxPyListCtrl_GetItemRect(arg1
,arg2
,arg3
);
22191 wxPyEndAllowThreads(__tstate
);
22192 if (PyErr_Occurred()) SWIG_fail
;
22195 wxRect
* resultptr
;
22196 resultptr
= new wxRect((wxRect
&) result
);
22197 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxRect
, 1);
22205 static PyObject
*_wrap_ListCtrl_SetItemPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22206 PyObject
*resultobj
;
22207 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22209 wxPoint
*arg3
= 0 ;
22212 PyObject
* obj0
= 0 ;
22213 PyObject
* obj1
= 0 ;
22214 PyObject
* obj2
= 0 ;
22215 char *kwnames
[] = {
22216 (char *) "self",(char *) "item",(char *) "pos", NULL
22219 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_SetItemPosition",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
22220 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22221 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22222 arg2
= (long)SWIG_As_long(obj1
);
22223 if (PyErr_Occurred()) SWIG_fail
;
22226 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
22229 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22230 result
= (bool)(arg1
)->SetItemPosition(arg2
,(wxPoint
const &)*arg3
);
22232 wxPyEndAllowThreads(__tstate
);
22233 if (PyErr_Occurred()) SWIG_fail
;
22236 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
22244 static PyObject
*_wrap_ListCtrl_GetItemCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22245 PyObject
*resultobj
;
22246 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22248 PyObject
* obj0
= 0 ;
22249 char *kwnames
[] = {
22250 (char *) "self", NULL
22253 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_GetItemCount",kwnames
,&obj0
)) goto fail
;
22254 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22255 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22257 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22258 result
= (int)((wxPyListCtrl
const *)arg1
)->GetItemCount();
22260 wxPyEndAllowThreads(__tstate
);
22261 if (PyErr_Occurred()) SWIG_fail
;
22263 resultobj
= SWIG_From_int((int)result
);
22270 static PyObject
*_wrap_ListCtrl_GetColumnCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22271 PyObject
*resultobj
;
22272 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22274 PyObject
* obj0
= 0 ;
22275 char *kwnames
[] = {
22276 (char *) "self", NULL
22279 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_GetColumnCount",kwnames
,&obj0
)) goto fail
;
22280 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22281 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22283 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22284 result
= (int)((wxPyListCtrl
const *)arg1
)->GetColumnCount();
22286 wxPyEndAllowThreads(__tstate
);
22287 if (PyErr_Occurred()) SWIG_fail
;
22289 resultobj
= SWIG_From_int((int)result
);
22296 static PyObject
*_wrap_ListCtrl_GetItemSpacing(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22297 PyObject
*resultobj
;
22298 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22300 PyObject
* obj0
= 0 ;
22301 char *kwnames
[] = {
22302 (char *) "self", NULL
22305 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_GetItemSpacing",kwnames
,&obj0
)) goto fail
;
22306 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22307 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22309 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22310 result
= ((wxPyListCtrl
const *)arg1
)->GetItemSpacing();
22312 wxPyEndAllowThreads(__tstate
);
22313 if (PyErr_Occurred()) SWIG_fail
;
22316 wxSize
* resultptr
;
22317 resultptr
= new wxSize((wxSize
&) result
);
22318 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
22326 static PyObject
*_wrap_ListCtrl_SetItemSpacing(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22327 PyObject
*resultobj
;
22328 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22330 bool arg3
= (bool) False
;
22331 PyObject
* obj0
= 0 ;
22332 PyObject
* obj1
= 0 ;
22333 PyObject
* obj2
= 0 ;
22334 char *kwnames
[] = {
22335 (char *) "self",(char *) "spacing",(char *) "isSmall", NULL
22338 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:ListCtrl_SetItemSpacing",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
22339 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22340 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22341 arg2
= (int)SWIG_As_int(obj1
);
22342 if (PyErr_Occurred()) SWIG_fail
;
22344 arg3
= (bool)SWIG_As_bool(obj2
);
22345 if (PyErr_Occurred()) SWIG_fail
;
22348 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22349 (arg1
)->SetItemSpacing(arg2
,arg3
);
22351 wxPyEndAllowThreads(__tstate
);
22352 if (PyErr_Occurred()) SWIG_fail
;
22354 Py_INCREF(Py_None
); resultobj
= Py_None
;
22361 static PyObject
*_wrap_ListCtrl_GetSelectedItemCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22362 PyObject
*resultobj
;
22363 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22365 PyObject
* obj0
= 0 ;
22366 char *kwnames
[] = {
22367 (char *) "self", NULL
22370 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_GetSelectedItemCount",kwnames
,&obj0
)) goto fail
;
22371 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22372 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22374 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22375 result
= (int)((wxPyListCtrl
const *)arg1
)->GetSelectedItemCount();
22377 wxPyEndAllowThreads(__tstate
);
22378 if (PyErr_Occurred()) SWIG_fail
;
22380 resultobj
= SWIG_From_int((int)result
);
22387 static PyObject
*_wrap_ListCtrl_GetTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22388 PyObject
*resultobj
;
22389 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22391 PyObject
* obj0
= 0 ;
22392 char *kwnames
[] = {
22393 (char *) "self", NULL
22396 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_GetTextColour",kwnames
,&obj0
)) goto fail
;
22397 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22398 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22400 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22401 result
= ((wxPyListCtrl
const *)arg1
)->GetTextColour();
22403 wxPyEndAllowThreads(__tstate
);
22404 if (PyErr_Occurred()) SWIG_fail
;
22407 wxColour
* resultptr
;
22408 resultptr
= new wxColour((wxColour
&) result
);
22409 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxColour
, 1);
22417 static PyObject
*_wrap_ListCtrl_SetTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22418 PyObject
*resultobj
;
22419 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22420 wxColour
*arg2
= 0 ;
22422 PyObject
* obj0
= 0 ;
22423 PyObject
* obj1
= 0 ;
22424 char *kwnames
[] = {
22425 (char *) "self",(char *) "col", NULL
22428 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_SetTextColour",kwnames
,&obj0
,&obj1
)) goto fail
;
22429 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22430 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22433 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
22436 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22437 (arg1
)->SetTextColour((wxColour
const &)*arg2
);
22439 wxPyEndAllowThreads(__tstate
);
22440 if (PyErr_Occurred()) SWIG_fail
;
22442 Py_INCREF(Py_None
); resultobj
= Py_None
;
22449 static PyObject
*_wrap_ListCtrl_GetTopItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22450 PyObject
*resultobj
;
22451 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22453 PyObject
* obj0
= 0 ;
22454 char *kwnames
[] = {
22455 (char *) "self", NULL
22458 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_GetTopItem",kwnames
,&obj0
)) goto fail
;
22459 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22460 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22462 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22463 result
= (long)((wxPyListCtrl
const *)arg1
)->GetTopItem();
22465 wxPyEndAllowThreads(__tstate
);
22466 if (PyErr_Occurred()) SWIG_fail
;
22468 resultobj
= SWIG_From_long((long)result
);
22475 static PyObject
*_wrap_ListCtrl_SetSingleStyle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22476 PyObject
*resultobj
;
22477 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22479 bool arg3
= (bool) True
;
22480 PyObject
* obj0
= 0 ;
22481 PyObject
* obj1
= 0 ;
22482 PyObject
* obj2
= 0 ;
22483 char *kwnames
[] = {
22484 (char *) "self",(char *) "style",(char *) "add", NULL
22487 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:ListCtrl_SetSingleStyle",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
22488 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22489 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22490 arg2
= (long)SWIG_As_long(obj1
);
22491 if (PyErr_Occurred()) SWIG_fail
;
22493 arg3
= (bool)SWIG_As_bool(obj2
);
22494 if (PyErr_Occurred()) SWIG_fail
;
22497 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22498 (arg1
)->SetSingleStyle(arg2
,arg3
);
22500 wxPyEndAllowThreads(__tstate
);
22501 if (PyErr_Occurred()) SWIG_fail
;
22503 Py_INCREF(Py_None
); resultobj
= Py_None
;
22510 static PyObject
*_wrap_ListCtrl_SetWindowStyleFlag(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22511 PyObject
*resultobj
;
22512 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22514 PyObject
* obj0
= 0 ;
22515 PyObject
* obj1
= 0 ;
22516 char *kwnames
[] = {
22517 (char *) "self",(char *) "style", NULL
22520 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_SetWindowStyleFlag",kwnames
,&obj0
,&obj1
)) goto fail
;
22521 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22522 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22523 arg2
= (long)SWIG_As_long(obj1
);
22524 if (PyErr_Occurred()) SWIG_fail
;
22526 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22527 (arg1
)->SetWindowStyleFlag(arg2
);
22529 wxPyEndAllowThreads(__tstate
);
22530 if (PyErr_Occurred()) SWIG_fail
;
22532 Py_INCREF(Py_None
); resultobj
= Py_None
;
22539 static PyObject
*_wrap_ListCtrl_GetNextItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22540 PyObject
*resultobj
;
22541 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22543 int arg3
= (int) wxLIST_NEXT_ALL
;
22544 int arg4
= (int) wxLIST_STATE_DONTCARE
;
22546 PyObject
* obj0
= 0 ;
22547 PyObject
* obj1
= 0 ;
22548 PyObject
* obj2
= 0 ;
22549 PyObject
* obj3
= 0 ;
22550 char *kwnames
[] = {
22551 (char *) "self",(char *) "item",(char *) "geometry",(char *) "state", NULL
22554 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:ListCtrl_GetNextItem",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
22555 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22556 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22557 arg2
= (long)SWIG_As_long(obj1
);
22558 if (PyErr_Occurred()) SWIG_fail
;
22560 arg3
= (int)SWIG_As_int(obj2
);
22561 if (PyErr_Occurred()) SWIG_fail
;
22564 arg4
= (int)SWIG_As_int(obj3
);
22565 if (PyErr_Occurred()) SWIG_fail
;
22568 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22569 result
= (long)((wxPyListCtrl
const *)arg1
)->GetNextItem(arg2
,arg3
,arg4
);
22571 wxPyEndAllowThreads(__tstate
);
22572 if (PyErr_Occurred()) SWIG_fail
;
22574 resultobj
= SWIG_From_long((long)result
);
22581 static PyObject
*_wrap_ListCtrl_GetImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22582 PyObject
*resultobj
;
22583 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22585 wxImageList
*result
;
22586 PyObject
* obj0
= 0 ;
22587 PyObject
* obj1
= 0 ;
22588 char *kwnames
[] = {
22589 (char *) "self",(char *) "which", NULL
22592 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_GetImageList",kwnames
,&obj0
,&obj1
)) goto fail
;
22593 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22594 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22595 arg2
= (int)SWIG_As_int(obj1
);
22596 if (PyErr_Occurred()) SWIG_fail
;
22598 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22599 result
= (wxImageList
*)((wxPyListCtrl
const *)arg1
)->GetImageList(arg2
);
22601 wxPyEndAllowThreads(__tstate
);
22602 if (PyErr_Occurred()) SWIG_fail
;
22605 resultobj
= wxPyMake_wxObject(result
, 0);
22613 static PyObject
*_wrap_ListCtrl_SetImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22614 PyObject
*resultobj
;
22615 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22616 wxImageList
*arg2
= (wxImageList
*) 0 ;
22618 PyObject
* obj0
= 0 ;
22619 PyObject
* obj1
= 0 ;
22620 PyObject
* obj2
= 0 ;
22621 char *kwnames
[] = {
22622 (char *) "self",(char *) "imageList",(char *) "which", NULL
22625 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_SetImageList",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
22626 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22627 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22628 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxImageList
,
22629 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22630 arg3
= (int)SWIG_As_int(obj2
);
22631 if (PyErr_Occurred()) SWIG_fail
;
22633 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22634 (arg1
)->SetImageList(arg2
,arg3
);
22636 wxPyEndAllowThreads(__tstate
);
22637 if (PyErr_Occurred()) SWIG_fail
;
22639 Py_INCREF(Py_None
); resultobj
= Py_None
;
22646 static PyObject
*_wrap_ListCtrl_AssignImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22647 PyObject
*resultobj
;
22648 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22649 wxImageList
*arg2
= (wxImageList
*) 0 ;
22651 PyObject
* obj0
= 0 ;
22652 PyObject
* obj1
= 0 ;
22653 PyObject
* obj2
= 0 ;
22654 char *kwnames
[] = {
22655 (char *) "self",(char *) "imageList",(char *) "which", NULL
22658 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_AssignImageList",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
22659 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22660 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22661 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxImageList
,
22662 SWIG_POINTER_EXCEPTION
| SWIG_POINTER_DISOWN
)) == -1) SWIG_fail
;
22663 arg3
= (int)SWIG_As_int(obj2
);
22664 if (PyErr_Occurred()) SWIG_fail
;
22666 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22667 (arg1
)->AssignImageList(arg2
,arg3
);
22669 wxPyEndAllowThreads(__tstate
);
22670 if (PyErr_Occurred()) SWIG_fail
;
22672 Py_INCREF(Py_None
); resultobj
= Py_None
;
22679 static PyObject
*_wrap_ListCtrl_InReportView(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22680 PyObject
*resultobj
;
22681 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22683 PyObject
* obj0
= 0 ;
22684 char *kwnames
[] = {
22685 (char *) "self", NULL
22688 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_InReportView",kwnames
,&obj0
)) goto fail
;
22689 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22690 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22692 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22693 result
= (bool)((wxPyListCtrl
const *)arg1
)->InReportView();
22695 wxPyEndAllowThreads(__tstate
);
22696 if (PyErr_Occurred()) SWIG_fail
;
22699 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
22707 static PyObject
*_wrap_ListCtrl_IsVirtual(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22708 PyObject
*resultobj
;
22709 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22711 PyObject
* obj0
= 0 ;
22712 char *kwnames
[] = {
22713 (char *) "self", NULL
22716 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_IsVirtual",kwnames
,&obj0
)) goto fail
;
22717 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22718 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22720 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22721 result
= (bool)((wxPyListCtrl
const *)arg1
)->IsVirtual();
22723 wxPyEndAllowThreads(__tstate
);
22724 if (PyErr_Occurred()) SWIG_fail
;
22727 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
22735 static PyObject
*_wrap_ListCtrl_RefreshItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22736 PyObject
*resultobj
;
22737 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22739 PyObject
* obj0
= 0 ;
22740 PyObject
* obj1
= 0 ;
22741 char *kwnames
[] = {
22742 (char *) "self",(char *) "item", NULL
22745 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_RefreshItem",kwnames
,&obj0
,&obj1
)) goto fail
;
22746 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22747 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22748 arg2
= (long)SWIG_As_long(obj1
);
22749 if (PyErr_Occurred()) SWIG_fail
;
22751 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22752 (arg1
)->RefreshItem(arg2
);
22754 wxPyEndAllowThreads(__tstate
);
22755 if (PyErr_Occurred()) SWIG_fail
;
22757 Py_INCREF(Py_None
); resultobj
= Py_None
;
22764 static PyObject
*_wrap_ListCtrl_RefreshItems(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22765 PyObject
*resultobj
;
22766 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22769 PyObject
* obj0
= 0 ;
22770 PyObject
* obj1
= 0 ;
22771 PyObject
* obj2
= 0 ;
22772 char *kwnames
[] = {
22773 (char *) "self",(char *) "itemFrom",(char *) "itemTo", NULL
22776 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_RefreshItems",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
22777 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22778 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22779 arg2
= (long)SWIG_As_long(obj1
);
22780 if (PyErr_Occurred()) SWIG_fail
;
22781 arg3
= (long)SWIG_As_long(obj2
);
22782 if (PyErr_Occurred()) SWIG_fail
;
22784 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22785 (arg1
)->RefreshItems(arg2
,arg3
);
22787 wxPyEndAllowThreads(__tstate
);
22788 if (PyErr_Occurred()) SWIG_fail
;
22790 Py_INCREF(Py_None
); resultobj
= Py_None
;
22797 static PyObject
*_wrap_ListCtrl_Arrange(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22798 PyObject
*resultobj
;
22799 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22800 int arg2
= (int) wxLIST_ALIGN_DEFAULT
;
22802 PyObject
* obj0
= 0 ;
22803 PyObject
* obj1
= 0 ;
22804 char *kwnames
[] = {
22805 (char *) "self",(char *) "flag", NULL
22808 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|O:ListCtrl_Arrange",kwnames
,&obj0
,&obj1
)) goto fail
;
22809 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22810 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22812 arg2
= (int)SWIG_As_int(obj1
);
22813 if (PyErr_Occurred()) SWIG_fail
;
22816 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22817 result
= (bool)(arg1
)->Arrange(arg2
);
22819 wxPyEndAllowThreads(__tstate
);
22820 if (PyErr_Occurred()) SWIG_fail
;
22823 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
22831 static PyObject
*_wrap_ListCtrl_DeleteItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22832 PyObject
*resultobj
;
22833 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22836 PyObject
* obj0
= 0 ;
22837 PyObject
* obj1
= 0 ;
22838 char *kwnames
[] = {
22839 (char *) "self",(char *) "item", NULL
22842 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_DeleteItem",kwnames
,&obj0
,&obj1
)) goto fail
;
22843 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22844 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22845 arg2
= (long)SWIG_As_long(obj1
);
22846 if (PyErr_Occurred()) SWIG_fail
;
22848 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22849 result
= (bool)(arg1
)->DeleteItem(arg2
);
22851 wxPyEndAllowThreads(__tstate
);
22852 if (PyErr_Occurred()) SWIG_fail
;
22855 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
22863 static PyObject
*_wrap_ListCtrl_DeleteAllItems(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22864 PyObject
*resultobj
;
22865 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22867 PyObject
* obj0
= 0 ;
22868 char *kwnames
[] = {
22869 (char *) "self", NULL
22872 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_DeleteAllItems",kwnames
,&obj0
)) goto fail
;
22873 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22874 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22876 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22877 result
= (bool)(arg1
)->DeleteAllItems();
22879 wxPyEndAllowThreads(__tstate
);
22880 if (PyErr_Occurred()) SWIG_fail
;
22883 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
22891 static PyObject
*_wrap_ListCtrl_DeleteColumn(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22892 PyObject
*resultobj
;
22893 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22896 PyObject
* obj0
= 0 ;
22897 PyObject
* obj1
= 0 ;
22898 char *kwnames
[] = {
22899 (char *) "self",(char *) "col", NULL
22902 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_DeleteColumn",kwnames
,&obj0
,&obj1
)) goto fail
;
22903 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22904 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22905 arg2
= (int)SWIG_As_int(obj1
);
22906 if (PyErr_Occurred()) SWIG_fail
;
22908 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22909 result
= (bool)(arg1
)->DeleteColumn(arg2
);
22911 wxPyEndAllowThreads(__tstate
);
22912 if (PyErr_Occurred()) SWIG_fail
;
22915 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
22923 static PyObject
*_wrap_ListCtrl_DeleteAllColumns(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22924 PyObject
*resultobj
;
22925 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22927 PyObject
* obj0
= 0 ;
22928 char *kwnames
[] = {
22929 (char *) "self", NULL
22932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_DeleteAllColumns",kwnames
,&obj0
)) goto fail
;
22933 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22934 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22936 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22937 result
= (bool)(arg1
)->DeleteAllColumns();
22939 wxPyEndAllowThreads(__tstate
);
22940 if (PyErr_Occurred()) SWIG_fail
;
22943 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
22951 static PyObject
*_wrap_ListCtrl_ClearAll(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22952 PyObject
*resultobj
;
22953 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22954 PyObject
* obj0
= 0 ;
22955 char *kwnames
[] = {
22956 (char *) "self", NULL
22959 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_ClearAll",kwnames
,&obj0
)) goto fail
;
22960 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22961 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22963 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22964 (arg1
)->ClearAll();
22966 wxPyEndAllowThreads(__tstate
);
22967 if (PyErr_Occurred()) SWIG_fail
;
22969 Py_INCREF(Py_None
); resultobj
= Py_None
;
22976 static PyObject
*_wrap_ListCtrl_EditLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
22977 PyObject
*resultobj
;
22978 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
22980 PyObject
* obj0
= 0 ;
22981 PyObject
* obj1
= 0 ;
22982 char *kwnames
[] = {
22983 (char *) "self",(char *) "item", NULL
22986 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_EditLabel",kwnames
,&obj0
,&obj1
)) goto fail
;
22987 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
22988 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
22989 arg2
= (long)SWIG_As_long(obj1
);
22990 if (PyErr_Occurred()) SWIG_fail
;
22992 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
22993 (arg1
)->EditLabel(arg2
);
22995 wxPyEndAllowThreads(__tstate
);
22996 if (PyErr_Occurred()) SWIG_fail
;
22998 Py_INCREF(Py_None
); resultobj
= Py_None
;
23005 static PyObject
*_wrap_ListCtrl_EnsureVisible(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23006 PyObject
*resultobj
;
23007 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23010 PyObject
* obj0
= 0 ;
23011 PyObject
* obj1
= 0 ;
23012 char *kwnames
[] = {
23013 (char *) "self",(char *) "item", NULL
23016 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_EnsureVisible",kwnames
,&obj0
,&obj1
)) goto fail
;
23017 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23018 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23019 arg2
= (long)SWIG_As_long(obj1
);
23020 if (PyErr_Occurred()) SWIG_fail
;
23022 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23023 result
= (bool)(arg1
)->EnsureVisible(arg2
);
23025 wxPyEndAllowThreads(__tstate
);
23026 if (PyErr_Occurred()) SWIG_fail
;
23029 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
23037 static PyObject
*_wrap_ListCtrl_FindItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23038 PyObject
*resultobj
;
23039 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23041 wxString
*arg3
= 0 ;
23042 bool arg4
= (bool) False
;
23044 bool temp3
= False
;
23045 PyObject
* obj0
= 0 ;
23046 PyObject
* obj1
= 0 ;
23047 PyObject
* obj2
= 0 ;
23048 PyObject
* obj3
= 0 ;
23049 char *kwnames
[] = {
23050 (char *) "self",(char *) "start",(char *) "str",(char *) "partial", NULL
23053 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|O:ListCtrl_FindItem",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
23054 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23055 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23056 arg2
= (long)SWIG_As_long(obj1
);
23057 if (PyErr_Occurred()) SWIG_fail
;
23059 arg3
= wxString_in_helper(obj2
);
23060 if (arg3
== NULL
) SWIG_fail
;
23064 arg4
= (bool)SWIG_As_bool(obj3
);
23065 if (PyErr_Occurred()) SWIG_fail
;
23068 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23069 result
= (long)(arg1
)->FindItem(arg2
,(wxString
const &)*arg3
,arg4
);
23071 wxPyEndAllowThreads(__tstate
);
23072 if (PyErr_Occurred()) SWIG_fail
;
23074 resultobj
= SWIG_From_long((long)result
);
23089 static PyObject
*_wrap_ListCtrl_FindItemData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23090 PyObject
*resultobj
;
23091 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23095 PyObject
* obj0
= 0 ;
23096 PyObject
* obj1
= 0 ;
23097 PyObject
* obj2
= 0 ;
23098 char *kwnames
[] = {
23099 (char *) "self",(char *) "start",(char *) "data", NULL
23102 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_FindItemData",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
23103 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23104 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23105 arg2
= (long)SWIG_As_long(obj1
);
23106 if (PyErr_Occurred()) SWIG_fail
;
23107 arg3
= (long)SWIG_As_long(obj2
);
23108 if (PyErr_Occurred()) SWIG_fail
;
23110 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23111 result
= (long)(arg1
)->FindItem(arg2
,arg3
);
23113 wxPyEndAllowThreads(__tstate
);
23114 if (PyErr_Occurred()) SWIG_fail
;
23116 resultobj
= SWIG_From_long((long)result
);
23123 static PyObject
*_wrap_ListCtrl_FindItemAtPos(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23124 PyObject
*resultobj
;
23125 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23127 wxPoint
*arg3
= 0 ;
23131 PyObject
* obj0
= 0 ;
23132 PyObject
* obj1
= 0 ;
23133 PyObject
* obj2
= 0 ;
23134 PyObject
* obj3
= 0 ;
23135 char *kwnames
[] = {
23136 (char *) "self",(char *) "start",(char *) "pt",(char *) "direction", NULL
23139 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:ListCtrl_FindItemAtPos",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
23140 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23141 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23142 arg2
= (long)SWIG_As_long(obj1
);
23143 if (PyErr_Occurred()) SWIG_fail
;
23146 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
23148 arg4
= (int)SWIG_As_int(obj3
);
23149 if (PyErr_Occurred()) SWIG_fail
;
23151 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23152 result
= (long)(arg1
)->FindItem(arg2
,(wxPoint
const &)*arg3
,arg4
);
23154 wxPyEndAllowThreads(__tstate
);
23155 if (PyErr_Occurred()) SWIG_fail
;
23157 resultobj
= SWIG_From_long((long)result
);
23164 static PyObject
*_wrap_ListCtrl_HitTest(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23165 PyObject
*resultobj
;
23166 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23167 wxPoint
*arg2
= 0 ;
23173 PyObject
* obj0
= 0 ;
23174 PyObject
* obj1
= 0 ;
23175 char *kwnames
[] = {
23176 (char *) "self",(char *) "point", NULL
23179 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
23180 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_HitTest",kwnames
,&obj0
,&obj1
)) goto fail
;
23181 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23182 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23185 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
23188 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23189 result
= (long)(arg1
)->HitTest((wxPoint
const &)*arg2
,*arg3
);
23191 wxPyEndAllowThreads(__tstate
);
23192 if (PyErr_Occurred()) SWIG_fail
;
23194 resultobj
= SWIG_From_long((long)result
);
23195 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
23196 SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0)));
23203 static PyObject
*_wrap_ListCtrl_InsertItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23204 PyObject
*resultobj
;
23205 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23206 wxListItem
*arg2
= 0 ;
23208 PyObject
* obj0
= 0 ;
23209 PyObject
* obj1
= 0 ;
23210 char *kwnames
[] = {
23211 (char *) "self",(char *) "info", NULL
23214 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_InsertItem",kwnames
,&obj0
,&obj1
)) goto fail
;
23215 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23216 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23217 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxListItem
,
23218 SWIG_POINTER_EXCEPTION
| 0)) == -1)
23220 if (arg2
== NULL
) {
23221 PyErr_SetString(PyExc_TypeError
,"null reference");
23225 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23226 result
= (long)(arg1
)->InsertItem(*arg2
);
23228 wxPyEndAllowThreads(__tstate
);
23229 if (PyErr_Occurred()) SWIG_fail
;
23231 resultobj
= SWIG_From_long((long)result
);
23238 static PyObject
*_wrap_ListCtrl_InsertStringItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23239 PyObject
*resultobj
;
23240 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23242 wxString
*arg3
= 0 ;
23244 bool temp3
= False
;
23245 PyObject
* obj0
= 0 ;
23246 PyObject
* obj1
= 0 ;
23247 PyObject
* obj2
= 0 ;
23248 char *kwnames
[] = {
23249 (char *) "self",(char *) "index",(char *) "label", NULL
23252 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_InsertStringItem",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
23253 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23254 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23255 arg2
= (long)SWIG_As_long(obj1
);
23256 if (PyErr_Occurred()) SWIG_fail
;
23258 arg3
= wxString_in_helper(obj2
);
23259 if (arg3
== NULL
) SWIG_fail
;
23263 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23264 result
= (long)(arg1
)->InsertItem(arg2
,(wxString
const &)*arg3
);
23266 wxPyEndAllowThreads(__tstate
);
23267 if (PyErr_Occurred()) SWIG_fail
;
23269 resultobj
= SWIG_From_long((long)result
);
23284 static PyObject
*_wrap_ListCtrl_InsertImageItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23285 PyObject
*resultobj
;
23286 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23290 PyObject
* obj0
= 0 ;
23291 PyObject
* obj1
= 0 ;
23292 PyObject
* obj2
= 0 ;
23293 char *kwnames
[] = {
23294 (char *) "self",(char *) "index",(char *) "imageIndex", NULL
23297 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_InsertImageItem",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
23298 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23299 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23300 arg2
= (long)SWIG_As_long(obj1
);
23301 if (PyErr_Occurred()) SWIG_fail
;
23302 arg3
= (int)SWIG_As_int(obj2
);
23303 if (PyErr_Occurred()) SWIG_fail
;
23305 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23306 result
= (long)(arg1
)->InsertItem(arg2
,arg3
);
23308 wxPyEndAllowThreads(__tstate
);
23309 if (PyErr_Occurred()) SWIG_fail
;
23311 resultobj
= SWIG_From_long((long)result
);
23318 static PyObject
*_wrap_ListCtrl_InsertImageStringItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23319 PyObject
*resultobj
;
23320 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23322 wxString
*arg3
= 0 ;
23325 bool temp3
= False
;
23326 PyObject
* obj0
= 0 ;
23327 PyObject
* obj1
= 0 ;
23328 PyObject
* obj2
= 0 ;
23329 PyObject
* obj3
= 0 ;
23330 char *kwnames
[] = {
23331 (char *) "self",(char *) "index",(char *) "label",(char *) "imageIndex", NULL
23334 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:ListCtrl_InsertImageStringItem",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
23335 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23336 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23337 arg2
= (long)SWIG_As_long(obj1
);
23338 if (PyErr_Occurred()) SWIG_fail
;
23340 arg3
= wxString_in_helper(obj2
);
23341 if (arg3
== NULL
) SWIG_fail
;
23344 arg4
= (int)SWIG_As_int(obj3
);
23345 if (PyErr_Occurred()) SWIG_fail
;
23347 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23348 result
= (long)(arg1
)->InsertItem(arg2
,(wxString
const &)*arg3
,arg4
);
23350 wxPyEndAllowThreads(__tstate
);
23351 if (PyErr_Occurred()) SWIG_fail
;
23353 resultobj
= SWIG_From_long((long)result
);
23368 static PyObject
*_wrap_ListCtrl_InsertColumnInfo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23369 PyObject
*resultobj
;
23370 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23372 wxListItem
*arg3
= 0 ;
23374 PyObject
* obj0
= 0 ;
23375 PyObject
* obj1
= 0 ;
23376 PyObject
* obj2
= 0 ;
23377 char *kwnames
[] = {
23378 (char *) "self",(char *) "col",(char *) "info", NULL
23381 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_InsertColumnInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
23382 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23383 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23384 arg2
= (long)SWIG_As_long(obj1
);
23385 if (PyErr_Occurred()) SWIG_fail
;
23386 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxListItem
,
23387 SWIG_POINTER_EXCEPTION
| 0)) == -1)
23389 if (arg3
== NULL
) {
23390 PyErr_SetString(PyExc_TypeError
,"null reference");
23394 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23395 result
= (long)(arg1
)->InsertColumn(arg2
,*arg3
);
23397 wxPyEndAllowThreads(__tstate
);
23398 if (PyErr_Occurred()) SWIG_fail
;
23400 resultobj
= SWIG_From_long((long)result
);
23407 static PyObject
*_wrap_ListCtrl_InsertColumn(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23408 PyObject
*resultobj
;
23409 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23411 wxString
*arg3
= 0 ;
23412 int arg4
= (int) wxLIST_FORMAT_LEFT
;
23413 int arg5
= (int) -1 ;
23415 bool temp3
= False
;
23416 PyObject
* obj0
= 0 ;
23417 PyObject
* obj1
= 0 ;
23418 PyObject
* obj2
= 0 ;
23419 PyObject
* obj3
= 0 ;
23420 PyObject
* obj4
= 0 ;
23421 char *kwnames
[] = {
23422 (char *) "self",(char *) "col",(char *) "heading",(char *) "format",(char *) "width", NULL
23425 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|OO:ListCtrl_InsertColumn",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
23426 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23427 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23428 arg2
= (long)SWIG_As_long(obj1
);
23429 if (PyErr_Occurred()) SWIG_fail
;
23431 arg3
= wxString_in_helper(obj2
);
23432 if (arg3
== NULL
) SWIG_fail
;
23436 arg4
= (int)SWIG_As_int(obj3
);
23437 if (PyErr_Occurred()) SWIG_fail
;
23440 arg5
= (int)SWIG_As_int(obj4
);
23441 if (PyErr_Occurred()) SWIG_fail
;
23444 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23445 result
= (long)(arg1
)->InsertColumn(arg2
,(wxString
const &)*arg3
,arg4
,arg5
);
23447 wxPyEndAllowThreads(__tstate
);
23448 if (PyErr_Occurred()) SWIG_fail
;
23450 resultobj
= SWIG_From_long((long)result
);
23465 static PyObject
*_wrap_ListCtrl_SetItemCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23466 PyObject
*resultobj
;
23467 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23469 PyObject
* obj0
= 0 ;
23470 PyObject
* obj1
= 0 ;
23471 char *kwnames
[] = {
23472 (char *) "self",(char *) "count", NULL
23475 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_SetItemCount",kwnames
,&obj0
,&obj1
)) goto fail
;
23476 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23477 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23478 arg2
= (long)SWIG_As_long(obj1
);
23479 if (PyErr_Occurred()) SWIG_fail
;
23481 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23482 (arg1
)->SetItemCount(arg2
);
23484 wxPyEndAllowThreads(__tstate
);
23485 if (PyErr_Occurred()) SWIG_fail
;
23487 Py_INCREF(Py_None
); resultobj
= Py_None
;
23494 static PyObject
*_wrap_ListCtrl_ScrollList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23495 PyObject
*resultobj
;
23496 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23500 PyObject
* obj0
= 0 ;
23501 PyObject
* obj1
= 0 ;
23502 PyObject
* obj2
= 0 ;
23503 char *kwnames
[] = {
23504 (char *) "self",(char *) "dx",(char *) "dy", NULL
23507 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_ScrollList",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
23508 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23509 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23510 arg2
= (int)SWIG_As_int(obj1
);
23511 if (PyErr_Occurred()) SWIG_fail
;
23512 arg3
= (int)SWIG_As_int(obj2
);
23513 if (PyErr_Occurred()) SWIG_fail
;
23515 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23516 result
= (bool)(arg1
)->ScrollList(arg2
,arg3
);
23518 wxPyEndAllowThreads(__tstate
);
23519 if (PyErr_Occurred()) SWIG_fail
;
23522 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
23530 static PyObject
*_wrap_ListCtrl_SetItemTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23531 PyObject
*resultobj
;
23532 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23534 wxColour
*arg3
= 0 ;
23536 PyObject
* obj0
= 0 ;
23537 PyObject
* obj1
= 0 ;
23538 PyObject
* obj2
= 0 ;
23539 char *kwnames
[] = {
23540 (char *) "self",(char *) "item",(char *) "col", NULL
23543 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_SetItemTextColour",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
23544 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23545 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23546 arg2
= (long)SWIG_As_long(obj1
);
23547 if (PyErr_Occurred()) SWIG_fail
;
23550 if ( ! wxColour_helper(obj2
, &arg3
)) SWIG_fail
;
23553 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23554 (arg1
)->SetItemTextColour(arg2
,(wxColour
const &)*arg3
);
23556 wxPyEndAllowThreads(__tstate
);
23557 if (PyErr_Occurred()) SWIG_fail
;
23559 Py_INCREF(Py_None
); resultobj
= Py_None
;
23566 static PyObject
*_wrap_ListCtrl_GetItemTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23567 PyObject
*resultobj
;
23568 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23571 PyObject
* obj0
= 0 ;
23572 PyObject
* obj1
= 0 ;
23573 char *kwnames
[] = {
23574 (char *) "self",(char *) "item", NULL
23577 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_GetItemTextColour",kwnames
,&obj0
,&obj1
)) goto fail
;
23578 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23579 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23580 arg2
= (long)SWIG_As_long(obj1
);
23581 if (PyErr_Occurred()) SWIG_fail
;
23583 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23584 result
= ((wxPyListCtrl
const *)arg1
)->GetItemTextColour(arg2
);
23586 wxPyEndAllowThreads(__tstate
);
23587 if (PyErr_Occurred()) SWIG_fail
;
23590 wxColour
* resultptr
;
23591 resultptr
= new wxColour((wxColour
&) result
);
23592 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxColour
, 1);
23600 static PyObject
*_wrap_ListCtrl_SetItemBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23601 PyObject
*resultobj
;
23602 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23604 wxColour
*arg3
= 0 ;
23606 PyObject
* obj0
= 0 ;
23607 PyObject
* obj1
= 0 ;
23608 PyObject
* obj2
= 0 ;
23609 char *kwnames
[] = {
23610 (char *) "self",(char *) "item",(char *) "col", NULL
23613 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListCtrl_SetItemBackgroundColour",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
23614 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23615 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23616 arg2
= (long)SWIG_As_long(obj1
);
23617 if (PyErr_Occurred()) SWIG_fail
;
23620 if ( ! wxColour_helper(obj2
, &arg3
)) SWIG_fail
;
23623 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23624 (arg1
)->SetItemBackgroundColour(arg2
,(wxColour
const &)*arg3
);
23626 wxPyEndAllowThreads(__tstate
);
23627 if (PyErr_Occurred()) SWIG_fail
;
23629 Py_INCREF(Py_None
); resultobj
= Py_None
;
23636 static PyObject
*_wrap_ListCtrl_GetItemBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23637 PyObject
*resultobj
;
23638 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23641 PyObject
* obj0
= 0 ;
23642 PyObject
* obj1
= 0 ;
23643 char *kwnames
[] = {
23644 (char *) "self",(char *) "item", NULL
23647 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_GetItemBackgroundColour",kwnames
,&obj0
,&obj1
)) goto fail
;
23648 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23649 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23650 arg2
= (long)SWIG_As_long(obj1
);
23651 if (PyErr_Occurred()) SWIG_fail
;
23653 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23654 result
= ((wxPyListCtrl
const *)arg1
)->GetItemBackgroundColour(arg2
);
23656 wxPyEndAllowThreads(__tstate
);
23657 if (PyErr_Occurred()) SWIG_fail
;
23660 wxColour
* resultptr
;
23661 resultptr
= new wxColour((wxColour
&) result
);
23662 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxColour
, 1);
23670 static PyObject
*_wrap_ListCtrl_SortItems(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23671 PyObject
*resultobj
;
23672 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23673 PyObject
*arg2
= (PyObject
*) 0 ;
23675 PyObject
* obj0
= 0 ;
23676 PyObject
* obj1
= 0 ;
23677 char *kwnames
[] = {
23678 (char *) "self",(char *) "func", NULL
23681 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListCtrl_SortItems",kwnames
,&obj0
,&obj1
)) goto fail
;
23682 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23683 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23686 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23687 result
= (bool)wxPyListCtrl_SortItems(arg1
,arg2
);
23689 wxPyEndAllowThreads(__tstate
);
23690 if (PyErr_Occurred()) SWIG_fail
;
23693 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
23701 static PyObject
*_wrap_ListCtrl_GetMainWindow(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23702 PyObject
*resultobj
;
23703 wxPyListCtrl
*arg1
= (wxPyListCtrl
*) 0 ;
23705 PyObject
* obj0
= 0 ;
23706 char *kwnames
[] = {
23707 (char *) "self", NULL
23710 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListCtrl_GetMainWindow",kwnames
,&obj0
)) goto fail
;
23711 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
23712 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23714 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23715 result
= (wxWindow
*)wxPyListCtrl_GetMainWindow(arg1
);
23717 wxPyEndAllowThreads(__tstate
);
23718 if (PyErr_Occurred()) SWIG_fail
;
23721 resultobj
= wxPyMake_wxObject(result
, 0);
23729 static PyObject
*_wrap_ListCtrl_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23730 PyObject
*resultobj
;
23731 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
23732 wxVisualAttributes result
;
23733 PyObject
* obj0
= 0 ;
23734 char *kwnames
[] = {
23735 (char *) "variant", NULL
23738 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:ListCtrl_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
23740 arg1
= (int)SWIG_As_int(obj0
);
23741 if (PyErr_Occurred()) SWIG_fail
;
23744 if (!wxPyCheckForApp()) SWIG_fail
;
23745 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23746 result
= wxPyListCtrl::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
23748 wxPyEndAllowThreads(__tstate
);
23749 if (PyErr_Occurred()) SWIG_fail
;
23752 wxVisualAttributes
* resultptr
;
23753 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
23754 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
23762 static PyObject
* ListCtrl_swigregister(PyObject
*, PyObject
*args
) {
23764 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
23765 SWIG_TypeClientData(SWIGTYPE_p_wxPyListCtrl
, obj
);
23767 return Py_BuildValue((char *)"");
23769 static PyObject
*_wrap_new_ListView(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23770 PyObject
*resultobj
;
23771 wxWindow
*arg1
= (wxWindow
*) 0 ;
23772 int arg2
= (int) -1 ;
23773 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
23774 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
23775 wxSize
const &arg4_defvalue
= wxDefaultSize
;
23776 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
23777 long arg5
= (long) wxLC_REPORT
;
23778 wxValidator
const &arg6_defvalue
= wxDefaultValidator
;
23779 wxValidator
*arg6
= (wxValidator
*) &arg6_defvalue
;
23780 wxString
const &arg7_defvalue
= wxPyListCtrlNameStr
;
23781 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
23782 wxListView
*result
;
23785 bool temp7
= False
;
23786 PyObject
* obj0
= 0 ;
23787 PyObject
* obj1
= 0 ;
23788 PyObject
* obj2
= 0 ;
23789 PyObject
* obj3
= 0 ;
23790 PyObject
* obj4
= 0 ;
23791 PyObject
* obj5
= 0 ;
23792 PyObject
* obj6
= 0 ;
23793 char *kwnames
[] = {
23794 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23797 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOO:new_ListView",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
23798 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
23799 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23801 arg2
= (int)SWIG_As_int(obj1
);
23802 if (PyErr_Occurred()) SWIG_fail
;
23807 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
23813 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
23817 arg5
= (long)SWIG_As_long(obj4
);
23818 if (PyErr_Occurred()) SWIG_fail
;
23821 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxValidator
,
23822 SWIG_POINTER_EXCEPTION
| 0)) == -1)
23824 if (arg6
== NULL
) {
23825 PyErr_SetString(PyExc_TypeError
,"null reference");
23831 arg7
= wxString_in_helper(obj6
);
23832 if (arg7
== NULL
) SWIG_fail
;
23837 if (!wxPyCheckForApp()) SWIG_fail
;
23838 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23839 result
= (wxListView
*)new wxListView(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxValidator
const &)*arg6
,(wxString
const &)*arg7
);
23841 wxPyEndAllowThreads(__tstate
);
23842 if (PyErr_Occurred()) SWIG_fail
;
23844 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListView
, 1);
23859 static PyObject
*_wrap_new_PreListView(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23860 PyObject
*resultobj
;
23861 wxListView
*result
;
23862 char *kwnames
[] = {
23866 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreListView",kwnames
)) goto fail
;
23868 if (!wxPyCheckForApp()) SWIG_fail
;
23869 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23870 result
= (wxListView
*)new wxListView();
23872 wxPyEndAllowThreads(__tstate
);
23873 if (PyErr_Occurred()) SWIG_fail
;
23875 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxListView
, 1);
23882 static PyObject
*_wrap_ListView_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23883 PyObject
*resultobj
;
23884 wxListView
*arg1
= (wxListView
*) 0 ;
23885 wxWindow
*arg2
= (wxWindow
*) 0 ;
23886 int arg3
= (int) -1 ;
23887 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
23888 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
23889 wxSize
const &arg5_defvalue
= wxDefaultSize
;
23890 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
23891 long arg6
= (long) wxLC_REPORT
;
23892 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
23893 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
23894 wxString
const &arg8_defvalue
= wxPyListCtrlNameStr
;
23895 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
23899 bool temp8
= False
;
23900 PyObject
* obj0
= 0 ;
23901 PyObject
* obj1
= 0 ;
23902 PyObject
* obj2
= 0 ;
23903 PyObject
* obj3
= 0 ;
23904 PyObject
* obj4
= 0 ;
23905 PyObject
* obj5
= 0 ;
23906 PyObject
* obj6
= 0 ;
23907 PyObject
* obj7
= 0 ;
23908 char *kwnames
[] = {
23909 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
23912 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOO:ListView_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
23913 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListView
,
23914 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23915 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
23916 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23918 arg3
= (int)SWIG_As_int(obj2
);
23919 if (PyErr_Occurred()) SWIG_fail
;
23924 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
23930 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
23934 arg6
= (long)SWIG_As_long(obj5
);
23935 if (PyErr_Occurred()) SWIG_fail
;
23938 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
23939 SWIG_POINTER_EXCEPTION
| 0)) == -1)
23941 if (arg7
== NULL
) {
23942 PyErr_SetString(PyExc_TypeError
,"null reference");
23948 arg8
= wxString_in_helper(obj7
);
23949 if (arg8
== NULL
) SWIG_fail
;
23954 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
23955 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
23957 wxPyEndAllowThreads(__tstate
);
23958 if (PyErr_Occurred()) SWIG_fail
;
23961 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
23977 static PyObject
*_wrap_ListView_Select(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
23978 PyObject
*resultobj
;
23979 wxListView
*arg1
= (wxListView
*) 0 ;
23981 bool arg3
= (bool) True
;
23982 PyObject
* obj0
= 0 ;
23983 PyObject
* obj1
= 0 ;
23984 PyObject
* obj2
= 0 ;
23985 char *kwnames
[] = {
23986 (char *) "self",(char *) "n",(char *) "on", NULL
23989 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:ListView_Select",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
23990 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListView
,
23991 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
23992 arg2
= (long)SWIG_As_long(obj1
);
23993 if (PyErr_Occurred()) SWIG_fail
;
23995 arg3
= (bool)SWIG_As_bool(obj2
);
23996 if (PyErr_Occurred()) SWIG_fail
;
23999 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24000 (arg1
)->Select(arg2
,arg3
);
24002 wxPyEndAllowThreads(__tstate
);
24003 if (PyErr_Occurred()) SWIG_fail
;
24005 Py_INCREF(Py_None
); resultobj
= Py_None
;
24012 static PyObject
*_wrap_ListView_Focus(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24013 PyObject
*resultobj
;
24014 wxListView
*arg1
= (wxListView
*) 0 ;
24016 PyObject
* obj0
= 0 ;
24017 PyObject
* obj1
= 0 ;
24018 char *kwnames
[] = {
24019 (char *) "self",(char *) "index", NULL
24022 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListView_Focus",kwnames
,&obj0
,&obj1
)) goto fail
;
24023 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListView
,
24024 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24025 arg2
= (long)SWIG_As_long(obj1
);
24026 if (PyErr_Occurred()) SWIG_fail
;
24028 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24029 (arg1
)->Focus(arg2
);
24031 wxPyEndAllowThreads(__tstate
);
24032 if (PyErr_Occurred()) SWIG_fail
;
24034 Py_INCREF(Py_None
); resultobj
= Py_None
;
24041 static PyObject
*_wrap_ListView_GetFocusedItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24042 PyObject
*resultobj
;
24043 wxListView
*arg1
= (wxListView
*) 0 ;
24045 PyObject
* obj0
= 0 ;
24046 char *kwnames
[] = {
24047 (char *) "self", NULL
24050 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListView_GetFocusedItem",kwnames
,&obj0
)) goto fail
;
24051 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListView
,
24052 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24054 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24055 result
= (long)((wxListView
const *)arg1
)->GetFocusedItem();
24057 wxPyEndAllowThreads(__tstate
);
24058 if (PyErr_Occurred()) SWIG_fail
;
24060 resultobj
= SWIG_From_long((long)result
);
24067 static PyObject
*_wrap_ListView_GetNextSelected(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24068 PyObject
*resultobj
;
24069 wxListView
*arg1
= (wxListView
*) 0 ;
24072 PyObject
* obj0
= 0 ;
24073 PyObject
* obj1
= 0 ;
24074 char *kwnames
[] = {
24075 (char *) "self",(char *) "item", NULL
24078 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListView_GetNextSelected",kwnames
,&obj0
,&obj1
)) goto fail
;
24079 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListView
,
24080 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24081 arg2
= (long)SWIG_As_long(obj1
);
24082 if (PyErr_Occurred()) SWIG_fail
;
24084 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24085 result
= (long)((wxListView
const *)arg1
)->GetNextSelected(arg2
);
24087 wxPyEndAllowThreads(__tstate
);
24088 if (PyErr_Occurred()) SWIG_fail
;
24090 resultobj
= SWIG_From_long((long)result
);
24097 static PyObject
*_wrap_ListView_GetFirstSelected(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24098 PyObject
*resultobj
;
24099 wxListView
*arg1
= (wxListView
*) 0 ;
24101 PyObject
* obj0
= 0 ;
24102 char *kwnames
[] = {
24103 (char *) "self", NULL
24106 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ListView_GetFirstSelected",kwnames
,&obj0
)) goto fail
;
24107 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListView
,
24108 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24110 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24111 result
= (long)((wxListView
const *)arg1
)->GetFirstSelected();
24113 wxPyEndAllowThreads(__tstate
);
24114 if (PyErr_Occurred()) SWIG_fail
;
24116 resultobj
= SWIG_From_long((long)result
);
24123 static PyObject
*_wrap_ListView_IsSelected(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24124 PyObject
*resultobj
;
24125 wxListView
*arg1
= (wxListView
*) 0 ;
24128 PyObject
* obj0
= 0 ;
24129 PyObject
* obj1
= 0 ;
24130 char *kwnames
[] = {
24131 (char *) "self",(char *) "index", NULL
24134 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListView_IsSelected",kwnames
,&obj0
,&obj1
)) goto fail
;
24135 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListView
,
24136 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24137 arg2
= (long)SWIG_As_long(obj1
);
24138 if (PyErr_Occurred()) SWIG_fail
;
24140 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24141 result
= (bool)(arg1
)->IsSelected(arg2
);
24143 wxPyEndAllowThreads(__tstate
);
24144 if (PyErr_Occurred()) SWIG_fail
;
24147 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
24155 static PyObject
*_wrap_ListView_SetColumnImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24156 PyObject
*resultobj
;
24157 wxListView
*arg1
= (wxListView
*) 0 ;
24160 PyObject
* obj0
= 0 ;
24161 PyObject
* obj1
= 0 ;
24162 PyObject
* obj2
= 0 ;
24163 char *kwnames
[] = {
24164 (char *) "self",(char *) "col",(char *) "image", NULL
24167 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:ListView_SetColumnImage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
24168 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListView
,
24169 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24170 arg2
= (int)SWIG_As_int(obj1
);
24171 if (PyErr_Occurred()) SWIG_fail
;
24172 arg3
= (int)SWIG_As_int(obj2
);
24173 if (PyErr_Occurred()) SWIG_fail
;
24175 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24176 (arg1
)->SetColumnImage(arg2
,arg3
);
24178 wxPyEndAllowThreads(__tstate
);
24179 if (PyErr_Occurred()) SWIG_fail
;
24181 Py_INCREF(Py_None
); resultobj
= Py_None
;
24188 static PyObject
*_wrap_ListView_ClearColumnImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24189 PyObject
*resultobj
;
24190 wxListView
*arg1
= (wxListView
*) 0 ;
24192 PyObject
* obj0
= 0 ;
24193 PyObject
* obj1
= 0 ;
24194 char *kwnames
[] = {
24195 (char *) "self",(char *) "col", NULL
24198 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:ListView_ClearColumnImage",kwnames
,&obj0
,&obj1
)) goto fail
;
24199 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxListView
,
24200 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24201 arg2
= (int)SWIG_As_int(obj1
);
24202 if (PyErr_Occurred()) SWIG_fail
;
24204 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24205 (arg1
)->ClearColumnImage(arg2
);
24207 wxPyEndAllowThreads(__tstate
);
24208 if (PyErr_Occurred()) SWIG_fail
;
24210 Py_INCREF(Py_None
); resultobj
= Py_None
;
24217 static PyObject
* ListView_swigregister(PyObject
*, PyObject
*args
) {
24219 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
24220 SWIG_TypeClientData(SWIGTYPE_p_wxListView
, obj
);
24222 return Py_BuildValue((char *)"");
24224 static int _wrap_TreeCtrlNameStr_set(PyObject
*) {
24225 PyErr_SetString(PyExc_TypeError
,"Variable TreeCtrlNameStr is read-only.");
24230 static PyObject
*_wrap_TreeCtrlNameStr_get() {
24235 pyobj
= PyUnicode_FromWideChar((&wxPyTreeCtrlNameStr
)->c_str(), (&wxPyTreeCtrlNameStr
)->Len());
24237 pyobj
= PyString_FromStringAndSize((&wxPyTreeCtrlNameStr
)->c_str(), (&wxPyTreeCtrlNameStr
)->Len());
24244 static PyObject
*_wrap_new_TreeItemId(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24245 PyObject
*resultobj
;
24246 wxTreeItemId
*result
;
24247 char *kwnames
[] = {
24251 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_TreeItemId",kwnames
)) goto fail
;
24253 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24254 result
= (wxTreeItemId
*)new wxTreeItemId();
24256 wxPyEndAllowThreads(__tstate
);
24257 if (PyErr_Occurred()) SWIG_fail
;
24259 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxTreeItemId
, 1);
24266 static PyObject
*_wrap_delete_TreeItemId(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24267 PyObject
*resultobj
;
24268 wxTreeItemId
*arg1
= (wxTreeItemId
*) 0 ;
24269 PyObject
* obj0
= 0 ;
24270 char *kwnames
[] = {
24271 (char *) "self", NULL
24274 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_TreeItemId",kwnames
,&obj0
)) goto fail
;
24275 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeItemId
,
24276 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24278 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24281 wxPyEndAllowThreads(__tstate
);
24282 if (PyErr_Occurred()) SWIG_fail
;
24284 Py_INCREF(Py_None
); resultobj
= Py_None
;
24291 static PyObject
*_wrap_TreeItemId_IsOk(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24292 PyObject
*resultobj
;
24293 wxTreeItemId
*arg1
= (wxTreeItemId
*) 0 ;
24295 PyObject
* obj0
= 0 ;
24296 char *kwnames
[] = {
24297 (char *) "self", NULL
24300 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeItemId_IsOk",kwnames
,&obj0
)) goto fail
;
24301 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeItemId
,
24302 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24304 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24305 result
= (bool)((wxTreeItemId
const *)arg1
)->IsOk();
24307 wxPyEndAllowThreads(__tstate
);
24308 if (PyErr_Occurred()) SWIG_fail
;
24311 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
24319 static PyObject
*_wrap_TreeItemId___eq__(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24320 PyObject
*resultobj
;
24321 wxTreeItemId
*arg1
= (wxTreeItemId
*) 0 ;
24322 wxTreeItemId
*arg2
= (wxTreeItemId
*) 0 ;
24324 PyObject
* obj0
= 0 ;
24325 PyObject
* obj1
= 0 ;
24326 char *kwnames
[] = {
24327 (char *) "self",(char *) "other", NULL
24330 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeItemId___eq__",kwnames
,&obj0
,&obj1
)) goto fail
;
24331 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeItemId
,
24332 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24333 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
24334 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24336 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24337 result
= (bool)wxTreeItemId___eq__(arg1
,(wxTreeItemId
const *)arg2
);
24339 wxPyEndAllowThreads(__tstate
);
24340 if (PyErr_Occurred()) SWIG_fail
;
24343 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
24351 static PyObject
*_wrap_TreeItemId___ne__(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24352 PyObject
*resultobj
;
24353 wxTreeItemId
*arg1
= (wxTreeItemId
*) 0 ;
24354 wxTreeItemId
*arg2
= (wxTreeItemId
*) 0 ;
24356 PyObject
* obj0
= 0 ;
24357 PyObject
* obj1
= 0 ;
24358 char *kwnames
[] = {
24359 (char *) "self",(char *) "other", NULL
24362 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeItemId___ne__",kwnames
,&obj0
,&obj1
)) goto fail
;
24363 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeItemId
,
24364 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24365 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
24366 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24368 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24369 result
= (bool)wxTreeItemId___ne__(arg1
,(wxTreeItemId
const *)arg2
);
24371 wxPyEndAllowThreads(__tstate
);
24372 if (PyErr_Occurred()) SWIG_fail
;
24375 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
24383 static PyObject
*_wrap_TreeItemId_m_pItem_set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24384 PyObject
*resultobj
;
24385 wxTreeItemId
*arg1
= (wxTreeItemId
*) 0 ;
24386 void *arg2
= (void *) 0 ;
24387 PyObject
* obj0
= 0 ;
24388 PyObject
* obj1
= 0 ;
24389 char *kwnames
[] = {
24390 (char *) "self",(char *) "m_pItem", NULL
24393 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeItemId_m_pItem_set",kwnames
,&obj0
,&obj1
)) goto fail
;
24394 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeItemId
,
24395 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24396 if ((SWIG_ConvertPtr(obj1
,&arg2
,0,SWIG_POINTER_EXCEPTION
| SWIG_POINTER_DISOWN
)) == -1) SWIG_fail
;
24397 if (arg1
) (arg1
)->m_pItem
= arg2
;
24399 Py_INCREF(Py_None
); resultobj
= Py_None
;
24406 static PyObject
*_wrap_TreeItemId_m_pItem_get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24407 PyObject
*resultobj
;
24408 wxTreeItemId
*arg1
= (wxTreeItemId
*) 0 ;
24410 PyObject
* obj0
= 0 ;
24411 char *kwnames
[] = {
24412 (char *) "self", NULL
24415 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeItemId_m_pItem_get",kwnames
,&obj0
)) goto fail
;
24416 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeItemId
,
24417 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24418 result
= (void *) ((arg1
)->m_pItem
);
24420 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_void
, 0);
24427 static PyObject
* TreeItemId_swigregister(PyObject
*, PyObject
*args
) {
24429 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
24430 SWIG_TypeClientData(SWIGTYPE_p_wxTreeItemId
, obj
);
24432 return Py_BuildValue((char *)"");
24434 static PyObject
*_wrap_new_TreeItemData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24435 PyObject
*resultobj
;
24436 PyObject
*arg1
= (PyObject
*) NULL
;
24437 wxPyTreeItemData
*result
;
24438 PyObject
* obj0
= 0 ;
24439 char *kwnames
[] = {
24440 (char *) "obj", NULL
24443 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:new_TreeItemData",kwnames
,&obj0
)) goto fail
;
24448 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24449 result
= (wxPyTreeItemData
*)new wxPyTreeItemData(arg1
);
24451 wxPyEndAllowThreads(__tstate
);
24452 if (PyErr_Occurred()) SWIG_fail
;
24454 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyTreeItemData
, 1);
24461 static PyObject
*_wrap_TreeItemData_GetData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24462 PyObject
*resultobj
;
24463 wxPyTreeItemData
*arg1
= (wxPyTreeItemData
*) 0 ;
24465 PyObject
* obj0
= 0 ;
24466 char *kwnames
[] = {
24467 (char *) "self", NULL
24470 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeItemData_GetData",kwnames
,&obj0
)) goto fail
;
24471 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeItemData
,
24472 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24474 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24475 result
= (PyObject
*)(arg1
)->GetData();
24477 wxPyEndAllowThreads(__tstate
);
24478 if (PyErr_Occurred()) SWIG_fail
;
24480 resultobj
= result
;
24487 static PyObject
*_wrap_TreeItemData_SetData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24488 PyObject
*resultobj
;
24489 wxPyTreeItemData
*arg1
= (wxPyTreeItemData
*) 0 ;
24490 PyObject
*arg2
= (PyObject
*) 0 ;
24491 PyObject
* obj0
= 0 ;
24492 PyObject
* obj1
= 0 ;
24493 char *kwnames
[] = {
24494 (char *) "self",(char *) "obj", NULL
24497 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeItemData_SetData",kwnames
,&obj0
,&obj1
)) goto fail
;
24498 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeItemData
,
24499 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24502 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24503 (arg1
)->SetData(arg2
);
24505 wxPyEndAllowThreads(__tstate
);
24506 if (PyErr_Occurred()) SWIG_fail
;
24508 Py_INCREF(Py_None
); resultobj
= Py_None
;
24515 static PyObject
*_wrap_TreeItemData_GetId(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24516 PyObject
*resultobj
;
24517 wxPyTreeItemData
*arg1
= (wxPyTreeItemData
*) 0 ;
24518 wxTreeItemId
*result
;
24519 PyObject
* obj0
= 0 ;
24520 char *kwnames
[] = {
24521 (char *) "self", NULL
24524 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeItemData_GetId",kwnames
,&obj0
)) goto fail
;
24525 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeItemData
,
24526 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24528 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24530 wxTreeItemId
const &_result_ref
= (arg1
)->GetId();
24531 result
= (wxTreeItemId
*) &_result_ref
;
24534 wxPyEndAllowThreads(__tstate
);
24535 if (PyErr_Occurred()) SWIG_fail
;
24537 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxTreeItemId
, 0);
24544 static PyObject
*_wrap_TreeItemData_SetId(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24545 PyObject
*resultobj
;
24546 wxPyTreeItemData
*arg1
= (wxPyTreeItemData
*) 0 ;
24547 wxTreeItemId
*arg2
= 0 ;
24548 PyObject
* obj0
= 0 ;
24549 PyObject
* obj1
= 0 ;
24550 char *kwnames
[] = {
24551 (char *) "self",(char *) "id", NULL
24554 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeItemData_SetId",kwnames
,&obj0
,&obj1
)) goto fail
;
24555 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeItemData
,
24556 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24557 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
24558 SWIG_POINTER_EXCEPTION
| 0)) == -1)
24560 if (arg2
== NULL
) {
24561 PyErr_SetString(PyExc_TypeError
,"null reference");
24565 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24566 (arg1
)->SetId((wxTreeItemId
const &)*arg2
);
24568 wxPyEndAllowThreads(__tstate
);
24569 if (PyErr_Occurred()) SWIG_fail
;
24571 Py_INCREF(Py_None
); resultobj
= Py_None
;
24578 static PyObject
*_wrap_TreeItemData_Destroy(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24579 PyObject
*resultobj
;
24580 wxPyTreeItemData
*arg1
= (wxPyTreeItemData
*) 0 ;
24581 PyObject
* obj0
= 0 ;
24582 char *kwnames
[] = {
24583 (char *) "self", NULL
24586 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeItemData_Destroy",kwnames
,&obj0
)) goto fail
;
24587 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeItemData
,
24588 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24590 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24591 wxPyTreeItemData_Destroy(arg1
);
24593 wxPyEndAllowThreads(__tstate
);
24594 if (PyErr_Occurred()) SWIG_fail
;
24596 Py_INCREF(Py_None
); resultobj
= Py_None
;
24603 static PyObject
* TreeItemData_swigregister(PyObject
*, PyObject
*args
) {
24605 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
24606 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeItemData
, obj
);
24608 return Py_BuildValue((char *)"");
24610 static PyObject
*_wrap_new_TreeEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24611 PyObject
*resultobj
;
24612 wxEventType arg1
= (wxEventType
) wxEVT_NULL
;
24613 int arg2
= (int) 0 ;
24614 wxTreeEvent
*result
;
24615 PyObject
* obj0
= 0 ;
24616 PyObject
* obj1
= 0 ;
24617 char *kwnames
[] = {
24618 (char *) "commandType",(char *) "id", NULL
24621 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OO:new_TreeEvent",kwnames
,&obj0
,&obj1
)) goto fail
;
24623 arg1
= (wxEventType
)SWIG_As_int(obj0
);
24624 if (PyErr_Occurred()) SWIG_fail
;
24627 arg2
= (int)SWIG_As_int(obj1
);
24628 if (PyErr_Occurred()) SWIG_fail
;
24631 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24632 result
= (wxTreeEvent
*)new wxTreeEvent(arg1
,arg2
);
24634 wxPyEndAllowThreads(__tstate
);
24635 if (PyErr_Occurred()) SWIG_fail
;
24637 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxTreeEvent
, 1);
24644 static PyObject
*_wrap_TreeEvent_GetItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24645 PyObject
*resultobj
;
24646 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24647 wxTreeItemId result
;
24648 PyObject
* obj0
= 0 ;
24649 char *kwnames
[] = {
24650 (char *) "self", NULL
24653 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeEvent_GetItem",kwnames
,&obj0
)) goto fail
;
24654 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24655 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24657 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24658 result
= ((wxTreeEvent
const *)arg1
)->GetItem();
24660 wxPyEndAllowThreads(__tstate
);
24661 if (PyErr_Occurred()) SWIG_fail
;
24664 wxTreeItemId
* resultptr
;
24665 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
24666 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
24674 static PyObject
*_wrap_TreeEvent_SetItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24675 PyObject
*resultobj
;
24676 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24677 wxTreeItemId
*arg2
= 0 ;
24678 PyObject
* obj0
= 0 ;
24679 PyObject
* obj1
= 0 ;
24680 char *kwnames
[] = {
24681 (char *) "self",(char *) "item", NULL
24684 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeEvent_SetItem",kwnames
,&obj0
,&obj1
)) goto fail
;
24685 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24686 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24687 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
24688 SWIG_POINTER_EXCEPTION
| 0)) == -1)
24690 if (arg2
== NULL
) {
24691 PyErr_SetString(PyExc_TypeError
,"null reference");
24695 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24696 (arg1
)->SetItem((wxTreeItemId
const &)*arg2
);
24698 wxPyEndAllowThreads(__tstate
);
24699 if (PyErr_Occurred()) SWIG_fail
;
24701 Py_INCREF(Py_None
); resultobj
= Py_None
;
24708 static PyObject
*_wrap_TreeEvent_GetOldItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24709 PyObject
*resultobj
;
24710 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24711 wxTreeItemId result
;
24712 PyObject
* obj0
= 0 ;
24713 char *kwnames
[] = {
24714 (char *) "self", NULL
24717 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeEvent_GetOldItem",kwnames
,&obj0
)) goto fail
;
24718 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24719 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24721 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24722 result
= ((wxTreeEvent
const *)arg1
)->GetOldItem();
24724 wxPyEndAllowThreads(__tstate
);
24725 if (PyErr_Occurred()) SWIG_fail
;
24728 wxTreeItemId
* resultptr
;
24729 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
24730 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
24738 static PyObject
*_wrap_TreeEvent_SetOldItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24739 PyObject
*resultobj
;
24740 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24741 wxTreeItemId
*arg2
= 0 ;
24742 PyObject
* obj0
= 0 ;
24743 PyObject
* obj1
= 0 ;
24744 char *kwnames
[] = {
24745 (char *) "self",(char *) "item", NULL
24748 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeEvent_SetOldItem",kwnames
,&obj0
,&obj1
)) goto fail
;
24749 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24750 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24751 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
24752 SWIG_POINTER_EXCEPTION
| 0)) == -1)
24754 if (arg2
== NULL
) {
24755 PyErr_SetString(PyExc_TypeError
,"null reference");
24759 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24760 (arg1
)->SetOldItem((wxTreeItemId
const &)*arg2
);
24762 wxPyEndAllowThreads(__tstate
);
24763 if (PyErr_Occurred()) SWIG_fail
;
24765 Py_INCREF(Py_None
); resultobj
= Py_None
;
24772 static PyObject
*_wrap_TreeEvent_GetPoint(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24773 PyObject
*resultobj
;
24774 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24776 PyObject
* obj0
= 0 ;
24777 char *kwnames
[] = {
24778 (char *) "self", NULL
24781 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeEvent_GetPoint",kwnames
,&obj0
)) goto fail
;
24782 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24783 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24785 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24786 result
= ((wxTreeEvent
const *)arg1
)->GetPoint();
24788 wxPyEndAllowThreads(__tstate
);
24789 if (PyErr_Occurred()) SWIG_fail
;
24792 wxPoint
* resultptr
;
24793 resultptr
= new wxPoint((wxPoint
&) result
);
24794 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxPoint
, 1);
24802 static PyObject
*_wrap_TreeEvent_SetPoint(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24803 PyObject
*resultobj
;
24804 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24805 wxPoint
*arg2
= 0 ;
24807 PyObject
* obj0
= 0 ;
24808 PyObject
* obj1
= 0 ;
24809 char *kwnames
[] = {
24810 (char *) "self",(char *) "pt", NULL
24813 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeEvent_SetPoint",kwnames
,&obj0
,&obj1
)) goto fail
;
24814 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24815 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24818 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
24821 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24822 (arg1
)->SetPoint((wxPoint
const &)*arg2
);
24824 wxPyEndAllowThreads(__tstate
);
24825 if (PyErr_Occurred()) SWIG_fail
;
24827 Py_INCREF(Py_None
); resultobj
= Py_None
;
24834 static PyObject
*_wrap_TreeEvent_GetKeyEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24835 PyObject
*resultobj
;
24836 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24837 wxKeyEvent
*result
;
24838 PyObject
* obj0
= 0 ;
24839 char *kwnames
[] = {
24840 (char *) "self", NULL
24843 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeEvent_GetKeyEvent",kwnames
,&obj0
)) goto fail
;
24844 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24845 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24847 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24849 wxKeyEvent
const &_result_ref
= ((wxTreeEvent
const *)arg1
)->GetKeyEvent();
24850 result
= (wxKeyEvent
*) &_result_ref
;
24853 wxPyEndAllowThreads(__tstate
);
24854 if (PyErr_Occurred()) SWIG_fail
;
24856 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxKeyEvent
, 0);
24863 static PyObject
*_wrap_TreeEvent_GetKeyCode(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24864 PyObject
*resultobj
;
24865 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24867 PyObject
* obj0
= 0 ;
24868 char *kwnames
[] = {
24869 (char *) "self", NULL
24872 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeEvent_GetKeyCode",kwnames
,&obj0
)) goto fail
;
24873 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24874 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24876 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24877 result
= (int)((wxTreeEvent
const *)arg1
)->GetKeyCode();
24879 wxPyEndAllowThreads(__tstate
);
24880 if (PyErr_Occurred()) SWIG_fail
;
24882 resultobj
= SWIG_From_int((int)result
);
24889 static PyObject
*_wrap_TreeEvent_SetKeyEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24890 PyObject
*resultobj
;
24891 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24892 wxKeyEvent
*arg2
= 0 ;
24893 PyObject
* obj0
= 0 ;
24894 PyObject
* obj1
= 0 ;
24895 char *kwnames
[] = {
24896 (char *) "self",(char *) "evt", NULL
24899 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeEvent_SetKeyEvent",kwnames
,&obj0
,&obj1
)) goto fail
;
24900 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24901 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24902 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxKeyEvent
,
24903 SWIG_POINTER_EXCEPTION
| 0)) == -1)
24905 if (arg2
== NULL
) {
24906 PyErr_SetString(PyExc_TypeError
,"null reference");
24910 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24911 (arg1
)->SetKeyEvent((wxKeyEvent
const &)*arg2
);
24913 wxPyEndAllowThreads(__tstate
);
24914 if (PyErr_Occurred()) SWIG_fail
;
24916 Py_INCREF(Py_None
); resultobj
= Py_None
;
24923 static PyObject
*_wrap_TreeEvent_GetLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24924 PyObject
*resultobj
;
24925 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24927 PyObject
* obj0
= 0 ;
24928 char *kwnames
[] = {
24929 (char *) "self", NULL
24932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeEvent_GetLabel",kwnames
,&obj0
)) goto fail
;
24933 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24934 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24936 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24938 wxString
const &_result_ref
= ((wxTreeEvent
const *)arg1
)->GetLabel();
24939 result
= (wxString
*) &_result_ref
;
24942 wxPyEndAllowThreads(__tstate
);
24943 if (PyErr_Occurred()) SWIG_fail
;
24947 resultobj
= PyUnicode_FromWideChar(result
->c_str(), result
->Len());
24949 resultobj
= PyString_FromStringAndSize(result
->c_str(), result
->Len());
24958 static PyObject
*_wrap_TreeEvent_SetLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
24959 PyObject
*resultobj
;
24960 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
24961 wxString
*arg2
= 0 ;
24962 bool temp2
= False
;
24963 PyObject
* obj0
= 0 ;
24964 PyObject
* obj1
= 0 ;
24965 char *kwnames
[] = {
24966 (char *) "self",(char *) "label", NULL
24969 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeEvent_SetLabel",kwnames
,&obj0
,&obj1
)) goto fail
;
24970 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
24971 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
24973 arg2
= wxString_in_helper(obj1
);
24974 if (arg2
== NULL
) SWIG_fail
;
24978 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
24979 (arg1
)->SetLabel((wxString
const &)*arg2
);
24981 wxPyEndAllowThreads(__tstate
);
24982 if (PyErr_Occurred()) SWIG_fail
;
24984 Py_INCREF(Py_None
); resultobj
= Py_None
;
24999 static PyObject
*_wrap_TreeEvent_IsEditCancelled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25000 PyObject
*resultobj
;
25001 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
25003 PyObject
* obj0
= 0 ;
25004 char *kwnames
[] = {
25005 (char *) "self", NULL
25008 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeEvent_IsEditCancelled",kwnames
,&obj0
)) goto fail
;
25009 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
25010 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25012 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25013 result
= (bool)((wxTreeEvent
const *)arg1
)->IsEditCancelled();
25015 wxPyEndAllowThreads(__tstate
);
25016 if (PyErr_Occurred()) SWIG_fail
;
25019 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
25027 static PyObject
*_wrap_TreeEvent_SetEditCanceled(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25028 PyObject
*resultobj
;
25029 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
25031 PyObject
* obj0
= 0 ;
25032 PyObject
* obj1
= 0 ;
25033 char *kwnames
[] = {
25034 (char *) "self",(char *) "editCancelled", NULL
25037 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeEvent_SetEditCanceled",kwnames
,&obj0
,&obj1
)) goto fail
;
25038 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
25039 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25040 arg2
= (bool)SWIG_As_bool(obj1
);
25041 if (PyErr_Occurred()) SWIG_fail
;
25043 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25044 (arg1
)->SetEditCanceled(arg2
);
25046 wxPyEndAllowThreads(__tstate
);
25047 if (PyErr_Occurred()) SWIG_fail
;
25049 Py_INCREF(Py_None
); resultobj
= Py_None
;
25056 static PyObject
*_wrap_TreeEvent_SetToolTip(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25057 PyObject
*resultobj
;
25058 wxTreeEvent
*arg1
= (wxTreeEvent
*) 0 ;
25059 wxString
*arg2
= 0 ;
25060 bool temp2
= False
;
25061 PyObject
* obj0
= 0 ;
25062 PyObject
* obj1
= 0 ;
25063 char *kwnames
[] = {
25064 (char *) "self",(char *) "toolTip", NULL
25067 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeEvent_SetToolTip",kwnames
,&obj0
,&obj1
)) goto fail
;
25068 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxTreeEvent
,
25069 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25071 arg2
= wxString_in_helper(obj1
);
25072 if (arg2
== NULL
) SWIG_fail
;
25076 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25077 (arg1
)->SetToolTip((wxString
const &)*arg2
);
25079 wxPyEndAllowThreads(__tstate
);
25080 if (PyErr_Occurred()) SWIG_fail
;
25082 Py_INCREF(Py_None
); resultobj
= Py_None
;
25097 static PyObject
* TreeEvent_swigregister(PyObject
*, PyObject
*args
) {
25099 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
25100 SWIG_TypeClientData(SWIGTYPE_p_wxTreeEvent
, obj
);
25102 return Py_BuildValue((char *)"");
25104 static PyObject
*_wrap_new_TreeCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25105 PyObject
*resultobj
;
25106 wxWindow
*arg1
= (wxWindow
*) 0 ;
25107 int arg2
= (int) -1 ;
25108 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
25109 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
25110 wxSize
const &arg4_defvalue
= wxDefaultSize
;
25111 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
25112 long arg5
= (long) wxTR_DEFAULT_STYLE
;
25113 wxValidator
const &arg6_defvalue
= wxDefaultValidator
;
25114 wxValidator
*arg6
= (wxValidator
*) &arg6_defvalue
;
25115 wxString
const &arg7_defvalue
= wxPyTreeCtrlNameStr
;
25116 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
25117 wxPyTreeCtrl
*result
;
25120 bool temp7
= False
;
25121 PyObject
* obj0
= 0 ;
25122 PyObject
* obj1
= 0 ;
25123 PyObject
* obj2
= 0 ;
25124 PyObject
* obj3
= 0 ;
25125 PyObject
* obj4
= 0 ;
25126 PyObject
* obj5
= 0 ;
25127 PyObject
* obj6
= 0 ;
25128 char *kwnames
[] = {
25129 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
25132 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOO:new_TreeCtrl",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
25133 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
25134 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25136 arg2
= (int)SWIG_As_int(obj1
);
25137 if (PyErr_Occurred()) SWIG_fail
;
25142 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
25148 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
25152 arg5
= (long)SWIG_As_long(obj4
);
25153 if (PyErr_Occurred()) SWIG_fail
;
25156 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxValidator
,
25157 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25159 if (arg6
== NULL
) {
25160 PyErr_SetString(PyExc_TypeError
,"null reference");
25166 arg7
= wxString_in_helper(obj6
);
25167 if (arg7
== NULL
) SWIG_fail
;
25172 if (!wxPyCheckForApp()) SWIG_fail
;
25173 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25174 result
= (wxPyTreeCtrl
*)new wxPyTreeCtrl(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxValidator
const &)*arg6
,(wxString
const &)*arg7
);
25176 wxPyEndAllowThreads(__tstate
);
25177 if (PyErr_Occurred()) SWIG_fail
;
25179 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyTreeCtrl
, 1);
25194 static PyObject
*_wrap_new_PreTreeCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25195 PyObject
*resultobj
;
25196 wxPyTreeCtrl
*result
;
25197 char *kwnames
[] = {
25201 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreTreeCtrl",kwnames
)) goto fail
;
25203 if (!wxPyCheckForApp()) SWIG_fail
;
25204 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25205 result
= (wxPyTreeCtrl
*)new wxPyTreeCtrl();
25207 wxPyEndAllowThreads(__tstate
);
25208 if (PyErr_Occurred()) SWIG_fail
;
25210 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyTreeCtrl
, 1);
25217 static PyObject
*_wrap_TreeCtrl_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25218 PyObject
*resultobj
;
25219 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25220 wxWindow
*arg2
= (wxWindow
*) 0 ;
25221 int arg3
= (int) -1 ;
25222 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
25223 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
25224 wxSize
const &arg5_defvalue
= wxDefaultSize
;
25225 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
25226 long arg6
= (long) wxTR_DEFAULT_STYLE
;
25227 wxValidator
const &arg7_defvalue
= wxDefaultValidator
;
25228 wxValidator
*arg7
= (wxValidator
*) &arg7_defvalue
;
25229 wxString
const &arg8_defvalue
= wxPyTreeCtrlNameStr
;
25230 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
25234 bool temp8
= False
;
25235 PyObject
* obj0
= 0 ;
25236 PyObject
* obj1
= 0 ;
25237 PyObject
* obj2
= 0 ;
25238 PyObject
* obj3
= 0 ;
25239 PyObject
* obj4
= 0 ;
25240 PyObject
* obj5
= 0 ;
25241 PyObject
* obj6
= 0 ;
25242 PyObject
* obj7
= 0 ;
25243 char *kwnames
[] = {
25244 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
25247 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOO:TreeCtrl_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
)) goto fail
;
25248 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25249 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25250 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
25251 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25253 arg3
= (int)SWIG_As_int(obj2
);
25254 if (PyErr_Occurred()) SWIG_fail
;
25259 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
25265 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
25269 arg6
= (long)SWIG_As_long(obj5
);
25270 if (PyErr_Occurred()) SWIG_fail
;
25273 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxValidator
,
25274 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25276 if (arg7
== NULL
) {
25277 PyErr_SetString(PyExc_TypeError
,"null reference");
25283 arg8
= wxString_in_helper(obj7
);
25284 if (arg8
== NULL
) SWIG_fail
;
25289 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25290 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxValidator
const &)*arg7
,(wxString
const &)*arg8
);
25292 wxPyEndAllowThreads(__tstate
);
25293 if (PyErr_Occurred()) SWIG_fail
;
25296 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
25312 static PyObject
*_wrap_TreeCtrl__setCallbackInfo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25313 PyObject
*resultobj
;
25314 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25315 PyObject
*arg2
= (PyObject
*) 0 ;
25316 PyObject
*arg3
= (PyObject
*) 0 ;
25317 PyObject
* obj0
= 0 ;
25318 PyObject
* obj1
= 0 ;
25319 PyObject
* obj2
= 0 ;
25320 char *kwnames
[] = {
25321 (char *) "self",(char *) "self",(char *) "_class", NULL
25324 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TreeCtrl__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
25325 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25326 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25330 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25331 (arg1
)->_setCallbackInfo(arg2
,arg3
);
25333 wxPyEndAllowThreads(__tstate
);
25334 if (PyErr_Occurred()) SWIG_fail
;
25336 Py_INCREF(Py_None
); resultobj
= Py_None
;
25343 static PyObject
*_wrap_TreeCtrl_GetCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25344 PyObject
*resultobj
;
25345 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25347 PyObject
* obj0
= 0 ;
25348 char *kwnames
[] = {
25349 (char *) "self", NULL
25352 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetCount",kwnames
,&obj0
)) goto fail
;
25353 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25354 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25356 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25357 result
= (size_t)((wxPyTreeCtrl
const *)arg1
)->GetCount();
25359 wxPyEndAllowThreads(__tstate
);
25360 if (PyErr_Occurred()) SWIG_fail
;
25362 resultobj
= SWIG_From_unsigned_SS_long((unsigned long)result
);
25369 static PyObject
*_wrap_TreeCtrl_GetIndent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25370 PyObject
*resultobj
;
25371 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25372 unsigned int result
;
25373 PyObject
* obj0
= 0 ;
25374 char *kwnames
[] = {
25375 (char *) "self", NULL
25378 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetIndent",kwnames
,&obj0
)) goto fail
;
25379 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25380 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25382 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25383 result
= (unsigned int)((wxPyTreeCtrl
const *)arg1
)->GetIndent();
25385 wxPyEndAllowThreads(__tstate
);
25386 if (PyErr_Occurred()) SWIG_fail
;
25388 resultobj
= SWIG_From_unsigned_SS_int((unsigned int)result
);
25395 static PyObject
*_wrap_TreeCtrl_SetIndent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25396 PyObject
*resultobj
;
25397 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25398 unsigned int arg2
;
25399 PyObject
* obj0
= 0 ;
25400 PyObject
* obj1
= 0 ;
25401 char *kwnames
[] = {
25402 (char *) "self",(char *) "indent", NULL
25405 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_SetIndent",kwnames
,&obj0
,&obj1
)) goto fail
;
25406 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25407 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25408 arg2
= (unsigned int)SWIG_As_unsigned_SS_int(obj1
);
25409 if (PyErr_Occurred()) SWIG_fail
;
25411 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25412 (arg1
)->SetIndent(arg2
);
25414 wxPyEndAllowThreads(__tstate
);
25415 if (PyErr_Occurred()) SWIG_fail
;
25417 Py_INCREF(Py_None
); resultobj
= Py_None
;
25424 static PyObject
*_wrap_TreeCtrl_GetSpacing(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25425 PyObject
*resultobj
;
25426 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25427 unsigned int result
;
25428 PyObject
* obj0
= 0 ;
25429 char *kwnames
[] = {
25430 (char *) "self", NULL
25433 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetSpacing",kwnames
,&obj0
)) goto fail
;
25434 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25435 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25437 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25438 result
= (unsigned int)((wxPyTreeCtrl
const *)arg1
)->GetSpacing();
25440 wxPyEndAllowThreads(__tstate
);
25441 if (PyErr_Occurred()) SWIG_fail
;
25443 resultobj
= SWIG_From_unsigned_SS_int((unsigned int)result
);
25450 static PyObject
*_wrap_TreeCtrl_SetSpacing(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25451 PyObject
*resultobj
;
25452 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25453 unsigned int arg2
;
25454 PyObject
* obj0
= 0 ;
25455 PyObject
* obj1
= 0 ;
25456 char *kwnames
[] = {
25457 (char *) "self",(char *) "spacing", NULL
25460 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_SetSpacing",kwnames
,&obj0
,&obj1
)) goto fail
;
25461 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25462 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25463 arg2
= (unsigned int)SWIG_As_unsigned_SS_int(obj1
);
25464 if (PyErr_Occurred()) SWIG_fail
;
25466 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25467 (arg1
)->SetSpacing(arg2
);
25469 wxPyEndAllowThreads(__tstate
);
25470 if (PyErr_Occurred()) SWIG_fail
;
25472 Py_INCREF(Py_None
); resultobj
= Py_None
;
25479 static PyObject
*_wrap_TreeCtrl_GetImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25480 PyObject
*resultobj
;
25481 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25482 wxImageList
*result
;
25483 PyObject
* obj0
= 0 ;
25484 char *kwnames
[] = {
25485 (char *) "self", NULL
25488 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetImageList",kwnames
,&obj0
)) goto fail
;
25489 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25490 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25492 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25493 result
= (wxImageList
*)((wxPyTreeCtrl
const *)arg1
)->GetImageList();
25495 wxPyEndAllowThreads(__tstate
);
25496 if (PyErr_Occurred()) SWIG_fail
;
25499 resultobj
= wxPyMake_wxObject(result
, 0);
25507 static PyObject
*_wrap_TreeCtrl_GetStateImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25508 PyObject
*resultobj
;
25509 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25510 wxImageList
*result
;
25511 PyObject
* obj0
= 0 ;
25512 char *kwnames
[] = {
25513 (char *) "self", NULL
25516 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetStateImageList",kwnames
,&obj0
)) goto fail
;
25517 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25518 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25520 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25521 result
= (wxImageList
*)((wxPyTreeCtrl
const *)arg1
)->GetStateImageList();
25523 wxPyEndAllowThreads(__tstate
);
25524 if (PyErr_Occurred()) SWIG_fail
;
25527 resultobj
= wxPyMake_wxObject(result
, 0);
25535 static PyObject
*_wrap_TreeCtrl_SetImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25536 PyObject
*resultobj
;
25537 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25538 wxImageList
*arg2
= (wxImageList
*) 0 ;
25539 PyObject
* obj0
= 0 ;
25540 PyObject
* obj1
= 0 ;
25541 char *kwnames
[] = {
25542 (char *) "self",(char *) "imageList", NULL
25545 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_SetImageList",kwnames
,&obj0
,&obj1
)) goto fail
;
25546 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25547 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25548 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxImageList
,
25549 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25551 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25552 (arg1
)->SetImageList(arg2
);
25554 wxPyEndAllowThreads(__tstate
);
25555 if (PyErr_Occurred()) SWIG_fail
;
25557 Py_INCREF(Py_None
); resultobj
= Py_None
;
25564 static PyObject
*_wrap_TreeCtrl_SetStateImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25565 PyObject
*resultobj
;
25566 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25567 wxImageList
*arg2
= (wxImageList
*) 0 ;
25568 PyObject
* obj0
= 0 ;
25569 PyObject
* obj1
= 0 ;
25570 char *kwnames
[] = {
25571 (char *) "self",(char *) "imageList", NULL
25574 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_SetStateImageList",kwnames
,&obj0
,&obj1
)) goto fail
;
25575 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25576 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25577 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxImageList
,
25578 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25580 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25581 (arg1
)->SetStateImageList(arg2
);
25583 wxPyEndAllowThreads(__tstate
);
25584 if (PyErr_Occurred()) SWIG_fail
;
25586 Py_INCREF(Py_None
); resultobj
= Py_None
;
25593 static PyObject
*_wrap_TreeCtrl_AssignImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25594 PyObject
*resultobj
;
25595 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25596 wxImageList
*arg2
= (wxImageList
*) 0 ;
25597 PyObject
* obj0
= 0 ;
25598 PyObject
* obj1
= 0 ;
25599 char *kwnames
[] = {
25600 (char *) "self",(char *) "imageList", NULL
25603 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_AssignImageList",kwnames
,&obj0
,&obj1
)) goto fail
;
25604 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25605 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25606 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxImageList
,
25607 SWIG_POINTER_EXCEPTION
| SWIG_POINTER_DISOWN
)) == -1) SWIG_fail
;
25609 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25610 (arg1
)->AssignImageList(arg2
);
25612 wxPyEndAllowThreads(__tstate
);
25613 if (PyErr_Occurred()) SWIG_fail
;
25615 Py_INCREF(Py_None
); resultobj
= Py_None
;
25622 static PyObject
*_wrap_TreeCtrl_AssignStateImageList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25623 PyObject
*resultobj
;
25624 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25625 wxImageList
*arg2
= (wxImageList
*) 0 ;
25626 PyObject
* obj0
= 0 ;
25627 PyObject
* obj1
= 0 ;
25628 char *kwnames
[] = {
25629 (char *) "self",(char *) "imageList", NULL
25632 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_AssignStateImageList",kwnames
,&obj0
,&obj1
)) goto fail
;
25633 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25634 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25635 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxImageList
,
25636 SWIG_POINTER_EXCEPTION
| SWIG_POINTER_DISOWN
)) == -1) SWIG_fail
;
25638 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25639 (arg1
)->AssignStateImageList(arg2
);
25641 wxPyEndAllowThreads(__tstate
);
25642 if (PyErr_Occurred()) SWIG_fail
;
25644 Py_INCREF(Py_None
); resultobj
= Py_None
;
25651 static PyObject
*_wrap_TreeCtrl_GetItemText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25652 PyObject
*resultobj
;
25653 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25654 wxTreeItemId
*arg2
= 0 ;
25656 PyObject
* obj0
= 0 ;
25657 PyObject
* obj1
= 0 ;
25658 char *kwnames
[] = {
25659 (char *) "self",(char *) "item", NULL
25662 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetItemText",kwnames
,&obj0
,&obj1
)) goto fail
;
25663 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25664 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25665 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
25666 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25668 if (arg2
== NULL
) {
25669 PyErr_SetString(PyExc_TypeError
,"null reference");
25673 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25674 result
= ((wxPyTreeCtrl
const *)arg1
)->GetItemText((wxTreeItemId
const &)*arg2
);
25676 wxPyEndAllowThreads(__tstate
);
25677 if (PyErr_Occurred()) SWIG_fail
;
25681 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
25683 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
25692 static PyObject
*_wrap_TreeCtrl_GetItemImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25693 PyObject
*resultobj
;
25694 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25695 wxTreeItemId
*arg2
= 0 ;
25696 int arg3
= (int) wxTreeItemIcon_Normal
;
25698 PyObject
* obj0
= 0 ;
25699 PyObject
* obj1
= 0 ;
25700 PyObject
* obj2
= 0 ;
25701 char *kwnames
[] = {
25702 (char *) "self",(char *) "item",(char *) "which", NULL
25705 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:TreeCtrl_GetItemImage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
25706 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25707 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25708 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
25709 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25711 if (arg2
== NULL
) {
25712 PyErr_SetString(PyExc_TypeError
,"null reference");
25716 arg3
= (int)SWIG_As_int(obj2
);
25717 if (PyErr_Occurred()) SWIG_fail
;
25720 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25721 result
= (int)((wxPyTreeCtrl
const *)arg1
)->GetItemImage((wxTreeItemId
const &)*arg2
,(wxTreeItemIcon
)arg3
);
25723 wxPyEndAllowThreads(__tstate
);
25724 if (PyErr_Occurred()) SWIG_fail
;
25726 resultobj
= SWIG_From_int((int)result
);
25733 static PyObject
*_wrap_TreeCtrl_GetItemData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25734 PyObject
*resultobj
;
25735 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25736 wxTreeItemId
*arg2
= 0 ;
25737 wxPyTreeItemData
*result
;
25738 PyObject
* obj0
= 0 ;
25739 PyObject
* obj1
= 0 ;
25740 char *kwnames
[] = {
25741 (char *) "self",(char *) "item", NULL
25744 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetItemData",kwnames
,&obj0
,&obj1
)) goto fail
;
25745 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25746 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25747 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
25748 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25750 if (arg2
== NULL
) {
25751 PyErr_SetString(PyExc_TypeError
,"null reference");
25755 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25756 result
= (wxPyTreeItemData
*)wxPyTreeCtrl_GetItemData(arg1
,(wxTreeItemId
const &)*arg2
);
25758 wxPyEndAllowThreads(__tstate
);
25759 if (PyErr_Occurred()) SWIG_fail
;
25761 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyTreeItemData
, 0);
25768 static PyObject
*_wrap_TreeCtrl_GetItemPyData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25769 PyObject
*resultobj
;
25770 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25771 wxTreeItemId
*arg2
= 0 ;
25773 PyObject
* obj0
= 0 ;
25774 PyObject
* obj1
= 0 ;
25775 char *kwnames
[] = {
25776 (char *) "self",(char *) "item", NULL
25779 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetItemPyData",kwnames
,&obj0
,&obj1
)) goto fail
;
25780 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25781 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25782 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
25783 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25785 if (arg2
== NULL
) {
25786 PyErr_SetString(PyExc_TypeError
,"null reference");
25790 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25791 result
= (PyObject
*)wxPyTreeCtrl_GetItemPyData(arg1
,(wxTreeItemId
const &)*arg2
);
25793 wxPyEndAllowThreads(__tstate
);
25794 if (PyErr_Occurred()) SWIG_fail
;
25796 resultobj
= result
;
25803 static PyObject
*_wrap_TreeCtrl_GetItemTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25804 PyObject
*resultobj
;
25805 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25806 wxTreeItemId
*arg2
= 0 ;
25808 PyObject
* obj0
= 0 ;
25809 PyObject
* obj1
= 0 ;
25810 char *kwnames
[] = {
25811 (char *) "self",(char *) "item", NULL
25814 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetItemTextColour",kwnames
,&obj0
,&obj1
)) goto fail
;
25815 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25816 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25817 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
25818 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25820 if (arg2
== NULL
) {
25821 PyErr_SetString(PyExc_TypeError
,"null reference");
25825 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25826 result
= ((wxPyTreeCtrl
const *)arg1
)->GetItemTextColour((wxTreeItemId
const &)*arg2
);
25828 wxPyEndAllowThreads(__tstate
);
25829 if (PyErr_Occurred()) SWIG_fail
;
25832 wxColour
* resultptr
;
25833 resultptr
= new wxColour((wxColour
&) result
);
25834 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxColour
, 1);
25842 static PyObject
*_wrap_TreeCtrl_GetItemBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25843 PyObject
*resultobj
;
25844 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25845 wxTreeItemId
*arg2
= 0 ;
25847 PyObject
* obj0
= 0 ;
25848 PyObject
* obj1
= 0 ;
25849 char *kwnames
[] = {
25850 (char *) "self",(char *) "item", NULL
25853 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetItemBackgroundColour",kwnames
,&obj0
,&obj1
)) goto fail
;
25854 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25855 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25856 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
25857 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25859 if (arg2
== NULL
) {
25860 PyErr_SetString(PyExc_TypeError
,"null reference");
25864 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25865 result
= ((wxPyTreeCtrl
const *)arg1
)->GetItemBackgroundColour((wxTreeItemId
const &)*arg2
);
25867 wxPyEndAllowThreads(__tstate
);
25868 if (PyErr_Occurred()) SWIG_fail
;
25871 wxColour
* resultptr
;
25872 resultptr
= new wxColour((wxColour
&) result
);
25873 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxColour
, 1);
25881 static PyObject
*_wrap_TreeCtrl_GetItemFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25882 PyObject
*resultobj
;
25883 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25884 wxTreeItemId
*arg2
= 0 ;
25886 PyObject
* obj0
= 0 ;
25887 PyObject
* obj1
= 0 ;
25888 char *kwnames
[] = {
25889 (char *) "self",(char *) "item", NULL
25892 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetItemFont",kwnames
,&obj0
,&obj1
)) goto fail
;
25893 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25894 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25895 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
25896 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25898 if (arg2
== NULL
) {
25899 PyErr_SetString(PyExc_TypeError
,"null reference");
25903 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25904 result
= ((wxPyTreeCtrl
const *)arg1
)->GetItemFont((wxTreeItemId
const &)*arg2
);
25906 wxPyEndAllowThreads(__tstate
);
25907 if (PyErr_Occurred()) SWIG_fail
;
25910 wxFont
* resultptr
;
25911 resultptr
= new wxFont((wxFont
&) result
);
25912 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxFont
, 1);
25920 static PyObject
*_wrap_TreeCtrl_SetItemText(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25921 PyObject
*resultobj
;
25922 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25923 wxTreeItemId
*arg2
= 0 ;
25924 wxString
*arg3
= 0 ;
25925 bool temp3
= False
;
25926 PyObject
* obj0
= 0 ;
25927 PyObject
* obj1
= 0 ;
25928 PyObject
* obj2
= 0 ;
25929 char *kwnames
[] = {
25930 (char *) "self",(char *) "item",(char *) "text", NULL
25933 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TreeCtrl_SetItemText",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
25934 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25935 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25936 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
25937 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25939 if (arg2
== NULL
) {
25940 PyErr_SetString(PyExc_TypeError
,"null reference");
25944 arg3
= wxString_in_helper(obj2
);
25945 if (arg3
== NULL
) SWIG_fail
;
25949 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
25950 (arg1
)->SetItemText((wxTreeItemId
const &)*arg2
,(wxString
const &)*arg3
);
25952 wxPyEndAllowThreads(__tstate
);
25953 if (PyErr_Occurred()) SWIG_fail
;
25955 Py_INCREF(Py_None
); resultobj
= Py_None
;
25970 static PyObject
*_wrap_TreeCtrl_SetItemImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
25971 PyObject
*resultobj
;
25972 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
25973 wxTreeItemId
*arg2
= 0 ;
25975 int arg4
= (int) wxTreeItemIcon_Normal
;
25976 PyObject
* obj0
= 0 ;
25977 PyObject
* obj1
= 0 ;
25978 PyObject
* obj2
= 0 ;
25979 PyObject
* obj3
= 0 ;
25980 char *kwnames
[] = {
25981 (char *) "self",(char *) "item",(char *) "image",(char *) "which", NULL
25984 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|O:TreeCtrl_SetItemImage",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
25985 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
25986 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
25987 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
25988 SWIG_POINTER_EXCEPTION
| 0)) == -1)
25990 if (arg2
== NULL
) {
25991 PyErr_SetString(PyExc_TypeError
,"null reference");
25994 arg3
= (int)SWIG_As_int(obj2
);
25995 if (PyErr_Occurred()) SWIG_fail
;
25997 arg4
= (int)SWIG_As_int(obj3
);
25998 if (PyErr_Occurred()) SWIG_fail
;
26001 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26002 (arg1
)->SetItemImage((wxTreeItemId
const &)*arg2
,arg3
,(wxTreeItemIcon
)arg4
);
26004 wxPyEndAllowThreads(__tstate
);
26005 if (PyErr_Occurred()) SWIG_fail
;
26007 Py_INCREF(Py_None
); resultobj
= Py_None
;
26014 static PyObject
*_wrap_TreeCtrl_SetItemData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26015 PyObject
*resultobj
;
26016 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26017 wxTreeItemId
*arg2
= 0 ;
26018 wxPyTreeItemData
*arg3
= (wxPyTreeItemData
*) 0 ;
26019 PyObject
* obj0
= 0 ;
26020 PyObject
* obj1
= 0 ;
26021 PyObject
* obj2
= 0 ;
26022 char *kwnames
[] = {
26023 (char *) "self",(char *) "item",(char *) "data", NULL
26026 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TreeCtrl_SetItemData",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
26027 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26028 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26029 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26030 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26032 if (arg2
== NULL
) {
26033 PyErr_SetString(PyExc_TypeError
,"null reference");
26036 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxPyTreeItemData
,
26037 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26039 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26040 wxPyTreeCtrl_SetItemData(arg1
,(wxTreeItemId
const &)*arg2
,arg3
);
26042 wxPyEndAllowThreads(__tstate
);
26043 if (PyErr_Occurred()) SWIG_fail
;
26045 Py_INCREF(Py_None
); resultobj
= Py_None
;
26052 static PyObject
*_wrap_TreeCtrl_SetItemPyData(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26053 PyObject
*resultobj
;
26054 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26055 wxTreeItemId
*arg2
= 0 ;
26056 PyObject
*arg3
= (PyObject
*) 0 ;
26057 PyObject
* obj0
= 0 ;
26058 PyObject
* obj1
= 0 ;
26059 PyObject
* obj2
= 0 ;
26060 char *kwnames
[] = {
26061 (char *) "self",(char *) "item",(char *) "obj", NULL
26064 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TreeCtrl_SetItemPyData",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
26065 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26066 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26067 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26068 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26070 if (arg2
== NULL
) {
26071 PyErr_SetString(PyExc_TypeError
,"null reference");
26076 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26077 wxPyTreeCtrl_SetItemPyData(arg1
,(wxTreeItemId
const &)*arg2
,arg3
);
26079 wxPyEndAllowThreads(__tstate
);
26080 if (PyErr_Occurred()) SWIG_fail
;
26082 Py_INCREF(Py_None
); resultobj
= Py_None
;
26089 static PyObject
*_wrap_TreeCtrl_SetItemHasChildren(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26090 PyObject
*resultobj
;
26091 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26092 wxTreeItemId
*arg2
= 0 ;
26093 bool arg3
= (bool) True
;
26094 PyObject
* obj0
= 0 ;
26095 PyObject
* obj1
= 0 ;
26096 PyObject
* obj2
= 0 ;
26097 char *kwnames
[] = {
26098 (char *) "self",(char *) "item",(char *) "has", NULL
26101 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:TreeCtrl_SetItemHasChildren",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
26102 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26103 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26104 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26105 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26107 if (arg2
== NULL
) {
26108 PyErr_SetString(PyExc_TypeError
,"null reference");
26112 arg3
= (bool)SWIG_As_bool(obj2
);
26113 if (PyErr_Occurred()) SWIG_fail
;
26116 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26117 (arg1
)->SetItemHasChildren((wxTreeItemId
const &)*arg2
,arg3
);
26119 wxPyEndAllowThreads(__tstate
);
26120 if (PyErr_Occurred()) SWIG_fail
;
26122 Py_INCREF(Py_None
); resultobj
= Py_None
;
26129 static PyObject
*_wrap_TreeCtrl_SetItemBold(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26130 PyObject
*resultobj
;
26131 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26132 wxTreeItemId
*arg2
= 0 ;
26133 bool arg3
= (bool) True
;
26134 PyObject
* obj0
= 0 ;
26135 PyObject
* obj1
= 0 ;
26136 PyObject
* obj2
= 0 ;
26137 char *kwnames
[] = {
26138 (char *) "self",(char *) "item",(char *) "bold", NULL
26141 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:TreeCtrl_SetItemBold",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
26142 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26143 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26144 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26145 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26147 if (arg2
== NULL
) {
26148 PyErr_SetString(PyExc_TypeError
,"null reference");
26152 arg3
= (bool)SWIG_As_bool(obj2
);
26153 if (PyErr_Occurred()) SWIG_fail
;
26156 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26157 (arg1
)->SetItemBold((wxTreeItemId
const &)*arg2
,arg3
);
26159 wxPyEndAllowThreads(__tstate
);
26160 if (PyErr_Occurred()) SWIG_fail
;
26162 Py_INCREF(Py_None
); resultobj
= Py_None
;
26169 static PyObject
*_wrap_TreeCtrl_SetItemTextColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26170 PyObject
*resultobj
;
26171 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26172 wxTreeItemId
*arg2
= 0 ;
26173 wxColour
*arg3
= 0 ;
26175 PyObject
* obj0
= 0 ;
26176 PyObject
* obj1
= 0 ;
26177 PyObject
* obj2
= 0 ;
26178 char *kwnames
[] = {
26179 (char *) "self",(char *) "item",(char *) "col", NULL
26182 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TreeCtrl_SetItemTextColour",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
26183 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26184 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26185 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26186 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26188 if (arg2
== NULL
) {
26189 PyErr_SetString(PyExc_TypeError
,"null reference");
26194 if ( ! wxColour_helper(obj2
, &arg3
)) SWIG_fail
;
26197 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26198 (arg1
)->SetItemTextColour((wxTreeItemId
const &)*arg2
,(wxColour
const &)*arg3
);
26200 wxPyEndAllowThreads(__tstate
);
26201 if (PyErr_Occurred()) SWIG_fail
;
26203 Py_INCREF(Py_None
); resultobj
= Py_None
;
26210 static PyObject
*_wrap_TreeCtrl_SetItemBackgroundColour(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26211 PyObject
*resultobj
;
26212 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26213 wxTreeItemId
*arg2
= 0 ;
26214 wxColour
*arg3
= 0 ;
26216 PyObject
* obj0
= 0 ;
26217 PyObject
* obj1
= 0 ;
26218 PyObject
* obj2
= 0 ;
26219 char *kwnames
[] = {
26220 (char *) "self",(char *) "item",(char *) "col", NULL
26223 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TreeCtrl_SetItemBackgroundColour",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
26224 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26225 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26226 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26227 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26229 if (arg2
== NULL
) {
26230 PyErr_SetString(PyExc_TypeError
,"null reference");
26235 if ( ! wxColour_helper(obj2
, &arg3
)) SWIG_fail
;
26238 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26239 (arg1
)->SetItemBackgroundColour((wxTreeItemId
const &)*arg2
,(wxColour
const &)*arg3
);
26241 wxPyEndAllowThreads(__tstate
);
26242 if (PyErr_Occurred()) SWIG_fail
;
26244 Py_INCREF(Py_None
); resultobj
= Py_None
;
26251 static PyObject
*_wrap_TreeCtrl_SetItemFont(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26252 PyObject
*resultobj
;
26253 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26254 wxTreeItemId
*arg2
= 0 ;
26256 PyObject
* obj0
= 0 ;
26257 PyObject
* obj1
= 0 ;
26258 PyObject
* obj2
= 0 ;
26259 char *kwnames
[] = {
26260 (char *) "self",(char *) "item",(char *) "font", NULL
26263 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TreeCtrl_SetItemFont",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
26264 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26265 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26266 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26267 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26269 if (arg2
== NULL
) {
26270 PyErr_SetString(PyExc_TypeError
,"null reference");
26273 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxFont
,
26274 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26276 if (arg3
== NULL
) {
26277 PyErr_SetString(PyExc_TypeError
,"null reference");
26281 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26282 (arg1
)->SetItemFont((wxTreeItemId
const &)*arg2
,(wxFont
const &)*arg3
);
26284 wxPyEndAllowThreads(__tstate
);
26285 if (PyErr_Occurred()) SWIG_fail
;
26287 Py_INCREF(Py_None
); resultobj
= Py_None
;
26294 static PyObject
*_wrap_TreeCtrl_IsVisible(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26295 PyObject
*resultobj
;
26296 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26297 wxTreeItemId
*arg2
= 0 ;
26299 PyObject
* obj0
= 0 ;
26300 PyObject
* obj1
= 0 ;
26301 char *kwnames
[] = {
26302 (char *) "self",(char *) "item", NULL
26305 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_IsVisible",kwnames
,&obj0
,&obj1
)) goto fail
;
26306 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26307 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26308 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26309 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26311 if (arg2
== NULL
) {
26312 PyErr_SetString(PyExc_TypeError
,"null reference");
26316 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26317 result
= (bool)((wxPyTreeCtrl
const *)arg1
)->IsVisible((wxTreeItemId
const &)*arg2
);
26319 wxPyEndAllowThreads(__tstate
);
26320 if (PyErr_Occurred()) SWIG_fail
;
26323 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
26331 static PyObject
*_wrap_TreeCtrl_ItemHasChildren(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26332 PyObject
*resultobj
;
26333 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26334 wxTreeItemId
*arg2
= 0 ;
26336 PyObject
* obj0
= 0 ;
26337 PyObject
* obj1
= 0 ;
26338 char *kwnames
[] = {
26339 (char *) "self",(char *) "item", NULL
26342 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_ItemHasChildren",kwnames
,&obj0
,&obj1
)) goto fail
;
26343 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26344 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26345 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26346 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26348 if (arg2
== NULL
) {
26349 PyErr_SetString(PyExc_TypeError
,"null reference");
26353 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26354 result
= (bool)((wxPyTreeCtrl
const *)arg1
)->ItemHasChildren((wxTreeItemId
const &)*arg2
);
26356 wxPyEndAllowThreads(__tstate
);
26357 if (PyErr_Occurred()) SWIG_fail
;
26360 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
26368 static PyObject
*_wrap_TreeCtrl_IsExpanded(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26369 PyObject
*resultobj
;
26370 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26371 wxTreeItemId
*arg2
= 0 ;
26373 PyObject
* obj0
= 0 ;
26374 PyObject
* obj1
= 0 ;
26375 char *kwnames
[] = {
26376 (char *) "self",(char *) "item", NULL
26379 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_IsExpanded",kwnames
,&obj0
,&obj1
)) goto fail
;
26380 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26381 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26382 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26383 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26385 if (arg2
== NULL
) {
26386 PyErr_SetString(PyExc_TypeError
,"null reference");
26390 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26391 result
= (bool)((wxPyTreeCtrl
const *)arg1
)->IsExpanded((wxTreeItemId
const &)*arg2
);
26393 wxPyEndAllowThreads(__tstate
);
26394 if (PyErr_Occurred()) SWIG_fail
;
26397 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
26405 static PyObject
*_wrap_TreeCtrl_IsSelected(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26406 PyObject
*resultobj
;
26407 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26408 wxTreeItemId
*arg2
= 0 ;
26410 PyObject
* obj0
= 0 ;
26411 PyObject
* obj1
= 0 ;
26412 char *kwnames
[] = {
26413 (char *) "self",(char *) "item", NULL
26416 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_IsSelected",kwnames
,&obj0
,&obj1
)) goto fail
;
26417 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26418 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26419 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26420 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26422 if (arg2
== NULL
) {
26423 PyErr_SetString(PyExc_TypeError
,"null reference");
26427 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26428 result
= (bool)((wxPyTreeCtrl
const *)arg1
)->IsSelected((wxTreeItemId
const &)*arg2
);
26430 wxPyEndAllowThreads(__tstate
);
26431 if (PyErr_Occurred()) SWIG_fail
;
26434 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
26442 static PyObject
*_wrap_TreeCtrl_IsBold(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26443 PyObject
*resultobj
;
26444 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26445 wxTreeItemId
*arg2
= 0 ;
26447 PyObject
* obj0
= 0 ;
26448 PyObject
* obj1
= 0 ;
26449 char *kwnames
[] = {
26450 (char *) "self",(char *) "item", NULL
26453 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_IsBold",kwnames
,&obj0
,&obj1
)) goto fail
;
26454 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26455 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26456 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26457 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26459 if (arg2
== NULL
) {
26460 PyErr_SetString(PyExc_TypeError
,"null reference");
26464 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26465 result
= (bool)((wxPyTreeCtrl
const *)arg1
)->IsBold((wxTreeItemId
const &)*arg2
);
26467 wxPyEndAllowThreads(__tstate
);
26468 if (PyErr_Occurred()) SWIG_fail
;
26471 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
26479 static PyObject
*_wrap_TreeCtrl_GetChildrenCount(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26480 PyObject
*resultobj
;
26481 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26482 wxTreeItemId
*arg2
= 0 ;
26483 bool arg3
= (bool) True
;
26485 PyObject
* obj0
= 0 ;
26486 PyObject
* obj1
= 0 ;
26487 PyObject
* obj2
= 0 ;
26488 char *kwnames
[] = {
26489 (char *) "self",(char *) "item",(char *) "recursively", NULL
26492 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:TreeCtrl_GetChildrenCount",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
26493 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26494 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26495 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26496 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26498 if (arg2
== NULL
) {
26499 PyErr_SetString(PyExc_TypeError
,"null reference");
26503 arg3
= (bool)SWIG_As_bool(obj2
);
26504 if (PyErr_Occurred()) SWIG_fail
;
26507 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26508 result
= (size_t)(arg1
)->GetChildrenCount((wxTreeItemId
const &)*arg2
,arg3
);
26510 wxPyEndAllowThreads(__tstate
);
26511 if (PyErr_Occurred()) SWIG_fail
;
26513 resultobj
= SWIG_From_unsigned_SS_long((unsigned long)result
);
26520 static PyObject
*_wrap_TreeCtrl_GetRootItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26521 PyObject
*resultobj
;
26522 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26523 wxTreeItemId result
;
26524 PyObject
* obj0
= 0 ;
26525 char *kwnames
[] = {
26526 (char *) "self", NULL
26529 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetRootItem",kwnames
,&obj0
)) goto fail
;
26530 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26531 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26533 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26534 result
= ((wxPyTreeCtrl
const *)arg1
)->GetRootItem();
26536 wxPyEndAllowThreads(__tstate
);
26537 if (PyErr_Occurred()) SWIG_fail
;
26540 wxTreeItemId
* resultptr
;
26541 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26542 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
26550 static PyObject
*_wrap_TreeCtrl_GetSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26551 PyObject
*resultobj
;
26552 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26553 wxTreeItemId result
;
26554 PyObject
* obj0
= 0 ;
26555 char *kwnames
[] = {
26556 (char *) "self", NULL
26559 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetSelection",kwnames
,&obj0
)) goto fail
;
26560 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26561 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26563 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26564 result
= ((wxPyTreeCtrl
const *)arg1
)->GetSelection();
26566 wxPyEndAllowThreads(__tstate
);
26567 if (PyErr_Occurred()) SWIG_fail
;
26570 wxTreeItemId
* resultptr
;
26571 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26572 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
26580 static PyObject
*_wrap_TreeCtrl_GetSelections(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26581 PyObject
*resultobj
;
26582 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26584 PyObject
* obj0
= 0 ;
26585 char *kwnames
[] = {
26586 (char *) "self", NULL
26589 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetSelections",kwnames
,&obj0
)) goto fail
;
26590 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26591 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26593 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26594 result
= (PyObject
*)wxPyTreeCtrl_GetSelections(arg1
);
26596 wxPyEndAllowThreads(__tstate
);
26597 if (PyErr_Occurred()) SWIG_fail
;
26599 resultobj
= result
;
26606 static PyObject
*_wrap_TreeCtrl_GetItemParent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26607 PyObject
*resultobj
;
26608 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26609 wxTreeItemId
*arg2
= 0 ;
26610 wxTreeItemId result
;
26611 PyObject
* obj0
= 0 ;
26612 PyObject
* obj1
= 0 ;
26613 char *kwnames
[] = {
26614 (char *) "self",(char *) "item", NULL
26617 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetItemParent",kwnames
,&obj0
,&obj1
)) goto fail
;
26618 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26619 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26620 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26621 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26623 if (arg2
== NULL
) {
26624 PyErr_SetString(PyExc_TypeError
,"null reference");
26628 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26629 result
= ((wxPyTreeCtrl
const *)arg1
)->GetItemParent((wxTreeItemId
const &)*arg2
);
26631 wxPyEndAllowThreads(__tstate
);
26632 if (PyErr_Occurred()) SWIG_fail
;
26635 wxTreeItemId
* resultptr
;
26636 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26637 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
26645 static PyObject
*_wrap_TreeCtrl_GetFirstChild(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26646 PyObject
*resultobj
;
26647 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26648 wxTreeItemId
*arg2
= 0 ;
26650 PyObject
* obj0
= 0 ;
26651 PyObject
* obj1
= 0 ;
26652 char *kwnames
[] = {
26653 (char *) "self",(char *) "item", NULL
26656 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetFirstChild",kwnames
,&obj0
,&obj1
)) goto fail
;
26657 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26658 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26659 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26660 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26662 if (arg2
== NULL
) {
26663 PyErr_SetString(PyExc_TypeError
,"null reference");
26667 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26668 result
= (PyObject
*)wxPyTreeCtrl_GetFirstChild(arg1
,(wxTreeItemId
const &)*arg2
);
26670 wxPyEndAllowThreads(__tstate
);
26671 if (PyErr_Occurred()) SWIG_fail
;
26673 resultobj
= result
;
26680 static PyObject
*_wrap_TreeCtrl_GetNextChild(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26681 PyObject
*resultobj
;
26682 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26683 wxTreeItemId
*arg2
= 0 ;
26684 void *arg3
= (void *) 0 ;
26686 PyObject
* obj0
= 0 ;
26687 PyObject
* obj1
= 0 ;
26688 PyObject
* obj2
= 0 ;
26689 char *kwnames
[] = {
26690 (char *) "self",(char *) "item",(char *) "cookie", NULL
26693 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:TreeCtrl_GetNextChild",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
26694 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26695 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26696 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26697 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26699 if (arg2
== NULL
) {
26700 PyErr_SetString(PyExc_TypeError
,"null reference");
26703 if ((SWIG_ConvertPtr(obj2
,&arg3
,0,SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26705 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26706 result
= (PyObject
*)wxPyTreeCtrl_GetNextChild(arg1
,(wxTreeItemId
const &)*arg2
,arg3
);
26708 wxPyEndAllowThreads(__tstate
);
26709 if (PyErr_Occurred()) SWIG_fail
;
26711 resultobj
= result
;
26718 static PyObject
*_wrap_TreeCtrl_GetLastChild(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26719 PyObject
*resultobj
;
26720 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26721 wxTreeItemId
*arg2
= 0 ;
26722 wxTreeItemId result
;
26723 PyObject
* obj0
= 0 ;
26724 PyObject
* obj1
= 0 ;
26725 char *kwnames
[] = {
26726 (char *) "self",(char *) "item", NULL
26729 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetLastChild",kwnames
,&obj0
,&obj1
)) goto fail
;
26730 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26731 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26732 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26733 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26735 if (arg2
== NULL
) {
26736 PyErr_SetString(PyExc_TypeError
,"null reference");
26740 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26741 result
= ((wxPyTreeCtrl
const *)arg1
)->GetLastChild((wxTreeItemId
const &)*arg2
);
26743 wxPyEndAllowThreads(__tstate
);
26744 if (PyErr_Occurred()) SWIG_fail
;
26747 wxTreeItemId
* resultptr
;
26748 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26749 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
26757 static PyObject
*_wrap_TreeCtrl_GetNextSibling(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26758 PyObject
*resultobj
;
26759 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26760 wxTreeItemId
*arg2
= 0 ;
26761 wxTreeItemId result
;
26762 PyObject
* obj0
= 0 ;
26763 PyObject
* obj1
= 0 ;
26764 char *kwnames
[] = {
26765 (char *) "self",(char *) "item", NULL
26768 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetNextSibling",kwnames
,&obj0
,&obj1
)) goto fail
;
26769 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26770 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26771 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26772 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26774 if (arg2
== NULL
) {
26775 PyErr_SetString(PyExc_TypeError
,"null reference");
26779 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26780 result
= ((wxPyTreeCtrl
const *)arg1
)->GetNextSibling((wxTreeItemId
const &)*arg2
);
26782 wxPyEndAllowThreads(__tstate
);
26783 if (PyErr_Occurred()) SWIG_fail
;
26786 wxTreeItemId
* resultptr
;
26787 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26788 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
26796 static PyObject
*_wrap_TreeCtrl_GetPrevSibling(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26797 PyObject
*resultobj
;
26798 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26799 wxTreeItemId
*arg2
= 0 ;
26800 wxTreeItemId result
;
26801 PyObject
* obj0
= 0 ;
26802 PyObject
* obj1
= 0 ;
26803 char *kwnames
[] = {
26804 (char *) "self",(char *) "item", NULL
26807 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetPrevSibling",kwnames
,&obj0
,&obj1
)) goto fail
;
26808 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26809 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26810 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26811 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26813 if (arg2
== NULL
) {
26814 PyErr_SetString(PyExc_TypeError
,"null reference");
26818 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26819 result
= ((wxPyTreeCtrl
const *)arg1
)->GetPrevSibling((wxTreeItemId
const &)*arg2
);
26821 wxPyEndAllowThreads(__tstate
);
26822 if (PyErr_Occurred()) SWIG_fail
;
26825 wxTreeItemId
* resultptr
;
26826 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26827 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
26835 static PyObject
*_wrap_TreeCtrl_GetFirstVisibleItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26836 PyObject
*resultobj
;
26837 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26838 wxTreeItemId result
;
26839 PyObject
* obj0
= 0 ;
26840 char *kwnames
[] = {
26841 (char *) "self", NULL
26844 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetFirstVisibleItem",kwnames
,&obj0
)) goto fail
;
26845 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26846 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26848 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26849 result
= ((wxPyTreeCtrl
const *)arg1
)->GetFirstVisibleItem();
26851 wxPyEndAllowThreads(__tstate
);
26852 if (PyErr_Occurred()) SWIG_fail
;
26855 wxTreeItemId
* resultptr
;
26856 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26857 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
26865 static PyObject
*_wrap_TreeCtrl_GetNextVisible(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26866 PyObject
*resultobj
;
26867 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26868 wxTreeItemId
*arg2
= 0 ;
26869 wxTreeItemId result
;
26870 PyObject
* obj0
= 0 ;
26871 PyObject
* obj1
= 0 ;
26872 char *kwnames
[] = {
26873 (char *) "self",(char *) "item", NULL
26876 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetNextVisible",kwnames
,&obj0
,&obj1
)) goto fail
;
26877 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26878 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26879 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26880 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26882 if (arg2
== NULL
) {
26883 PyErr_SetString(PyExc_TypeError
,"null reference");
26887 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26888 result
= ((wxPyTreeCtrl
const *)arg1
)->GetNextVisible((wxTreeItemId
const &)*arg2
);
26890 wxPyEndAllowThreads(__tstate
);
26891 if (PyErr_Occurred()) SWIG_fail
;
26894 wxTreeItemId
* resultptr
;
26895 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26896 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
26904 static PyObject
*_wrap_TreeCtrl_GetPrevVisible(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26905 PyObject
*resultobj
;
26906 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26907 wxTreeItemId
*arg2
= 0 ;
26908 wxTreeItemId result
;
26909 PyObject
* obj0
= 0 ;
26910 PyObject
* obj1
= 0 ;
26911 char *kwnames
[] = {
26912 (char *) "self",(char *) "item", NULL
26915 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_GetPrevVisible",kwnames
,&obj0
,&obj1
)) goto fail
;
26916 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26917 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26918 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
26919 SWIG_POINTER_EXCEPTION
| 0)) == -1)
26921 if (arg2
== NULL
) {
26922 PyErr_SetString(PyExc_TypeError
,"null reference");
26926 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26927 result
= ((wxPyTreeCtrl
const *)arg1
)->GetPrevVisible((wxTreeItemId
const &)*arg2
);
26929 wxPyEndAllowThreads(__tstate
);
26930 if (PyErr_Occurred()) SWIG_fail
;
26933 wxTreeItemId
* resultptr
;
26934 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26935 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
26943 static PyObject
*_wrap_TreeCtrl_AddRoot(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
26944 PyObject
*resultobj
;
26945 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
26946 wxString
*arg2
= 0 ;
26947 int arg3
= (int) -1 ;
26948 int arg4
= (int) -1 ;
26949 wxPyTreeItemData
*arg5
= (wxPyTreeItemData
*) NULL
;
26950 wxTreeItemId result
;
26951 bool temp2
= False
;
26952 PyObject
* obj0
= 0 ;
26953 PyObject
* obj1
= 0 ;
26954 PyObject
* obj2
= 0 ;
26955 PyObject
* obj3
= 0 ;
26956 PyObject
* obj4
= 0 ;
26957 char *kwnames
[] = {
26958 (char *) "self",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
26961 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOO:TreeCtrl_AddRoot",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
26962 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
26963 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26965 arg2
= wxString_in_helper(obj1
);
26966 if (arg2
== NULL
) SWIG_fail
;
26970 arg3
= (int)SWIG_As_int(obj2
);
26971 if (PyErr_Occurred()) SWIG_fail
;
26974 arg4
= (int)SWIG_As_int(obj3
);
26975 if (PyErr_Occurred()) SWIG_fail
;
26978 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxPyTreeItemData
,
26979 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
26982 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
26983 result
= (arg1
)->AddRoot((wxString
const &)*arg2
,arg3
,arg4
,arg5
);
26985 wxPyEndAllowThreads(__tstate
);
26986 if (PyErr_Occurred()) SWIG_fail
;
26989 wxTreeItemId
* resultptr
;
26990 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
26991 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
27007 static PyObject
*_wrap_TreeCtrl_PrependItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27008 PyObject
*resultobj
;
27009 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27010 wxTreeItemId
*arg2
= 0 ;
27011 wxString
*arg3
= 0 ;
27012 int arg4
= (int) -1 ;
27013 int arg5
= (int) -1 ;
27014 wxPyTreeItemData
*arg6
= (wxPyTreeItemData
*) NULL
;
27015 wxTreeItemId result
;
27016 bool temp3
= False
;
27017 PyObject
* obj0
= 0 ;
27018 PyObject
* obj1
= 0 ;
27019 PyObject
* obj2
= 0 ;
27020 PyObject
* obj3
= 0 ;
27021 PyObject
* obj4
= 0 ;
27022 PyObject
* obj5
= 0 ;
27023 char *kwnames
[] = {
27024 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27027 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|OOO:TreeCtrl_PrependItem",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
27028 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27029 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27030 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27031 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27033 if (arg2
== NULL
) {
27034 PyErr_SetString(PyExc_TypeError
,"null reference");
27038 arg3
= wxString_in_helper(obj2
);
27039 if (arg3
== NULL
) SWIG_fail
;
27043 arg4
= (int)SWIG_As_int(obj3
);
27044 if (PyErr_Occurred()) SWIG_fail
;
27047 arg5
= (int)SWIG_As_int(obj4
);
27048 if (PyErr_Occurred()) SWIG_fail
;
27051 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxPyTreeItemData
,
27052 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27055 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27056 result
= (arg1
)->PrependItem((wxTreeItemId
const &)*arg2
,(wxString
const &)*arg3
,arg4
,arg5
,arg6
);
27058 wxPyEndAllowThreads(__tstate
);
27059 if (PyErr_Occurred()) SWIG_fail
;
27062 wxTreeItemId
* resultptr
;
27063 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
27064 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
27080 static PyObject
*_wrap_TreeCtrl_InsertItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27081 PyObject
*resultobj
;
27082 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27083 wxTreeItemId
*arg2
= 0 ;
27084 wxTreeItemId
*arg3
= 0 ;
27085 wxString
*arg4
= 0 ;
27086 int arg5
= (int) -1 ;
27087 int arg6
= (int) -1 ;
27088 wxPyTreeItemData
*arg7
= (wxPyTreeItemData
*) NULL
;
27089 wxTreeItemId result
;
27090 bool temp4
= False
;
27091 PyObject
* obj0
= 0 ;
27092 PyObject
* obj1
= 0 ;
27093 PyObject
* obj2
= 0 ;
27094 PyObject
* obj3
= 0 ;
27095 PyObject
* obj4
= 0 ;
27096 PyObject
* obj5
= 0 ;
27097 PyObject
* obj6
= 0 ;
27098 char *kwnames
[] = {
27099 (char *) "self",(char *) "parent",(char *) "idPrevious",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27102 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO|OOO:TreeCtrl_InsertItem",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
27103 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27104 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27105 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27106 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27108 if (arg2
== NULL
) {
27109 PyErr_SetString(PyExc_TypeError
,"null reference");
27112 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxTreeItemId
,
27113 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27115 if (arg3
== NULL
) {
27116 PyErr_SetString(PyExc_TypeError
,"null reference");
27120 arg4
= wxString_in_helper(obj3
);
27121 if (arg4
== NULL
) SWIG_fail
;
27125 arg5
= (int)SWIG_As_int(obj4
);
27126 if (PyErr_Occurred()) SWIG_fail
;
27129 arg6
= (int)SWIG_As_int(obj5
);
27130 if (PyErr_Occurred()) SWIG_fail
;
27133 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxPyTreeItemData
,
27134 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27137 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27138 result
= (arg1
)->InsertItem((wxTreeItemId
const &)*arg2
,(wxTreeItemId
const &)*arg3
,(wxString
const &)*arg4
,arg5
,arg6
,arg7
);
27140 wxPyEndAllowThreads(__tstate
);
27141 if (PyErr_Occurred()) SWIG_fail
;
27144 wxTreeItemId
* resultptr
;
27145 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
27146 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
27162 static PyObject
*_wrap_TreeCtrl_InsertItemBefore(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27163 PyObject
*resultobj
;
27164 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27165 wxTreeItemId
*arg2
= 0 ;
27167 wxString
*arg4
= 0 ;
27168 int arg5
= (int) -1 ;
27169 int arg6
= (int) -1 ;
27170 wxPyTreeItemData
*arg7
= (wxPyTreeItemData
*) NULL
;
27171 wxTreeItemId result
;
27172 bool temp4
= False
;
27173 PyObject
* obj0
= 0 ;
27174 PyObject
* obj1
= 0 ;
27175 PyObject
* obj2
= 0 ;
27176 PyObject
* obj3
= 0 ;
27177 PyObject
* obj4
= 0 ;
27178 PyObject
* obj5
= 0 ;
27179 PyObject
* obj6
= 0 ;
27180 char *kwnames
[] = {
27181 (char *) "self",(char *) "parent",(char *) "index",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27184 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO|OOO:TreeCtrl_InsertItemBefore",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
27185 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27186 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27187 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27188 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27190 if (arg2
== NULL
) {
27191 PyErr_SetString(PyExc_TypeError
,"null reference");
27194 arg3
= (size_t)SWIG_As_unsigned_SS_long(obj2
);
27195 if (PyErr_Occurred()) SWIG_fail
;
27197 arg4
= wxString_in_helper(obj3
);
27198 if (arg4
== NULL
) SWIG_fail
;
27202 arg5
= (int)SWIG_As_int(obj4
);
27203 if (PyErr_Occurred()) SWIG_fail
;
27206 arg6
= (int)SWIG_As_int(obj5
);
27207 if (PyErr_Occurred()) SWIG_fail
;
27210 if ((SWIG_ConvertPtr(obj6
,(void **)(&arg7
),SWIGTYPE_p_wxPyTreeItemData
,
27211 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27214 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27215 result
= (arg1
)->InsertItem((wxTreeItemId
const &)*arg2
,arg3
,(wxString
const &)*arg4
,arg5
,arg6
,arg7
);
27217 wxPyEndAllowThreads(__tstate
);
27218 if (PyErr_Occurred()) SWIG_fail
;
27221 wxTreeItemId
* resultptr
;
27222 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
27223 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
27239 static PyObject
*_wrap_TreeCtrl_AppendItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27240 PyObject
*resultobj
;
27241 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27242 wxTreeItemId
*arg2
= 0 ;
27243 wxString
*arg3
= 0 ;
27244 int arg4
= (int) -1 ;
27245 int arg5
= (int) -1 ;
27246 wxPyTreeItemData
*arg6
= (wxPyTreeItemData
*) NULL
;
27247 wxTreeItemId result
;
27248 bool temp3
= False
;
27249 PyObject
* obj0
= 0 ;
27250 PyObject
* obj1
= 0 ;
27251 PyObject
* obj2
= 0 ;
27252 PyObject
* obj3
= 0 ;
27253 PyObject
* obj4
= 0 ;
27254 PyObject
* obj5
= 0 ;
27255 char *kwnames
[] = {
27256 (char *) "self",(char *) "parent",(char *) "text",(char *) "image",(char *) "selectedImage",(char *) "data", NULL
27259 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|OOO:TreeCtrl_AppendItem",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
27260 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27261 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27262 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27263 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27265 if (arg2
== NULL
) {
27266 PyErr_SetString(PyExc_TypeError
,"null reference");
27270 arg3
= wxString_in_helper(obj2
);
27271 if (arg3
== NULL
) SWIG_fail
;
27275 arg4
= (int)SWIG_As_int(obj3
);
27276 if (PyErr_Occurred()) SWIG_fail
;
27279 arg5
= (int)SWIG_As_int(obj4
);
27280 if (PyErr_Occurred()) SWIG_fail
;
27283 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxPyTreeItemData
,
27284 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27287 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27288 result
= (arg1
)->AppendItem((wxTreeItemId
const &)*arg2
,(wxString
const &)*arg3
,arg4
,arg5
,arg6
);
27290 wxPyEndAllowThreads(__tstate
);
27291 if (PyErr_Occurred()) SWIG_fail
;
27294 wxTreeItemId
* resultptr
;
27295 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
27296 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
27312 static PyObject
*_wrap_TreeCtrl_Delete(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27313 PyObject
*resultobj
;
27314 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27315 wxTreeItemId
*arg2
= 0 ;
27316 PyObject
* obj0
= 0 ;
27317 PyObject
* obj1
= 0 ;
27318 char *kwnames
[] = {
27319 (char *) "self",(char *) "item", NULL
27322 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_Delete",kwnames
,&obj0
,&obj1
)) goto fail
;
27323 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27324 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27325 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27326 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27328 if (arg2
== NULL
) {
27329 PyErr_SetString(PyExc_TypeError
,"null reference");
27333 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27334 (arg1
)->Delete((wxTreeItemId
const &)*arg2
);
27336 wxPyEndAllowThreads(__tstate
);
27337 if (PyErr_Occurred()) SWIG_fail
;
27339 Py_INCREF(Py_None
); resultobj
= Py_None
;
27346 static PyObject
*_wrap_TreeCtrl_DeleteChildren(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27347 PyObject
*resultobj
;
27348 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27349 wxTreeItemId
*arg2
= 0 ;
27350 PyObject
* obj0
= 0 ;
27351 PyObject
* obj1
= 0 ;
27352 char *kwnames
[] = {
27353 (char *) "self",(char *) "item", NULL
27356 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_DeleteChildren",kwnames
,&obj0
,&obj1
)) goto fail
;
27357 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27358 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27359 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27360 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27362 if (arg2
== NULL
) {
27363 PyErr_SetString(PyExc_TypeError
,"null reference");
27367 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27368 (arg1
)->DeleteChildren((wxTreeItemId
const &)*arg2
);
27370 wxPyEndAllowThreads(__tstate
);
27371 if (PyErr_Occurred()) SWIG_fail
;
27373 Py_INCREF(Py_None
); resultobj
= Py_None
;
27380 static PyObject
*_wrap_TreeCtrl_DeleteAllItems(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27381 PyObject
*resultobj
;
27382 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27383 PyObject
* obj0
= 0 ;
27384 char *kwnames
[] = {
27385 (char *) "self", NULL
27388 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_DeleteAllItems",kwnames
,&obj0
)) goto fail
;
27389 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27390 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27392 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27393 (arg1
)->DeleteAllItems();
27395 wxPyEndAllowThreads(__tstate
);
27396 if (PyErr_Occurred()) SWIG_fail
;
27398 Py_INCREF(Py_None
); resultobj
= Py_None
;
27405 static PyObject
*_wrap_TreeCtrl_Expand(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27406 PyObject
*resultobj
;
27407 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27408 wxTreeItemId
*arg2
= 0 ;
27409 PyObject
* obj0
= 0 ;
27410 PyObject
* obj1
= 0 ;
27411 char *kwnames
[] = {
27412 (char *) "self",(char *) "item", NULL
27415 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_Expand",kwnames
,&obj0
,&obj1
)) goto fail
;
27416 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27417 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27418 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27419 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27421 if (arg2
== NULL
) {
27422 PyErr_SetString(PyExc_TypeError
,"null reference");
27426 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27427 (arg1
)->Expand((wxTreeItemId
const &)*arg2
);
27429 wxPyEndAllowThreads(__tstate
);
27430 if (PyErr_Occurred()) SWIG_fail
;
27432 Py_INCREF(Py_None
); resultobj
= Py_None
;
27439 static PyObject
*_wrap_TreeCtrl_Collapse(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27440 PyObject
*resultobj
;
27441 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27442 wxTreeItemId
*arg2
= 0 ;
27443 PyObject
* obj0
= 0 ;
27444 PyObject
* obj1
= 0 ;
27445 char *kwnames
[] = {
27446 (char *) "self",(char *) "item", NULL
27449 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_Collapse",kwnames
,&obj0
,&obj1
)) goto fail
;
27450 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27451 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27452 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27453 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27455 if (arg2
== NULL
) {
27456 PyErr_SetString(PyExc_TypeError
,"null reference");
27460 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27461 (arg1
)->Collapse((wxTreeItemId
const &)*arg2
);
27463 wxPyEndAllowThreads(__tstate
);
27464 if (PyErr_Occurred()) SWIG_fail
;
27466 Py_INCREF(Py_None
); resultobj
= Py_None
;
27473 static PyObject
*_wrap_TreeCtrl_CollapseAndReset(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27474 PyObject
*resultobj
;
27475 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27476 wxTreeItemId
*arg2
= 0 ;
27477 PyObject
* obj0
= 0 ;
27478 PyObject
* obj1
= 0 ;
27479 char *kwnames
[] = {
27480 (char *) "self",(char *) "item", NULL
27483 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_CollapseAndReset",kwnames
,&obj0
,&obj1
)) goto fail
;
27484 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27485 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27486 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27487 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27489 if (arg2
== NULL
) {
27490 PyErr_SetString(PyExc_TypeError
,"null reference");
27494 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27495 (arg1
)->CollapseAndReset((wxTreeItemId
const &)*arg2
);
27497 wxPyEndAllowThreads(__tstate
);
27498 if (PyErr_Occurred()) SWIG_fail
;
27500 Py_INCREF(Py_None
); resultobj
= Py_None
;
27507 static PyObject
*_wrap_TreeCtrl_Toggle(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27508 PyObject
*resultobj
;
27509 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27510 wxTreeItemId
*arg2
= 0 ;
27511 PyObject
* obj0
= 0 ;
27512 PyObject
* obj1
= 0 ;
27513 char *kwnames
[] = {
27514 (char *) "self",(char *) "item", NULL
27517 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_Toggle",kwnames
,&obj0
,&obj1
)) goto fail
;
27518 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27519 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27520 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27521 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27523 if (arg2
== NULL
) {
27524 PyErr_SetString(PyExc_TypeError
,"null reference");
27528 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27529 (arg1
)->Toggle((wxTreeItemId
const &)*arg2
);
27531 wxPyEndAllowThreads(__tstate
);
27532 if (PyErr_Occurred()) SWIG_fail
;
27534 Py_INCREF(Py_None
); resultobj
= Py_None
;
27541 static PyObject
*_wrap_TreeCtrl_Unselect(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27542 PyObject
*resultobj
;
27543 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27544 PyObject
* obj0
= 0 ;
27545 char *kwnames
[] = {
27546 (char *) "self", NULL
27549 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_Unselect",kwnames
,&obj0
)) goto fail
;
27550 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27551 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27553 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27554 (arg1
)->Unselect();
27556 wxPyEndAllowThreads(__tstate
);
27557 if (PyErr_Occurred()) SWIG_fail
;
27559 Py_INCREF(Py_None
); resultobj
= Py_None
;
27566 static PyObject
*_wrap_TreeCtrl_UnselectItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27567 PyObject
*resultobj
;
27568 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27569 wxTreeItemId
*arg2
= 0 ;
27570 PyObject
* obj0
= 0 ;
27571 PyObject
* obj1
= 0 ;
27572 char *kwnames
[] = {
27573 (char *) "self",(char *) "item", NULL
27576 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_UnselectItem",kwnames
,&obj0
,&obj1
)) goto fail
;
27577 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27578 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27579 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27580 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27582 if (arg2
== NULL
) {
27583 PyErr_SetString(PyExc_TypeError
,"null reference");
27587 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27588 (arg1
)->UnselectItem((wxTreeItemId
const &)*arg2
);
27590 wxPyEndAllowThreads(__tstate
);
27591 if (PyErr_Occurred()) SWIG_fail
;
27593 Py_INCREF(Py_None
); resultobj
= Py_None
;
27600 static PyObject
*_wrap_TreeCtrl_UnselectAll(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27601 PyObject
*resultobj
;
27602 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27603 PyObject
* obj0
= 0 ;
27604 char *kwnames
[] = {
27605 (char *) "self", NULL
27608 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_UnselectAll",kwnames
,&obj0
)) goto fail
;
27609 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27610 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27612 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27613 (arg1
)->UnselectAll();
27615 wxPyEndAllowThreads(__tstate
);
27616 if (PyErr_Occurred()) SWIG_fail
;
27618 Py_INCREF(Py_None
); resultobj
= Py_None
;
27625 static PyObject
*_wrap_TreeCtrl_SelectItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27626 PyObject
*resultobj
;
27627 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27628 wxTreeItemId
*arg2
= 0 ;
27629 bool arg3
= (bool) True
;
27630 PyObject
* obj0
= 0 ;
27631 PyObject
* obj1
= 0 ;
27632 PyObject
* obj2
= 0 ;
27633 char *kwnames
[] = {
27634 (char *) "self",(char *) "item",(char *) "select", NULL
27637 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:TreeCtrl_SelectItem",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
27638 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27639 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27640 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27641 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27643 if (arg2
== NULL
) {
27644 PyErr_SetString(PyExc_TypeError
,"null reference");
27648 arg3
= (bool)SWIG_As_bool(obj2
);
27649 if (PyErr_Occurred()) SWIG_fail
;
27652 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27653 (arg1
)->SelectItem((wxTreeItemId
const &)*arg2
,arg3
);
27655 wxPyEndAllowThreads(__tstate
);
27656 if (PyErr_Occurred()) SWIG_fail
;
27658 Py_INCREF(Py_None
); resultobj
= Py_None
;
27665 static PyObject
*_wrap_TreeCtrl_ToggleItemSelection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27666 PyObject
*resultobj
;
27667 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27668 wxTreeItemId
*arg2
= 0 ;
27669 PyObject
* obj0
= 0 ;
27670 PyObject
* obj1
= 0 ;
27671 char *kwnames
[] = {
27672 (char *) "self",(char *) "item", NULL
27675 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_ToggleItemSelection",kwnames
,&obj0
,&obj1
)) goto fail
;
27676 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27677 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27678 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27679 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27681 if (arg2
== NULL
) {
27682 PyErr_SetString(PyExc_TypeError
,"null reference");
27686 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27687 (arg1
)->ToggleItemSelection((wxTreeItemId
const &)*arg2
);
27689 wxPyEndAllowThreads(__tstate
);
27690 if (PyErr_Occurred()) SWIG_fail
;
27692 Py_INCREF(Py_None
); resultobj
= Py_None
;
27699 static PyObject
*_wrap_TreeCtrl_EnsureVisible(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27700 PyObject
*resultobj
;
27701 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27702 wxTreeItemId
*arg2
= 0 ;
27703 PyObject
* obj0
= 0 ;
27704 PyObject
* obj1
= 0 ;
27705 char *kwnames
[] = {
27706 (char *) "self",(char *) "item", NULL
27709 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_EnsureVisible",kwnames
,&obj0
,&obj1
)) goto fail
;
27710 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27711 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27712 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27713 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27715 if (arg2
== NULL
) {
27716 PyErr_SetString(PyExc_TypeError
,"null reference");
27720 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27721 (arg1
)->EnsureVisible((wxTreeItemId
const &)*arg2
);
27723 wxPyEndAllowThreads(__tstate
);
27724 if (PyErr_Occurred()) SWIG_fail
;
27726 Py_INCREF(Py_None
); resultobj
= Py_None
;
27733 static PyObject
*_wrap_TreeCtrl_ScrollTo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27734 PyObject
*resultobj
;
27735 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27736 wxTreeItemId
*arg2
= 0 ;
27737 PyObject
* obj0
= 0 ;
27738 PyObject
* obj1
= 0 ;
27739 char *kwnames
[] = {
27740 (char *) "self",(char *) "item", NULL
27743 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_ScrollTo",kwnames
,&obj0
,&obj1
)) goto fail
;
27744 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27745 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27746 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27747 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27749 if (arg2
== NULL
) {
27750 PyErr_SetString(PyExc_TypeError
,"null reference");
27754 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27755 (arg1
)->ScrollTo((wxTreeItemId
const &)*arg2
);
27757 wxPyEndAllowThreads(__tstate
);
27758 if (PyErr_Occurred()) SWIG_fail
;
27760 Py_INCREF(Py_None
); resultobj
= Py_None
;
27767 static PyObject
*_wrap_TreeCtrl_EditLabel(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27768 PyObject
*resultobj
;
27769 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27770 wxTreeItemId
*arg2
= 0 ;
27771 PyObject
* obj0
= 0 ;
27772 PyObject
* obj1
= 0 ;
27773 char *kwnames
[] = {
27774 (char *) "self",(char *) "item", NULL
27777 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_EditLabel",kwnames
,&obj0
,&obj1
)) goto fail
;
27778 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27779 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27780 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27781 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27783 if (arg2
== NULL
) {
27784 PyErr_SetString(PyExc_TypeError
,"null reference");
27788 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27789 (arg1
)->EditLabel((wxTreeItemId
const &)*arg2
);
27791 wxPyEndAllowThreads(__tstate
);
27792 if (PyErr_Occurred()) SWIG_fail
;
27794 Py_INCREF(Py_None
); resultobj
= Py_None
;
27801 static PyObject
*_wrap_TreeCtrl_GetEditControl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27802 PyObject
*resultobj
;
27803 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27804 wxTextCtrl
*result
;
27805 PyObject
* obj0
= 0 ;
27806 char *kwnames
[] = {
27807 (char *) "self", NULL
27810 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:TreeCtrl_GetEditControl",kwnames
,&obj0
)) goto fail
;
27811 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27812 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27814 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27815 result
= (wxTextCtrl
*)((wxPyTreeCtrl
const *)arg1
)->GetEditControl();
27817 wxPyEndAllowThreads(__tstate
);
27818 if (PyErr_Occurred()) SWIG_fail
;
27821 resultobj
= wxPyMake_wxObject(result
, 0);
27829 static PyObject
*_wrap_TreeCtrl_SortChildren(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27830 PyObject
*resultobj
;
27831 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27832 wxTreeItemId
*arg2
= 0 ;
27833 PyObject
* obj0
= 0 ;
27834 PyObject
* obj1
= 0 ;
27835 char *kwnames
[] = {
27836 (char *) "self",(char *) "item", NULL
27839 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_SortChildren",kwnames
,&obj0
,&obj1
)) goto fail
;
27840 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27841 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27842 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27843 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27845 if (arg2
== NULL
) {
27846 PyErr_SetString(PyExc_TypeError
,"null reference");
27850 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27851 (arg1
)->SortChildren((wxTreeItemId
const &)*arg2
);
27853 wxPyEndAllowThreads(__tstate
);
27854 if (PyErr_Occurred()) SWIG_fail
;
27856 Py_INCREF(Py_None
); resultobj
= Py_None
;
27863 static PyObject
*_wrap_TreeCtrl_HitTest(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27864 PyObject
*resultobj
;
27865 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27866 wxPoint
*arg2
= 0 ;
27868 wxTreeItemId result
;
27872 PyObject
* obj0
= 0 ;
27873 PyObject
* obj1
= 0 ;
27874 char *kwnames
[] = {
27875 (char *) "self",(char *) "point", NULL
27878 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
27879 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:TreeCtrl_HitTest",kwnames
,&obj0
,&obj1
)) goto fail
;
27880 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27881 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27884 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
27887 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27888 result
= (arg1
)->HitTest((wxPoint
const &)*arg2
,*arg3
);
27890 wxPyEndAllowThreads(__tstate
);
27891 if (PyErr_Occurred()) SWIG_fail
;
27894 wxTreeItemId
* resultptr
;
27895 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
27896 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
27898 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
27899 SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0)));
27906 static PyObject
*_wrap_TreeCtrl_GetBoundingRect(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27907 PyObject
*resultobj
;
27908 wxPyTreeCtrl
*arg1
= (wxPyTreeCtrl
*) 0 ;
27909 wxTreeItemId
*arg2
= 0 ;
27910 bool arg3
= (bool) False
;
27912 PyObject
* obj0
= 0 ;
27913 PyObject
* obj1
= 0 ;
27914 PyObject
* obj2
= 0 ;
27915 char *kwnames
[] = {
27916 (char *) "self",(char *) "item",(char *) "textOnly", NULL
27919 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:TreeCtrl_GetBoundingRect",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
27920 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
27921 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
27922 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
27923 SWIG_POINTER_EXCEPTION
| 0)) == -1)
27925 if (arg2
== NULL
) {
27926 PyErr_SetString(PyExc_TypeError
,"null reference");
27930 arg3
= (bool)SWIG_As_bool(obj2
);
27931 if (PyErr_Occurred()) SWIG_fail
;
27934 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27935 result
= (PyObject
*)wxPyTreeCtrl_GetBoundingRect(arg1
,(wxTreeItemId
const &)*arg2
,arg3
);
27937 wxPyEndAllowThreads(__tstate
);
27938 if (PyErr_Occurred()) SWIG_fail
;
27940 resultobj
= result
;
27947 static PyObject
*_wrap_TreeCtrl_GetClassDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
27948 PyObject
*resultobj
;
27949 int arg1
= (int) wxWINDOW_VARIANT_NORMAL
;
27950 wxVisualAttributes result
;
27951 PyObject
* obj0
= 0 ;
27952 char *kwnames
[] = {
27953 (char *) "variant", NULL
27956 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|O:TreeCtrl_GetClassDefaultAttributes",kwnames
,&obj0
)) goto fail
;
27958 arg1
= (int)SWIG_As_int(obj0
);
27959 if (PyErr_Occurred()) SWIG_fail
;
27962 if (!wxPyCheckForApp()) SWIG_fail
;
27963 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
27964 result
= wxPyTreeCtrl::GetClassDefaultAttributes((wxWindowVariant
)arg1
);
27966 wxPyEndAllowThreads(__tstate
);
27967 if (PyErr_Occurred()) SWIG_fail
;
27970 wxVisualAttributes
* resultptr
;
27971 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
27972 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
27980 static PyObject
* TreeCtrl_swigregister(PyObject
*, PyObject
*args
) {
27982 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
27983 SWIG_TypeClientData(SWIGTYPE_p_wxPyTreeCtrl
, obj
);
27985 return Py_BuildValue((char *)"");
27987 static int _wrap_DirDialogDefaultFolderStr_set(PyObject
*) {
27988 PyErr_SetString(PyExc_TypeError
,"Variable DirDialogDefaultFolderStr is read-only.");
27993 static PyObject
*_wrap_DirDialogDefaultFolderStr_get() {
27998 pyobj
= PyUnicode_FromWideChar((&wxPyDirDialogDefaultFolderStr
)->c_str(), (&wxPyDirDialogDefaultFolderStr
)->Len());
28000 pyobj
= PyString_FromStringAndSize((&wxPyDirDialogDefaultFolderStr
)->c_str(), (&wxPyDirDialogDefaultFolderStr
)->Len());
28007 static PyObject
*_wrap_new_GenericDirCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28008 PyObject
*resultobj
;
28009 wxWindow
*arg1
= (wxWindow
*) 0 ;
28010 int arg2
= (int) (int)-1 ;
28011 wxString
const &arg3_defvalue
= wxPyDirDialogDefaultFolderStr
;
28012 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
28013 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
28014 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
28015 wxSize
const &arg5_defvalue
= wxDefaultSize
;
28016 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
28017 long arg6
= (long) wxDIRCTRL_3D_INTERNAL
|wxSUNKEN_BORDER
;
28018 wxString
const &arg7_defvalue
= wxPyEmptyString
;
28019 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
28020 int arg8
= (int) 0 ;
28021 wxString
const &arg9_defvalue
= wxPyTreeCtrlNameStr
;
28022 wxString
*arg9
= (wxString
*) &arg9_defvalue
;
28023 wxGenericDirCtrl
*result
;
28024 bool temp3
= False
;
28027 bool temp7
= False
;
28028 bool temp9
= False
;
28029 PyObject
* obj0
= 0 ;
28030 PyObject
* obj1
= 0 ;
28031 PyObject
* obj2
= 0 ;
28032 PyObject
* obj3
= 0 ;
28033 PyObject
* obj4
= 0 ;
28034 PyObject
* obj5
= 0 ;
28035 PyObject
* obj6
= 0 ;
28036 PyObject
* obj7
= 0 ;
28037 PyObject
* obj8
= 0 ;
28038 char *kwnames
[] = {
28039 (char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
28042 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOOOO:new_GenericDirCtrl",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
)) goto fail
;
28043 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
28044 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28046 arg2
= (int)SWIG_As_int(obj1
);
28047 if (PyErr_Occurred()) SWIG_fail
;
28051 arg3
= wxString_in_helper(obj2
);
28052 if (arg3
== NULL
) SWIG_fail
;
28059 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
28065 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
28069 arg6
= (long)SWIG_As_long(obj5
);
28070 if (PyErr_Occurred()) SWIG_fail
;
28074 arg7
= wxString_in_helper(obj6
);
28075 if (arg7
== NULL
) SWIG_fail
;
28080 arg8
= (int)SWIG_As_int(obj7
);
28081 if (PyErr_Occurred()) SWIG_fail
;
28085 arg9
= wxString_in_helper(obj8
);
28086 if (arg9
== NULL
) SWIG_fail
;
28091 if (!wxPyCheckForApp()) SWIG_fail
;
28092 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28093 result
= (wxGenericDirCtrl
*)new wxGenericDirCtrl(arg1
,arg2
,(wxString
const &)*arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
,(wxString
const &)*arg7
,arg8
,(wxString
const &)*arg9
);
28095 wxPyEndAllowThreads(__tstate
);
28096 if (PyErr_Occurred()) SWIG_fail
;
28098 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxGenericDirCtrl
, 1);
28129 static PyObject
*_wrap_new_PreGenericDirCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28130 PyObject
*resultobj
;
28131 wxGenericDirCtrl
*result
;
28132 char *kwnames
[] = {
28136 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreGenericDirCtrl",kwnames
)) goto fail
;
28138 if (!wxPyCheckForApp()) SWIG_fail
;
28139 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28140 result
= (wxGenericDirCtrl
*)new wxGenericDirCtrl();
28142 wxPyEndAllowThreads(__tstate
);
28143 if (PyErr_Occurred()) SWIG_fail
;
28145 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxGenericDirCtrl
, 1);
28152 static PyObject
*_wrap_GenericDirCtrl_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28153 PyObject
*resultobj
;
28154 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28155 wxWindow
*arg2
= (wxWindow
*) 0 ;
28156 int arg3
= (int) (int)-1 ;
28157 wxString
const &arg4_defvalue
= wxPyDirDialogDefaultFolderStr
;
28158 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
28159 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
28160 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
28161 wxSize
const &arg6_defvalue
= wxDefaultSize
;
28162 wxSize
*arg6
= (wxSize
*) &arg6_defvalue
;
28163 long arg7
= (long) wxDIRCTRL_3D_INTERNAL
|wxSUNKEN_BORDER
;
28164 wxString
const &arg8_defvalue
= wxPyEmptyString
;
28165 wxString
*arg8
= (wxString
*) &arg8_defvalue
;
28166 int arg9
= (int) 0 ;
28167 wxString
const &arg10_defvalue
= wxPyTreeCtrlNameStr
;
28168 wxString
*arg10
= (wxString
*) &arg10_defvalue
;
28170 bool temp4
= False
;
28173 bool temp8
= False
;
28174 bool temp10
= False
;
28175 PyObject
* obj0
= 0 ;
28176 PyObject
* obj1
= 0 ;
28177 PyObject
* obj2
= 0 ;
28178 PyObject
* obj3
= 0 ;
28179 PyObject
* obj4
= 0 ;
28180 PyObject
* obj5
= 0 ;
28181 PyObject
* obj6
= 0 ;
28182 PyObject
* obj7
= 0 ;
28183 PyObject
* obj8
= 0 ;
28184 PyObject
* obj9
= 0 ;
28185 char *kwnames
[] = {
28186 (char *) "self",(char *) "parent",(char *) "id",(char *) "dir",(char *) "pos",(char *) "size",(char *) "style",(char *) "filter",(char *) "defaultFilter",(char *) "name", NULL
28189 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOOOOOO:GenericDirCtrl_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
,&obj7
,&obj8
,&obj9
)) goto fail
;
28190 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28191 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28192 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
28193 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28195 arg3
= (int)SWIG_As_int(obj2
);
28196 if (PyErr_Occurred()) SWIG_fail
;
28200 arg4
= wxString_in_helper(obj3
);
28201 if (arg4
== NULL
) SWIG_fail
;
28208 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
28214 if ( ! wxSize_helper(obj5
, &arg6
)) SWIG_fail
;
28218 arg7
= (long)SWIG_As_long(obj6
);
28219 if (PyErr_Occurred()) SWIG_fail
;
28223 arg8
= wxString_in_helper(obj7
);
28224 if (arg8
== NULL
) SWIG_fail
;
28229 arg9
= (int)SWIG_As_int(obj8
);
28230 if (PyErr_Occurred()) SWIG_fail
;
28234 arg10
= wxString_in_helper(obj9
);
28235 if (arg10
== NULL
) SWIG_fail
;
28240 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28241 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxPoint
const &)*arg5
,(wxSize
const &)*arg6
,arg7
,(wxString
const &)*arg8
,arg9
,(wxString
const &)*arg10
);
28243 wxPyEndAllowThreads(__tstate
);
28244 if (PyErr_Occurred()) SWIG_fail
;
28247 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
28279 static PyObject
*_wrap_GenericDirCtrl_ExpandPath(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28280 PyObject
*resultobj
;
28281 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28282 wxString
*arg2
= 0 ;
28284 bool temp2
= False
;
28285 PyObject
* obj0
= 0 ;
28286 PyObject
* obj1
= 0 ;
28287 char *kwnames
[] = {
28288 (char *) "self",(char *) "path", NULL
28291 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:GenericDirCtrl_ExpandPath",kwnames
,&obj0
,&obj1
)) goto fail
;
28292 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28293 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28295 arg2
= wxString_in_helper(obj1
);
28296 if (arg2
== NULL
) SWIG_fail
;
28300 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28301 result
= (bool)(arg1
)->ExpandPath((wxString
const &)*arg2
);
28303 wxPyEndAllowThreads(__tstate
);
28304 if (PyErr_Occurred()) SWIG_fail
;
28307 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
28323 static PyObject
*_wrap_GenericDirCtrl_GetDefaultPath(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28324 PyObject
*resultobj
;
28325 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28327 PyObject
* obj0
= 0 ;
28328 char *kwnames
[] = {
28329 (char *) "self", NULL
28332 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_GetDefaultPath",kwnames
,&obj0
)) goto fail
;
28333 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28334 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28336 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28337 result
= ((wxGenericDirCtrl
const *)arg1
)->GetDefaultPath();
28339 wxPyEndAllowThreads(__tstate
);
28340 if (PyErr_Occurred()) SWIG_fail
;
28344 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
28346 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
28355 static PyObject
*_wrap_GenericDirCtrl_SetDefaultPath(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28356 PyObject
*resultobj
;
28357 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28358 wxString
*arg2
= 0 ;
28359 bool temp2
= False
;
28360 PyObject
* obj0
= 0 ;
28361 PyObject
* obj1
= 0 ;
28362 char *kwnames
[] = {
28363 (char *) "self",(char *) "path", NULL
28366 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:GenericDirCtrl_SetDefaultPath",kwnames
,&obj0
,&obj1
)) goto fail
;
28367 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28368 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28370 arg2
= wxString_in_helper(obj1
);
28371 if (arg2
== NULL
) SWIG_fail
;
28375 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28376 (arg1
)->SetDefaultPath((wxString
const &)*arg2
);
28378 wxPyEndAllowThreads(__tstate
);
28379 if (PyErr_Occurred()) SWIG_fail
;
28381 Py_INCREF(Py_None
); resultobj
= Py_None
;
28396 static PyObject
*_wrap_GenericDirCtrl_GetPath(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28397 PyObject
*resultobj
;
28398 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28400 PyObject
* obj0
= 0 ;
28401 char *kwnames
[] = {
28402 (char *) "self", NULL
28405 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_GetPath",kwnames
,&obj0
)) goto fail
;
28406 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28407 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28409 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28410 result
= ((wxGenericDirCtrl
const *)arg1
)->GetPath();
28412 wxPyEndAllowThreads(__tstate
);
28413 if (PyErr_Occurred()) SWIG_fail
;
28417 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
28419 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
28428 static PyObject
*_wrap_GenericDirCtrl_GetFilePath(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28429 PyObject
*resultobj
;
28430 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28432 PyObject
* obj0
= 0 ;
28433 char *kwnames
[] = {
28434 (char *) "self", NULL
28437 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_GetFilePath",kwnames
,&obj0
)) goto fail
;
28438 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28439 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28441 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28442 result
= ((wxGenericDirCtrl
const *)arg1
)->GetFilePath();
28444 wxPyEndAllowThreads(__tstate
);
28445 if (PyErr_Occurred()) SWIG_fail
;
28449 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
28451 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
28460 static PyObject
*_wrap_GenericDirCtrl_SetPath(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28461 PyObject
*resultobj
;
28462 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28463 wxString
*arg2
= 0 ;
28464 bool temp2
= False
;
28465 PyObject
* obj0
= 0 ;
28466 PyObject
* obj1
= 0 ;
28467 char *kwnames
[] = {
28468 (char *) "self",(char *) "path", NULL
28471 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:GenericDirCtrl_SetPath",kwnames
,&obj0
,&obj1
)) goto fail
;
28472 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28473 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28475 arg2
= wxString_in_helper(obj1
);
28476 if (arg2
== NULL
) SWIG_fail
;
28480 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28481 (arg1
)->SetPath((wxString
const &)*arg2
);
28483 wxPyEndAllowThreads(__tstate
);
28484 if (PyErr_Occurred()) SWIG_fail
;
28486 Py_INCREF(Py_None
); resultobj
= Py_None
;
28501 static PyObject
*_wrap_GenericDirCtrl_ShowHidden(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28502 PyObject
*resultobj
;
28503 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28505 PyObject
* obj0
= 0 ;
28506 PyObject
* obj1
= 0 ;
28507 char *kwnames
[] = {
28508 (char *) "self",(char *) "show", NULL
28511 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:GenericDirCtrl_ShowHidden",kwnames
,&obj0
,&obj1
)) goto fail
;
28512 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28513 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28514 arg2
= (bool)SWIG_As_bool(obj1
);
28515 if (PyErr_Occurred()) SWIG_fail
;
28517 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28518 (arg1
)->ShowHidden(arg2
);
28520 wxPyEndAllowThreads(__tstate
);
28521 if (PyErr_Occurred()) SWIG_fail
;
28523 Py_INCREF(Py_None
); resultobj
= Py_None
;
28530 static PyObject
*_wrap_GenericDirCtrl_GetShowHidden(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28531 PyObject
*resultobj
;
28532 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28534 PyObject
* obj0
= 0 ;
28535 char *kwnames
[] = {
28536 (char *) "self", NULL
28539 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_GetShowHidden",kwnames
,&obj0
)) goto fail
;
28540 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28541 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28543 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28544 result
= (bool)(arg1
)->GetShowHidden();
28546 wxPyEndAllowThreads(__tstate
);
28547 if (PyErr_Occurred()) SWIG_fail
;
28550 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
28558 static PyObject
*_wrap_GenericDirCtrl_GetFilter(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28559 PyObject
*resultobj
;
28560 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28562 PyObject
* obj0
= 0 ;
28563 char *kwnames
[] = {
28564 (char *) "self", NULL
28567 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_GetFilter",kwnames
,&obj0
)) goto fail
;
28568 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28569 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28571 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28572 result
= ((wxGenericDirCtrl
const *)arg1
)->GetFilter();
28574 wxPyEndAllowThreads(__tstate
);
28575 if (PyErr_Occurred()) SWIG_fail
;
28579 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
28581 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
28590 static PyObject
*_wrap_GenericDirCtrl_SetFilter(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28591 PyObject
*resultobj
;
28592 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28593 wxString
*arg2
= 0 ;
28594 bool temp2
= False
;
28595 PyObject
* obj0
= 0 ;
28596 PyObject
* obj1
= 0 ;
28597 char *kwnames
[] = {
28598 (char *) "self",(char *) "filter", NULL
28601 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:GenericDirCtrl_SetFilter",kwnames
,&obj0
,&obj1
)) goto fail
;
28602 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28603 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28605 arg2
= wxString_in_helper(obj1
);
28606 if (arg2
== NULL
) SWIG_fail
;
28610 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28611 (arg1
)->SetFilter((wxString
const &)*arg2
);
28613 wxPyEndAllowThreads(__tstate
);
28614 if (PyErr_Occurred()) SWIG_fail
;
28616 Py_INCREF(Py_None
); resultobj
= Py_None
;
28631 static PyObject
*_wrap_GenericDirCtrl_GetFilterIndex(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28632 PyObject
*resultobj
;
28633 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28635 PyObject
* obj0
= 0 ;
28636 char *kwnames
[] = {
28637 (char *) "self", NULL
28640 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_GetFilterIndex",kwnames
,&obj0
)) goto fail
;
28641 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28642 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28644 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28645 result
= (int)((wxGenericDirCtrl
const *)arg1
)->GetFilterIndex();
28647 wxPyEndAllowThreads(__tstate
);
28648 if (PyErr_Occurred()) SWIG_fail
;
28650 resultobj
= SWIG_From_int((int)result
);
28657 static PyObject
*_wrap_GenericDirCtrl_SetFilterIndex(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28658 PyObject
*resultobj
;
28659 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28661 PyObject
* obj0
= 0 ;
28662 PyObject
* obj1
= 0 ;
28663 char *kwnames
[] = {
28664 (char *) "self",(char *) "n", NULL
28667 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:GenericDirCtrl_SetFilterIndex",kwnames
,&obj0
,&obj1
)) goto fail
;
28668 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28669 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28670 arg2
= (int)SWIG_As_int(obj1
);
28671 if (PyErr_Occurred()) SWIG_fail
;
28673 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28674 (arg1
)->SetFilterIndex(arg2
);
28676 wxPyEndAllowThreads(__tstate
);
28677 if (PyErr_Occurred()) SWIG_fail
;
28679 Py_INCREF(Py_None
); resultobj
= Py_None
;
28686 static PyObject
*_wrap_GenericDirCtrl_GetRootId(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28687 PyObject
*resultobj
;
28688 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28689 wxTreeItemId result
;
28690 PyObject
* obj0
= 0 ;
28691 char *kwnames
[] = {
28692 (char *) "self", NULL
28695 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_GetRootId",kwnames
,&obj0
)) goto fail
;
28696 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28697 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28699 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28700 result
= (arg1
)->GetRootId();
28702 wxPyEndAllowThreads(__tstate
);
28703 if (PyErr_Occurred()) SWIG_fail
;
28706 wxTreeItemId
* resultptr
;
28707 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
28708 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
28716 static PyObject
*_wrap_GenericDirCtrl_GetTreeCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28717 PyObject
*resultobj
;
28718 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28719 wxPyTreeCtrl
*result
;
28720 PyObject
* obj0
= 0 ;
28721 char *kwnames
[] = {
28722 (char *) "self", NULL
28725 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_GetTreeCtrl",kwnames
,&obj0
)) goto fail
;
28726 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28727 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28729 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28730 result
= (wxPyTreeCtrl
*)((wxGenericDirCtrl
const *)arg1
)->GetTreeCtrl();
28732 wxPyEndAllowThreads(__tstate
);
28733 if (PyErr_Occurred()) SWIG_fail
;
28736 resultobj
= wxPyMake_wxObject(result
, 0);
28744 static PyObject
*_wrap_GenericDirCtrl_GetFilterListCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28745 PyObject
*resultobj
;
28746 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28747 wxDirFilterListCtrl
*result
;
28748 PyObject
* obj0
= 0 ;
28749 char *kwnames
[] = {
28750 (char *) "self", NULL
28753 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_GetFilterListCtrl",kwnames
,&obj0
)) goto fail
;
28754 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28755 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28757 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28758 result
= (wxDirFilterListCtrl
*)((wxGenericDirCtrl
const *)arg1
)->GetFilterListCtrl();
28760 wxPyEndAllowThreads(__tstate
);
28761 if (PyErr_Occurred()) SWIG_fail
;
28763 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxDirFilterListCtrl
, 0);
28770 static PyObject
*_wrap_GenericDirCtrl_FindChild(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28771 PyObject
*resultobj
;
28772 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28773 wxTreeItemId arg2
;
28774 wxString
*arg3
= 0 ;
28776 wxTreeItemId result
;
28777 wxTreeItemId
*argp2
;
28778 bool temp3
= False
;
28781 PyObject
* obj0
= 0 ;
28782 PyObject
* obj1
= 0 ;
28783 PyObject
* obj2
= 0 ;
28784 char *kwnames
[] = {
28785 (char *) "self",(char *) "parentId",(char *) "path", NULL
28788 arg4
= &temp4
; res4
= SWIG_NEWOBJ
;
28789 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:GenericDirCtrl_FindChild",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
28790 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28791 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28792 if ((SWIG_ConvertPtr(obj1
,(void **)(&argp2
),SWIGTYPE_p_wxTreeItemId
,
28793 SWIG_POINTER_EXCEPTION
) == -1)) SWIG_fail
;
28796 arg3
= wxString_in_helper(obj2
);
28797 if (arg3
== NULL
) SWIG_fail
;
28801 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28802 result
= (arg1
)->FindChild(arg2
,(wxString
const &)*arg3
,*arg4
);
28804 wxPyEndAllowThreads(__tstate
);
28805 if (PyErr_Occurred()) SWIG_fail
;
28808 wxTreeItemId
* resultptr
;
28809 resultptr
= new wxTreeItemId((wxTreeItemId
&) result
);
28810 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxTreeItemId
, 1);
28812 resultobj
= t_output_helper(resultobj
, ((res4
== SWIG_NEWOBJ
) ?
28813 SWIG_From_bool((*arg4
)) : SWIG_NewPointerObj((void*)(arg4
), SWIGTYPE_p_bool
, 0)));
28828 static PyObject
*_wrap_GenericDirCtrl_DoResize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28829 PyObject
*resultobj
;
28830 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28831 PyObject
* obj0
= 0 ;
28832 char *kwnames
[] = {
28833 (char *) "self", NULL
28836 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_DoResize",kwnames
,&obj0
)) goto fail
;
28837 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28838 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28840 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28841 (arg1
)->DoResize();
28843 wxPyEndAllowThreads(__tstate
);
28844 if (PyErr_Occurred()) SWIG_fail
;
28846 Py_INCREF(Py_None
); resultobj
= Py_None
;
28853 static PyObject
*_wrap_GenericDirCtrl_ReCreateTree(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28854 PyObject
*resultobj
;
28855 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28856 PyObject
* obj0
= 0 ;
28857 char *kwnames
[] = {
28858 (char *) "self", NULL
28861 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:GenericDirCtrl_ReCreateTree",kwnames
,&obj0
)) goto fail
;
28862 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28863 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28865 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28866 (arg1
)->ReCreateTree();
28868 wxPyEndAllowThreads(__tstate
);
28869 if (PyErr_Occurred()) SWIG_fail
;
28871 Py_INCREF(Py_None
); resultobj
= Py_None
;
28878 static PyObject
* GenericDirCtrl_swigregister(PyObject
*, PyObject
*args
) {
28880 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
28881 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDirCtrl
, obj
);
28883 return Py_BuildValue((char *)"");
28885 static PyObject
*_wrap_new_DirFilterListCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28886 PyObject
*resultobj
;
28887 wxGenericDirCtrl
*arg1
= (wxGenericDirCtrl
*) 0 ;
28888 int arg2
= (int) (int)-1 ;
28889 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
28890 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
28891 wxSize
const &arg4_defvalue
= wxDefaultSize
;
28892 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
28893 long arg5
= (long) 0 ;
28894 wxDirFilterListCtrl
*result
;
28897 PyObject
* obj0
= 0 ;
28898 PyObject
* obj1
= 0 ;
28899 PyObject
* obj2
= 0 ;
28900 PyObject
* obj3
= 0 ;
28901 PyObject
* obj4
= 0 ;
28902 char *kwnames
[] = {
28903 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
28906 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOO:new_DirFilterListCtrl",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
28907 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDirCtrl
,
28908 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28910 arg2
= (int)SWIG_As_int(obj1
);
28911 if (PyErr_Occurred()) SWIG_fail
;
28916 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
28922 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
28926 arg5
= (long)SWIG_As_long(obj4
);
28927 if (PyErr_Occurred()) SWIG_fail
;
28930 if (!wxPyCheckForApp()) SWIG_fail
;
28931 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28932 result
= (wxDirFilterListCtrl
*)new wxDirFilterListCtrl(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
);
28934 wxPyEndAllowThreads(__tstate
);
28935 if (PyErr_Occurred()) SWIG_fail
;
28937 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxDirFilterListCtrl
, 1);
28944 static PyObject
*_wrap_new_PreDirFilterListCtrl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28945 PyObject
*resultobj
;
28946 wxDirFilterListCtrl
*result
;
28947 char *kwnames
[] = {
28951 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreDirFilterListCtrl",kwnames
)) goto fail
;
28953 if (!wxPyCheckForApp()) SWIG_fail
;
28954 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
28955 result
= (wxDirFilterListCtrl
*)new wxDirFilterListCtrl();
28957 wxPyEndAllowThreads(__tstate
);
28958 if (PyErr_Occurred()) SWIG_fail
;
28960 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxDirFilterListCtrl
, 1);
28967 static PyObject
*_wrap_DirFilterListCtrl_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
28968 PyObject
*resultobj
;
28969 wxDirFilterListCtrl
*arg1
= (wxDirFilterListCtrl
*) 0 ;
28970 wxGenericDirCtrl
*arg2
= (wxGenericDirCtrl
*) 0 ;
28971 int arg3
= (int) (int)-1 ;
28972 wxPoint
const &arg4_defvalue
= wxDefaultPosition
;
28973 wxPoint
*arg4
= (wxPoint
*) &arg4_defvalue
;
28974 wxSize
const &arg5_defvalue
= wxDefaultSize
;
28975 wxSize
*arg5
= (wxSize
*) &arg5_defvalue
;
28976 long arg6
= (long) 0 ;
28980 PyObject
* obj0
= 0 ;
28981 PyObject
* obj1
= 0 ;
28982 PyObject
* obj2
= 0 ;
28983 PyObject
* obj3
= 0 ;
28984 PyObject
* obj4
= 0 ;
28985 PyObject
* obj5
= 0 ;
28986 char *kwnames
[] = {
28987 (char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
28990 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOO:DirFilterListCtrl_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
28991 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxDirFilterListCtrl
,
28992 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28993 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxGenericDirCtrl
,
28994 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
28996 arg3
= (int)SWIG_As_int(obj2
);
28997 if (PyErr_Occurred()) SWIG_fail
;
29002 if ( ! wxPoint_helper(obj3
, &arg4
)) SWIG_fail
;
29008 if ( ! wxSize_helper(obj4
, &arg5
)) SWIG_fail
;
29012 arg6
= (long)SWIG_As_long(obj5
);
29013 if (PyErr_Occurred()) SWIG_fail
;
29016 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29017 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxPoint
const &)*arg4
,(wxSize
const &)*arg5
,arg6
);
29019 wxPyEndAllowThreads(__tstate
);
29020 if (PyErr_Occurred()) SWIG_fail
;
29023 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
29031 static PyObject
*_wrap_DirFilterListCtrl_FillFilterList(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29032 PyObject
*resultobj
;
29033 wxDirFilterListCtrl
*arg1
= (wxDirFilterListCtrl
*) 0 ;
29034 wxString
*arg2
= 0 ;
29036 bool temp2
= False
;
29037 PyObject
* obj0
= 0 ;
29038 PyObject
* obj1
= 0 ;
29039 PyObject
* obj2
= 0 ;
29040 char *kwnames
[] = {
29041 (char *) "self",(char *) "filter",(char *) "defaultFilter", NULL
29044 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:DirFilterListCtrl_FillFilterList",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
29045 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxDirFilterListCtrl
,
29046 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29048 arg2
= wxString_in_helper(obj1
);
29049 if (arg2
== NULL
) SWIG_fail
;
29052 arg3
= (int)SWIG_As_int(obj2
);
29053 if (PyErr_Occurred()) SWIG_fail
;
29055 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29056 (arg1
)->FillFilterList((wxString
const &)*arg2
,arg3
);
29058 wxPyEndAllowThreads(__tstate
);
29059 if (PyErr_Occurred()) SWIG_fail
;
29061 Py_INCREF(Py_None
); resultobj
= Py_None
;
29076 static PyObject
* DirFilterListCtrl_swigregister(PyObject
*, PyObject
*args
) {
29078 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
29079 SWIG_TypeClientData(SWIGTYPE_p_wxDirFilterListCtrl
, obj
);
29081 return Py_BuildValue((char *)"");
29083 static PyObject
*_wrap_new_PyControl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29084 PyObject
*resultobj
;
29085 wxWindow
*arg1
= (wxWindow
*) 0 ;
29086 int arg2
= (int) (int)-1 ;
29087 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
29088 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
29089 wxSize
const &arg4_defvalue
= wxDefaultSize
;
29090 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
29091 long arg5
= (long) 0 ;
29092 wxValidator
const &arg6_defvalue
= wxDefaultValidator
;
29093 wxValidator
*arg6
= (wxValidator
*) &arg6_defvalue
;
29094 wxString
const &arg7_defvalue
= wxPyControlNameStr
;
29095 wxString
*arg7
= (wxString
*) &arg7_defvalue
;
29096 wxPyControl
*result
;
29099 bool temp7
= False
;
29100 PyObject
* obj0
= 0 ;
29101 PyObject
* obj1
= 0 ;
29102 PyObject
* obj2
= 0 ;
29103 PyObject
* obj3
= 0 ;
29104 PyObject
* obj4
= 0 ;
29105 PyObject
* obj5
= 0 ;
29106 PyObject
* obj6
= 0 ;
29107 char *kwnames
[] = {
29108 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "validator",(char *) "name", NULL
29111 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOOO:new_PyControl",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
,&obj6
)) goto fail
;
29112 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
29113 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29115 arg2
= (int)SWIG_As_int(obj1
);
29116 if (PyErr_Occurred()) SWIG_fail
;
29121 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
29127 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
29131 arg5
= (long)SWIG_As_long(obj4
);
29132 if (PyErr_Occurred()) SWIG_fail
;
29135 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxValidator
,
29136 SWIG_POINTER_EXCEPTION
| 0)) == -1)
29138 if (arg6
== NULL
) {
29139 PyErr_SetString(PyExc_TypeError
,"null reference");
29145 arg7
= wxString_in_helper(obj6
);
29146 if (arg7
== NULL
) SWIG_fail
;
29151 if (!wxPyCheckForApp()) SWIG_fail
;
29152 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29153 result
= (wxPyControl
*)new wxPyControl(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
,(wxValidator
const &)*arg6
,(wxString
const &)*arg7
);
29155 wxPyEndAllowThreads(__tstate
);
29156 if (PyErr_Occurred()) SWIG_fail
;
29158 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyControl
, 1);
29173 static PyObject
*_wrap_new_PrePyControl(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29174 PyObject
*resultobj
;
29175 wxPyControl
*result
;
29176 char *kwnames
[] = {
29180 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PrePyControl",kwnames
)) goto fail
;
29182 if (!wxPyCheckForApp()) SWIG_fail
;
29183 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29184 result
= (wxPyControl
*)new wxPyControl();
29186 wxPyEndAllowThreads(__tstate
);
29187 if (PyErr_Occurred()) SWIG_fail
;
29189 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyControl
, 1);
29196 static PyObject
*_wrap_PyControl__setCallbackInfo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29197 PyObject
*resultobj
;
29198 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29199 PyObject
*arg2
= (PyObject
*) 0 ;
29200 PyObject
*arg3
= (PyObject
*) 0 ;
29201 PyObject
* obj0
= 0 ;
29202 PyObject
* obj1
= 0 ;
29203 PyObject
* obj2
= 0 ;
29204 char *kwnames
[] = {
29205 (char *) "self",(char *) "self",(char *) "_class", NULL
29208 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyControl__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
29209 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29210 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29214 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29215 (arg1
)->_setCallbackInfo(arg2
,arg3
);
29217 wxPyEndAllowThreads(__tstate
);
29218 if (PyErr_Occurred()) SWIG_fail
;
29220 Py_INCREF(Py_None
); resultobj
= Py_None
;
29227 static PyObject
*_wrap_PyControl_SetBestSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29228 PyObject
*resultobj
;
29229 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29232 PyObject
* obj0
= 0 ;
29233 PyObject
* obj1
= 0 ;
29234 char *kwnames
[] = {
29235 (char *) "self",(char *) "size", NULL
29238 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyControl_SetBestSize",kwnames
,&obj0
,&obj1
)) goto fail
;
29239 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29240 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29243 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
29246 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29247 (arg1
)->SetBestSize((wxSize
const &)*arg2
);
29249 wxPyEndAllowThreads(__tstate
);
29250 if (PyErr_Occurred()) SWIG_fail
;
29252 Py_INCREF(Py_None
); resultobj
= Py_None
;
29259 static PyObject
*_wrap_PyControl_base_DoMoveWindow(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29260 PyObject
*resultobj
;
29261 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29266 PyObject
* obj0
= 0 ;
29267 PyObject
* obj1
= 0 ;
29268 PyObject
* obj2
= 0 ;
29269 PyObject
* obj3
= 0 ;
29270 PyObject
* obj4
= 0 ;
29271 char *kwnames
[] = {
29272 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL
29275 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO:PyControl_base_DoMoveWindow",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
29276 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29277 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29278 arg2
= (int)SWIG_As_int(obj1
);
29279 if (PyErr_Occurred()) SWIG_fail
;
29280 arg3
= (int)SWIG_As_int(obj2
);
29281 if (PyErr_Occurred()) SWIG_fail
;
29282 arg4
= (int)SWIG_As_int(obj3
);
29283 if (PyErr_Occurred()) SWIG_fail
;
29284 arg5
= (int)SWIG_As_int(obj4
);
29285 if (PyErr_Occurred()) SWIG_fail
;
29287 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29288 (arg1
)->base_DoMoveWindow(arg2
,arg3
,arg4
,arg5
);
29290 wxPyEndAllowThreads(__tstate
);
29291 if (PyErr_Occurred()) SWIG_fail
;
29293 Py_INCREF(Py_None
); resultobj
= Py_None
;
29300 static PyObject
*_wrap_PyControl_base_DoSetSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29301 PyObject
*resultobj
;
29302 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29307 int arg6
= (int) wxSIZE_AUTO
;
29308 PyObject
* obj0
= 0 ;
29309 PyObject
* obj1
= 0 ;
29310 PyObject
* obj2
= 0 ;
29311 PyObject
* obj3
= 0 ;
29312 PyObject
* obj4
= 0 ;
29313 PyObject
* obj5
= 0 ;
29314 char *kwnames
[] = {
29315 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL
29318 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO|O:PyControl_base_DoSetSize",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
29319 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29320 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29321 arg2
= (int)SWIG_As_int(obj1
);
29322 if (PyErr_Occurred()) SWIG_fail
;
29323 arg3
= (int)SWIG_As_int(obj2
);
29324 if (PyErr_Occurred()) SWIG_fail
;
29325 arg4
= (int)SWIG_As_int(obj3
);
29326 if (PyErr_Occurred()) SWIG_fail
;
29327 arg5
= (int)SWIG_As_int(obj4
);
29328 if (PyErr_Occurred()) SWIG_fail
;
29330 arg6
= (int)SWIG_As_int(obj5
);
29331 if (PyErr_Occurred()) SWIG_fail
;
29334 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29335 (arg1
)->base_DoSetSize(arg2
,arg3
,arg4
,arg5
,arg6
);
29337 wxPyEndAllowThreads(__tstate
);
29338 if (PyErr_Occurred()) SWIG_fail
;
29340 Py_INCREF(Py_None
); resultobj
= Py_None
;
29347 static PyObject
*_wrap_PyControl_base_DoSetClientSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29348 PyObject
*resultobj
;
29349 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29352 PyObject
* obj0
= 0 ;
29353 PyObject
* obj1
= 0 ;
29354 PyObject
* obj2
= 0 ;
29355 char *kwnames
[] = {
29356 (char *) "self",(char *) "width",(char *) "height", NULL
29359 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyControl_base_DoSetClientSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
29360 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29361 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29362 arg2
= (int)SWIG_As_int(obj1
);
29363 if (PyErr_Occurred()) SWIG_fail
;
29364 arg3
= (int)SWIG_As_int(obj2
);
29365 if (PyErr_Occurred()) SWIG_fail
;
29367 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29368 (arg1
)->base_DoSetClientSize(arg2
,arg3
);
29370 wxPyEndAllowThreads(__tstate
);
29371 if (PyErr_Occurred()) SWIG_fail
;
29373 Py_INCREF(Py_None
); resultobj
= Py_None
;
29380 static PyObject
*_wrap_PyControl_base_DoSetVirtualSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29381 PyObject
*resultobj
;
29382 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29385 PyObject
* obj0
= 0 ;
29386 PyObject
* obj1
= 0 ;
29387 PyObject
* obj2
= 0 ;
29388 char *kwnames
[] = {
29389 (char *) "self",(char *) "x",(char *) "y", NULL
29392 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyControl_base_DoSetVirtualSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
29393 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29394 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29395 arg2
= (int)SWIG_As_int(obj1
);
29396 if (PyErr_Occurred()) SWIG_fail
;
29397 arg3
= (int)SWIG_As_int(obj2
);
29398 if (PyErr_Occurred()) SWIG_fail
;
29400 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29401 (arg1
)->base_DoSetVirtualSize(arg2
,arg3
);
29403 wxPyEndAllowThreads(__tstate
);
29404 if (PyErr_Occurred()) SWIG_fail
;
29406 Py_INCREF(Py_None
); resultobj
= Py_None
;
29413 static PyObject
*_wrap_PyControl_base_DoGetSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29414 PyObject
*resultobj
;
29415 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29416 int *arg2
= (int *) 0 ;
29417 int *arg3
= (int *) 0 ;
29422 PyObject
* obj0
= 0 ;
29423 char *kwnames
[] = {
29424 (char *) "self", NULL
29427 arg2
= &temp2
; res2
= SWIG_NEWOBJ
;
29428 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
29429 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_DoGetSize",kwnames
,&obj0
)) goto fail
;
29430 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29431 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29433 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29434 ((wxPyControl
const *)arg1
)->base_DoGetSize(arg2
,arg3
);
29436 wxPyEndAllowThreads(__tstate
);
29437 if (PyErr_Occurred()) SWIG_fail
;
29439 Py_INCREF(Py_None
); resultobj
= Py_None
;
29440 resultobj
= t_output_helper(resultobj
, ((res2
== SWIG_NEWOBJ
) ?
29441 SWIG_From_int((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_int
, 0)));
29442 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
29443 SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0)));
29450 static PyObject
*_wrap_PyControl_base_DoGetClientSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29451 PyObject
*resultobj
;
29452 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29453 int *arg2
= (int *) 0 ;
29454 int *arg3
= (int *) 0 ;
29459 PyObject
* obj0
= 0 ;
29460 char *kwnames
[] = {
29461 (char *) "self", NULL
29464 arg2
= &temp2
; res2
= SWIG_NEWOBJ
;
29465 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
29466 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_DoGetClientSize",kwnames
,&obj0
)) goto fail
;
29467 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29468 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29470 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29471 ((wxPyControl
const *)arg1
)->base_DoGetClientSize(arg2
,arg3
);
29473 wxPyEndAllowThreads(__tstate
);
29474 if (PyErr_Occurred()) SWIG_fail
;
29476 Py_INCREF(Py_None
); resultobj
= Py_None
;
29477 resultobj
= t_output_helper(resultobj
, ((res2
== SWIG_NEWOBJ
) ?
29478 SWIG_From_int((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_int
, 0)));
29479 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
29480 SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0)));
29487 static PyObject
*_wrap_PyControl_base_DoGetPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29488 PyObject
*resultobj
;
29489 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29490 int *arg2
= (int *) 0 ;
29491 int *arg3
= (int *) 0 ;
29496 PyObject
* obj0
= 0 ;
29497 char *kwnames
[] = {
29498 (char *) "self", NULL
29501 arg2
= &temp2
; res2
= SWIG_NEWOBJ
;
29502 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
29503 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_DoGetPosition",kwnames
,&obj0
)) goto fail
;
29504 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29505 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29507 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29508 ((wxPyControl
const *)arg1
)->base_DoGetPosition(arg2
,arg3
);
29510 wxPyEndAllowThreads(__tstate
);
29511 if (PyErr_Occurred()) SWIG_fail
;
29513 Py_INCREF(Py_None
); resultobj
= Py_None
;
29514 resultobj
= t_output_helper(resultobj
, ((res2
== SWIG_NEWOBJ
) ?
29515 SWIG_From_int((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_int
, 0)));
29516 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
29517 SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0)));
29524 static PyObject
*_wrap_PyControl_base_DoGetVirtualSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29525 PyObject
*resultobj
;
29526 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29528 PyObject
* obj0
= 0 ;
29529 char *kwnames
[] = {
29530 (char *) "self", NULL
29533 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_DoGetVirtualSize",kwnames
,&obj0
)) goto fail
;
29534 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29535 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29537 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29538 result
= ((wxPyControl
const *)arg1
)->base_DoGetVirtualSize();
29540 wxPyEndAllowThreads(__tstate
);
29541 if (PyErr_Occurred()) SWIG_fail
;
29544 wxSize
* resultptr
;
29545 resultptr
= new wxSize((wxSize
&) result
);
29546 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
29554 static PyObject
*_wrap_PyControl_base_DoGetBestSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29555 PyObject
*resultobj
;
29556 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29558 PyObject
* obj0
= 0 ;
29559 char *kwnames
[] = {
29560 (char *) "self", NULL
29563 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_DoGetBestSize",kwnames
,&obj0
)) goto fail
;
29564 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29565 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29567 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29568 result
= ((wxPyControl
const *)arg1
)->base_DoGetBestSize();
29570 wxPyEndAllowThreads(__tstate
);
29571 if (PyErr_Occurred()) SWIG_fail
;
29574 wxSize
* resultptr
;
29575 resultptr
= new wxSize((wxSize
&) result
);
29576 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
29584 static PyObject
*_wrap_PyControl_base_InitDialog(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29585 PyObject
*resultobj
;
29586 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29587 PyObject
* obj0
= 0 ;
29588 char *kwnames
[] = {
29589 (char *) "self", NULL
29592 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_InitDialog",kwnames
,&obj0
)) goto fail
;
29593 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29594 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29596 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29597 (arg1
)->base_InitDialog();
29599 wxPyEndAllowThreads(__tstate
);
29600 if (PyErr_Occurred()) SWIG_fail
;
29602 Py_INCREF(Py_None
); resultobj
= Py_None
;
29609 static PyObject
*_wrap_PyControl_base_TransferDataToWindow(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29610 PyObject
*resultobj
;
29611 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29613 PyObject
* obj0
= 0 ;
29614 char *kwnames
[] = {
29615 (char *) "self", NULL
29618 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_TransferDataToWindow",kwnames
,&obj0
)) goto fail
;
29619 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29620 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29622 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29623 result
= (bool)(arg1
)->base_TransferDataToWindow();
29625 wxPyEndAllowThreads(__tstate
);
29626 if (PyErr_Occurred()) SWIG_fail
;
29629 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
29637 static PyObject
*_wrap_PyControl_base_TransferDataFromWindow(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29638 PyObject
*resultobj
;
29639 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29641 PyObject
* obj0
= 0 ;
29642 char *kwnames
[] = {
29643 (char *) "self", NULL
29646 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_TransferDataFromWindow",kwnames
,&obj0
)) goto fail
;
29647 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29648 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29650 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29651 result
= (bool)(arg1
)->base_TransferDataFromWindow();
29653 wxPyEndAllowThreads(__tstate
);
29654 if (PyErr_Occurred()) SWIG_fail
;
29657 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
29665 static PyObject
*_wrap_PyControl_base_Validate(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29666 PyObject
*resultobj
;
29667 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29669 PyObject
* obj0
= 0 ;
29670 char *kwnames
[] = {
29671 (char *) "self", NULL
29674 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_Validate",kwnames
,&obj0
)) goto fail
;
29675 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29676 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29678 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29679 result
= (bool)(arg1
)->base_Validate();
29681 wxPyEndAllowThreads(__tstate
);
29682 if (PyErr_Occurred()) SWIG_fail
;
29685 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
29693 static PyObject
*_wrap_PyControl_base_AcceptsFocus(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29694 PyObject
*resultobj
;
29695 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29697 PyObject
* obj0
= 0 ;
29698 char *kwnames
[] = {
29699 (char *) "self", NULL
29702 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_AcceptsFocus",kwnames
,&obj0
)) goto fail
;
29703 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29704 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29706 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29707 result
= (bool)((wxPyControl
const *)arg1
)->base_AcceptsFocus();
29709 wxPyEndAllowThreads(__tstate
);
29710 if (PyErr_Occurred()) SWIG_fail
;
29713 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
29721 static PyObject
*_wrap_PyControl_base_AcceptsFocusFromKeyboard(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29722 PyObject
*resultobj
;
29723 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29725 PyObject
* obj0
= 0 ;
29726 char *kwnames
[] = {
29727 (char *) "self", NULL
29730 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_AcceptsFocusFromKeyboard",kwnames
,&obj0
)) goto fail
;
29731 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29732 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29734 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29735 result
= (bool)((wxPyControl
const *)arg1
)->base_AcceptsFocusFromKeyboard();
29737 wxPyEndAllowThreads(__tstate
);
29738 if (PyErr_Occurred()) SWIG_fail
;
29741 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
29749 static PyObject
*_wrap_PyControl_base_GetMaxSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29750 PyObject
*resultobj
;
29751 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29753 PyObject
* obj0
= 0 ;
29754 char *kwnames
[] = {
29755 (char *) "self", NULL
29758 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_GetMaxSize",kwnames
,&obj0
)) goto fail
;
29759 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29760 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29762 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29763 result
= ((wxPyControl
const *)arg1
)->base_GetMaxSize();
29765 wxPyEndAllowThreads(__tstate
);
29766 if (PyErr_Occurred()) SWIG_fail
;
29769 wxSize
* resultptr
;
29770 resultptr
= new wxSize((wxSize
&) result
);
29771 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
29779 static PyObject
*_wrap_PyControl_base_AddChild(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29780 PyObject
*resultobj
;
29781 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29782 wxWindow
*arg2
= (wxWindow
*) 0 ;
29783 PyObject
* obj0
= 0 ;
29784 PyObject
* obj1
= 0 ;
29785 char *kwnames
[] = {
29786 (char *) "self",(char *) "child", NULL
29789 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyControl_base_AddChild",kwnames
,&obj0
,&obj1
)) goto fail
;
29790 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29791 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29792 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
29793 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29795 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29796 (arg1
)->base_AddChild(arg2
);
29798 wxPyEndAllowThreads(__tstate
);
29799 if (PyErr_Occurred()) SWIG_fail
;
29801 Py_INCREF(Py_None
); resultobj
= Py_None
;
29808 static PyObject
*_wrap_PyControl_base_RemoveChild(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29809 PyObject
*resultobj
;
29810 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29811 wxWindow
*arg2
= (wxWindow
*) 0 ;
29812 PyObject
* obj0
= 0 ;
29813 PyObject
* obj1
= 0 ;
29814 char *kwnames
[] = {
29815 (char *) "self",(char *) "child", NULL
29818 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyControl_base_RemoveChild",kwnames
,&obj0
,&obj1
)) goto fail
;
29819 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29820 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29821 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
29822 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29824 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29825 (arg1
)->base_RemoveChild(arg2
);
29827 wxPyEndAllowThreads(__tstate
);
29828 if (PyErr_Occurred()) SWIG_fail
;
29830 Py_INCREF(Py_None
); resultobj
= Py_None
;
29837 static PyObject
*_wrap_PyControl_base_ShouldInheritColours(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29838 PyObject
*resultobj
;
29839 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29841 PyObject
* obj0
= 0 ;
29842 char *kwnames
[] = {
29843 (char *) "self", NULL
29846 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_ShouldInheritColours",kwnames
,&obj0
)) goto fail
;
29847 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29848 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29850 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29851 result
= (bool)((wxPyControl
const *)arg1
)->base_ShouldInheritColours();
29853 wxPyEndAllowThreads(__tstate
);
29854 if (PyErr_Occurred()) SWIG_fail
;
29857 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
29865 static PyObject
*_wrap_PyControl_base_ApplyParentThemeBackground(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29866 PyObject
*resultobj
;
29867 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29868 wxColour
*arg2
= 0 ;
29870 PyObject
* obj0
= 0 ;
29871 PyObject
* obj1
= 0 ;
29872 char *kwnames
[] = {
29873 (char *) "self",(char *) "c", NULL
29876 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyControl_base_ApplyParentThemeBackground",kwnames
,&obj0
,&obj1
)) goto fail
;
29877 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29878 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29881 if ( ! wxColour_helper(obj1
, &arg2
)) SWIG_fail
;
29884 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29885 (arg1
)->base_ApplyParentThemeBackground((wxColour
const &)*arg2
);
29887 wxPyEndAllowThreads(__tstate
);
29888 if (PyErr_Occurred()) SWIG_fail
;
29890 Py_INCREF(Py_None
); resultobj
= Py_None
;
29897 static PyObject
*_wrap_PyControl_base_GetDefaultAttributes(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29898 PyObject
*resultobj
;
29899 wxPyControl
*arg1
= (wxPyControl
*) 0 ;
29900 wxVisualAttributes result
;
29901 PyObject
* obj0
= 0 ;
29902 char *kwnames
[] = {
29903 (char *) "self", NULL
29906 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyControl_base_GetDefaultAttributes",kwnames
,&obj0
)) goto fail
;
29907 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyControl
,
29908 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29910 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29911 result
= (arg1
)->base_GetDefaultAttributes();
29913 wxPyEndAllowThreads(__tstate
);
29914 if (PyErr_Occurred()) SWIG_fail
;
29917 wxVisualAttributes
* resultptr
;
29918 resultptr
= new wxVisualAttributes((wxVisualAttributes
&) result
);
29919 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxVisualAttributes
, 1);
29927 static PyObject
* PyControl_swigregister(PyObject
*, PyObject
*args
) {
29929 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
29930 SWIG_TypeClientData(SWIGTYPE_p_wxPyControl
, obj
);
29932 return Py_BuildValue((char *)"");
29934 static PyObject
*_wrap_new_HelpEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29935 PyObject
*resultobj
;
29936 wxEventType arg1
= (wxEventType
) wxEVT_NULL
;
29937 int arg2
= (int) 0 ;
29938 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
29939 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
29940 wxHelpEvent
*result
;
29942 PyObject
* obj0
= 0 ;
29943 PyObject
* obj1
= 0 ;
29944 PyObject
* obj2
= 0 ;
29945 char *kwnames
[] = {
29946 (char *) "type",(char *) "winid",(char *) "pt", NULL
29949 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OOO:new_HelpEvent",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
29951 arg1
= (wxEventType
)SWIG_As_int(obj0
);
29952 if (PyErr_Occurred()) SWIG_fail
;
29955 arg2
= (int)SWIG_As_int(obj1
);
29956 if (PyErr_Occurred()) SWIG_fail
;
29961 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
29965 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29966 result
= (wxHelpEvent
*)new wxHelpEvent(arg1
,arg2
,(wxPoint
const &)*arg3
);
29968 wxPyEndAllowThreads(__tstate
);
29969 if (PyErr_Occurred()) SWIG_fail
;
29971 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxHelpEvent
, 1);
29978 static PyObject
*_wrap_HelpEvent_GetPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
29979 PyObject
*resultobj
;
29980 wxHelpEvent
*arg1
= (wxHelpEvent
*) 0 ;
29982 PyObject
* obj0
= 0 ;
29983 char *kwnames
[] = {
29984 (char *) "self", NULL
29987 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HelpEvent_GetPosition",kwnames
,&obj0
)) goto fail
;
29988 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpEvent
,
29989 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
29991 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
29992 result
= ((wxHelpEvent
const *)arg1
)->GetPosition();
29994 wxPyEndAllowThreads(__tstate
);
29995 if (PyErr_Occurred()) SWIG_fail
;
29998 wxPoint
* resultptr
;
29999 resultptr
= new wxPoint((wxPoint
&) result
);
30000 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxPoint
, 1);
30008 static PyObject
*_wrap_HelpEvent_SetPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30009 PyObject
*resultobj
;
30010 wxHelpEvent
*arg1
= (wxHelpEvent
*) 0 ;
30011 wxPoint
*arg2
= 0 ;
30013 PyObject
* obj0
= 0 ;
30014 PyObject
* obj1
= 0 ;
30015 char *kwnames
[] = {
30016 (char *) "self",(char *) "pos", NULL
30019 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HelpEvent_SetPosition",kwnames
,&obj0
,&obj1
)) goto fail
;
30020 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpEvent
,
30021 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30024 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
30027 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30028 (arg1
)->SetPosition((wxPoint
const &)*arg2
);
30030 wxPyEndAllowThreads(__tstate
);
30031 if (PyErr_Occurred()) SWIG_fail
;
30033 Py_INCREF(Py_None
); resultobj
= Py_None
;
30040 static PyObject
*_wrap_HelpEvent_GetLink(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30041 PyObject
*resultobj
;
30042 wxHelpEvent
*arg1
= (wxHelpEvent
*) 0 ;
30044 PyObject
* obj0
= 0 ;
30045 char *kwnames
[] = {
30046 (char *) "self", NULL
30049 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HelpEvent_GetLink",kwnames
,&obj0
)) goto fail
;
30050 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpEvent
,
30051 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30053 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30055 wxString
const &_result_ref
= ((wxHelpEvent
const *)arg1
)->GetLink();
30056 result
= (wxString
*) &_result_ref
;
30059 wxPyEndAllowThreads(__tstate
);
30060 if (PyErr_Occurred()) SWIG_fail
;
30064 resultobj
= PyUnicode_FromWideChar(result
->c_str(), result
->Len());
30066 resultobj
= PyString_FromStringAndSize(result
->c_str(), result
->Len());
30075 static PyObject
*_wrap_HelpEvent_SetLink(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30076 PyObject
*resultobj
;
30077 wxHelpEvent
*arg1
= (wxHelpEvent
*) 0 ;
30078 wxString
*arg2
= 0 ;
30079 bool temp2
= False
;
30080 PyObject
* obj0
= 0 ;
30081 PyObject
* obj1
= 0 ;
30082 char *kwnames
[] = {
30083 (char *) "self",(char *) "link", NULL
30086 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HelpEvent_SetLink",kwnames
,&obj0
,&obj1
)) goto fail
;
30087 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpEvent
,
30088 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30090 arg2
= wxString_in_helper(obj1
);
30091 if (arg2
== NULL
) SWIG_fail
;
30095 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30096 (arg1
)->SetLink((wxString
const &)*arg2
);
30098 wxPyEndAllowThreads(__tstate
);
30099 if (PyErr_Occurred()) SWIG_fail
;
30101 Py_INCREF(Py_None
); resultobj
= Py_None
;
30116 static PyObject
*_wrap_HelpEvent_GetTarget(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30117 PyObject
*resultobj
;
30118 wxHelpEvent
*arg1
= (wxHelpEvent
*) 0 ;
30120 PyObject
* obj0
= 0 ;
30121 char *kwnames
[] = {
30122 (char *) "self", NULL
30125 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HelpEvent_GetTarget",kwnames
,&obj0
)) goto fail
;
30126 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpEvent
,
30127 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30129 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30131 wxString
const &_result_ref
= ((wxHelpEvent
const *)arg1
)->GetTarget();
30132 result
= (wxString
*) &_result_ref
;
30135 wxPyEndAllowThreads(__tstate
);
30136 if (PyErr_Occurred()) SWIG_fail
;
30140 resultobj
= PyUnicode_FromWideChar(result
->c_str(), result
->Len());
30142 resultobj
= PyString_FromStringAndSize(result
->c_str(), result
->Len());
30151 static PyObject
*_wrap_HelpEvent_SetTarget(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30152 PyObject
*resultobj
;
30153 wxHelpEvent
*arg1
= (wxHelpEvent
*) 0 ;
30154 wxString
*arg2
= 0 ;
30155 bool temp2
= False
;
30156 PyObject
* obj0
= 0 ;
30157 PyObject
* obj1
= 0 ;
30158 char *kwnames
[] = {
30159 (char *) "self",(char *) "target", NULL
30162 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HelpEvent_SetTarget",kwnames
,&obj0
,&obj1
)) goto fail
;
30163 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpEvent
,
30164 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30166 arg2
= wxString_in_helper(obj1
);
30167 if (arg2
== NULL
) SWIG_fail
;
30171 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30172 (arg1
)->SetTarget((wxString
const &)*arg2
);
30174 wxPyEndAllowThreads(__tstate
);
30175 if (PyErr_Occurred()) SWIG_fail
;
30177 Py_INCREF(Py_None
); resultobj
= Py_None
;
30192 static PyObject
* HelpEvent_swigregister(PyObject
*, PyObject
*args
) {
30194 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
30195 SWIG_TypeClientData(SWIGTYPE_p_wxHelpEvent
, obj
);
30197 return Py_BuildValue((char *)"");
30199 static PyObject
*_wrap_new_ContextHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30200 PyObject
*resultobj
;
30201 wxWindow
*arg1
= (wxWindow
*) NULL
;
30202 bool arg2
= (bool) True
;
30203 wxContextHelp
*result
;
30204 PyObject
* obj0
= 0 ;
30205 PyObject
* obj1
= 0 ;
30206 char *kwnames
[] = {
30207 (char *) "window",(char *) "doNow", NULL
30210 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OO:new_ContextHelp",kwnames
,&obj0
,&obj1
)) goto fail
;
30212 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
30213 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30216 arg2
= (bool)SWIG_As_bool(obj1
);
30217 if (PyErr_Occurred()) SWIG_fail
;
30220 if (!wxPyCheckForApp()) SWIG_fail
;
30221 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30222 result
= (wxContextHelp
*)new wxContextHelp(arg1
,arg2
);
30224 wxPyEndAllowThreads(__tstate
);
30225 if (PyErr_Occurred()) SWIG_fail
;
30227 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxContextHelp
, 1);
30234 static PyObject
*_wrap_delete_ContextHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30235 PyObject
*resultobj
;
30236 wxContextHelp
*arg1
= (wxContextHelp
*) 0 ;
30237 PyObject
* obj0
= 0 ;
30238 char *kwnames
[] = {
30239 (char *) "self", NULL
30242 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_ContextHelp",kwnames
,&obj0
)) goto fail
;
30243 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxContextHelp
,
30244 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30246 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30249 wxPyEndAllowThreads(__tstate
);
30250 if (PyErr_Occurred()) SWIG_fail
;
30252 Py_INCREF(Py_None
); resultobj
= Py_None
;
30259 static PyObject
*_wrap_ContextHelp_BeginContextHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30260 PyObject
*resultobj
;
30261 wxContextHelp
*arg1
= (wxContextHelp
*) 0 ;
30262 wxWindow
*arg2
= (wxWindow
*) NULL
;
30264 PyObject
* obj0
= 0 ;
30265 PyObject
* obj1
= 0 ;
30266 char *kwnames
[] = {
30267 (char *) "self",(char *) "window", NULL
30270 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|O:ContextHelp_BeginContextHelp",kwnames
,&obj0
,&obj1
)) goto fail
;
30271 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxContextHelp
,
30272 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30274 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
30275 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30278 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30279 result
= (bool)(arg1
)->BeginContextHelp(arg2
);
30281 wxPyEndAllowThreads(__tstate
);
30282 if (PyErr_Occurred()) SWIG_fail
;
30285 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
30293 static PyObject
*_wrap_ContextHelp_EndContextHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30294 PyObject
*resultobj
;
30295 wxContextHelp
*arg1
= (wxContextHelp
*) 0 ;
30297 PyObject
* obj0
= 0 ;
30298 char *kwnames
[] = {
30299 (char *) "self", NULL
30302 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:ContextHelp_EndContextHelp",kwnames
,&obj0
)) goto fail
;
30303 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxContextHelp
,
30304 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30306 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30307 result
= (bool)(arg1
)->EndContextHelp();
30309 wxPyEndAllowThreads(__tstate
);
30310 if (PyErr_Occurred()) SWIG_fail
;
30313 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
30321 static PyObject
* ContextHelp_swigregister(PyObject
*, PyObject
*args
) {
30323 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
30324 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelp
, obj
);
30326 return Py_BuildValue((char *)"");
30328 static PyObject
*_wrap_new_ContextHelpButton(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30329 PyObject
*resultobj
;
30330 wxWindow
*arg1
= (wxWindow
*) 0 ;
30331 int arg2
= (int) wxID_CONTEXT_HELP
;
30332 wxPoint
const &arg3_defvalue
= wxDefaultPosition
;
30333 wxPoint
*arg3
= (wxPoint
*) &arg3_defvalue
;
30334 wxSize
const &arg4_defvalue
= wxDefaultSize
;
30335 wxSize
*arg4
= (wxSize
*) &arg4_defvalue
;
30336 long arg5
= (long) wxBU_AUTODRAW
;
30337 wxContextHelpButton
*result
;
30340 PyObject
* obj0
= 0 ;
30341 PyObject
* obj1
= 0 ;
30342 PyObject
* obj2
= 0 ;
30343 PyObject
* obj3
= 0 ;
30344 PyObject
* obj4
= 0 ;
30345 char *kwnames
[] = {
30346 (char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
30349 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOO:new_ContextHelpButton",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
30350 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
30351 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30353 arg2
= (int)SWIG_As_int(obj1
);
30354 if (PyErr_Occurred()) SWIG_fail
;
30359 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
30365 if ( ! wxSize_helper(obj3
, &arg4
)) SWIG_fail
;
30369 arg5
= (long)SWIG_As_long(obj4
);
30370 if (PyErr_Occurred()) SWIG_fail
;
30373 if (!wxPyCheckForApp()) SWIG_fail
;
30374 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30375 result
= (wxContextHelpButton
*)new wxContextHelpButton(arg1
,arg2
,(wxPoint
const &)*arg3
,(wxSize
const &)*arg4
,arg5
);
30377 wxPyEndAllowThreads(__tstate
);
30378 if (PyErr_Occurred()) SWIG_fail
;
30380 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxContextHelpButton
, 1);
30387 static PyObject
* ContextHelpButton_swigregister(PyObject
*, PyObject
*args
) {
30389 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
30390 SWIG_TypeClientData(SWIGTYPE_p_wxContextHelpButton
, obj
);
30392 return Py_BuildValue((char *)"");
30394 static PyObject
*_wrap_HelpProvider_Set(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30395 PyObject
*resultobj
;
30396 wxHelpProvider
*arg1
= (wxHelpProvider
*) 0 ;
30397 wxHelpProvider
*result
;
30398 PyObject
* obj0
= 0 ;
30399 char *kwnames
[] = {
30400 (char *) "helpProvider", NULL
30403 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HelpProvider_Set",kwnames
,&obj0
)) goto fail
;
30404 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpProvider
,
30405 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30407 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30408 result
= (wxHelpProvider
*)wxHelpProvider::Set(arg1
);
30410 wxPyEndAllowThreads(__tstate
);
30411 if (PyErr_Occurred()) SWIG_fail
;
30413 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxHelpProvider
, 0);
30420 static PyObject
*_wrap_HelpProvider_Get(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30421 PyObject
*resultobj
;
30422 wxHelpProvider
*result
;
30423 char *kwnames
[] = {
30427 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":HelpProvider_Get",kwnames
)) goto fail
;
30429 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30430 result
= (wxHelpProvider
*)wxHelpProvider::Get();
30432 wxPyEndAllowThreads(__tstate
);
30433 if (PyErr_Occurred()) SWIG_fail
;
30435 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxHelpProvider
, 0);
30442 static PyObject
*_wrap_HelpProvider_GetHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30443 PyObject
*resultobj
;
30444 wxHelpProvider
*arg1
= (wxHelpProvider
*) 0 ;
30445 wxWindow
*arg2
= (wxWindow
*) 0 ;
30447 PyObject
* obj0
= 0 ;
30448 PyObject
* obj1
= 0 ;
30449 char *kwnames
[] = {
30450 (char *) "self",(char *) "window", NULL
30453 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HelpProvider_GetHelp",kwnames
,&obj0
,&obj1
)) goto fail
;
30454 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpProvider
,
30455 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30456 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
30457 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30459 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30460 result
= (arg1
)->GetHelp((wxWindow
const *)arg2
);
30462 wxPyEndAllowThreads(__tstate
);
30463 if (PyErr_Occurred()) SWIG_fail
;
30467 resultobj
= PyUnicode_FromWideChar((&result
)->c_str(), (&result
)->Len());
30469 resultobj
= PyString_FromStringAndSize((&result
)->c_str(), (&result
)->Len());
30478 static PyObject
*_wrap_HelpProvider_ShowHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30479 PyObject
*resultobj
;
30480 wxHelpProvider
*arg1
= (wxHelpProvider
*) 0 ;
30481 wxWindow
*arg2
= (wxWindow
*) 0 ;
30483 PyObject
* obj0
= 0 ;
30484 PyObject
* obj1
= 0 ;
30485 char *kwnames
[] = {
30486 (char *) "self",(char *) "window", NULL
30489 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HelpProvider_ShowHelp",kwnames
,&obj0
,&obj1
)) goto fail
;
30490 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpProvider
,
30491 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30492 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
30493 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30495 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30496 result
= (bool)(arg1
)->ShowHelp(arg2
);
30498 wxPyEndAllowThreads(__tstate
);
30499 if (PyErr_Occurred()) SWIG_fail
;
30502 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
30510 static PyObject
*_wrap_HelpProvider_AddHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30511 PyObject
*resultobj
;
30512 wxHelpProvider
*arg1
= (wxHelpProvider
*) 0 ;
30513 wxWindow
*arg2
= (wxWindow
*) 0 ;
30514 wxString
*arg3
= 0 ;
30515 bool temp3
= False
;
30516 PyObject
* obj0
= 0 ;
30517 PyObject
* obj1
= 0 ;
30518 PyObject
* obj2
= 0 ;
30519 char *kwnames
[] = {
30520 (char *) "self",(char *) "window",(char *) "text", NULL
30523 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HelpProvider_AddHelp",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
30524 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpProvider
,
30525 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30526 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
30527 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30529 arg3
= wxString_in_helper(obj2
);
30530 if (arg3
== NULL
) SWIG_fail
;
30534 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30535 (arg1
)->AddHelp(arg2
,(wxString
const &)*arg3
);
30537 wxPyEndAllowThreads(__tstate
);
30538 if (PyErr_Occurred()) SWIG_fail
;
30540 Py_INCREF(Py_None
); resultobj
= Py_None
;
30555 static PyObject
*_wrap_HelpProvider_AddHelpById(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30556 PyObject
*resultobj
;
30557 wxHelpProvider
*arg1
= (wxHelpProvider
*) 0 ;
30559 wxString
*arg3
= 0 ;
30560 bool temp3
= False
;
30561 PyObject
* obj0
= 0 ;
30562 PyObject
* obj1
= 0 ;
30563 PyObject
* obj2
= 0 ;
30564 char *kwnames
[] = {
30565 (char *) "self",(char *) "id",(char *) "text", NULL
30568 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:HelpProvider_AddHelpById",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
30569 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpProvider
,
30570 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30571 arg2
= (int)SWIG_As_int(obj1
);
30572 if (PyErr_Occurred()) SWIG_fail
;
30574 arg3
= wxString_in_helper(obj2
);
30575 if (arg3
== NULL
) SWIG_fail
;
30579 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30580 (arg1
)->AddHelp(arg2
,(wxString
const &)*arg3
);
30582 wxPyEndAllowThreads(__tstate
);
30583 if (PyErr_Occurred()) SWIG_fail
;
30585 Py_INCREF(Py_None
); resultobj
= Py_None
;
30600 static PyObject
*_wrap_HelpProvider_RemoveHelp(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30601 PyObject
*resultobj
;
30602 wxHelpProvider
*arg1
= (wxHelpProvider
*) 0 ;
30603 wxWindow
*arg2
= (wxWindow
*) 0 ;
30604 PyObject
* obj0
= 0 ;
30605 PyObject
* obj1
= 0 ;
30606 char *kwnames
[] = {
30607 (char *) "self",(char *) "window", NULL
30610 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:HelpProvider_RemoveHelp",kwnames
,&obj0
,&obj1
)) goto fail
;
30611 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpProvider
,
30612 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30613 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
30614 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30616 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30617 (arg1
)->RemoveHelp(arg2
);
30619 wxPyEndAllowThreads(__tstate
);
30620 if (PyErr_Occurred()) SWIG_fail
;
30622 Py_INCREF(Py_None
); resultobj
= Py_None
;
30629 static PyObject
*_wrap_HelpProvider_Destroy(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30630 PyObject
*resultobj
;
30631 wxHelpProvider
*arg1
= (wxHelpProvider
*) 0 ;
30632 PyObject
* obj0
= 0 ;
30633 char *kwnames
[] = {
30634 (char *) "self", NULL
30637 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:HelpProvider_Destroy",kwnames
,&obj0
)) goto fail
;
30638 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxHelpProvider
,
30639 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30641 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30642 wxHelpProvider_Destroy(arg1
);
30644 wxPyEndAllowThreads(__tstate
);
30645 if (PyErr_Occurred()) SWIG_fail
;
30647 Py_INCREF(Py_None
); resultobj
= Py_None
;
30654 static PyObject
* HelpProvider_swigregister(PyObject
*, PyObject
*args
) {
30656 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
30657 SWIG_TypeClientData(SWIGTYPE_p_wxHelpProvider
, obj
);
30659 return Py_BuildValue((char *)"");
30661 static PyObject
*_wrap_new_SimpleHelpProvider(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30662 PyObject
*resultobj
;
30663 wxSimpleHelpProvider
*result
;
30664 char *kwnames
[] = {
30668 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_SimpleHelpProvider",kwnames
)) goto fail
;
30670 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30671 result
= (wxSimpleHelpProvider
*)new wxSimpleHelpProvider();
30673 wxPyEndAllowThreads(__tstate
);
30674 if (PyErr_Occurred()) SWIG_fail
;
30676 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxSimpleHelpProvider
, 1);
30683 static PyObject
* SimpleHelpProvider_swigregister(PyObject
*, PyObject
*args
) {
30685 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
30686 SWIG_TypeClientData(SWIGTYPE_p_wxSimpleHelpProvider
, obj
);
30688 return Py_BuildValue((char *)"");
30690 static PyObject
*_wrap_new_DragImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30691 PyObject
*resultobj
;
30692 wxBitmap
*arg1
= 0 ;
30693 wxCursor
const &arg2_defvalue
= wxNullCursor
;
30694 wxCursor
*arg2
= (wxCursor
*) &arg2_defvalue
;
30695 wxGenericDragImage
*result
;
30696 PyObject
* obj0
= 0 ;
30697 PyObject
* obj1
= 0 ;
30698 char *kwnames
[] = {
30699 (char *) "image",(char *) "cursor", NULL
30702 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|O:new_DragImage",kwnames
,&obj0
,&obj1
)) goto fail
;
30703 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxBitmap
,
30704 SWIG_POINTER_EXCEPTION
| 0)) == -1)
30706 if (arg1
== NULL
) {
30707 PyErr_SetString(PyExc_TypeError
,"null reference");
30711 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxCursor
,
30712 SWIG_POINTER_EXCEPTION
| 0)) == -1)
30714 if (arg2
== NULL
) {
30715 PyErr_SetString(PyExc_TypeError
,"null reference");
30720 if (!wxPyCheckForApp()) SWIG_fail
;
30721 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30722 result
= (wxGenericDragImage
*)new wxGenericDragImage((wxBitmap
const &)*arg1
,(wxCursor
const &)*arg2
);
30724 wxPyEndAllowThreads(__tstate
);
30725 if (PyErr_Occurred()) SWIG_fail
;
30727 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxGenericDragImage
, 1);
30734 static PyObject
*_wrap_new_DragIcon(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30735 PyObject
*resultobj
;
30737 wxCursor
const &arg2_defvalue
= wxNullCursor
;
30738 wxCursor
*arg2
= (wxCursor
*) &arg2_defvalue
;
30739 wxGenericDragImage
*result
;
30740 PyObject
* obj0
= 0 ;
30741 PyObject
* obj1
= 0 ;
30742 char *kwnames
[] = {
30743 (char *) "image",(char *) "cursor", NULL
30746 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|O:new_DragIcon",kwnames
,&obj0
,&obj1
)) goto fail
;
30747 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxIcon
,
30748 SWIG_POINTER_EXCEPTION
| 0)) == -1)
30750 if (arg1
== NULL
) {
30751 PyErr_SetString(PyExc_TypeError
,"null reference");
30755 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxCursor
,
30756 SWIG_POINTER_EXCEPTION
| 0)) == -1)
30758 if (arg2
== NULL
) {
30759 PyErr_SetString(PyExc_TypeError
,"null reference");
30764 if (!wxPyCheckForApp()) SWIG_fail
;
30765 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30766 result
= (wxGenericDragImage
*)new wxGenericDragImage((wxIcon
const &)*arg1
,(wxCursor
const &)*arg2
);
30768 wxPyEndAllowThreads(__tstate
);
30769 if (PyErr_Occurred()) SWIG_fail
;
30771 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxGenericDragImage
, 1);
30778 static PyObject
*_wrap_new_DragString(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30779 PyObject
*resultobj
;
30780 wxString
*arg1
= 0 ;
30781 wxCursor
const &arg2_defvalue
= wxNullCursor
;
30782 wxCursor
*arg2
= (wxCursor
*) &arg2_defvalue
;
30783 wxGenericDragImage
*result
;
30784 bool temp1
= False
;
30785 PyObject
* obj0
= 0 ;
30786 PyObject
* obj1
= 0 ;
30787 char *kwnames
[] = {
30788 (char *) "str",(char *) "cursor", NULL
30791 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|O:new_DragString",kwnames
,&obj0
,&obj1
)) goto fail
;
30793 arg1
= wxString_in_helper(obj0
);
30794 if (arg1
== NULL
) SWIG_fail
;
30798 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxCursor
,
30799 SWIG_POINTER_EXCEPTION
| 0)) == -1)
30801 if (arg2
== NULL
) {
30802 PyErr_SetString(PyExc_TypeError
,"null reference");
30807 if (!wxPyCheckForApp()) SWIG_fail
;
30808 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30809 result
= (wxGenericDragImage
*)new wxGenericDragImage((wxString
const &)*arg1
,(wxCursor
const &)*arg2
);
30811 wxPyEndAllowThreads(__tstate
);
30812 if (PyErr_Occurred()) SWIG_fail
;
30814 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxGenericDragImage
, 1);
30829 static PyObject
*_wrap_new_DragTreeItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30830 PyObject
*resultobj
;
30831 wxPyTreeCtrl
*arg1
= 0 ;
30832 wxTreeItemId
*arg2
= 0 ;
30833 wxGenericDragImage
*result
;
30834 PyObject
* obj0
= 0 ;
30835 PyObject
* obj1
= 0 ;
30836 char *kwnames
[] = {
30837 (char *) "treeCtrl",(char *) "id", NULL
30840 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:new_DragTreeItem",kwnames
,&obj0
,&obj1
)) goto fail
;
30841 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyTreeCtrl
,
30842 SWIG_POINTER_EXCEPTION
| 0)) == -1)
30844 if (arg1
== NULL
) {
30845 PyErr_SetString(PyExc_TypeError
,"null reference");
30848 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxTreeItemId
,
30849 SWIG_POINTER_EXCEPTION
| 0)) == -1)
30851 if (arg2
== NULL
) {
30852 PyErr_SetString(PyExc_TypeError
,"null reference");
30856 if (!wxPyCheckForApp()) SWIG_fail
;
30857 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30858 result
= (wxGenericDragImage
*)new wxGenericDragImage((wxPyTreeCtrl
const &)*arg1
,*arg2
);
30860 wxPyEndAllowThreads(__tstate
);
30861 if (PyErr_Occurred()) SWIG_fail
;
30863 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxGenericDragImage
, 1);
30870 static PyObject
*_wrap_new_DragListItem(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30871 PyObject
*resultobj
;
30872 wxPyListCtrl
*arg1
= 0 ;
30874 wxGenericDragImage
*result
;
30875 PyObject
* obj0
= 0 ;
30876 PyObject
* obj1
= 0 ;
30877 char *kwnames
[] = {
30878 (char *) "listCtrl",(char *) "id", NULL
30881 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:new_DragListItem",kwnames
,&obj0
,&obj1
)) goto fail
;
30882 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyListCtrl
,
30883 SWIG_POINTER_EXCEPTION
| 0)) == -1)
30885 if (arg1
== NULL
) {
30886 PyErr_SetString(PyExc_TypeError
,"null reference");
30889 arg2
= (long)SWIG_As_long(obj1
);
30890 if (PyErr_Occurred()) SWIG_fail
;
30892 if (!wxPyCheckForApp()) SWIG_fail
;
30893 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30894 result
= (wxGenericDragImage
*)new wxGenericDragImage((wxPyListCtrl
const &)*arg1
,arg2
);
30896 wxPyEndAllowThreads(__tstate
);
30897 if (PyErr_Occurred()) SWIG_fail
;
30899 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxGenericDragImage
, 1);
30906 static PyObject
*_wrap_delete_DragImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30907 PyObject
*resultobj
;
30908 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
30909 PyObject
* obj0
= 0 ;
30910 char *kwnames
[] = {
30911 (char *) "self", NULL
30914 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:delete_DragImage",kwnames
,&obj0
)) goto fail
;
30915 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
30916 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30918 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30921 wxPyEndAllowThreads(__tstate
);
30922 if (PyErr_Occurred()) SWIG_fail
;
30924 Py_INCREF(Py_None
); resultobj
= Py_None
;
30931 static PyObject
*_wrap_DragImage_SetBackingBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30932 PyObject
*resultobj
;
30933 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
30934 wxBitmap
*arg2
= (wxBitmap
*) 0 ;
30935 PyObject
* obj0
= 0 ;
30936 PyObject
* obj1
= 0 ;
30937 char *kwnames
[] = {
30938 (char *) "self",(char *) "bitmap", NULL
30941 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:DragImage_SetBackingBitmap",kwnames
,&obj0
,&obj1
)) goto fail
;
30942 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
30943 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30944 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
30945 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30947 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30948 (arg1
)->SetBackingBitmap(arg2
);
30950 wxPyEndAllowThreads(__tstate
);
30951 if (PyErr_Occurred()) SWIG_fail
;
30953 Py_INCREF(Py_None
); resultobj
= Py_None
;
30960 static PyObject
*_wrap_DragImage_BeginDrag(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
30961 PyObject
*resultobj
;
30962 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
30963 wxPoint
*arg2
= 0 ;
30964 wxWindow
*arg3
= (wxWindow
*) 0 ;
30965 bool arg4
= (bool) False
;
30966 wxRect
*arg5
= (wxRect
*) NULL
;
30969 PyObject
* obj0
= 0 ;
30970 PyObject
* obj1
= 0 ;
30971 PyObject
* obj2
= 0 ;
30972 PyObject
* obj3
= 0 ;
30973 PyObject
* obj4
= 0 ;
30974 char *kwnames
[] = {
30975 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "fullScreen",(char *) "rect", NULL
30978 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO|OO:DragImage_BeginDrag",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
30979 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
30980 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30983 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
30985 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWindow
,
30986 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30988 arg4
= (bool)SWIG_As_bool(obj3
);
30989 if (PyErr_Occurred()) SWIG_fail
;
30992 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxRect
,
30993 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
30996 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
30997 result
= (bool)(arg1
)->BeginDrag((wxPoint
const &)*arg2
,arg3
,arg4
,arg5
);
30999 wxPyEndAllowThreads(__tstate
);
31000 if (PyErr_Occurred()) SWIG_fail
;
31003 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
31011 static PyObject
*_wrap_DragImage_BeginDragBounded(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
31012 PyObject
*resultobj
;
31013 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
31014 wxPoint
*arg2
= 0 ;
31015 wxWindow
*arg3
= (wxWindow
*) 0 ;
31016 wxWindow
*arg4
= (wxWindow
*) 0 ;
31019 PyObject
* obj0
= 0 ;
31020 PyObject
* obj1
= 0 ;
31021 PyObject
* obj2
= 0 ;
31022 PyObject
* obj3
= 0 ;
31023 char *kwnames
[] = {
31024 (char *) "self",(char *) "hotspot",(char *) "window",(char *) "boundingWindow", NULL
31027 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOO:DragImage_BeginDragBounded",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
31028 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
31029 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31032 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
31034 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWindow
,
31035 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31036 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxWindow
,
31037 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31039 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
31040 result
= (bool)(arg1
)->BeginDrag((wxPoint
const &)*arg2
,arg3
,arg4
);
31042 wxPyEndAllowThreads(__tstate
);
31043 if (PyErr_Occurred()) SWIG_fail
;
31046 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
31054 static PyObject
*_wrap_DragImage_EndDrag(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
31055 PyObject
*resultobj
;
31056 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
31058 PyObject
* obj0
= 0 ;
31059 char *kwnames
[] = {
31060 (char *) "self", NULL
31063 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:DragImage_EndDrag",kwnames
,&obj0
)) goto fail
;
31064 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
31065 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31067 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
31068 result
= (bool)(arg1
)->EndDrag();
31070 wxPyEndAllowThreads(__tstate
);
31071 if (PyErr_Occurred()) SWIG_fail
;
31074 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
31082 static PyObject
*_wrap_DragImage_Move(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
31083 PyObject
*resultobj
;
31084 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
31085 wxPoint
*arg2
= 0 ;
31088 PyObject
* obj0
= 0 ;
31089 PyObject
* obj1
= 0 ;
31090 char *kwnames
[] = {
31091 (char *) "self",(char *) "pt", NULL
31094 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:DragImage_Move",kwnames
,&obj0
,&obj1
)) goto fail
;
31095 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
31096 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31099 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
31102 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
31103 result
= (bool)(arg1
)->Move((wxPoint
const &)*arg2
);
31105 wxPyEndAllowThreads(__tstate
);
31106 if (PyErr_Occurred()) SWIG_fail
;
31109 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
31117 static PyObject
*_wrap_DragImage_Show(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
31118 PyObject
*resultobj
;
31119 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
31121 PyObject
* obj0
= 0 ;
31122 char *kwnames
[] = {
31123 (char *) "self", NULL
31126 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:DragImage_Show",kwnames
,&obj0
)) goto fail
;
31127 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
31128 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31130 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
31131 result
= (bool)(arg1
)->Show();
31133 wxPyEndAllowThreads(__tstate
);
31134 if (PyErr_Occurred()) SWIG_fail
;
31137 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
31145 static PyObject
*_wrap_DragImage_Hide(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
31146 PyObject
*resultobj
;
31147 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
31149 PyObject
* obj0
= 0 ;
31150 char *kwnames
[] = {
31151 (char *) "self", NULL
31154 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:DragImage_Hide",kwnames
,&obj0
)) goto fail
;
31155 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
31156 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31158 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
31159 result
= (bool)(arg1
)->Hide();
31161 wxPyEndAllowThreads(__tstate
);
31162 if (PyErr_Occurred()) SWIG_fail
;
31165 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
31173 static PyObject
*_wrap_DragImage_GetImageRect(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
31174 PyObject
*resultobj
;
31175 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
31176 wxPoint
*arg2
= 0 ;
31179 PyObject
* obj0
= 0 ;
31180 PyObject
* obj1
= 0 ;
31181 char *kwnames
[] = {
31182 (char *) "self",(char *) "pos", NULL
31185 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:DragImage_GetImageRect",kwnames
,&obj0
,&obj1
)) goto fail
;
31186 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
31187 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31190 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
31193 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
31194 result
= ((wxGenericDragImage
const *)arg1
)->GetImageRect((wxPoint
const &)*arg2
);
31196 wxPyEndAllowThreads(__tstate
);
31197 if (PyErr_Occurred()) SWIG_fail
;
31200 wxRect
* resultptr
;
31201 resultptr
= new wxRect((wxRect
&) result
);
31202 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxRect
, 1);
31210 static PyObject
*_wrap_DragImage_DoDrawImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
31211 PyObject
*resultobj
;
31212 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
31214 wxPoint
*arg3
= 0 ;
31217 PyObject
* obj0
= 0 ;
31218 PyObject
* obj1
= 0 ;
31219 PyObject
* obj2
= 0 ;
31220 char *kwnames
[] = {
31221 (char *) "self",(char *) "dc",(char *) "pos", NULL
31224 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:DragImage_DoDrawImage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
31225 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
31226 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31227 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxDC
,
31228 SWIG_POINTER_EXCEPTION
| 0)) == -1)
31230 if (arg2
== NULL
) {
31231 PyErr_SetString(PyExc_TypeError
,"null reference");
31236 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
31239 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
31240 result
= (bool)((wxGenericDragImage
const *)arg1
)->DoDrawImage(*arg2
,(wxPoint
const &)*arg3
);
31242 wxPyEndAllowThreads(__tstate
);
31243 if (PyErr_Occurred()) SWIG_fail
;
31246 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
31254 static PyObject
*_wrap_DragImage_UpdateBackingFromWindow(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
31255 PyObject
*resultobj
;
31256 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
31258 wxMemoryDC
*arg3
= 0 ;
31264 PyObject
* obj0
= 0 ;
31265 PyObject
* obj1
= 0 ;
31266 PyObject
* obj2
= 0 ;
31267 PyObject
* obj3
= 0 ;
31268 PyObject
* obj4
= 0 ;
31269 char *kwnames
[] = {
31270 (char *) "self",(char *) "windowDC",(char *) "destDC",(char *) "sourceRect",(char *) "destRect", NULL
31273 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO:DragImage_UpdateBackingFromWindow",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
31274 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
31275 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31276 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxDC
,
31277 SWIG_POINTER_EXCEPTION
| 0)) == -1)
31279 if (arg2
== NULL
) {
31280 PyErr_SetString(PyExc_TypeError
,"null reference");
31283 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxMemoryDC
,
31284 SWIG_POINTER_EXCEPTION
| 0)) == -1)
31286 if (arg3
== NULL
) {
31287 PyErr_SetString(PyExc_TypeError
,"null reference");
31292 if ( ! wxRect_helper(obj3
, &arg4
)) SWIG_fail
;
31296 if ( ! wxRect_helper(obj4
, &arg5
)) SWIG_fail
;
31299 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
31300 result
= (bool)((wxGenericDragImage
const *)arg1
)->UpdateBackingFromWindow(*arg2
,*arg3
,(wxRect
const &)*arg4
,(wxRect
const &)*arg5
);
31302 wxPyEndAllowThreads(__tstate
);
31303 if (PyErr_Occurred()) SWIG_fail
;
31306 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
31314 static PyObject
*_wrap_DragImage_RedrawImage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
31315 PyObject
*resultobj
;
31316 wxGenericDragImage
*arg1
= (wxGenericDragImage
*) 0 ;
31317 wxPoint
*arg2
= 0 ;
31318 wxPoint
*arg3
= 0 ;
31324 PyObject
* obj0
= 0 ;
31325 PyObject
* obj1
= 0 ;
31326 PyObject
* obj2
= 0 ;
31327 PyObject
* obj3
= 0 ;
31328 PyObject
* obj4
= 0 ;
31329 char *kwnames
[] = {
31330 (char *) "self",(char *) "oldPos",(char *) "newPos",(char *) "eraseOld",(char *) "drawNew", NULL
31333 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO:DragImage_RedrawImage",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
31334 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxGenericDragImage
,
31335 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
31338 if ( ! wxPoint_helper(obj1
, &arg2
)) SWIG_fail
;
31342 if ( ! wxPoint_helper(obj2
, &arg3
)) SWIG_fail
;
31344 arg4
= (bool)SWIG_As_bool(obj3
);
31345 if (PyErr_Occurred()) SWIG_fail
;
31346 arg5
= (bool)SWIG_As_bool(obj4
);
31347 if (PyErr_Occurred()) SWIG_fail
;
31349 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
31350 result
= (bool)(arg1
)->RedrawImage((wxPoint
const &)*arg2
,(wxPoint
const &)*arg3
,arg4
,arg5
);
31352 wxPyEndAllowThreads(__tstate
);
31353 if (PyErr_Occurred()) SWIG_fail
;
31356 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
31364 static PyObject
* DragImage_swigregister(PyObject
*, PyObject
*args
) {
31366 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
31367 SWIG_TypeClientData(SWIGTYPE_p_wxGenericDragImage
, obj
);
31369 return Py_BuildValue((char *)"");
31371 static PyMethodDef SwigMethods
[] = {
31372 { (char *)"new_Button", (PyCFunction
) _wrap_new_Button
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31373 { (char *)"new_PreButton", (PyCFunction
) _wrap_new_PreButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31374 { (char *)"Button_Create", (PyCFunction
) _wrap_Button_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31375 { (char *)"Button_SetDefault", (PyCFunction
) _wrap_Button_SetDefault
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31376 { (char *)"Button_GetDefaultSize", (PyCFunction
) _wrap_Button_GetDefaultSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31377 { (char *)"Button_GetClassDefaultAttributes", (PyCFunction
) _wrap_Button_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31378 { (char *)"Button_swigregister", Button_swigregister
, METH_VARARGS
, NULL
},
31379 { (char *)"new_BitmapButton", (PyCFunction
) _wrap_new_BitmapButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31380 { (char *)"new_PreBitmapButton", (PyCFunction
) _wrap_new_PreBitmapButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31381 { (char *)"BitmapButton_Create", (PyCFunction
) _wrap_BitmapButton_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31382 { (char *)"BitmapButton_GetBitmapLabel", (PyCFunction
) _wrap_BitmapButton_GetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31383 { (char *)"BitmapButton_GetBitmapDisabled", (PyCFunction
) _wrap_BitmapButton_GetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31384 { (char *)"BitmapButton_GetBitmapFocus", (PyCFunction
) _wrap_BitmapButton_GetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31385 { (char *)"BitmapButton_GetBitmapSelected", (PyCFunction
) _wrap_BitmapButton_GetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31386 { (char *)"BitmapButton_SetBitmapDisabled", (PyCFunction
) _wrap_BitmapButton_SetBitmapDisabled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31387 { (char *)"BitmapButton_SetBitmapFocus", (PyCFunction
) _wrap_BitmapButton_SetBitmapFocus
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31388 { (char *)"BitmapButton_SetBitmapSelected", (PyCFunction
) _wrap_BitmapButton_SetBitmapSelected
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31389 { (char *)"BitmapButton_SetBitmapLabel", (PyCFunction
) _wrap_BitmapButton_SetBitmapLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31390 { (char *)"BitmapButton_SetMargins", (PyCFunction
) _wrap_BitmapButton_SetMargins
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31391 { (char *)"BitmapButton_GetMarginX", (PyCFunction
) _wrap_BitmapButton_GetMarginX
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31392 { (char *)"BitmapButton_GetMarginY", (PyCFunction
) _wrap_BitmapButton_GetMarginY
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31393 { (char *)"BitmapButton_swigregister", BitmapButton_swigregister
, METH_VARARGS
, NULL
},
31394 { (char *)"new_CheckBox", (PyCFunction
) _wrap_new_CheckBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31395 { (char *)"new_PreCheckBox", (PyCFunction
) _wrap_new_PreCheckBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31396 { (char *)"CheckBox_Create", (PyCFunction
) _wrap_CheckBox_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31397 { (char *)"CheckBox_GetValue", (PyCFunction
) _wrap_CheckBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31398 { (char *)"CheckBox_IsChecked", (PyCFunction
) _wrap_CheckBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31399 { (char *)"CheckBox_SetValue", (PyCFunction
) _wrap_CheckBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31400 { (char *)"CheckBox_Get3StateValue", (PyCFunction
) _wrap_CheckBox_Get3StateValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31401 { (char *)"CheckBox_Set3StateValue", (PyCFunction
) _wrap_CheckBox_Set3StateValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31402 { (char *)"CheckBox_Is3State", (PyCFunction
) _wrap_CheckBox_Is3State
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31403 { (char *)"CheckBox_Is3rdStateAllowedForUser", (PyCFunction
) _wrap_CheckBox_Is3rdStateAllowedForUser
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31404 { (char *)"CheckBox_GetClassDefaultAttributes", (PyCFunction
) _wrap_CheckBox_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31405 { (char *)"CheckBox_swigregister", CheckBox_swigregister
, METH_VARARGS
, NULL
},
31406 { (char *)"new_Choice", (PyCFunction
) _wrap_new_Choice
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31407 { (char *)"new_PreChoice", (PyCFunction
) _wrap_new_PreChoice
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31408 { (char *)"Choice_Create", (PyCFunction
) _wrap_Choice_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31409 { (char *)"Choice_SetSelection", (PyCFunction
) _wrap_Choice_SetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31410 { (char *)"Choice_SetStringSelection", (PyCFunction
) _wrap_Choice_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31411 { (char *)"Choice_SetString", (PyCFunction
) _wrap_Choice_SetString
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31412 { (char *)"Choice_GetClassDefaultAttributes", (PyCFunction
) _wrap_Choice_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31413 { (char *)"Choice_swigregister", Choice_swigregister
, METH_VARARGS
, NULL
},
31414 { (char *)"new_ComboBox", (PyCFunction
) _wrap_new_ComboBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31415 { (char *)"new_PreComboBox", (PyCFunction
) _wrap_new_PreComboBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31416 { (char *)"ComboBox_Create", (PyCFunction
) _wrap_ComboBox_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31417 { (char *)"ComboBox_GetValue", (PyCFunction
) _wrap_ComboBox_GetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31418 { (char *)"ComboBox_SetValue", (PyCFunction
) _wrap_ComboBox_SetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31419 { (char *)"ComboBox_Copy", (PyCFunction
) _wrap_ComboBox_Copy
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31420 { (char *)"ComboBox_Cut", (PyCFunction
) _wrap_ComboBox_Cut
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31421 { (char *)"ComboBox_Paste", (PyCFunction
) _wrap_ComboBox_Paste
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31422 { (char *)"ComboBox_SetInsertionPoint", (PyCFunction
) _wrap_ComboBox_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31423 { (char *)"ComboBox_GetInsertionPoint", (PyCFunction
) _wrap_ComboBox_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31424 { (char *)"ComboBox_GetLastPosition", (PyCFunction
) _wrap_ComboBox_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31425 { (char *)"ComboBox_Replace", (PyCFunction
) _wrap_ComboBox_Replace
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31426 { (char *)"ComboBox_SetSelection", (PyCFunction
) _wrap_ComboBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31427 { (char *)"ComboBox_SetMark", (PyCFunction
) _wrap_ComboBox_SetMark
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31428 { (char *)"ComboBox_SetStringSelection", (PyCFunction
) _wrap_ComboBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31429 { (char *)"ComboBox_SetString", (PyCFunction
) _wrap_ComboBox_SetString
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31430 { (char *)"ComboBox_SetEditable", (PyCFunction
) _wrap_ComboBox_SetEditable
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31431 { (char *)"ComboBox_SetInsertionPointEnd", (PyCFunction
) _wrap_ComboBox_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31432 { (char *)"ComboBox_Remove", (PyCFunction
) _wrap_ComboBox_Remove
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31433 { (char *)"ComboBox_GetClassDefaultAttributes", (PyCFunction
) _wrap_ComboBox_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31434 { (char *)"ComboBox_swigregister", ComboBox_swigregister
, METH_VARARGS
, NULL
},
31435 { (char *)"new_Gauge", (PyCFunction
) _wrap_new_Gauge
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31436 { (char *)"new_PreGauge", (PyCFunction
) _wrap_new_PreGauge
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31437 { (char *)"Gauge_Create", (PyCFunction
) _wrap_Gauge_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31438 { (char *)"Gauge_SetRange", (PyCFunction
) _wrap_Gauge_SetRange
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31439 { (char *)"Gauge_GetRange", (PyCFunction
) _wrap_Gauge_GetRange
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31440 { (char *)"Gauge_SetValue", (PyCFunction
) _wrap_Gauge_SetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31441 { (char *)"Gauge_GetValue", (PyCFunction
) _wrap_Gauge_GetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31442 { (char *)"Gauge_IsVertical", (PyCFunction
) _wrap_Gauge_IsVertical
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31443 { (char *)"Gauge_SetShadowWidth", (PyCFunction
) _wrap_Gauge_SetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31444 { (char *)"Gauge_GetShadowWidth", (PyCFunction
) _wrap_Gauge_GetShadowWidth
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31445 { (char *)"Gauge_SetBezelFace", (PyCFunction
) _wrap_Gauge_SetBezelFace
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31446 { (char *)"Gauge_GetBezelFace", (PyCFunction
) _wrap_Gauge_GetBezelFace
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31447 { (char *)"Gauge_GetClassDefaultAttributes", (PyCFunction
) _wrap_Gauge_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31448 { (char *)"Gauge_swigregister", Gauge_swigregister
, METH_VARARGS
, NULL
},
31449 { (char *)"new_StaticBox", (PyCFunction
) _wrap_new_StaticBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31450 { (char *)"new_PreStaticBox", (PyCFunction
) _wrap_new_PreStaticBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31451 { (char *)"StaticBox_Create", (PyCFunction
) _wrap_StaticBox_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31452 { (char *)"StaticBox_GetClassDefaultAttributes", (PyCFunction
) _wrap_StaticBox_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31453 { (char *)"StaticBox_swigregister", StaticBox_swigregister
, METH_VARARGS
, NULL
},
31454 { (char *)"new_StaticLine", (PyCFunction
) _wrap_new_StaticLine
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31455 { (char *)"new_PreStaticLine", (PyCFunction
) _wrap_new_PreStaticLine
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31456 { (char *)"StaticLine_Create", (PyCFunction
) _wrap_StaticLine_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31457 { (char *)"StaticLine_IsVertical", (PyCFunction
) _wrap_StaticLine_IsVertical
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31458 { (char *)"StaticLine_GetDefaultSize", (PyCFunction
) _wrap_StaticLine_GetDefaultSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31459 { (char *)"StaticLine_GetClassDefaultAttributes", (PyCFunction
) _wrap_StaticLine_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31460 { (char *)"StaticLine_swigregister", StaticLine_swigregister
, METH_VARARGS
, NULL
},
31461 { (char *)"new_StaticText", (PyCFunction
) _wrap_new_StaticText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31462 { (char *)"new_PreStaticText", (PyCFunction
) _wrap_new_PreStaticText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31463 { (char *)"StaticText_Create", (PyCFunction
) _wrap_StaticText_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31464 { (char *)"StaticText_GetClassDefaultAttributes", (PyCFunction
) _wrap_StaticText_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31465 { (char *)"StaticText_swigregister", StaticText_swigregister
, METH_VARARGS
, NULL
},
31466 { (char *)"new_StaticBitmap", (PyCFunction
) _wrap_new_StaticBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31467 { (char *)"new_PreStaticBitmap", (PyCFunction
) _wrap_new_PreStaticBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31468 { (char *)"StaticBitmap_Create", (PyCFunction
) _wrap_StaticBitmap_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31469 { (char *)"StaticBitmap_GetBitmap", (PyCFunction
) _wrap_StaticBitmap_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31470 { (char *)"StaticBitmap_SetBitmap", (PyCFunction
) _wrap_StaticBitmap_SetBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31471 { (char *)"StaticBitmap_SetIcon", (PyCFunction
) _wrap_StaticBitmap_SetIcon
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31472 { (char *)"StaticBitmap_GetClassDefaultAttributes", (PyCFunction
) _wrap_StaticBitmap_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31473 { (char *)"StaticBitmap_swigregister", StaticBitmap_swigregister
, METH_VARARGS
, NULL
},
31474 { (char *)"new_ListBox", (PyCFunction
) _wrap_new_ListBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31475 { (char *)"new_PreListBox", (PyCFunction
) _wrap_new_PreListBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31476 { (char *)"ListBox_Create", (PyCFunction
) _wrap_ListBox_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31477 { (char *)"ListBox_Insert", (PyCFunction
) _wrap_ListBox_Insert
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31478 { (char *)"ListBox_InsertItems", (PyCFunction
) _wrap_ListBox_InsertItems
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31479 { (char *)"ListBox_Set", (PyCFunction
) _wrap_ListBox_Set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31480 { (char *)"ListBox_IsSelected", (PyCFunction
) _wrap_ListBox_IsSelected
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31481 { (char *)"ListBox_SetSelection", (PyCFunction
) _wrap_ListBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31482 { (char *)"ListBox_Select", (PyCFunction
) _wrap_ListBox_Select
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31483 { (char *)"ListBox_Deselect", (PyCFunction
) _wrap_ListBox_Deselect
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31484 { (char *)"ListBox_DeselectAll", (PyCFunction
) _wrap_ListBox_DeselectAll
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31485 { (char *)"ListBox_SetStringSelection", (PyCFunction
) _wrap_ListBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31486 { (char *)"ListBox_GetSelections", (PyCFunction
) _wrap_ListBox_GetSelections
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31487 { (char *)"ListBox_SetFirstItem", (PyCFunction
) _wrap_ListBox_SetFirstItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31488 { (char *)"ListBox_SetFirstItemStr", (PyCFunction
) _wrap_ListBox_SetFirstItemStr
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31489 { (char *)"ListBox_EnsureVisible", (PyCFunction
) _wrap_ListBox_EnsureVisible
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31490 { (char *)"ListBox_AppendAndEnsureVisible", (PyCFunction
) _wrap_ListBox_AppendAndEnsureVisible
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31491 { (char *)"ListBox_IsSorted", (PyCFunction
) _wrap_ListBox_IsSorted
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31492 { (char *)"ListBox_SetItemForegroundColour", (PyCFunction
) _wrap_ListBox_SetItemForegroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31493 { (char *)"ListBox_SetItemBackgroundColour", (PyCFunction
) _wrap_ListBox_SetItemBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31494 { (char *)"ListBox_SetItemFont", (PyCFunction
) _wrap_ListBox_SetItemFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31495 { (char *)"ListBox_GetClassDefaultAttributes", (PyCFunction
) _wrap_ListBox_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31496 { (char *)"ListBox_swigregister", ListBox_swigregister
, METH_VARARGS
, NULL
},
31497 { (char *)"new_CheckListBox", (PyCFunction
) _wrap_new_CheckListBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31498 { (char *)"new_PreCheckListBox", (PyCFunction
) _wrap_new_PreCheckListBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31499 { (char *)"CheckListBox_Create", (PyCFunction
) _wrap_CheckListBox_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31500 { (char *)"CheckListBox_IsChecked", (PyCFunction
) _wrap_CheckListBox_IsChecked
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31501 { (char *)"CheckListBox_Check", (PyCFunction
) _wrap_CheckListBox_Check
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31502 { (char *)"CheckListBox_GetItemHeight", (PyCFunction
) _wrap_CheckListBox_GetItemHeight
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31503 { (char *)"CheckListBox_HitTest", (PyCFunction
) _wrap_CheckListBox_HitTest
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31504 { (char *)"CheckListBox_HitTestXY", (PyCFunction
) _wrap_CheckListBox_HitTestXY
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31505 { (char *)"CheckListBox_swigregister", CheckListBox_swigregister
, METH_VARARGS
, NULL
},
31506 { (char *)"new_TextAttr", (PyCFunction
) _wrap_new_TextAttr
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31507 { (char *)"delete_TextAttr", (PyCFunction
) _wrap_delete_TextAttr
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31508 { (char *)"TextAttr_Init", (PyCFunction
) _wrap_TextAttr_Init
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31509 { (char *)"TextAttr_SetTextColour", (PyCFunction
) _wrap_TextAttr_SetTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31510 { (char *)"TextAttr_SetBackgroundColour", (PyCFunction
) _wrap_TextAttr_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31511 { (char *)"TextAttr_SetFont", (PyCFunction
) _wrap_TextAttr_SetFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31512 { (char *)"TextAttr_SetAlignment", (PyCFunction
) _wrap_TextAttr_SetAlignment
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31513 { (char *)"TextAttr_SetTabs", (PyCFunction
) _wrap_TextAttr_SetTabs
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31514 { (char *)"TextAttr_SetLeftIndent", (PyCFunction
) _wrap_TextAttr_SetLeftIndent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31515 { (char *)"TextAttr_SetRightIndent", (PyCFunction
) _wrap_TextAttr_SetRightIndent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31516 { (char *)"TextAttr_SetFlags", (PyCFunction
) _wrap_TextAttr_SetFlags
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31517 { (char *)"TextAttr_HasTextColour", (PyCFunction
) _wrap_TextAttr_HasTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31518 { (char *)"TextAttr_HasBackgroundColour", (PyCFunction
) _wrap_TextAttr_HasBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31519 { (char *)"TextAttr_HasFont", (PyCFunction
) _wrap_TextAttr_HasFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31520 { (char *)"TextAttr_HasAlignment", (PyCFunction
) _wrap_TextAttr_HasAlignment
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31521 { (char *)"TextAttr_HasTabs", (PyCFunction
) _wrap_TextAttr_HasTabs
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31522 { (char *)"TextAttr_HasLeftIndent", (PyCFunction
) _wrap_TextAttr_HasLeftIndent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31523 { (char *)"TextAttr_HasRightIndent", (PyCFunction
) _wrap_TextAttr_HasRightIndent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31524 { (char *)"TextAttr_HasFlag", (PyCFunction
) _wrap_TextAttr_HasFlag
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31525 { (char *)"TextAttr_GetTextColour", (PyCFunction
) _wrap_TextAttr_GetTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31526 { (char *)"TextAttr_GetBackgroundColour", (PyCFunction
) _wrap_TextAttr_GetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31527 { (char *)"TextAttr_GetFont", (PyCFunction
) _wrap_TextAttr_GetFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31528 { (char *)"TextAttr_GetAlignment", (PyCFunction
) _wrap_TextAttr_GetAlignment
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31529 { (char *)"TextAttr_GetTabs", (PyCFunction
) _wrap_TextAttr_GetTabs
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31530 { (char *)"TextAttr_GetLeftIndent", (PyCFunction
) _wrap_TextAttr_GetLeftIndent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31531 { (char *)"TextAttr_GetLeftSubIndent", (PyCFunction
) _wrap_TextAttr_GetLeftSubIndent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31532 { (char *)"TextAttr_GetRightIndent", (PyCFunction
) _wrap_TextAttr_GetRightIndent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31533 { (char *)"TextAttr_GetFlags", (PyCFunction
) _wrap_TextAttr_GetFlags
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31534 { (char *)"TextAttr_IsDefault", (PyCFunction
) _wrap_TextAttr_IsDefault
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31535 { (char *)"TextAttr_Combine", (PyCFunction
) _wrap_TextAttr_Combine
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31536 { (char *)"TextAttr_swigregister", TextAttr_swigregister
, METH_VARARGS
, NULL
},
31537 { (char *)"new_TextCtrl", (PyCFunction
) _wrap_new_TextCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31538 { (char *)"new_PreTextCtrl", (PyCFunction
) _wrap_new_PreTextCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31539 { (char *)"TextCtrl_Create", (PyCFunction
) _wrap_TextCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31540 { (char *)"TextCtrl_GetValue", (PyCFunction
) _wrap_TextCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31541 { (char *)"TextCtrl_SetValue", (PyCFunction
) _wrap_TextCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31542 { (char *)"TextCtrl_GetRange", (PyCFunction
) _wrap_TextCtrl_GetRange
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31543 { (char *)"TextCtrl_GetLineLength", (PyCFunction
) _wrap_TextCtrl_GetLineLength
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31544 { (char *)"TextCtrl_GetLineText", (PyCFunction
) _wrap_TextCtrl_GetLineText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31545 { (char *)"TextCtrl_GetNumberOfLines", (PyCFunction
) _wrap_TextCtrl_GetNumberOfLines
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31546 { (char *)"TextCtrl_IsModified", (PyCFunction
) _wrap_TextCtrl_IsModified
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31547 { (char *)"TextCtrl_IsEditable", (PyCFunction
) _wrap_TextCtrl_IsEditable
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31548 { (char *)"TextCtrl_IsSingleLine", (PyCFunction
) _wrap_TextCtrl_IsSingleLine
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31549 { (char *)"TextCtrl_IsMultiLine", (PyCFunction
) _wrap_TextCtrl_IsMultiLine
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31550 { (char *)"TextCtrl_GetSelection", (PyCFunction
) _wrap_TextCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31551 { (char *)"TextCtrl_GetStringSelection", (PyCFunction
) _wrap_TextCtrl_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31552 { (char *)"TextCtrl_Clear", (PyCFunction
) _wrap_TextCtrl_Clear
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31553 { (char *)"TextCtrl_Replace", (PyCFunction
) _wrap_TextCtrl_Replace
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31554 { (char *)"TextCtrl_Remove", (PyCFunction
) _wrap_TextCtrl_Remove
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31555 { (char *)"TextCtrl_LoadFile", (PyCFunction
) _wrap_TextCtrl_LoadFile
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31556 { (char *)"TextCtrl_SaveFile", (PyCFunction
) _wrap_TextCtrl_SaveFile
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31557 { (char *)"TextCtrl_MarkDirty", (PyCFunction
) _wrap_TextCtrl_MarkDirty
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31558 { (char *)"TextCtrl_DiscardEdits", (PyCFunction
) _wrap_TextCtrl_DiscardEdits
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31559 { (char *)"TextCtrl_SetMaxLength", (PyCFunction
) _wrap_TextCtrl_SetMaxLength
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31560 { (char *)"TextCtrl_WriteText", (PyCFunction
) _wrap_TextCtrl_WriteText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31561 { (char *)"TextCtrl_AppendText", (PyCFunction
) _wrap_TextCtrl_AppendText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31562 { (char *)"TextCtrl_EmulateKeyPress", (PyCFunction
) _wrap_TextCtrl_EmulateKeyPress
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31563 { (char *)"TextCtrl_SetStyle", (PyCFunction
) _wrap_TextCtrl_SetStyle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31564 { (char *)"TextCtrl_GetStyle", (PyCFunction
) _wrap_TextCtrl_GetStyle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31565 { (char *)"TextCtrl_SetDefaultStyle", (PyCFunction
) _wrap_TextCtrl_SetDefaultStyle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31566 { (char *)"TextCtrl_GetDefaultStyle", (PyCFunction
) _wrap_TextCtrl_GetDefaultStyle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31567 { (char *)"TextCtrl_XYToPosition", (PyCFunction
) _wrap_TextCtrl_XYToPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31568 { (char *)"TextCtrl_PositionToXY", (PyCFunction
) _wrap_TextCtrl_PositionToXY
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31569 { (char *)"TextCtrl_ShowPosition", (PyCFunction
) _wrap_TextCtrl_ShowPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31570 { (char *)"TextCtrl_HitTest", (PyCFunction
) _wrap_TextCtrl_HitTest
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31571 { (char *)"TextCtrl_HitTestPos", (PyCFunction
) _wrap_TextCtrl_HitTestPos
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31572 { (char *)"TextCtrl_Copy", (PyCFunction
) _wrap_TextCtrl_Copy
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31573 { (char *)"TextCtrl_Cut", (PyCFunction
) _wrap_TextCtrl_Cut
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31574 { (char *)"TextCtrl_Paste", (PyCFunction
) _wrap_TextCtrl_Paste
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31575 { (char *)"TextCtrl_CanCopy", (PyCFunction
) _wrap_TextCtrl_CanCopy
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31576 { (char *)"TextCtrl_CanCut", (PyCFunction
) _wrap_TextCtrl_CanCut
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31577 { (char *)"TextCtrl_CanPaste", (PyCFunction
) _wrap_TextCtrl_CanPaste
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31578 { (char *)"TextCtrl_Undo", (PyCFunction
) _wrap_TextCtrl_Undo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31579 { (char *)"TextCtrl_Redo", (PyCFunction
) _wrap_TextCtrl_Redo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31580 { (char *)"TextCtrl_CanUndo", (PyCFunction
) _wrap_TextCtrl_CanUndo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31581 { (char *)"TextCtrl_CanRedo", (PyCFunction
) _wrap_TextCtrl_CanRedo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31582 { (char *)"TextCtrl_SetInsertionPoint", (PyCFunction
) _wrap_TextCtrl_SetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31583 { (char *)"TextCtrl_SetInsertionPointEnd", (PyCFunction
) _wrap_TextCtrl_SetInsertionPointEnd
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31584 { (char *)"TextCtrl_GetInsertionPoint", (PyCFunction
) _wrap_TextCtrl_GetInsertionPoint
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31585 { (char *)"TextCtrl_GetLastPosition", (PyCFunction
) _wrap_TextCtrl_GetLastPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31586 { (char *)"TextCtrl_SetSelection", (PyCFunction
) _wrap_TextCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31587 { (char *)"TextCtrl_SelectAll", (PyCFunction
) _wrap_TextCtrl_SelectAll
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31588 { (char *)"TextCtrl_SetEditable", (PyCFunction
) _wrap_TextCtrl_SetEditable
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31589 { (char *)"TextCtrl_write", (PyCFunction
) _wrap_TextCtrl_write
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31590 { (char *)"TextCtrl_GetString", (PyCFunction
) _wrap_TextCtrl_GetString
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31591 { (char *)"TextCtrl_GetClassDefaultAttributes", (PyCFunction
) _wrap_TextCtrl_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31592 { (char *)"TextCtrl_swigregister", TextCtrl_swigregister
, METH_VARARGS
, NULL
},
31593 { (char *)"new_TextUrlEvent", (PyCFunction
) _wrap_new_TextUrlEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31594 { (char *)"TextUrlEvent_GetMouseEvent", (PyCFunction
) _wrap_TextUrlEvent_GetMouseEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31595 { (char *)"TextUrlEvent_GetURLStart", (PyCFunction
) _wrap_TextUrlEvent_GetURLStart
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31596 { (char *)"TextUrlEvent_GetURLEnd", (PyCFunction
) _wrap_TextUrlEvent_GetURLEnd
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31597 { (char *)"TextUrlEvent_swigregister", TextUrlEvent_swigregister
, METH_VARARGS
, NULL
},
31598 { (char *)"new_ScrollBar", (PyCFunction
) _wrap_new_ScrollBar
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31599 { (char *)"new_PreScrollBar", (PyCFunction
) _wrap_new_PreScrollBar
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31600 { (char *)"ScrollBar_Create", (PyCFunction
) _wrap_ScrollBar_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31601 { (char *)"ScrollBar_GetThumbPosition", (PyCFunction
) _wrap_ScrollBar_GetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31602 { (char *)"ScrollBar_GetThumbSize", (PyCFunction
) _wrap_ScrollBar_GetThumbSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31603 { (char *)"ScrollBar_GetPageSize", (PyCFunction
) _wrap_ScrollBar_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31604 { (char *)"ScrollBar_GetRange", (PyCFunction
) _wrap_ScrollBar_GetRange
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31605 { (char *)"ScrollBar_IsVertical", (PyCFunction
) _wrap_ScrollBar_IsVertical
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31606 { (char *)"ScrollBar_SetThumbPosition", (PyCFunction
) _wrap_ScrollBar_SetThumbPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31607 { (char *)"ScrollBar_SetScrollbar", (PyCFunction
) _wrap_ScrollBar_SetScrollbar
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31608 { (char *)"ScrollBar_GetClassDefaultAttributes", (PyCFunction
) _wrap_ScrollBar_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31609 { (char *)"ScrollBar_swigregister", ScrollBar_swigregister
, METH_VARARGS
, NULL
},
31610 { (char *)"new_SpinButton", (PyCFunction
) _wrap_new_SpinButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31611 { (char *)"new_PreSpinButton", (PyCFunction
) _wrap_new_PreSpinButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31612 { (char *)"SpinButton_Create", (PyCFunction
) _wrap_SpinButton_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31613 { (char *)"SpinButton_GetValue", (PyCFunction
) _wrap_SpinButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31614 { (char *)"SpinButton_GetMin", (PyCFunction
) _wrap_SpinButton_GetMin
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31615 { (char *)"SpinButton_GetMax", (PyCFunction
) _wrap_SpinButton_GetMax
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31616 { (char *)"SpinButton_SetValue", (PyCFunction
) _wrap_SpinButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31617 { (char *)"SpinButton_SetMin", (PyCFunction
) _wrap_SpinButton_SetMin
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31618 { (char *)"SpinButton_SetMax", (PyCFunction
) _wrap_SpinButton_SetMax
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31619 { (char *)"SpinButton_SetRange", (PyCFunction
) _wrap_SpinButton_SetRange
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31620 { (char *)"SpinButton_IsVertical", (PyCFunction
) _wrap_SpinButton_IsVertical
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31621 { (char *)"SpinButton_GetClassDefaultAttributes", (PyCFunction
) _wrap_SpinButton_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31622 { (char *)"SpinButton_swigregister", SpinButton_swigregister
, METH_VARARGS
, NULL
},
31623 { (char *)"new_SpinCtrl", (PyCFunction
) _wrap_new_SpinCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31624 { (char *)"new_PreSpinCtrl", (PyCFunction
) _wrap_new_PreSpinCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31625 { (char *)"SpinCtrl_Create", (PyCFunction
) _wrap_SpinCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31626 { (char *)"SpinCtrl_GetValue", (PyCFunction
) _wrap_SpinCtrl_GetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31627 { (char *)"SpinCtrl_SetValue", (PyCFunction
) _wrap_SpinCtrl_SetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31628 { (char *)"SpinCtrl_SetValueString", (PyCFunction
) _wrap_SpinCtrl_SetValueString
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31629 { (char *)"SpinCtrl_SetRange", (PyCFunction
) _wrap_SpinCtrl_SetRange
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31630 { (char *)"SpinCtrl_GetMin", (PyCFunction
) _wrap_SpinCtrl_GetMin
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31631 { (char *)"SpinCtrl_GetMax", (PyCFunction
) _wrap_SpinCtrl_GetMax
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31632 { (char *)"SpinCtrl_SetSelection", (PyCFunction
) _wrap_SpinCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31633 { (char *)"SpinCtrl_GetClassDefaultAttributes", (PyCFunction
) _wrap_SpinCtrl_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31634 { (char *)"SpinCtrl_swigregister", SpinCtrl_swigregister
, METH_VARARGS
, NULL
},
31635 { (char *)"new_SpinEvent", (PyCFunction
) _wrap_new_SpinEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31636 { (char *)"SpinEvent_GetPosition", (PyCFunction
) _wrap_SpinEvent_GetPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31637 { (char *)"SpinEvent_SetPosition", (PyCFunction
) _wrap_SpinEvent_SetPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31638 { (char *)"SpinEvent_swigregister", SpinEvent_swigregister
, METH_VARARGS
, NULL
},
31639 { (char *)"new_RadioBox", (PyCFunction
) _wrap_new_RadioBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31640 { (char *)"new_PreRadioBox", (PyCFunction
) _wrap_new_PreRadioBox
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31641 { (char *)"RadioBox_Create", (PyCFunction
) _wrap_RadioBox_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31642 { (char *)"RadioBox_SetSelection", (PyCFunction
) _wrap_RadioBox_SetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31643 { (char *)"RadioBox_GetSelection", (PyCFunction
) _wrap_RadioBox_GetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31644 { (char *)"RadioBox_GetStringSelection", (PyCFunction
) _wrap_RadioBox_GetStringSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31645 { (char *)"RadioBox_SetStringSelection", (PyCFunction
) _wrap_RadioBox_SetStringSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31646 { (char *)"RadioBox_GetCount", (PyCFunction
) _wrap_RadioBox_GetCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31647 { (char *)"RadioBox_FindString", (PyCFunction
) _wrap_RadioBox_FindString
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31648 { (char *)"RadioBox_GetString", (PyCFunction
) _wrap_RadioBox_GetString
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31649 { (char *)"RadioBox_SetString", (PyCFunction
) _wrap_RadioBox_SetString
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31650 { (char *)"RadioBox_EnableItem", (PyCFunction
) _wrap_RadioBox_EnableItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31651 { (char *)"RadioBox_ShowItem", (PyCFunction
) _wrap_RadioBox_ShowItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31652 { (char *)"RadioBox_GetColumnCount", (PyCFunction
) _wrap_RadioBox_GetColumnCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31653 { (char *)"RadioBox_GetRowCount", (PyCFunction
) _wrap_RadioBox_GetRowCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31654 { (char *)"RadioBox_GetNextItem", (PyCFunction
) _wrap_RadioBox_GetNextItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31655 { (char *)"RadioBox_GetClassDefaultAttributes", (PyCFunction
) _wrap_RadioBox_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31656 { (char *)"RadioBox_swigregister", RadioBox_swigregister
, METH_VARARGS
, NULL
},
31657 { (char *)"new_RadioButton", (PyCFunction
) _wrap_new_RadioButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31658 { (char *)"new_PreRadioButton", (PyCFunction
) _wrap_new_PreRadioButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31659 { (char *)"RadioButton_Create", (PyCFunction
) _wrap_RadioButton_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31660 { (char *)"RadioButton_GetValue", (PyCFunction
) _wrap_RadioButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31661 { (char *)"RadioButton_SetValue", (PyCFunction
) _wrap_RadioButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31662 { (char *)"RadioButton_GetClassDefaultAttributes", (PyCFunction
) _wrap_RadioButton_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31663 { (char *)"RadioButton_swigregister", RadioButton_swigregister
, METH_VARARGS
, NULL
},
31664 { (char *)"new_Slider", (PyCFunction
) _wrap_new_Slider
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31665 { (char *)"new_PreSlider", (PyCFunction
) _wrap_new_PreSlider
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31666 { (char *)"Slider_Create", (PyCFunction
) _wrap_Slider_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31667 { (char *)"Slider_GetValue", (PyCFunction
) _wrap_Slider_GetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31668 { (char *)"Slider_SetValue", (PyCFunction
) _wrap_Slider_SetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31669 { (char *)"Slider_SetRange", (PyCFunction
) _wrap_Slider_SetRange
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31670 { (char *)"Slider_GetMin", (PyCFunction
) _wrap_Slider_GetMin
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31671 { (char *)"Slider_GetMax", (PyCFunction
) _wrap_Slider_GetMax
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31672 { (char *)"Slider_SetMin", (PyCFunction
) _wrap_Slider_SetMin
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31673 { (char *)"Slider_SetMax", (PyCFunction
) _wrap_Slider_SetMax
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31674 { (char *)"Slider_SetLineSize", (PyCFunction
) _wrap_Slider_SetLineSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31675 { (char *)"Slider_SetPageSize", (PyCFunction
) _wrap_Slider_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31676 { (char *)"Slider_GetLineSize", (PyCFunction
) _wrap_Slider_GetLineSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31677 { (char *)"Slider_GetPageSize", (PyCFunction
) _wrap_Slider_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31678 { (char *)"Slider_SetThumbLength", (PyCFunction
) _wrap_Slider_SetThumbLength
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31679 { (char *)"Slider_GetThumbLength", (PyCFunction
) _wrap_Slider_GetThumbLength
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31680 { (char *)"Slider_SetTickFreq", (PyCFunction
) _wrap_Slider_SetTickFreq
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31681 { (char *)"Slider_GetTickFreq", (PyCFunction
) _wrap_Slider_GetTickFreq
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31682 { (char *)"Slider_ClearTicks", (PyCFunction
) _wrap_Slider_ClearTicks
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31683 { (char *)"Slider_SetTick", (PyCFunction
) _wrap_Slider_SetTick
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31684 { (char *)"Slider_ClearSel", (PyCFunction
) _wrap_Slider_ClearSel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31685 { (char *)"Slider_GetSelEnd", (PyCFunction
) _wrap_Slider_GetSelEnd
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31686 { (char *)"Slider_GetSelStart", (PyCFunction
) _wrap_Slider_GetSelStart
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31687 { (char *)"Slider_SetSelection", (PyCFunction
) _wrap_Slider_SetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31688 { (char *)"Slider_GetClassDefaultAttributes", (PyCFunction
) _wrap_Slider_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31689 { (char *)"Slider_swigregister", Slider_swigregister
, METH_VARARGS
, NULL
},
31690 { (char *)"new_ToggleButton", (PyCFunction
) _wrap_new_ToggleButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31691 { (char *)"new_PreToggleButton", (PyCFunction
) _wrap_new_PreToggleButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31692 { (char *)"ToggleButton_Create", (PyCFunction
) _wrap_ToggleButton_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31693 { (char *)"ToggleButton_SetValue", (PyCFunction
) _wrap_ToggleButton_SetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31694 { (char *)"ToggleButton_GetValue", (PyCFunction
) _wrap_ToggleButton_GetValue
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31695 { (char *)"ToggleButton_SetLabel", (PyCFunction
) _wrap_ToggleButton_SetLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31696 { (char *)"ToggleButton_GetClassDefaultAttributes", (PyCFunction
) _wrap_ToggleButton_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31697 { (char *)"ToggleButton_swigregister", ToggleButton_swigregister
, METH_VARARGS
, NULL
},
31698 { (char *)"BookCtrl_GetPageCount", (PyCFunction
) _wrap_BookCtrl_GetPageCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31699 { (char *)"BookCtrl_GetPage", (PyCFunction
) _wrap_BookCtrl_GetPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31700 { (char *)"BookCtrl_GetSelection", (PyCFunction
) _wrap_BookCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31701 { (char *)"BookCtrl_SetPageText", (PyCFunction
) _wrap_BookCtrl_SetPageText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31702 { (char *)"BookCtrl_GetPageText", (PyCFunction
) _wrap_BookCtrl_GetPageText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31703 { (char *)"BookCtrl_SetImageList", (PyCFunction
) _wrap_BookCtrl_SetImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31704 { (char *)"BookCtrl_AssignImageList", (PyCFunction
) _wrap_BookCtrl_AssignImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31705 { (char *)"BookCtrl_GetImageList", (PyCFunction
) _wrap_BookCtrl_GetImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31706 { (char *)"BookCtrl_GetPageImage", (PyCFunction
) _wrap_BookCtrl_GetPageImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31707 { (char *)"BookCtrl_SetPageImage", (PyCFunction
) _wrap_BookCtrl_SetPageImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31708 { (char *)"BookCtrl_SetPageSize", (PyCFunction
) _wrap_BookCtrl_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31709 { (char *)"BookCtrl_CalcSizeFromPage", (PyCFunction
) _wrap_BookCtrl_CalcSizeFromPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31710 { (char *)"BookCtrl_DeletePage", (PyCFunction
) _wrap_BookCtrl_DeletePage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31711 { (char *)"BookCtrl_RemovePage", (PyCFunction
) _wrap_BookCtrl_RemovePage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31712 { (char *)"BookCtrl_DeleteAllPages", (PyCFunction
) _wrap_BookCtrl_DeleteAllPages
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31713 { (char *)"BookCtrl_AddPage", (PyCFunction
) _wrap_BookCtrl_AddPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31714 { (char *)"BookCtrl_InsertPage", (PyCFunction
) _wrap_BookCtrl_InsertPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31715 { (char *)"BookCtrl_SetSelection", (PyCFunction
) _wrap_BookCtrl_SetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31716 { (char *)"BookCtrl_AdvanceSelection", (PyCFunction
) _wrap_BookCtrl_AdvanceSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31717 { (char *)"BookCtrl_GetClassDefaultAttributes", (PyCFunction
) _wrap_BookCtrl_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31718 { (char *)"BookCtrl_swigregister", BookCtrl_swigregister
, METH_VARARGS
, NULL
},
31719 { (char *)"new_BookCtrlEvent", (PyCFunction
) _wrap_new_BookCtrlEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31720 { (char *)"BookCtrlEvent_GetSelection", (PyCFunction
) _wrap_BookCtrlEvent_GetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31721 { (char *)"BookCtrlEvent_SetSelection", (PyCFunction
) _wrap_BookCtrlEvent_SetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31722 { (char *)"BookCtrlEvent_GetOldSelection", (PyCFunction
) _wrap_BookCtrlEvent_GetOldSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31723 { (char *)"BookCtrlEvent_SetOldSelection", (PyCFunction
) _wrap_BookCtrlEvent_SetOldSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31724 { (char *)"BookCtrlEvent_swigregister", BookCtrlEvent_swigregister
, METH_VARARGS
, NULL
},
31725 { (char *)"new_Notebook", (PyCFunction
) _wrap_new_Notebook
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31726 { (char *)"new_PreNotebook", (PyCFunction
) _wrap_new_PreNotebook
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31727 { (char *)"Notebook_Create", (PyCFunction
) _wrap_Notebook_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31728 { (char *)"Notebook_GetRowCount", (PyCFunction
) _wrap_Notebook_GetRowCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31729 { (char *)"Notebook_SetPadding", (PyCFunction
) _wrap_Notebook_SetPadding
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31730 { (char *)"Notebook_SetTabSize", (PyCFunction
) _wrap_Notebook_SetTabSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31731 { (char *)"Notebook_HitTest", (PyCFunction
) _wrap_Notebook_HitTest
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31732 { (char *)"Notebook_CalcSizeFromPage", (PyCFunction
) _wrap_Notebook_CalcSizeFromPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31733 { (char *)"Notebook_GetClassDefaultAttributes", (PyCFunction
) _wrap_Notebook_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31734 { (char *)"Notebook_swigregister", Notebook_swigregister
, METH_VARARGS
, NULL
},
31735 { (char *)"new_NotebookEvent", (PyCFunction
) _wrap_new_NotebookEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31736 { (char *)"NotebookEvent_swigregister", NotebookEvent_swigregister
, METH_VARARGS
, NULL
},
31737 { (char *)"new_Listbook", (PyCFunction
) _wrap_new_Listbook
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31738 { (char *)"new_PreListbook", (PyCFunction
) _wrap_new_PreListbook
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31739 { (char *)"Listbook_Create", (PyCFunction
) _wrap_Listbook_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31740 { (char *)"Listbook_IsVertical", (PyCFunction
) _wrap_Listbook_IsVertical
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31741 { (char *)"Listbook_GetListView", (PyCFunction
) _wrap_Listbook_GetListView
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31742 { (char *)"Listbook_swigregister", Listbook_swigregister
, METH_VARARGS
, NULL
},
31743 { (char *)"new_ListbookEvent", (PyCFunction
) _wrap_new_ListbookEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31744 { (char *)"ListbookEvent_swigregister", ListbookEvent_swigregister
, METH_VARARGS
, NULL
},
31745 { (char *)"new_BookCtrlSizer", (PyCFunction
) _wrap_new_BookCtrlSizer
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31746 { (char *)"BookCtrlSizer_RecalcSizes", (PyCFunction
) _wrap_BookCtrlSizer_RecalcSizes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31747 { (char *)"BookCtrlSizer_CalcMin", (PyCFunction
) _wrap_BookCtrlSizer_CalcMin
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31748 { (char *)"BookCtrlSizer_GetControl", (PyCFunction
) _wrap_BookCtrlSizer_GetControl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31749 { (char *)"BookCtrlSizer_swigregister", BookCtrlSizer_swigregister
, METH_VARARGS
, NULL
},
31750 { (char *)"new_NotebookSizer", (PyCFunction
) _wrap_new_NotebookSizer
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31751 { (char *)"NotebookSizer_RecalcSizes", (PyCFunction
) _wrap_NotebookSizer_RecalcSizes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31752 { (char *)"NotebookSizer_CalcMin", (PyCFunction
) _wrap_NotebookSizer_CalcMin
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31753 { (char *)"NotebookSizer_GetNotebook", (PyCFunction
) _wrap_NotebookSizer_GetNotebook
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31754 { (char *)"NotebookSizer_swigregister", NotebookSizer_swigregister
, METH_VARARGS
, NULL
},
31755 { (char *)"ToolBarToolBase_GetId", (PyCFunction
) _wrap_ToolBarToolBase_GetId
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31756 { (char *)"ToolBarToolBase_GetControl", (PyCFunction
) _wrap_ToolBarToolBase_GetControl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31757 { (char *)"ToolBarToolBase_GetToolBar", (PyCFunction
) _wrap_ToolBarToolBase_GetToolBar
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31758 { (char *)"ToolBarToolBase_IsButton", (PyCFunction
) _wrap_ToolBarToolBase_IsButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31759 { (char *)"ToolBarToolBase_IsControl", (PyCFunction
) _wrap_ToolBarToolBase_IsControl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31760 { (char *)"ToolBarToolBase_IsSeparator", (PyCFunction
) _wrap_ToolBarToolBase_IsSeparator
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31761 { (char *)"ToolBarToolBase_GetStyle", (PyCFunction
) _wrap_ToolBarToolBase_GetStyle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31762 { (char *)"ToolBarToolBase_GetKind", (PyCFunction
) _wrap_ToolBarToolBase_GetKind
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31763 { (char *)"ToolBarToolBase_IsEnabled", (PyCFunction
) _wrap_ToolBarToolBase_IsEnabled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31764 { (char *)"ToolBarToolBase_IsToggled", (PyCFunction
) _wrap_ToolBarToolBase_IsToggled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31765 { (char *)"ToolBarToolBase_CanBeToggled", (PyCFunction
) _wrap_ToolBarToolBase_CanBeToggled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31766 { (char *)"ToolBarToolBase_GetNormalBitmap", (PyCFunction
) _wrap_ToolBarToolBase_GetNormalBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31767 { (char *)"ToolBarToolBase_GetDisabledBitmap", (PyCFunction
) _wrap_ToolBarToolBase_GetDisabledBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31768 { (char *)"ToolBarToolBase_GetBitmap", (PyCFunction
) _wrap_ToolBarToolBase_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31769 { (char *)"ToolBarToolBase_GetLabel", (PyCFunction
) _wrap_ToolBarToolBase_GetLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31770 { (char *)"ToolBarToolBase_GetShortHelp", (PyCFunction
) _wrap_ToolBarToolBase_GetShortHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31771 { (char *)"ToolBarToolBase_GetLongHelp", (PyCFunction
) _wrap_ToolBarToolBase_GetLongHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31772 { (char *)"ToolBarToolBase_Enable", (PyCFunction
) _wrap_ToolBarToolBase_Enable
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31773 { (char *)"ToolBarToolBase_Toggle", (PyCFunction
) _wrap_ToolBarToolBase_Toggle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31774 { (char *)"ToolBarToolBase_SetToggle", (PyCFunction
) _wrap_ToolBarToolBase_SetToggle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31775 { (char *)"ToolBarToolBase_SetShortHelp", (PyCFunction
) _wrap_ToolBarToolBase_SetShortHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31776 { (char *)"ToolBarToolBase_SetLongHelp", (PyCFunction
) _wrap_ToolBarToolBase_SetLongHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31777 { (char *)"ToolBarToolBase_SetNormalBitmap", (PyCFunction
) _wrap_ToolBarToolBase_SetNormalBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31778 { (char *)"ToolBarToolBase_SetDisabledBitmap", (PyCFunction
) _wrap_ToolBarToolBase_SetDisabledBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31779 { (char *)"ToolBarToolBase_SetLabel", (PyCFunction
) _wrap_ToolBarToolBase_SetLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31780 { (char *)"ToolBarToolBase_Detach", (PyCFunction
) _wrap_ToolBarToolBase_Detach
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31781 { (char *)"ToolBarToolBase_Attach", (PyCFunction
) _wrap_ToolBarToolBase_Attach
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31782 { (char *)"ToolBarToolBase_GetClientData", (PyCFunction
) _wrap_ToolBarToolBase_GetClientData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31783 { (char *)"ToolBarToolBase_SetClientData", (PyCFunction
) _wrap_ToolBarToolBase_SetClientData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31784 { (char *)"ToolBarToolBase_swigregister", ToolBarToolBase_swigregister
, METH_VARARGS
, NULL
},
31785 { (char *)"ToolBarBase_DoAddTool", (PyCFunction
) _wrap_ToolBarBase_DoAddTool
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31786 { (char *)"ToolBarBase_DoInsertTool", (PyCFunction
) _wrap_ToolBarBase_DoInsertTool
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31787 { (char *)"ToolBarBase_AddToolItem", (PyCFunction
) _wrap_ToolBarBase_AddToolItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31788 { (char *)"ToolBarBase_InsertToolItem", (PyCFunction
) _wrap_ToolBarBase_InsertToolItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31789 { (char *)"ToolBarBase_AddControl", (PyCFunction
) _wrap_ToolBarBase_AddControl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31790 { (char *)"ToolBarBase_InsertControl", (PyCFunction
) _wrap_ToolBarBase_InsertControl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31791 { (char *)"ToolBarBase_FindControl", (PyCFunction
) _wrap_ToolBarBase_FindControl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31792 { (char *)"ToolBarBase_AddSeparator", (PyCFunction
) _wrap_ToolBarBase_AddSeparator
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31793 { (char *)"ToolBarBase_InsertSeparator", (PyCFunction
) _wrap_ToolBarBase_InsertSeparator
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31794 { (char *)"ToolBarBase_RemoveTool", (PyCFunction
) _wrap_ToolBarBase_RemoveTool
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31795 { (char *)"ToolBarBase_DeleteToolByPos", (PyCFunction
) _wrap_ToolBarBase_DeleteToolByPos
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31796 { (char *)"ToolBarBase_DeleteTool", (PyCFunction
) _wrap_ToolBarBase_DeleteTool
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31797 { (char *)"ToolBarBase_ClearTools", (PyCFunction
) _wrap_ToolBarBase_ClearTools
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31798 { (char *)"ToolBarBase_Realize", (PyCFunction
) _wrap_ToolBarBase_Realize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31799 { (char *)"ToolBarBase_EnableTool", (PyCFunction
) _wrap_ToolBarBase_EnableTool
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31800 { (char *)"ToolBarBase_ToggleTool", (PyCFunction
) _wrap_ToolBarBase_ToggleTool
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31801 { (char *)"ToolBarBase_SetToggle", (PyCFunction
) _wrap_ToolBarBase_SetToggle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31802 { (char *)"ToolBarBase_GetToolClientData", (PyCFunction
) _wrap_ToolBarBase_GetToolClientData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31803 { (char *)"ToolBarBase_SetToolClientData", (PyCFunction
) _wrap_ToolBarBase_SetToolClientData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31804 { (char *)"ToolBarBase_GetToolPos", (PyCFunction
) _wrap_ToolBarBase_GetToolPos
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31805 { (char *)"ToolBarBase_GetToolState", (PyCFunction
) _wrap_ToolBarBase_GetToolState
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31806 { (char *)"ToolBarBase_GetToolEnabled", (PyCFunction
) _wrap_ToolBarBase_GetToolEnabled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31807 { (char *)"ToolBarBase_SetToolShortHelp", (PyCFunction
) _wrap_ToolBarBase_SetToolShortHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31808 { (char *)"ToolBarBase_GetToolShortHelp", (PyCFunction
) _wrap_ToolBarBase_GetToolShortHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31809 { (char *)"ToolBarBase_SetToolLongHelp", (PyCFunction
) _wrap_ToolBarBase_SetToolLongHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31810 { (char *)"ToolBarBase_GetToolLongHelp", (PyCFunction
) _wrap_ToolBarBase_GetToolLongHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31811 { (char *)"ToolBarBase_SetMarginsXY", (PyCFunction
) _wrap_ToolBarBase_SetMarginsXY
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31812 { (char *)"ToolBarBase_SetMargins", (PyCFunction
) _wrap_ToolBarBase_SetMargins
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31813 { (char *)"ToolBarBase_SetToolPacking", (PyCFunction
) _wrap_ToolBarBase_SetToolPacking
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31814 { (char *)"ToolBarBase_SetToolSeparation", (PyCFunction
) _wrap_ToolBarBase_SetToolSeparation
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31815 { (char *)"ToolBarBase_GetToolMargins", (PyCFunction
) _wrap_ToolBarBase_GetToolMargins
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31816 { (char *)"ToolBarBase_GetMargins", (PyCFunction
) _wrap_ToolBarBase_GetMargins
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31817 { (char *)"ToolBarBase_GetToolPacking", (PyCFunction
) _wrap_ToolBarBase_GetToolPacking
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31818 { (char *)"ToolBarBase_GetToolSeparation", (PyCFunction
) _wrap_ToolBarBase_GetToolSeparation
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31819 { (char *)"ToolBarBase_SetRows", (PyCFunction
) _wrap_ToolBarBase_SetRows
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31820 { (char *)"ToolBarBase_SetMaxRowsCols", (PyCFunction
) _wrap_ToolBarBase_SetMaxRowsCols
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31821 { (char *)"ToolBarBase_GetMaxRows", (PyCFunction
) _wrap_ToolBarBase_GetMaxRows
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31822 { (char *)"ToolBarBase_GetMaxCols", (PyCFunction
) _wrap_ToolBarBase_GetMaxCols
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31823 { (char *)"ToolBarBase_SetToolBitmapSize", (PyCFunction
) _wrap_ToolBarBase_SetToolBitmapSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31824 { (char *)"ToolBarBase_GetToolBitmapSize", (PyCFunction
) _wrap_ToolBarBase_GetToolBitmapSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31825 { (char *)"ToolBarBase_GetToolSize", (PyCFunction
) _wrap_ToolBarBase_GetToolSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31826 { (char *)"ToolBarBase_FindToolForPosition", (PyCFunction
) _wrap_ToolBarBase_FindToolForPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31827 { (char *)"ToolBarBase_FindById", (PyCFunction
) _wrap_ToolBarBase_FindById
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31828 { (char *)"ToolBarBase_IsVertical", (PyCFunction
) _wrap_ToolBarBase_IsVertical
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31829 { (char *)"ToolBarBase_swigregister", ToolBarBase_swigregister
, METH_VARARGS
, NULL
},
31830 { (char *)"new_ToolBar", (PyCFunction
) _wrap_new_ToolBar
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31831 { (char *)"new_PreToolBar", (PyCFunction
) _wrap_new_PreToolBar
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31832 { (char *)"ToolBar_Create", (PyCFunction
) _wrap_ToolBar_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31833 { (char *)"ToolBar_FindToolForPosition", (PyCFunction
) _wrap_ToolBar_FindToolForPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31834 { (char *)"ToolBar_GetClassDefaultAttributes", (PyCFunction
) _wrap_ToolBar_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31835 { (char *)"ToolBar_swigregister", ToolBar_swigregister
, METH_VARARGS
, NULL
},
31836 { (char *)"new_ListItemAttr", (PyCFunction
) _wrap_new_ListItemAttr
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31837 { (char *)"ListItemAttr_SetTextColour", (PyCFunction
) _wrap_ListItemAttr_SetTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31838 { (char *)"ListItemAttr_SetBackgroundColour", (PyCFunction
) _wrap_ListItemAttr_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31839 { (char *)"ListItemAttr_SetFont", (PyCFunction
) _wrap_ListItemAttr_SetFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31840 { (char *)"ListItemAttr_HasTextColour", (PyCFunction
) _wrap_ListItemAttr_HasTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31841 { (char *)"ListItemAttr_HasBackgroundColour", (PyCFunction
) _wrap_ListItemAttr_HasBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31842 { (char *)"ListItemAttr_HasFont", (PyCFunction
) _wrap_ListItemAttr_HasFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31843 { (char *)"ListItemAttr_GetTextColour", (PyCFunction
) _wrap_ListItemAttr_GetTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31844 { (char *)"ListItemAttr_GetBackgroundColour", (PyCFunction
) _wrap_ListItemAttr_GetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31845 { (char *)"ListItemAttr_GetFont", (PyCFunction
) _wrap_ListItemAttr_GetFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31846 { (char *)"ListItemAttr_Destroy", (PyCFunction
) _wrap_ListItemAttr_Destroy
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31847 { (char *)"ListItemAttr_swigregister", ListItemAttr_swigregister
, METH_VARARGS
, NULL
},
31848 { (char *)"new_ListItem", (PyCFunction
) _wrap_new_ListItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31849 { (char *)"delete_ListItem", (PyCFunction
) _wrap_delete_ListItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31850 { (char *)"ListItem_Clear", (PyCFunction
) _wrap_ListItem_Clear
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31851 { (char *)"ListItem_ClearAttributes", (PyCFunction
) _wrap_ListItem_ClearAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31852 { (char *)"ListItem_SetMask", (PyCFunction
) _wrap_ListItem_SetMask
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31853 { (char *)"ListItem_SetId", (PyCFunction
) _wrap_ListItem_SetId
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31854 { (char *)"ListItem_SetColumn", (PyCFunction
) _wrap_ListItem_SetColumn
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31855 { (char *)"ListItem_SetState", (PyCFunction
) _wrap_ListItem_SetState
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31856 { (char *)"ListItem_SetStateMask", (PyCFunction
) _wrap_ListItem_SetStateMask
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31857 { (char *)"ListItem_SetText", (PyCFunction
) _wrap_ListItem_SetText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31858 { (char *)"ListItem_SetImage", (PyCFunction
) _wrap_ListItem_SetImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31859 { (char *)"ListItem_SetData", (PyCFunction
) _wrap_ListItem_SetData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31860 { (char *)"ListItem_SetWidth", (PyCFunction
) _wrap_ListItem_SetWidth
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31861 { (char *)"ListItem_SetAlign", (PyCFunction
) _wrap_ListItem_SetAlign
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31862 { (char *)"ListItem_SetTextColour", (PyCFunction
) _wrap_ListItem_SetTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31863 { (char *)"ListItem_SetBackgroundColour", (PyCFunction
) _wrap_ListItem_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31864 { (char *)"ListItem_SetFont", (PyCFunction
) _wrap_ListItem_SetFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31865 { (char *)"ListItem_GetMask", (PyCFunction
) _wrap_ListItem_GetMask
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31866 { (char *)"ListItem_GetId", (PyCFunction
) _wrap_ListItem_GetId
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31867 { (char *)"ListItem_GetColumn", (PyCFunction
) _wrap_ListItem_GetColumn
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31868 { (char *)"ListItem_GetState", (PyCFunction
) _wrap_ListItem_GetState
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31869 { (char *)"ListItem_GetText", (PyCFunction
) _wrap_ListItem_GetText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31870 { (char *)"ListItem_GetImage", (PyCFunction
) _wrap_ListItem_GetImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31871 { (char *)"ListItem_GetData", (PyCFunction
) _wrap_ListItem_GetData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31872 { (char *)"ListItem_GetWidth", (PyCFunction
) _wrap_ListItem_GetWidth
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31873 { (char *)"ListItem_GetAlign", (PyCFunction
) _wrap_ListItem_GetAlign
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31874 { (char *)"ListItem_GetAttributes", (PyCFunction
) _wrap_ListItem_GetAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31875 { (char *)"ListItem_HasAttributes", (PyCFunction
) _wrap_ListItem_HasAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31876 { (char *)"ListItem_GetTextColour", (PyCFunction
) _wrap_ListItem_GetTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31877 { (char *)"ListItem_GetBackgroundColour", (PyCFunction
) _wrap_ListItem_GetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31878 { (char *)"ListItem_GetFont", (PyCFunction
) _wrap_ListItem_GetFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31879 { (char *)"ListItem_m_mask_set", (PyCFunction
) _wrap_ListItem_m_mask_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31880 { (char *)"ListItem_m_mask_get", (PyCFunction
) _wrap_ListItem_m_mask_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31881 { (char *)"ListItem_m_itemId_set", (PyCFunction
) _wrap_ListItem_m_itemId_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31882 { (char *)"ListItem_m_itemId_get", (PyCFunction
) _wrap_ListItem_m_itemId_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31883 { (char *)"ListItem_m_col_set", (PyCFunction
) _wrap_ListItem_m_col_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31884 { (char *)"ListItem_m_col_get", (PyCFunction
) _wrap_ListItem_m_col_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31885 { (char *)"ListItem_m_state_set", (PyCFunction
) _wrap_ListItem_m_state_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31886 { (char *)"ListItem_m_state_get", (PyCFunction
) _wrap_ListItem_m_state_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31887 { (char *)"ListItem_m_stateMask_set", (PyCFunction
) _wrap_ListItem_m_stateMask_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31888 { (char *)"ListItem_m_stateMask_get", (PyCFunction
) _wrap_ListItem_m_stateMask_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31889 { (char *)"ListItem_m_text_set", (PyCFunction
) _wrap_ListItem_m_text_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31890 { (char *)"ListItem_m_text_get", (PyCFunction
) _wrap_ListItem_m_text_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31891 { (char *)"ListItem_m_image_set", (PyCFunction
) _wrap_ListItem_m_image_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31892 { (char *)"ListItem_m_image_get", (PyCFunction
) _wrap_ListItem_m_image_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31893 { (char *)"ListItem_m_data_set", (PyCFunction
) _wrap_ListItem_m_data_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31894 { (char *)"ListItem_m_data_get", (PyCFunction
) _wrap_ListItem_m_data_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31895 { (char *)"ListItem_m_format_set", (PyCFunction
) _wrap_ListItem_m_format_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31896 { (char *)"ListItem_m_format_get", (PyCFunction
) _wrap_ListItem_m_format_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31897 { (char *)"ListItem_m_width_set", (PyCFunction
) _wrap_ListItem_m_width_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31898 { (char *)"ListItem_m_width_get", (PyCFunction
) _wrap_ListItem_m_width_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31899 { (char *)"ListItem_swigregister", ListItem_swigregister
, METH_VARARGS
, NULL
},
31900 { (char *)"new_ListEvent", (PyCFunction
) _wrap_new_ListEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31901 { (char *)"ListEvent_m_code_set", (PyCFunction
) _wrap_ListEvent_m_code_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31902 { (char *)"ListEvent_m_code_get", (PyCFunction
) _wrap_ListEvent_m_code_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31903 { (char *)"ListEvent_m_oldItemIndex_set", (PyCFunction
) _wrap_ListEvent_m_oldItemIndex_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31904 { (char *)"ListEvent_m_oldItemIndex_get", (PyCFunction
) _wrap_ListEvent_m_oldItemIndex_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31905 { (char *)"ListEvent_m_itemIndex_set", (PyCFunction
) _wrap_ListEvent_m_itemIndex_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31906 { (char *)"ListEvent_m_itemIndex_get", (PyCFunction
) _wrap_ListEvent_m_itemIndex_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31907 { (char *)"ListEvent_m_col_set", (PyCFunction
) _wrap_ListEvent_m_col_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31908 { (char *)"ListEvent_m_col_get", (PyCFunction
) _wrap_ListEvent_m_col_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31909 { (char *)"ListEvent_m_pointDrag_set", (PyCFunction
) _wrap_ListEvent_m_pointDrag_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31910 { (char *)"ListEvent_m_pointDrag_get", (PyCFunction
) _wrap_ListEvent_m_pointDrag_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31911 { (char *)"ListEvent_m_item_get", (PyCFunction
) _wrap_ListEvent_m_item_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31912 { (char *)"ListEvent_GetKeyCode", (PyCFunction
) _wrap_ListEvent_GetKeyCode
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31913 { (char *)"ListEvent_GetIndex", (PyCFunction
) _wrap_ListEvent_GetIndex
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31914 { (char *)"ListEvent_GetColumn", (PyCFunction
) _wrap_ListEvent_GetColumn
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31915 { (char *)"ListEvent_GetPoint", (PyCFunction
) _wrap_ListEvent_GetPoint
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31916 { (char *)"ListEvent_GetLabel", (PyCFunction
) _wrap_ListEvent_GetLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31917 { (char *)"ListEvent_GetText", (PyCFunction
) _wrap_ListEvent_GetText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31918 { (char *)"ListEvent_GetImage", (PyCFunction
) _wrap_ListEvent_GetImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31919 { (char *)"ListEvent_GetData", (PyCFunction
) _wrap_ListEvent_GetData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31920 { (char *)"ListEvent_GetMask", (PyCFunction
) _wrap_ListEvent_GetMask
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31921 { (char *)"ListEvent_GetItem", (PyCFunction
) _wrap_ListEvent_GetItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31922 { (char *)"ListEvent_GetCacheFrom", (PyCFunction
) _wrap_ListEvent_GetCacheFrom
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31923 { (char *)"ListEvent_GetCacheTo", (PyCFunction
) _wrap_ListEvent_GetCacheTo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31924 { (char *)"ListEvent_IsEditCancelled", (PyCFunction
) _wrap_ListEvent_IsEditCancelled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31925 { (char *)"ListEvent_SetEditCanceled", (PyCFunction
) _wrap_ListEvent_SetEditCanceled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31926 { (char *)"ListEvent_swigregister", ListEvent_swigregister
, METH_VARARGS
, NULL
},
31927 { (char *)"new_ListCtrl", (PyCFunction
) _wrap_new_ListCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31928 { (char *)"new_PreListCtrl", (PyCFunction
) _wrap_new_PreListCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31929 { (char *)"ListCtrl_Create", (PyCFunction
) _wrap_ListCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31930 { (char *)"ListCtrl__setCallbackInfo", (PyCFunction
) _wrap_ListCtrl__setCallbackInfo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31931 { (char *)"ListCtrl_SetForegroundColour", (PyCFunction
) _wrap_ListCtrl_SetForegroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31932 { (char *)"ListCtrl_SetBackgroundColour", (PyCFunction
) _wrap_ListCtrl_SetBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31933 { (char *)"ListCtrl_GetColumn", (PyCFunction
) _wrap_ListCtrl_GetColumn
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31934 { (char *)"ListCtrl_SetColumn", (PyCFunction
) _wrap_ListCtrl_SetColumn
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31935 { (char *)"ListCtrl_GetColumnWidth", (PyCFunction
) _wrap_ListCtrl_GetColumnWidth
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31936 { (char *)"ListCtrl_SetColumnWidth", (PyCFunction
) _wrap_ListCtrl_SetColumnWidth
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31937 { (char *)"ListCtrl_GetCountPerPage", (PyCFunction
) _wrap_ListCtrl_GetCountPerPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31938 { (char *)"ListCtrl_GetViewRect", (PyCFunction
) _wrap_ListCtrl_GetViewRect
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31939 { (char *)"ListCtrl_GetItem", (PyCFunction
) _wrap_ListCtrl_GetItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31940 { (char *)"ListCtrl_SetItem", (PyCFunction
) _wrap_ListCtrl_SetItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31941 { (char *)"ListCtrl_SetStringItem", (PyCFunction
) _wrap_ListCtrl_SetStringItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31942 { (char *)"ListCtrl_GetItemState", (PyCFunction
) _wrap_ListCtrl_GetItemState
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31943 { (char *)"ListCtrl_SetItemState", (PyCFunction
) _wrap_ListCtrl_SetItemState
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31944 { (char *)"ListCtrl_SetItemImage", (PyCFunction
) _wrap_ListCtrl_SetItemImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31945 { (char *)"ListCtrl_GetItemText", (PyCFunction
) _wrap_ListCtrl_GetItemText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31946 { (char *)"ListCtrl_SetItemText", (PyCFunction
) _wrap_ListCtrl_SetItemText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31947 { (char *)"ListCtrl_GetItemData", (PyCFunction
) _wrap_ListCtrl_GetItemData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31948 { (char *)"ListCtrl_SetItemData", (PyCFunction
) _wrap_ListCtrl_SetItemData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31949 { (char *)"ListCtrl_GetItemPosition", (PyCFunction
) _wrap_ListCtrl_GetItemPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31950 { (char *)"ListCtrl_GetItemRect", (PyCFunction
) _wrap_ListCtrl_GetItemRect
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31951 { (char *)"ListCtrl_SetItemPosition", (PyCFunction
) _wrap_ListCtrl_SetItemPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31952 { (char *)"ListCtrl_GetItemCount", (PyCFunction
) _wrap_ListCtrl_GetItemCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31953 { (char *)"ListCtrl_GetColumnCount", (PyCFunction
) _wrap_ListCtrl_GetColumnCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31954 { (char *)"ListCtrl_GetItemSpacing", (PyCFunction
) _wrap_ListCtrl_GetItemSpacing
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31955 { (char *)"ListCtrl_SetItemSpacing", (PyCFunction
) _wrap_ListCtrl_SetItemSpacing
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31956 { (char *)"ListCtrl_GetSelectedItemCount", (PyCFunction
) _wrap_ListCtrl_GetSelectedItemCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31957 { (char *)"ListCtrl_GetTextColour", (PyCFunction
) _wrap_ListCtrl_GetTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31958 { (char *)"ListCtrl_SetTextColour", (PyCFunction
) _wrap_ListCtrl_SetTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31959 { (char *)"ListCtrl_GetTopItem", (PyCFunction
) _wrap_ListCtrl_GetTopItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31960 { (char *)"ListCtrl_SetSingleStyle", (PyCFunction
) _wrap_ListCtrl_SetSingleStyle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31961 { (char *)"ListCtrl_SetWindowStyleFlag", (PyCFunction
) _wrap_ListCtrl_SetWindowStyleFlag
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31962 { (char *)"ListCtrl_GetNextItem", (PyCFunction
) _wrap_ListCtrl_GetNextItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31963 { (char *)"ListCtrl_GetImageList", (PyCFunction
) _wrap_ListCtrl_GetImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31964 { (char *)"ListCtrl_SetImageList", (PyCFunction
) _wrap_ListCtrl_SetImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31965 { (char *)"ListCtrl_AssignImageList", (PyCFunction
) _wrap_ListCtrl_AssignImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31966 { (char *)"ListCtrl_InReportView", (PyCFunction
) _wrap_ListCtrl_InReportView
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31967 { (char *)"ListCtrl_IsVirtual", (PyCFunction
) _wrap_ListCtrl_IsVirtual
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31968 { (char *)"ListCtrl_RefreshItem", (PyCFunction
) _wrap_ListCtrl_RefreshItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31969 { (char *)"ListCtrl_RefreshItems", (PyCFunction
) _wrap_ListCtrl_RefreshItems
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31970 { (char *)"ListCtrl_Arrange", (PyCFunction
) _wrap_ListCtrl_Arrange
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31971 { (char *)"ListCtrl_DeleteItem", (PyCFunction
) _wrap_ListCtrl_DeleteItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31972 { (char *)"ListCtrl_DeleteAllItems", (PyCFunction
) _wrap_ListCtrl_DeleteAllItems
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31973 { (char *)"ListCtrl_DeleteColumn", (PyCFunction
) _wrap_ListCtrl_DeleteColumn
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31974 { (char *)"ListCtrl_DeleteAllColumns", (PyCFunction
) _wrap_ListCtrl_DeleteAllColumns
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31975 { (char *)"ListCtrl_ClearAll", (PyCFunction
) _wrap_ListCtrl_ClearAll
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31976 { (char *)"ListCtrl_EditLabel", (PyCFunction
) _wrap_ListCtrl_EditLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31977 { (char *)"ListCtrl_EnsureVisible", (PyCFunction
) _wrap_ListCtrl_EnsureVisible
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31978 { (char *)"ListCtrl_FindItem", (PyCFunction
) _wrap_ListCtrl_FindItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31979 { (char *)"ListCtrl_FindItemData", (PyCFunction
) _wrap_ListCtrl_FindItemData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31980 { (char *)"ListCtrl_FindItemAtPos", (PyCFunction
) _wrap_ListCtrl_FindItemAtPos
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31981 { (char *)"ListCtrl_HitTest", (PyCFunction
) _wrap_ListCtrl_HitTest
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31982 { (char *)"ListCtrl_InsertItem", (PyCFunction
) _wrap_ListCtrl_InsertItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31983 { (char *)"ListCtrl_InsertStringItem", (PyCFunction
) _wrap_ListCtrl_InsertStringItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31984 { (char *)"ListCtrl_InsertImageItem", (PyCFunction
) _wrap_ListCtrl_InsertImageItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31985 { (char *)"ListCtrl_InsertImageStringItem", (PyCFunction
) _wrap_ListCtrl_InsertImageStringItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31986 { (char *)"ListCtrl_InsertColumnInfo", (PyCFunction
) _wrap_ListCtrl_InsertColumnInfo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31987 { (char *)"ListCtrl_InsertColumn", (PyCFunction
) _wrap_ListCtrl_InsertColumn
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31988 { (char *)"ListCtrl_SetItemCount", (PyCFunction
) _wrap_ListCtrl_SetItemCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31989 { (char *)"ListCtrl_ScrollList", (PyCFunction
) _wrap_ListCtrl_ScrollList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31990 { (char *)"ListCtrl_SetItemTextColour", (PyCFunction
) _wrap_ListCtrl_SetItemTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31991 { (char *)"ListCtrl_GetItemTextColour", (PyCFunction
) _wrap_ListCtrl_GetItemTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31992 { (char *)"ListCtrl_SetItemBackgroundColour", (PyCFunction
) _wrap_ListCtrl_SetItemBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31993 { (char *)"ListCtrl_GetItemBackgroundColour", (PyCFunction
) _wrap_ListCtrl_GetItemBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31994 { (char *)"ListCtrl_SortItems", (PyCFunction
) _wrap_ListCtrl_SortItems
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31995 { (char *)"ListCtrl_GetMainWindow", (PyCFunction
) _wrap_ListCtrl_GetMainWindow
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31996 { (char *)"ListCtrl_GetClassDefaultAttributes", (PyCFunction
) _wrap_ListCtrl_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31997 { (char *)"ListCtrl_swigregister", ListCtrl_swigregister
, METH_VARARGS
, NULL
},
31998 { (char *)"new_ListView", (PyCFunction
) _wrap_new_ListView
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
31999 { (char *)"new_PreListView", (PyCFunction
) _wrap_new_PreListView
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32000 { (char *)"ListView_Create", (PyCFunction
) _wrap_ListView_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32001 { (char *)"ListView_Select", (PyCFunction
) _wrap_ListView_Select
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32002 { (char *)"ListView_Focus", (PyCFunction
) _wrap_ListView_Focus
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32003 { (char *)"ListView_GetFocusedItem", (PyCFunction
) _wrap_ListView_GetFocusedItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32004 { (char *)"ListView_GetNextSelected", (PyCFunction
) _wrap_ListView_GetNextSelected
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32005 { (char *)"ListView_GetFirstSelected", (PyCFunction
) _wrap_ListView_GetFirstSelected
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32006 { (char *)"ListView_IsSelected", (PyCFunction
) _wrap_ListView_IsSelected
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32007 { (char *)"ListView_SetColumnImage", (PyCFunction
) _wrap_ListView_SetColumnImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32008 { (char *)"ListView_ClearColumnImage", (PyCFunction
) _wrap_ListView_ClearColumnImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32009 { (char *)"ListView_swigregister", ListView_swigregister
, METH_VARARGS
, NULL
},
32010 { (char *)"new_TreeItemId", (PyCFunction
) _wrap_new_TreeItemId
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32011 { (char *)"delete_TreeItemId", (PyCFunction
) _wrap_delete_TreeItemId
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32012 { (char *)"TreeItemId_IsOk", (PyCFunction
) _wrap_TreeItemId_IsOk
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32013 { (char *)"TreeItemId___eq__", (PyCFunction
) _wrap_TreeItemId___eq__
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32014 { (char *)"TreeItemId___ne__", (PyCFunction
) _wrap_TreeItemId___ne__
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32015 { (char *)"TreeItemId_m_pItem_set", (PyCFunction
) _wrap_TreeItemId_m_pItem_set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32016 { (char *)"TreeItemId_m_pItem_get", (PyCFunction
) _wrap_TreeItemId_m_pItem_get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32017 { (char *)"TreeItemId_swigregister", TreeItemId_swigregister
, METH_VARARGS
, NULL
},
32018 { (char *)"new_TreeItemData", (PyCFunction
) _wrap_new_TreeItemData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32019 { (char *)"TreeItemData_GetData", (PyCFunction
) _wrap_TreeItemData_GetData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32020 { (char *)"TreeItemData_SetData", (PyCFunction
) _wrap_TreeItemData_SetData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32021 { (char *)"TreeItemData_GetId", (PyCFunction
) _wrap_TreeItemData_GetId
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32022 { (char *)"TreeItemData_SetId", (PyCFunction
) _wrap_TreeItemData_SetId
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32023 { (char *)"TreeItemData_Destroy", (PyCFunction
) _wrap_TreeItemData_Destroy
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32024 { (char *)"TreeItemData_swigregister", TreeItemData_swigregister
, METH_VARARGS
, NULL
},
32025 { (char *)"new_TreeEvent", (PyCFunction
) _wrap_new_TreeEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32026 { (char *)"TreeEvent_GetItem", (PyCFunction
) _wrap_TreeEvent_GetItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32027 { (char *)"TreeEvent_SetItem", (PyCFunction
) _wrap_TreeEvent_SetItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32028 { (char *)"TreeEvent_GetOldItem", (PyCFunction
) _wrap_TreeEvent_GetOldItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32029 { (char *)"TreeEvent_SetOldItem", (PyCFunction
) _wrap_TreeEvent_SetOldItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32030 { (char *)"TreeEvent_GetPoint", (PyCFunction
) _wrap_TreeEvent_GetPoint
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32031 { (char *)"TreeEvent_SetPoint", (PyCFunction
) _wrap_TreeEvent_SetPoint
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32032 { (char *)"TreeEvent_GetKeyEvent", (PyCFunction
) _wrap_TreeEvent_GetKeyEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32033 { (char *)"TreeEvent_GetKeyCode", (PyCFunction
) _wrap_TreeEvent_GetKeyCode
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32034 { (char *)"TreeEvent_SetKeyEvent", (PyCFunction
) _wrap_TreeEvent_SetKeyEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32035 { (char *)"TreeEvent_GetLabel", (PyCFunction
) _wrap_TreeEvent_GetLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32036 { (char *)"TreeEvent_SetLabel", (PyCFunction
) _wrap_TreeEvent_SetLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32037 { (char *)"TreeEvent_IsEditCancelled", (PyCFunction
) _wrap_TreeEvent_IsEditCancelled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32038 { (char *)"TreeEvent_SetEditCanceled", (PyCFunction
) _wrap_TreeEvent_SetEditCanceled
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32039 { (char *)"TreeEvent_SetToolTip", (PyCFunction
) _wrap_TreeEvent_SetToolTip
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32040 { (char *)"TreeEvent_swigregister", TreeEvent_swigregister
, METH_VARARGS
, NULL
},
32041 { (char *)"new_TreeCtrl", (PyCFunction
) _wrap_new_TreeCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32042 { (char *)"new_PreTreeCtrl", (PyCFunction
) _wrap_new_PreTreeCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32043 { (char *)"TreeCtrl_Create", (PyCFunction
) _wrap_TreeCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32044 { (char *)"TreeCtrl__setCallbackInfo", (PyCFunction
) _wrap_TreeCtrl__setCallbackInfo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32045 { (char *)"TreeCtrl_GetCount", (PyCFunction
) _wrap_TreeCtrl_GetCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32046 { (char *)"TreeCtrl_GetIndent", (PyCFunction
) _wrap_TreeCtrl_GetIndent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32047 { (char *)"TreeCtrl_SetIndent", (PyCFunction
) _wrap_TreeCtrl_SetIndent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32048 { (char *)"TreeCtrl_GetSpacing", (PyCFunction
) _wrap_TreeCtrl_GetSpacing
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32049 { (char *)"TreeCtrl_SetSpacing", (PyCFunction
) _wrap_TreeCtrl_SetSpacing
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32050 { (char *)"TreeCtrl_GetImageList", (PyCFunction
) _wrap_TreeCtrl_GetImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32051 { (char *)"TreeCtrl_GetStateImageList", (PyCFunction
) _wrap_TreeCtrl_GetStateImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32052 { (char *)"TreeCtrl_SetImageList", (PyCFunction
) _wrap_TreeCtrl_SetImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32053 { (char *)"TreeCtrl_SetStateImageList", (PyCFunction
) _wrap_TreeCtrl_SetStateImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32054 { (char *)"TreeCtrl_AssignImageList", (PyCFunction
) _wrap_TreeCtrl_AssignImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32055 { (char *)"TreeCtrl_AssignStateImageList", (PyCFunction
) _wrap_TreeCtrl_AssignStateImageList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32056 { (char *)"TreeCtrl_GetItemText", (PyCFunction
) _wrap_TreeCtrl_GetItemText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32057 { (char *)"TreeCtrl_GetItemImage", (PyCFunction
) _wrap_TreeCtrl_GetItemImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32058 { (char *)"TreeCtrl_GetItemData", (PyCFunction
) _wrap_TreeCtrl_GetItemData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32059 { (char *)"TreeCtrl_GetItemPyData", (PyCFunction
) _wrap_TreeCtrl_GetItemPyData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32060 { (char *)"TreeCtrl_GetItemTextColour", (PyCFunction
) _wrap_TreeCtrl_GetItemTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32061 { (char *)"TreeCtrl_GetItemBackgroundColour", (PyCFunction
) _wrap_TreeCtrl_GetItemBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32062 { (char *)"TreeCtrl_GetItemFont", (PyCFunction
) _wrap_TreeCtrl_GetItemFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32063 { (char *)"TreeCtrl_SetItemText", (PyCFunction
) _wrap_TreeCtrl_SetItemText
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32064 { (char *)"TreeCtrl_SetItemImage", (PyCFunction
) _wrap_TreeCtrl_SetItemImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32065 { (char *)"TreeCtrl_SetItemData", (PyCFunction
) _wrap_TreeCtrl_SetItemData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32066 { (char *)"TreeCtrl_SetItemPyData", (PyCFunction
) _wrap_TreeCtrl_SetItemPyData
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32067 { (char *)"TreeCtrl_SetItemHasChildren", (PyCFunction
) _wrap_TreeCtrl_SetItemHasChildren
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32068 { (char *)"TreeCtrl_SetItemBold", (PyCFunction
) _wrap_TreeCtrl_SetItemBold
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32069 { (char *)"TreeCtrl_SetItemTextColour", (PyCFunction
) _wrap_TreeCtrl_SetItemTextColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32070 { (char *)"TreeCtrl_SetItemBackgroundColour", (PyCFunction
) _wrap_TreeCtrl_SetItemBackgroundColour
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32071 { (char *)"TreeCtrl_SetItemFont", (PyCFunction
) _wrap_TreeCtrl_SetItemFont
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32072 { (char *)"TreeCtrl_IsVisible", (PyCFunction
) _wrap_TreeCtrl_IsVisible
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32073 { (char *)"TreeCtrl_ItemHasChildren", (PyCFunction
) _wrap_TreeCtrl_ItemHasChildren
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32074 { (char *)"TreeCtrl_IsExpanded", (PyCFunction
) _wrap_TreeCtrl_IsExpanded
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32075 { (char *)"TreeCtrl_IsSelected", (PyCFunction
) _wrap_TreeCtrl_IsSelected
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32076 { (char *)"TreeCtrl_IsBold", (PyCFunction
) _wrap_TreeCtrl_IsBold
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32077 { (char *)"TreeCtrl_GetChildrenCount", (PyCFunction
) _wrap_TreeCtrl_GetChildrenCount
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32078 { (char *)"TreeCtrl_GetRootItem", (PyCFunction
) _wrap_TreeCtrl_GetRootItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32079 { (char *)"TreeCtrl_GetSelection", (PyCFunction
) _wrap_TreeCtrl_GetSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32080 { (char *)"TreeCtrl_GetSelections", (PyCFunction
) _wrap_TreeCtrl_GetSelections
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32081 { (char *)"TreeCtrl_GetItemParent", (PyCFunction
) _wrap_TreeCtrl_GetItemParent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32082 { (char *)"TreeCtrl_GetFirstChild", (PyCFunction
) _wrap_TreeCtrl_GetFirstChild
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32083 { (char *)"TreeCtrl_GetNextChild", (PyCFunction
) _wrap_TreeCtrl_GetNextChild
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32084 { (char *)"TreeCtrl_GetLastChild", (PyCFunction
) _wrap_TreeCtrl_GetLastChild
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32085 { (char *)"TreeCtrl_GetNextSibling", (PyCFunction
) _wrap_TreeCtrl_GetNextSibling
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32086 { (char *)"TreeCtrl_GetPrevSibling", (PyCFunction
) _wrap_TreeCtrl_GetPrevSibling
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32087 { (char *)"TreeCtrl_GetFirstVisibleItem", (PyCFunction
) _wrap_TreeCtrl_GetFirstVisibleItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32088 { (char *)"TreeCtrl_GetNextVisible", (PyCFunction
) _wrap_TreeCtrl_GetNextVisible
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32089 { (char *)"TreeCtrl_GetPrevVisible", (PyCFunction
) _wrap_TreeCtrl_GetPrevVisible
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32090 { (char *)"TreeCtrl_AddRoot", (PyCFunction
) _wrap_TreeCtrl_AddRoot
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32091 { (char *)"TreeCtrl_PrependItem", (PyCFunction
) _wrap_TreeCtrl_PrependItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32092 { (char *)"TreeCtrl_InsertItem", (PyCFunction
) _wrap_TreeCtrl_InsertItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32093 { (char *)"TreeCtrl_InsertItemBefore", (PyCFunction
) _wrap_TreeCtrl_InsertItemBefore
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32094 { (char *)"TreeCtrl_AppendItem", (PyCFunction
) _wrap_TreeCtrl_AppendItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32095 { (char *)"TreeCtrl_Delete", (PyCFunction
) _wrap_TreeCtrl_Delete
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32096 { (char *)"TreeCtrl_DeleteChildren", (PyCFunction
) _wrap_TreeCtrl_DeleteChildren
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32097 { (char *)"TreeCtrl_DeleteAllItems", (PyCFunction
) _wrap_TreeCtrl_DeleteAllItems
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32098 { (char *)"TreeCtrl_Expand", (PyCFunction
) _wrap_TreeCtrl_Expand
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32099 { (char *)"TreeCtrl_Collapse", (PyCFunction
) _wrap_TreeCtrl_Collapse
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32100 { (char *)"TreeCtrl_CollapseAndReset", (PyCFunction
) _wrap_TreeCtrl_CollapseAndReset
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32101 { (char *)"TreeCtrl_Toggle", (PyCFunction
) _wrap_TreeCtrl_Toggle
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32102 { (char *)"TreeCtrl_Unselect", (PyCFunction
) _wrap_TreeCtrl_Unselect
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32103 { (char *)"TreeCtrl_UnselectItem", (PyCFunction
) _wrap_TreeCtrl_UnselectItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32104 { (char *)"TreeCtrl_UnselectAll", (PyCFunction
) _wrap_TreeCtrl_UnselectAll
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32105 { (char *)"TreeCtrl_SelectItem", (PyCFunction
) _wrap_TreeCtrl_SelectItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32106 { (char *)"TreeCtrl_ToggleItemSelection", (PyCFunction
) _wrap_TreeCtrl_ToggleItemSelection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32107 { (char *)"TreeCtrl_EnsureVisible", (PyCFunction
) _wrap_TreeCtrl_EnsureVisible
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32108 { (char *)"TreeCtrl_ScrollTo", (PyCFunction
) _wrap_TreeCtrl_ScrollTo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32109 { (char *)"TreeCtrl_EditLabel", (PyCFunction
) _wrap_TreeCtrl_EditLabel
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32110 { (char *)"TreeCtrl_GetEditControl", (PyCFunction
) _wrap_TreeCtrl_GetEditControl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32111 { (char *)"TreeCtrl_SortChildren", (PyCFunction
) _wrap_TreeCtrl_SortChildren
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32112 { (char *)"TreeCtrl_HitTest", (PyCFunction
) _wrap_TreeCtrl_HitTest
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32113 { (char *)"TreeCtrl_GetBoundingRect", (PyCFunction
) _wrap_TreeCtrl_GetBoundingRect
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32114 { (char *)"TreeCtrl_GetClassDefaultAttributes", (PyCFunction
) _wrap_TreeCtrl_GetClassDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32115 { (char *)"TreeCtrl_swigregister", TreeCtrl_swigregister
, METH_VARARGS
, NULL
},
32116 { (char *)"new_GenericDirCtrl", (PyCFunction
) _wrap_new_GenericDirCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32117 { (char *)"new_PreGenericDirCtrl", (PyCFunction
) _wrap_new_PreGenericDirCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32118 { (char *)"GenericDirCtrl_Create", (PyCFunction
) _wrap_GenericDirCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32119 { (char *)"GenericDirCtrl_ExpandPath", (PyCFunction
) _wrap_GenericDirCtrl_ExpandPath
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32120 { (char *)"GenericDirCtrl_GetDefaultPath", (PyCFunction
) _wrap_GenericDirCtrl_GetDefaultPath
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32121 { (char *)"GenericDirCtrl_SetDefaultPath", (PyCFunction
) _wrap_GenericDirCtrl_SetDefaultPath
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32122 { (char *)"GenericDirCtrl_GetPath", (PyCFunction
) _wrap_GenericDirCtrl_GetPath
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32123 { (char *)"GenericDirCtrl_GetFilePath", (PyCFunction
) _wrap_GenericDirCtrl_GetFilePath
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32124 { (char *)"GenericDirCtrl_SetPath", (PyCFunction
) _wrap_GenericDirCtrl_SetPath
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32125 { (char *)"GenericDirCtrl_ShowHidden", (PyCFunction
) _wrap_GenericDirCtrl_ShowHidden
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32126 { (char *)"GenericDirCtrl_GetShowHidden", (PyCFunction
) _wrap_GenericDirCtrl_GetShowHidden
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32127 { (char *)"GenericDirCtrl_GetFilter", (PyCFunction
) _wrap_GenericDirCtrl_GetFilter
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32128 { (char *)"GenericDirCtrl_SetFilter", (PyCFunction
) _wrap_GenericDirCtrl_SetFilter
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32129 { (char *)"GenericDirCtrl_GetFilterIndex", (PyCFunction
) _wrap_GenericDirCtrl_GetFilterIndex
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32130 { (char *)"GenericDirCtrl_SetFilterIndex", (PyCFunction
) _wrap_GenericDirCtrl_SetFilterIndex
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32131 { (char *)"GenericDirCtrl_GetRootId", (PyCFunction
) _wrap_GenericDirCtrl_GetRootId
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32132 { (char *)"GenericDirCtrl_GetTreeCtrl", (PyCFunction
) _wrap_GenericDirCtrl_GetTreeCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32133 { (char *)"GenericDirCtrl_GetFilterListCtrl", (PyCFunction
) _wrap_GenericDirCtrl_GetFilterListCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32134 { (char *)"GenericDirCtrl_FindChild", (PyCFunction
) _wrap_GenericDirCtrl_FindChild
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32135 { (char *)"GenericDirCtrl_DoResize", (PyCFunction
) _wrap_GenericDirCtrl_DoResize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32136 { (char *)"GenericDirCtrl_ReCreateTree", (PyCFunction
) _wrap_GenericDirCtrl_ReCreateTree
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32137 { (char *)"GenericDirCtrl_swigregister", GenericDirCtrl_swigregister
, METH_VARARGS
, NULL
},
32138 { (char *)"new_DirFilterListCtrl", (PyCFunction
) _wrap_new_DirFilterListCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32139 { (char *)"new_PreDirFilterListCtrl", (PyCFunction
) _wrap_new_PreDirFilterListCtrl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32140 { (char *)"DirFilterListCtrl_Create", (PyCFunction
) _wrap_DirFilterListCtrl_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32141 { (char *)"DirFilterListCtrl_FillFilterList", (PyCFunction
) _wrap_DirFilterListCtrl_FillFilterList
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32142 { (char *)"DirFilterListCtrl_swigregister", DirFilterListCtrl_swigregister
, METH_VARARGS
, NULL
},
32143 { (char *)"new_PyControl", (PyCFunction
) _wrap_new_PyControl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32144 { (char *)"new_PrePyControl", (PyCFunction
) _wrap_new_PrePyControl
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32145 { (char *)"PyControl__setCallbackInfo", (PyCFunction
) _wrap_PyControl__setCallbackInfo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32146 { (char *)"PyControl_SetBestSize", (PyCFunction
) _wrap_PyControl_SetBestSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32147 { (char *)"PyControl_base_DoMoveWindow", (PyCFunction
) _wrap_PyControl_base_DoMoveWindow
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32148 { (char *)"PyControl_base_DoSetSize", (PyCFunction
) _wrap_PyControl_base_DoSetSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32149 { (char *)"PyControl_base_DoSetClientSize", (PyCFunction
) _wrap_PyControl_base_DoSetClientSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32150 { (char *)"PyControl_base_DoSetVirtualSize", (PyCFunction
) _wrap_PyControl_base_DoSetVirtualSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32151 { (char *)"PyControl_base_DoGetSize", (PyCFunction
) _wrap_PyControl_base_DoGetSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32152 { (char *)"PyControl_base_DoGetClientSize", (PyCFunction
) _wrap_PyControl_base_DoGetClientSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32153 { (char *)"PyControl_base_DoGetPosition", (PyCFunction
) _wrap_PyControl_base_DoGetPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32154 { (char *)"PyControl_base_DoGetVirtualSize", (PyCFunction
) _wrap_PyControl_base_DoGetVirtualSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32155 { (char *)"PyControl_base_DoGetBestSize", (PyCFunction
) _wrap_PyControl_base_DoGetBestSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32156 { (char *)"PyControl_base_InitDialog", (PyCFunction
) _wrap_PyControl_base_InitDialog
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32157 { (char *)"PyControl_base_TransferDataToWindow", (PyCFunction
) _wrap_PyControl_base_TransferDataToWindow
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32158 { (char *)"PyControl_base_TransferDataFromWindow", (PyCFunction
) _wrap_PyControl_base_TransferDataFromWindow
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32159 { (char *)"PyControl_base_Validate", (PyCFunction
) _wrap_PyControl_base_Validate
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32160 { (char *)"PyControl_base_AcceptsFocus", (PyCFunction
) _wrap_PyControl_base_AcceptsFocus
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32161 { (char *)"PyControl_base_AcceptsFocusFromKeyboard", (PyCFunction
) _wrap_PyControl_base_AcceptsFocusFromKeyboard
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32162 { (char *)"PyControl_base_GetMaxSize", (PyCFunction
) _wrap_PyControl_base_GetMaxSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32163 { (char *)"PyControl_base_AddChild", (PyCFunction
) _wrap_PyControl_base_AddChild
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32164 { (char *)"PyControl_base_RemoveChild", (PyCFunction
) _wrap_PyControl_base_RemoveChild
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32165 { (char *)"PyControl_base_ShouldInheritColours", (PyCFunction
) _wrap_PyControl_base_ShouldInheritColours
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32166 { (char *)"PyControl_base_ApplyParentThemeBackground", (PyCFunction
) _wrap_PyControl_base_ApplyParentThemeBackground
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32167 { (char *)"PyControl_base_GetDefaultAttributes", (PyCFunction
) _wrap_PyControl_base_GetDefaultAttributes
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32168 { (char *)"PyControl_swigregister", PyControl_swigregister
, METH_VARARGS
, NULL
},
32169 { (char *)"new_HelpEvent", (PyCFunction
) _wrap_new_HelpEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32170 { (char *)"HelpEvent_GetPosition", (PyCFunction
) _wrap_HelpEvent_GetPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32171 { (char *)"HelpEvent_SetPosition", (PyCFunction
) _wrap_HelpEvent_SetPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32172 { (char *)"HelpEvent_GetLink", (PyCFunction
) _wrap_HelpEvent_GetLink
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32173 { (char *)"HelpEvent_SetLink", (PyCFunction
) _wrap_HelpEvent_SetLink
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32174 { (char *)"HelpEvent_GetTarget", (PyCFunction
) _wrap_HelpEvent_GetTarget
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32175 { (char *)"HelpEvent_SetTarget", (PyCFunction
) _wrap_HelpEvent_SetTarget
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32176 { (char *)"HelpEvent_swigregister", HelpEvent_swigregister
, METH_VARARGS
, NULL
},
32177 { (char *)"new_ContextHelp", (PyCFunction
) _wrap_new_ContextHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32178 { (char *)"delete_ContextHelp", (PyCFunction
) _wrap_delete_ContextHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32179 { (char *)"ContextHelp_BeginContextHelp", (PyCFunction
) _wrap_ContextHelp_BeginContextHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32180 { (char *)"ContextHelp_EndContextHelp", (PyCFunction
) _wrap_ContextHelp_EndContextHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32181 { (char *)"ContextHelp_swigregister", ContextHelp_swigregister
, METH_VARARGS
, NULL
},
32182 { (char *)"new_ContextHelpButton", (PyCFunction
) _wrap_new_ContextHelpButton
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32183 { (char *)"ContextHelpButton_swigregister", ContextHelpButton_swigregister
, METH_VARARGS
, NULL
},
32184 { (char *)"HelpProvider_Set", (PyCFunction
) _wrap_HelpProvider_Set
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32185 { (char *)"HelpProvider_Get", (PyCFunction
) _wrap_HelpProvider_Get
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32186 { (char *)"HelpProvider_GetHelp", (PyCFunction
) _wrap_HelpProvider_GetHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32187 { (char *)"HelpProvider_ShowHelp", (PyCFunction
) _wrap_HelpProvider_ShowHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32188 { (char *)"HelpProvider_AddHelp", (PyCFunction
) _wrap_HelpProvider_AddHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32189 { (char *)"HelpProvider_AddHelpById", (PyCFunction
) _wrap_HelpProvider_AddHelpById
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32190 { (char *)"HelpProvider_RemoveHelp", (PyCFunction
) _wrap_HelpProvider_RemoveHelp
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32191 { (char *)"HelpProvider_Destroy", (PyCFunction
) _wrap_HelpProvider_Destroy
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32192 { (char *)"HelpProvider_swigregister", HelpProvider_swigregister
, METH_VARARGS
, NULL
},
32193 { (char *)"new_SimpleHelpProvider", (PyCFunction
) _wrap_new_SimpleHelpProvider
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32194 { (char *)"SimpleHelpProvider_swigregister", SimpleHelpProvider_swigregister
, METH_VARARGS
, NULL
},
32195 { (char *)"new_DragImage", (PyCFunction
) _wrap_new_DragImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32196 { (char *)"new_DragIcon", (PyCFunction
) _wrap_new_DragIcon
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32197 { (char *)"new_DragString", (PyCFunction
) _wrap_new_DragString
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32198 { (char *)"new_DragTreeItem", (PyCFunction
) _wrap_new_DragTreeItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32199 { (char *)"new_DragListItem", (PyCFunction
) _wrap_new_DragListItem
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32200 { (char *)"delete_DragImage", (PyCFunction
) _wrap_delete_DragImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32201 { (char *)"DragImage_SetBackingBitmap", (PyCFunction
) _wrap_DragImage_SetBackingBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32202 { (char *)"DragImage_BeginDrag", (PyCFunction
) _wrap_DragImage_BeginDrag
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32203 { (char *)"DragImage_BeginDragBounded", (PyCFunction
) _wrap_DragImage_BeginDragBounded
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32204 { (char *)"DragImage_EndDrag", (PyCFunction
) _wrap_DragImage_EndDrag
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32205 { (char *)"DragImage_Move", (PyCFunction
) _wrap_DragImage_Move
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32206 { (char *)"DragImage_Show", (PyCFunction
) _wrap_DragImage_Show
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32207 { (char *)"DragImage_Hide", (PyCFunction
) _wrap_DragImage_Hide
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32208 { (char *)"DragImage_GetImageRect", (PyCFunction
) _wrap_DragImage_GetImageRect
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32209 { (char *)"DragImage_DoDrawImage", (PyCFunction
) _wrap_DragImage_DoDrawImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32210 { (char *)"DragImage_UpdateBackingFromWindow", (PyCFunction
) _wrap_DragImage_UpdateBackingFromWindow
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32211 { (char *)"DragImage_RedrawImage", (PyCFunction
) _wrap_DragImage_RedrawImage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
32212 { (char *)"DragImage_swigregister", DragImage_swigregister
, METH_VARARGS
, NULL
},
32213 { NULL
, NULL
, 0, NULL
}
32217 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
32219 static void *_p_wxNotebookEventTo_p_wxBookCtrlEvent(void *x
) {
32220 return (void *)((wxBookCtrlEvent
*) ((wxNotebookEvent
*) x
));
32222 static void *_p_wxListbookEventTo_p_wxBookCtrlEvent(void *x
) {
32223 return (void *)((wxBookCtrlEvent
*) ((wxListbookEvent
*) x
));
32225 static void *_p_wxBoxSizerTo_p_wxSizer(void *x
) {
32226 return (void *)((wxSizer
*) ((wxBoxSizer
*) x
));
32228 static void *_p_wxStaticBoxSizerTo_p_wxSizer(void *x
) {
32229 return (void *)((wxSizer
*) (wxBoxSizer
*) ((wxStaticBoxSizer
*) x
));
32231 static void *_p_wxGridBagSizerTo_p_wxSizer(void *x
) {
32232 return (void *)((wxSizer
*) (wxGridSizer
*)(wxFlexGridSizer
*) ((wxGridBagSizer
*) x
));
32234 static void *_p_wxGridSizerTo_p_wxSizer(void *x
) {
32235 return (void *)((wxSizer
*) ((wxGridSizer
*) x
));
32237 static void *_p_wxFlexGridSizerTo_p_wxSizer(void *x
) {
32238 return (void *)((wxSizer
*) (wxGridSizer
*) ((wxFlexGridSizer
*) x
));
32240 static void *_p_wxNotebookSizerTo_p_wxSizer(void *x
) {
32241 return (void *)((wxSizer
*) ((wxNotebookSizer
*) x
));
32243 static void *_p_wxPySizerTo_p_wxSizer(void *x
) {
32244 return (void *)((wxSizer
*) ((wxPySizer
*) x
));
32246 static void *_p_wxBookCtrlSizerTo_p_wxSizer(void *x
) {
32247 return (void *)((wxSizer
*) ((wxBookCtrlSizer
*) x
));
32249 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x
) {
32250 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
32252 static void *_p_wxMenuEventTo_p_wxEvent(void *x
) {
32253 return (void *)((wxEvent
*) ((wxMenuEvent
*) x
));
32255 static void *_p_wxCloseEventTo_p_wxEvent(void *x
) {
32256 return (void *)((wxEvent
*) ((wxCloseEvent
*) x
));
32258 static void *_p_wxMouseEventTo_p_wxEvent(void *x
) {
32259 return (void *)((wxEvent
*) ((wxMouseEvent
*) x
));
32261 static void *_p_wxEraseEventTo_p_wxEvent(void *x
) {
32262 return (void *)((wxEvent
*) ((wxEraseEvent
*) x
));
32264 static void *_p_wxTreeEventTo_p_wxEvent(void *x
) {
32265 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxTreeEvent
*) x
));
32267 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x
) {
32268 return (void *)((wxEvent
*) ((wxSetCursorEvent
*) x
));
32270 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x
) {
32271 return (void *)((wxEvent
*) ((wxInitDialogEvent
*) x
));
32273 static void *_p_wxScrollEventTo_p_wxEvent(void *x
) {
32274 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxScrollEvent
*) x
));
32276 static void *_p_wxTextUrlEventTo_p_wxEvent(void *x
) {
32277 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxTextUrlEvent
*) x
));
32279 static void *_p_wxBookCtrlEventTo_p_wxEvent(void *x
) {
32280 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxBookCtrlEvent
*) x
));
32282 static void *_p_wxPyEventTo_p_wxEvent(void *x
) {
32283 return (void *)((wxEvent
*) ((wxPyEvent
*) x
));
32285 static void *_p_wxNotifyEventTo_p_wxEvent(void *x
) {
32286 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxNotifyEvent
*) x
));
32288 static void *_p_wxListEventTo_p_wxEvent(void *x
) {
32289 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxListEvent
*) x
));
32291 static void *_p_wxNotebookEventTo_p_wxEvent(void *x
) {
32292 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*)(wxBookCtrlEvent
*) ((wxNotebookEvent
*) x
));
32294 static void *_p_wxListbookEventTo_p_wxEvent(void *x
) {
32295 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*)(wxBookCtrlEvent
*) ((wxListbookEvent
*) x
));
32297 static void *_p_wxHelpEventTo_p_wxEvent(void *x
) {
32298 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxHelpEvent
*) x
));
32300 static void *_p_wxIdleEventTo_p_wxEvent(void *x
) {
32301 return (void *)((wxEvent
*) ((wxIdleEvent
*) x
));
32303 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x
) {
32304 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
32306 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x
) {
32307 return (void *)((wxEvent
*) ((wxQueryNewPaletteEvent
*) x
));
32309 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x
) {
32310 return (void *)((wxEvent
*) ((wxMaximizeEvent
*) x
));
32312 static void *_p_wxIconizeEventTo_p_wxEvent(void *x
) {
32313 return (void *)((wxEvent
*) ((wxIconizeEvent
*) x
));
32315 static void *_p_wxActivateEventTo_p_wxEvent(void *x
) {
32316 return (void *)((wxEvent
*) ((wxActivateEvent
*) x
));
32318 static void *_p_wxSizeEventTo_p_wxEvent(void *x
) {
32319 return (void *)((wxEvent
*) ((wxSizeEvent
*) x
));
32321 static void *_p_wxMoveEventTo_p_wxEvent(void *x
) {
32322 return (void *)((wxEvent
*) ((wxMoveEvent
*) x
));
32324 static void *_p_wxPaintEventTo_p_wxEvent(void *x
) {
32325 return (void *)((wxEvent
*) ((wxPaintEvent
*) x
));
32327 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x
) {
32328 return (void *)((wxEvent
*) ((wxNcPaintEvent
*) x
));
32330 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x
) {
32331 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
32333 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x
) {
32334 return (void *)((wxEvent
*) ((wxPaletteChangedEvent
*) x
));
32336 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x
) {
32337 return (void *)((wxEvent
*) ((wxDisplayChangedEvent
*) x
));
32339 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x
) {
32340 return (void *)((wxEvent
*) ((wxMouseCaptureChangedEvent
*) x
));
32342 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x
) {
32343 return (void *)((wxEvent
*) ((wxSysColourChangedEvent
*) x
));
32345 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x
) {
32346 return (void *)((wxEvent
*) ((wxDropFilesEvent
*) x
));
32348 static void *_p_wxFocusEventTo_p_wxEvent(void *x
) {
32349 return (void *)((wxEvent
*) ((wxFocusEvent
*) x
));
32351 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x
) {
32352 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
32354 static void *_p_wxShowEventTo_p_wxEvent(void *x
) {
32355 return (void *)((wxEvent
*) ((wxShowEvent
*) x
));
32357 static void *_p_wxCommandEventTo_p_wxEvent(void *x
) {
32358 return (void *)((wxEvent
*) ((wxCommandEvent
*) x
));
32360 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x
) {
32361 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
32363 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x
) {
32364 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
32366 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x
) {
32367 return (void *)((wxEvent
*) ((wxNavigationKeyEvent
*) x
));
32369 static void *_p_wxKeyEventTo_p_wxEvent(void *x
) {
32370 return (void *)((wxEvent
*) ((wxKeyEvent
*) x
));
32372 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x
) {
32373 return (void *)((wxEvent
*) ((wxScrollWinEvent
*) x
));
32375 static void *_p_wxSpinEventTo_p_wxEvent(void *x
) {
32376 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxSpinEvent
*) x
));
32378 static void *_p_wxComboBoxTo_p_wxItemContainer(void *x
) {
32379 return (void *)((wxItemContainer
*) ((wxComboBox
*) x
));
32381 static void *_p_wxDirFilterListCtrlTo_p_wxItemContainer(void *x
) {
32382 return (void *)((wxItemContainer
*) (wxControlWithItems
*)(wxChoice
*) ((wxDirFilterListCtrl
*) x
));
32384 static void *_p_wxChoiceTo_p_wxItemContainer(void *x
) {
32385 return (void *)((wxItemContainer
*) (wxControlWithItems
*) ((wxChoice
*) x
));
32387 static void *_p_wxControlWithItemsTo_p_wxItemContainer(void *x
) {
32388 return (void *)((wxItemContainer
*) ((wxControlWithItems
*) x
));
32390 static void *_p_wxListBoxTo_p_wxItemContainer(void *x
) {
32391 return (void *)((wxItemContainer
*) (wxControlWithItems
*) ((wxListBox
*) x
));
32393 static void *_p_wxCheckListBoxTo_p_wxItemContainer(void *x
) {
32394 return (void *)((wxItemContainer
*) (wxControlWithItems
*)(wxListBox
*) ((wxCheckListBox
*) x
));
32396 static void *_p_wxListViewTo_p_wxPyListCtrl(void *x
) {
32397 return (void *)((wxPyListCtrl
*) ((wxListView
*) x
));
32399 static void *_p_wxCheckListBoxTo_p_wxControl(void *x
) {
32400 return (void *)((wxControl
*) (wxControlWithItems
*)(wxListBox
*) ((wxCheckListBox
*) x
));
32402 static void *_p_wxListBoxTo_p_wxControl(void *x
) {
32403 return (void *)((wxControl
*) (wxControlWithItems
*) ((wxListBox
*) x
));
32405 static void *_p_wxChoiceTo_p_wxControl(void *x
) {
32406 return (void *)((wxControl
*) (wxControlWithItems
*) ((wxChoice
*) x
));
32408 static void *_p_wxToolBarTo_p_wxControl(void *x
) {
32409 return (void *)((wxControl
*) (wxToolBarBase
*) ((wxToolBar
*) x
));
32411 static void *_p_wxStaticBitmapTo_p_wxControl(void *x
) {
32412 return (void *)((wxControl
*) ((wxStaticBitmap
*) x
));
32414 static void *_p_wxComboBoxTo_p_wxControl(void *x
) {
32415 return (void *)((wxControl
*) ((wxComboBox
*) x
));
32417 static void *_p_wxSpinCtrlTo_p_wxControl(void *x
) {
32418 return (void *)((wxControl
*) ((wxSpinCtrl
*) x
));
32420 static void *_p_wxStaticBoxTo_p_wxControl(void *x
) {
32421 return (void *)((wxControl
*) ((wxStaticBox
*) x
));
32423 static void *_p_wxPyListCtrlTo_p_wxControl(void *x
) {
32424 return (void *)((wxControl
*) ((wxPyListCtrl
*) x
));
32426 static void *_p_wxPyTreeCtrlTo_p_wxControl(void *x
) {
32427 return (void *)((wxControl
*) ((wxPyTreeCtrl
*) x
));
32429 static void *_p_wxDirFilterListCtrlTo_p_wxControl(void *x
) {
32430 return (void *)((wxControl
*) (wxControlWithItems
*)(wxChoice
*) ((wxDirFilterListCtrl
*) x
));
32432 static void *_p_wxScrollBarTo_p_wxControl(void *x
) {
32433 return (void *)((wxControl
*) ((wxScrollBar
*) x
));
32435 static void *_p_wxBookCtrlTo_p_wxControl(void *x
) {
32436 return (void *)((wxControl
*) ((wxBookCtrl
*) x
));
32438 static void *_p_wxRadioButtonTo_p_wxControl(void *x
) {
32439 return (void *)((wxControl
*) ((wxRadioButton
*) x
));
32441 static void *_p_wxToggleButtonTo_p_wxControl(void *x
) {
32442 return (void *)((wxControl
*) ((wxToggleButton
*) x
));
32444 static void *_p_wxGaugeTo_p_wxControl(void *x
) {
32445 return (void *)((wxControl
*) ((wxGauge
*) x
));
32447 static void *_p_wxToolBarBaseTo_p_wxControl(void *x
) {
32448 return (void *)((wxControl
*) ((wxToolBarBase
*) x
));
32450 static void *_p_wxBitmapButtonTo_p_wxControl(void *x
) {
32451 return (void *)((wxControl
*) (wxButton
*) ((wxBitmapButton
*) x
));
32453 static void *_p_wxButtonTo_p_wxControl(void *x
) {
32454 return (void *)((wxControl
*) ((wxButton
*) x
));
32456 static void *_p_wxSpinButtonTo_p_wxControl(void *x
) {
32457 return (void *)((wxControl
*) ((wxSpinButton
*) x
));
32459 static void *_p_wxContextHelpButtonTo_p_wxControl(void *x
) {
32460 return (void *)((wxControl
*) (wxButton
*)(wxBitmapButton
*) ((wxContextHelpButton
*) x
));
32462 static void *_p_wxControlWithItemsTo_p_wxControl(void *x
) {
32463 return (void *)((wxControl
*) ((wxControlWithItems
*) x
));
32465 static void *_p_wxRadioBoxTo_p_wxControl(void *x
) {
32466 return (void *)((wxControl
*) ((wxRadioBox
*) x
));
32468 static void *_p_wxNotebookTo_p_wxControl(void *x
) {
32469 return (void *)((wxControl
*) (wxBookCtrl
*) ((wxNotebook
*) x
));
32471 static void *_p_wxListbookTo_p_wxControl(void *x
) {
32472 return (void *)((wxControl
*) (wxBookCtrl
*) ((wxListbook
*) x
));
32474 static void *_p_wxCheckBoxTo_p_wxControl(void *x
) {
32475 return (void *)((wxControl
*) ((wxCheckBox
*) x
));
32477 static void *_p_wxTextCtrlTo_p_wxControl(void *x
) {
32478 return (void *)((wxControl
*) ((wxTextCtrl
*) x
));
32480 static void *_p_wxListViewTo_p_wxControl(void *x
) {
32481 return (void *)((wxControl
*) (wxPyListCtrl
*) ((wxListView
*) x
));
32483 static void *_p_wxSliderTo_p_wxControl(void *x
) {
32484 return (void *)((wxControl
*) ((wxSlider
*) x
));
32486 static void *_p_wxGenericDirCtrlTo_p_wxControl(void *x
) {
32487 return (void *)((wxControl
*) ((wxGenericDirCtrl
*) x
));
32489 static void *_p_wxPyControlTo_p_wxControl(void *x
) {
32490 return (void *)((wxControl
*) ((wxPyControl
*) x
));
32492 static void *_p_wxStaticLineTo_p_wxControl(void *x
) {
32493 return (void *)((wxControl
*) ((wxStaticLine
*) x
));
32495 static void *_p_wxStaticTextTo_p_wxControl(void *x
) {
32496 return (void *)((wxControl
*) ((wxStaticText
*) x
));
32498 static void *_p_wxToolBarTo_p_wxToolBarBase(void *x
) {
32499 return (void *)((wxToolBarBase
*) ((wxToolBar
*) x
));
32501 static void *_p_wxDirFilterListCtrlTo_p_wxChoice(void *x
) {
32502 return (void *)((wxChoice
*) ((wxDirFilterListCtrl
*) x
));
32504 static void *_p_wxTreeEventTo_p_wxNotifyEvent(void *x
) {
32505 return (void *)((wxNotifyEvent
*) ((wxTreeEvent
*) x
));
32507 static void *_p_wxBookCtrlEventTo_p_wxNotifyEvent(void *x
) {
32508 return (void *)((wxNotifyEvent
*) ((wxBookCtrlEvent
*) x
));
32510 static void *_p_wxListEventTo_p_wxNotifyEvent(void *x
) {
32511 return (void *)((wxNotifyEvent
*) ((wxListEvent
*) x
));
32513 static void *_p_wxSpinEventTo_p_wxNotifyEvent(void *x
) {
32514 return (void *)((wxNotifyEvent
*) ((wxSpinEvent
*) x
));
32516 static void *_p_wxNotebookEventTo_p_wxNotifyEvent(void *x
) {
32517 return (void *)((wxNotifyEvent
*) (wxBookCtrlEvent
*) ((wxNotebookEvent
*) x
));
32519 static void *_p_wxListbookEventTo_p_wxNotifyEvent(void *x
) {
32520 return (void *)((wxNotifyEvent
*) (wxBookCtrlEvent
*) ((wxListbookEvent
*) x
));
32522 static void *_p_wxBookCtrlTo_p_wxEvtHandler(void *x
) {
32523 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxBookCtrl
*) x
));
32525 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x
) {
32526 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxMenuBar
*) x
));
32528 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x
) {
32529 return (void *)((wxEvtHandler
*) ((wxValidator
*) x
));
32531 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x
) {
32532 return (void *)((wxEvtHandler
*) (wxValidator
*) ((wxPyValidator
*) x
));
32534 static void *_p_wxToolBarTo_p_wxEvtHandler(void *x
) {
32535 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxToolBarBase
*) ((wxToolBar
*) x
));
32537 static void *_p_wxMenuTo_p_wxEvtHandler(void *x
) {
32538 return (void *)((wxEvtHandler
*) ((wxMenu
*) x
));
32540 static void *_p_wxToggleButtonTo_p_wxEvtHandler(void *x
) {
32541 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxToggleButton
*) x
));
32543 static void *_p_wxRadioButtonTo_p_wxEvtHandler(void *x
) {
32544 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxRadioButton
*) x
));
32546 static void *_p_wxWindowTo_p_wxEvtHandler(void *x
) {
32547 return (void *)((wxEvtHandler
*) ((wxWindow
*) x
));
32549 static void *_p_wxControlTo_p_wxEvtHandler(void *x
) {
32550 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxControl
*) x
));
32552 static void *_p_wxToolBarBaseTo_p_wxEvtHandler(void *x
) {
32553 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxToolBarBase
*) x
));
32555 static void *_p_wxPyListCtrlTo_p_wxEvtHandler(void *x
) {
32556 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxPyListCtrl
*) x
));
32558 static void *_p_wxComboBoxTo_p_wxEvtHandler(void *x
) {
32559 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxComboBox
*) x
));
32561 static void *_p_wxDirFilterListCtrlTo_p_wxEvtHandler(void *x
) {
32562 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxControlWithItems
*)(wxChoice
*) ((wxDirFilterListCtrl
*) x
));
32564 static void *_p_wxPyControlTo_p_wxEvtHandler(void *x
) {
32565 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxPyControl
*) x
));
32567 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x
) {
32568 return (void *)((wxEvtHandler
*) ((wxPyApp
*) x
));
32570 static void *_p_wxGenericDirCtrlTo_p_wxEvtHandler(void *x
) {
32571 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxGenericDirCtrl
*) x
));
32573 static void *_p_wxScrollBarTo_p_wxEvtHandler(void *x
) {
32574 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxScrollBar
*) x
));
32576 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x
) {
32577 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxControlWithItems
*) x
));
32579 static void *_p_wxGaugeTo_p_wxEvtHandler(void *x
) {
32580 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxGauge
*) x
));
32582 static void *_p_wxStaticLineTo_p_wxEvtHandler(void *x
) {
32583 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxStaticLine
*) x
));
32585 static void *_p_wxListbookTo_p_wxEvtHandler(void *x
) {
32586 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxBookCtrl
*) ((wxListbook
*) x
));
32588 static void *_p_wxPyTreeCtrlTo_p_wxEvtHandler(void *x
) {
32589 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxPyTreeCtrl
*) x
));
32591 static void *_p_wxCheckBoxTo_p_wxEvtHandler(void *x
) {
32592 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxCheckBox
*) x
));
32594 static void *_p_wxRadioBoxTo_p_wxEvtHandler(void *x
) {
32595 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxRadioBox
*) x
));
32597 static void *_p_wxCheckListBoxTo_p_wxEvtHandler(void *x
) {
32598 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxControlWithItems
*)(wxListBox
*) ((wxCheckListBox
*) x
));
32600 static void *_p_wxListBoxTo_p_wxEvtHandler(void *x
) {
32601 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxControlWithItems
*) ((wxListBox
*) x
));
32603 static void *_p_wxChoiceTo_p_wxEvtHandler(void *x
) {
32604 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxControlWithItems
*) ((wxChoice
*) x
));
32606 static void *_p_wxNotebookTo_p_wxEvtHandler(void *x
) {
32607 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxBookCtrl
*) ((wxNotebook
*) x
));
32609 static void *_p_wxStaticBitmapTo_p_wxEvtHandler(void *x
) {
32610 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxStaticBitmap
*) x
));
32612 static void *_p_wxListViewTo_p_wxEvtHandler(void *x
) {
32613 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxPyListCtrl
*) ((wxListView
*) x
));
32615 static void *_p_wxSpinCtrlTo_p_wxEvtHandler(void *x
) {
32616 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxSpinCtrl
*) x
));
32618 static void *_p_wxStaticTextTo_p_wxEvtHandler(void *x
) {
32619 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxStaticText
*) x
));
32621 static void *_p_wxStaticBoxTo_p_wxEvtHandler(void *x
) {
32622 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxStaticBox
*) x
));
32624 static void *_p_wxSliderTo_p_wxEvtHandler(void *x
) {
32625 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxSlider
*) x
));
32627 static void *_p_wxSpinButtonTo_p_wxEvtHandler(void *x
) {
32628 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxSpinButton
*) x
));
32630 static void *_p_wxButtonTo_p_wxEvtHandler(void *x
) {
32631 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxButton
*) x
));
32633 static void *_p_wxBitmapButtonTo_p_wxEvtHandler(void *x
) {
32634 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxButton
*) ((wxBitmapButton
*) x
));
32636 static void *_p_wxContextHelpButtonTo_p_wxEvtHandler(void *x
) {
32637 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*)(wxButton
*)(wxBitmapButton
*) ((wxContextHelpButton
*) x
));
32639 static void *_p_wxTextCtrlTo_p_wxEvtHandler(void *x
) {
32640 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxTextCtrl
*) x
));
32642 static void *_p_wxCheckListBoxTo_p_wxListBox(void *x
) {
32643 return (void *)((wxListBox
*) ((wxCheckListBox
*) x
));
32645 static void *_p_wxListbookTo_p_wxBookCtrl(void *x
) {
32646 return (void *)((wxBookCtrl
*) ((wxListbook
*) x
));
32648 static void *_p_wxNotebookTo_p_wxBookCtrl(void *x
) {
32649 return (void *)((wxBookCtrl
*) ((wxNotebook
*) x
));
32651 static void *_p_wxBitmapButtonTo_p_wxButton(void *x
) {
32652 return (void *)((wxButton
*) ((wxBitmapButton
*) x
));
32654 static void *_p_wxContextHelpButtonTo_p_wxButton(void *x
) {
32655 return (void *)((wxButton
*) (wxBitmapButton
*) ((wxContextHelpButton
*) x
));
32657 static void *_p_wxContextHelpButtonTo_p_wxBitmapButton(void *x
) {
32658 return (void *)((wxBitmapButton
*) ((wxContextHelpButton
*) x
));
32660 static void *_p_wxSimpleHelpProviderTo_p_wxHelpProvider(void *x
) {
32661 return (void *)((wxHelpProvider
*) ((wxSimpleHelpProvider
*) x
));
32663 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x
) {
32664 return (void *)((wxObject
*) ((wxLayoutConstraints
*) x
));
32666 static void *_p_wxGBSizerItemTo_p_wxObject(void *x
) {
32667 return (void *)((wxObject
*) (wxSizerItem
*) ((wxGBSizerItem
*) x
));
32669 static void *_p_wxSizerItemTo_p_wxObject(void *x
) {
32670 return (void *)((wxObject
*) ((wxSizerItem
*) x
));
32672 static void *_p_wxScrollEventTo_p_wxObject(void *x
) {
32673 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxScrollEvent
*) x
));
32675 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x
) {
32676 return (void *)((wxObject
*) ((wxIndividualLayoutConstraint
*) x
));
32678 static void *_p_wxTextUrlEventTo_p_wxObject(void *x
) {
32679 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxTextUrlEvent
*) x
));
32681 static void *_p_wxBookCtrlEventTo_p_wxObject(void *x
) {
32682 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxBookCtrlEvent
*) x
));
32684 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x
) {
32685 return (void *)((wxObject
*) (wxSizer
*)(wxBoxSizer
*) ((wxStaticBoxSizer
*) x
));
32687 static void *_p_wxBoxSizerTo_p_wxObject(void *x
) {
32688 return (void *)((wxObject
*) (wxSizer
*) ((wxBoxSizer
*) x
));
32690 static void *_p_wxSizerTo_p_wxObject(void *x
) {
32691 return (void *)((wxObject
*) ((wxSizer
*) x
));
32693 static void *_p_wxGridBagSizerTo_p_wxObject(void *x
) {
32694 return (void *)((wxObject
*) (wxSizer
*)(wxGridSizer
*)(wxFlexGridSizer
*) ((wxGridBagSizer
*) x
));
32696 static void *_p_wxCheckBoxTo_p_wxObject(void *x
) {
32697 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxCheckBox
*) x
));
32699 static void *_p_wxPyTreeCtrlTo_p_wxObject(void *x
) {
32700 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxPyTreeCtrl
*) x
));
32702 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x
) {
32703 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
32705 static void *_p_wxEventTo_p_wxObject(void *x
) {
32706 return (void *)((wxObject
*) ((wxEvent
*) x
));
32708 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x
) {
32709 return (void *)((wxObject
*) (wxSizer
*)(wxGridSizer
*) ((wxFlexGridSizer
*) x
));
32711 static void *_p_wxGridSizerTo_p_wxObject(void *x
) {
32712 return (void *)((wxObject
*) (wxSizer
*) ((wxGridSizer
*) x
));
32714 static void *_p_wxInitDialogEventTo_p_wxObject(void *x
) {
32715 return (void *)((wxObject
*) (wxEvent
*) ((wxInitDialogEvent
*) x
));
32717 static void *_p_wxGenericDirCtrlTo_p_wxObject(void *x
) {
32718 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxGenericDirCtrl
*) x
));
32720 static void *_p_wxPyListCtrlTo_p_wxObject(void *x
) {
32721 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxPyListCtrl
*) x
));
32723 static void *_p_wxDirFilterListCtrlTo_p_wxObject(void *x
) {
32724 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxControlWithItems
*)(wxChoice
*) ((wxDirFilterListCtrl
*) x
));
32726 static void *_p_wxPaintEventTo_p_wxObject(void *x
) {
32727 return (void *)((wxObject
*) (wxEvent
*) ((wxPaintEvent
*) x
));
32729 static void *_p_wxNcPaintEventTo_p_wxObject(void *x
) {
32730 return (void *)((wxObject
*) (wxEvent
*) ((wxNcPaintEvent
*) x
));
32732 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x
) {
32733 return (void *)((wxObject
*) (wxEvent
*) ((wxPaletteChangedEvent
*) x
));
32735 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x
) {
32736 return (void *)((wxObject
*) (wxEvent
*) ((wxDisplayChangedEvent
*) x
));
32738 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x
) {
32739 return (void *)((wxObject
*) (wxEvent
*) ((wxMouseCaptureChangedEvent
*) x
));
32741 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x
) {
32742 return (void *)((wxObject
*) (wxEvent
*) ((wxSysColourChangedEvent
*) x
));
32744 static void *_p_wxStaticLineTo_p_wxObject(void *x
) {
32745 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxStaticLine
*) x
));
32747 static void *_p_wxControlTo_p_wxObject(void *x
) {
32748 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxControl
*) x
));
32750 static void *_p_wxPyControlTo_p_wxObject(void *x
) {
32751 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxPyControl
*) x
));
32753 static void *_p_wxGaugeTo_p_wxObject(void *x
) {
32754 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxGauge
*) x
));
32756 static void *_p_wxRadioButtonTo_p_wxObject(void *x
) {
32757 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxRadioButton
*) x
));
32759 static void *_p_wxToggleButtonTo_p_wxObject(void *x
) {
32760 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxToggleButton
*) x
));
32762 static void *_p_wxToolBarBaseTo_p_wxObject(void *x
) {
32763 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxToolBarBase
*) x
));
32765 static void *_p_wxSetCursorEventTo_p_wxObject(void *x
) {
32766 return (void *)((wxObject
*) (wxEvent
*) ((wxSetCursorEvent
*) x
));
32768 static void *_p_wxChoiceTo_p_wxObject(void *x
) {
32769 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxControlWithItems
*) ((wxChoice
*) x
));
32771 static void *_p_wxFSFileTo_p_wxObject(void *x
) {
32772 return (void *)((wxObject
*) ((wxFSFile
*) x
));
32774 static void *_p_wxPySizerTo_p_wxObject(void *x
) {
32775 return (void *)((wxObject
*) (wxSizer
*) ((wxPySizer
*) x
));
32777 static void *_p_wxListViewTo_p_wxObject(void *x
) {
32778 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxPyListCtrl
*) ((wxListView
*) x
));
32780 static void *_p_wxTextCtrlTo_p_wxObject(void *x
) {
32781 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxTextCtrl
*) x
));
32783 static void *_p_wxNotebookTo_p_wxObject(void *x
) {
32784 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxBookCtrl
*) ((wxNotebook
*) x
));
32786 static void *_p_wxPyEventTo_p_wxObject(void *x
) {
32787 return (void *)((wxObject
*) (wxEvent
*) ((wxPyEvent
*) x
));
32789 static void *_p_wxNotifyEventTo_p_wxObject(void *x
) {
32790 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxNotifyEvent
*) x
));
32792 static void *_p_wxListbookTo_p_wxObject(void *x
) {
32793 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxBookCtrl
*) ((wxListbook
*) x
));
32795 static void *_p_wxShowEventTo_p_wxObject(void *x
) {
32796 return (void *)((wxObject
*) (wxEvent
*) ((wxShowEvent
*) x
));
32798 static void *_p_wxStaticBitmapTo_p_wxObject(void *x
) {
32799 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxStaticBitmap
*) x
));
32801 static void *_p_wxSliderTo_p_wxObject(void *x
) {
32802 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxSlider
*) x
));
32804 static void *_p_wxMenuItemTo_p_wxObject(void *x
) {
32805 return (void *)((wxObject
*) ((wxMenuItem
*) x
));
32807 static void *_p_wxIdleEventTo_p_wxObject(void *x
) {
32808 return (void *)((wxObject
*) (wxEvent
*) ((wxIdleEvent
*) x
));
32810 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x
) {
32811 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
32813 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x
) {
32814 return (void *)((wxObject
*) (wxEvent
*) ((wxQueryNewPaletteEvent
*) x
));
32816 static void *_p_wxMaximizeEventTo_p_wxObject(void *x
) {
32817 return (void *)((wxObject
*) (wxEvent
*) ((wxMaximizeEvent
*) x
));
32819 static void *_p_wxIconizeEventTo_p_wxObject(void *x
) {
32820 return (void *)((wxObject
*) (wxEvent
*) ((wxIconizeEvent
*) x
));
32822 static void *_p_wxSizeEventTo_p_wxObject(void *x
) {
32823 return (void *)((wxObject
*) (wxEvent
*) ((wxSizeEvent
*) x
));
32825 static void *_p_wxMoveEventTo_p_wxObject(void *x
) {
32826 return (void *)((wxObject
*) (wxEvent
*) ((wxMoveEvent
*) x
));
32828 static void *_p_wxActivateEventTo_p_wxObject(void *x
) {
32829 return (void *)((wxObject
*) (wxEvent
*) ((wxActivateEvent
*) x
));
32831 static void *_p_wxStaticBoxTo_p_wxObject(void *x
) {
32832 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxStaticBox
*) x
));
32834 static void *_p_wxContextHelpTo_p_wxObject(void *x
) {
32835 return (void *)((wxObject
*) ((wxContextHelp
*) x
));
32837 static void *_p_wxXPMHandlerTo_p_wxObject(void *x
) {
32838 return (void *)((wxObject
*) (wxImageHandler
*) ((wxXPMHandler
*) x
));
32840 static void *_p_wxPNMHandlerTo_p_wxObject(void *x
) {
32841 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPNMHandler
*) x
));
32843 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x
) {
32844 return (void *)((wxObject
*) (wxImageHandler
*) ((wxJPEGHandler
*) x
));
32846 static void *_p_wxPCXHandlerTo_p_wxObject(void *x
) {
32847 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPCXHandler
*) x
));
32849 static void *_p_wxGIFHandlerTo_p_wxObject(void *x
) {
32850 return (void *)((wxObject
*) (wxImageHandler
*) ((wxGIFHandler
*) x
));
32852 static void *_p_wxPNGHandlerTo_p_wxObject(void *x
) {
32853 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPNGHandler
*) x
));
32855 static void *_p_wxANIHandlerTo_p_wxObject(void *x
) {
32856 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*)(wxICOHandler
*)(wxCURHandler
*) ((wxANIHandler
*) x
));
32858 static void *_p_wxCURHandlerTo_p_wxObject(void *x
) {
32859 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*)(wxICOHandler
*) ((wxCURHandler
*) x
));
32861 static void *_p_wxICOHandlerTo_p_wxObject(void *x
) {
32862 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*) ((wxICOHandler
*) x
));
32864 static void *_p_wxBMPHandlerTo_p_wxObject(void *x
) {
32865 return (void *)((wxObject
*) (wxImageHandler
*) ((wxBMPHandler
*) x
));
32867 static void *_p_wxImageHandlerTo_p_wxObject(void *x
) {
32868 return (void *)((wxObject
*) ((wxImageHandler
*) x
));
32870 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x
) {
32871 return (void *)((wxObject
*) (wxImageHandler
*) ((wxTIFFHandler
*) x
));
32873 static void *_p_wxEvtHandlerTo_p_wxObject(void *x
) {
32874 return (void *)((wxObject
*) ((wxEvtHandler
*) x
));
32876 static void *_p_wxListEventTo_p_wxObject(void *x
) {
32877 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxListEvent
*) x
));
32879 static void *_p_wxListBoxTo_p_wxObject(void *x
) {
32880 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxControlWithItems
*) ((wxListBox
*) x
));
32882 static void *_p_wxCheckListBoxTo_p_wxObject(void *x
) {
32883 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxControlWithItems
*)(wxListBox
*) ((wxCheckListBox
*) x
));
32885 static void *_p_wxBookCtrlTo_p_wxObject(void *x
) {
32886 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxBookCtrl
*) x
));
32888 static void *_p_wxButtonTo_p_wxObject(void *x
) {
32889 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxButton
*) x
));
32891 static void *_p_wxBitmapButtonTo_p_wxObject(void *x
) {
32892 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxButton
*) ((wxBitmapButton
*) x
));
32894 static void *_p_wxSpinButtonTo_p_wxObject(void *x
) {
32895 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxSpinButton
*) x
));
32897 static void *_p_wxContextHelpButtonTo_p_wxObject(void *x
) {
32898 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxButton
*)(wxBitmapButton
*) ((wxContextHelpButton
*) x
));
32900 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x
) {
32901 return (void *)((wxObject
*) ((wxAcceleratorTable
*) x
));
32903 static void *_p_wxScrollBarTo_p_wxObject(void *x
) {
32904 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxScrollBar
*) x
));
32906 static void *_p_wxRadioBoxTo_p_wxObject(void *x
) {
32907 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxRadioBox
*) x
));
32909 static void *_p_wxComboBoxTo_p_wxObject(void *x
) {
32910 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxComboBox
*) x
));
32912 static void *_p_wxHelpEventTo_p_wxObject(void *x
) {
32913 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxHelpEvent
*) x
));
32915 static void *_p_wxListItemTo_p_wxObject(void *x
) {
32916 return (void *)((wxObject
*) ((wxListItem
*) x
));
32918 static void *_p_wxImageTo_p_wxObject(void *x
) {
32919 return (void *)((wxObject
*) ((wxImage
*) x
));
32921 static void *_p_wxNotebookSizerTo_p_wxObject(void *x
) {
32922 return (void *)((wxObject
*) (wxSizer
*) ((wxNotebookSizer
*) x
));
32924 static void *_p_wxScrollWinEventTo_p_wxObject(void *x
) {
32925 return (void *)((wxObject
*) (wxEvent
*) ((wxScrollWinEvent
*) x
));
32927 static void *_p_wxSpinEventTo_p_wxObject(void *x
) {
32928 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxSpinEvent
*) x
));
32930 static void *_p_wxGenericDragImageTo_p_wxObject(void *x
) {
32931 return (void *)((wxObject
*) ((wxGenericDragImage
*) x
));
32933 static void *_p_wxSpinCtrlTo_p_wxObject(void *x
) {
32934 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxSpinCtrl
*) x
));
32936 static void *_p_wxNotebookEventTo_p_wxObject(void *x
) {
32937 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*)(wxBookCtrlEvent
*) ((wxNotebookEvent
*) x
));
32939 static void *_p_wxListbookEventTo_p_wxObject(void *x
) {
32940 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*)(wxBookCtrlEvent
*) ((wxListbookEvent
*) x
));
32942 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x
) {
32943 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
32945 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x
) {
32946 return (void *)((wxObject
*) (wxEvent
*) ((wxNavigationKeyEvent
*) x
));
32948 static void *_p_wxKeyEventTo_p_wxObject(void *x
) {
32949 return (void *)((wxObject
*) (wxEvent
*) ((wxKeyEvent
*) x
));
32951 static void *_p_wxWindowTo_p_wxObject(void *x
) {
32952 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxWindow
*) x
));
32954 static void *_p_wxMenuTo_p_wxObject(void *x
) {
32955 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxMenu
*) x
));
32957 static void *_p_wxMenuBarTo_p_wxObject(void *x
) {
32958 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxMenuBar
*) x
));
32960 static void *_p_wxFileSystemTo_p_wxObject(void *x
) {
32961 return (void *)((wxObject
*) ((wxFileSystem
*) x
));
32963 static void *_p_wxContextMenuEventTo_p_wxObject(void *x
) {
32964 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
32966 static void *_p_wxMenuEventTo_p_wxObject(void *x
) {
32967 return (void *)((wxObject
*) (wxEvent
*) ((wxMenuEvent
*) x
));
32969 static void *_p_wxPyAppTo_p_wxObject(void *x
) {
32970 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxPyApp
*) x
));
32972 static void *_p_wxCloseEventTo_p_wxObject(void *x
) {
32973 return (void *)((wxObject
*) (wxEvent
*) ((wxCloseEvent
*) x
));
32975 static void *_p_wxMouseEventTo_p_wxObject(void *x
) {
32976 return (void *)((wxObject
*) (wxEvent
*) ((wxMouseEvent
*) x
));
32978 static void *_p_wxEraseEventTo_p_wxObject(void *x
) {
32979 return (void *)((wxObject
*) (wxEvent
*) ((wxEraseEvent
*) x
));
32981 static void *_p_wxTreeEventTo_p_wxObject(void *x
) {
32982 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxTreeEvent
*) x
));
32984 static void *_p_wxPyCommandEventTo_p_wxObject(void *x
) {
32985 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
32987 static void *_p_wxCommandEventTo_p_wxObject(void *x
) {
32988 return (void *)((wxObject
*) (wxEvent
*) ((wxCommandEvent
*) x
));
32990 static void *_p_wxStaticTextTo_p_wxObject(void *x
) {
32991 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxStaticText
*) x
));
32993 static void *_p_wxDropFilesEventTo_p_wxObject(void *x
) {
32994 return (void *)((wxObject
*) (wxEvent
*) ((wxDropFilesEvent
*) x
));
32996 static void *_p_wxFocusEventTo_p_wxObject(void *x
) {
32997 return (void *)((wxObject
*) (wxEvent
*) ((wxFocusEvent
*) x
));
32999 static void *_p_wxChildFocusEventTo_p_wxObject(void *x
) {
33000 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
33002 static void *_p_wxControlWithItemsTo_p_wxObject(void *x
) {
33003 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxControlWithItems
*) x
));
33005 static void *_p_wxToolBarToolBaseTo_p_wxObject(void *x
) {
33006 return (void *)((wxObject
*) ((wxToolBarToolBase
*) x
));
33008 static void *_p_wxToolBarTo_p_wxObject(void *x
) {
33009 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*)(wxToolBarBase
*) ((wxToolBar
*) x
));
33011 static void *_p_wxPyValidatorTo_p_wxObject(void *x
) {
33012 return (void *)((wxObject
*) (wxEvtHandler
*)(wxValidator
*) ((wxPyValidator
*) x
));
33014 static void *_p_wxValidatorTo_p_wxObject(void *x
) {
33015 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxValidator
*) x
));
33017 static void *_p_wxBookCtrlSizerTo_p_wxObject(void *x
) {
33018 return (void *)((wxObject
*) (wxSizer
*) ((wxBookCtrlSizer
*) x
));
33020 static void *_p_wxBookCtrlTo_p_wxWindow(void *x
) {
33021 return (void *)((wxWindow
*) (wxControl
*) ((wxBookCtrl
*) x
));
33023 static void *_p_wxMenuBarTo_p_wxWindow(void *x
) {
33024 return (void *)((wxWindow
*) ((wxMenuBar
*) x
));
33026 static void *_p_wxToolBarTo_p_wxWindow(void *x
) {
33027 return (void *)((wxWindow
*) (wxControl
*)(wxToolBarBase
*) ((wxToolBar
*) x
));
33029 static void *_p_wxToggleButtonTo_p_wxWindow(void *x
) {
33030 return (void *)((wxWindow
*) (wxControl
*) ((wxToggleButton
*) x
));
33032 static void *_p_wxRadioButtonTo_p_wxWindow(void *x
) {
33033 return (void *)((wxWindow
*) (wxControl
*) ((wxRadioButton
*) x
));
33035 static void *_p_wxPyControlTo_p_wxWindow(void *x
) {
33036 return (void *)((wxWindow
*) (wxControl
*) ((wxPyControl
*) x
));
33038 static void *_p_wxControlTo_p_wxWindow(void *x
) {
33039 return (void *)((wxWindow
*) ((wxControl
*) x
));
33041 static void *_p_wxToolBarBaseTo_p_wxWindow(void *x
) {
33042 return (void *)((wxWindow
*) (wxControl
*) ((wxToolBarBase
*) x
));
33044 static void *_p_wxDirFilterListCtrlTo_p_wxWindow(void *x
) {
33045 return (void *)((wxWindow
*) (wxControl
*)(wxControlWithItems
*)(wxChoice
*) ((wxDirFilterListCtrl
*) x
));
33047 static void *_p_wxPyListCtrlTo_p_wxWindow(void *x
) {
33048 return (void *)((wxWindow
*) (wxControl
*) ((wxPyListCtrl
*) x
));
33050 static void *_p_wxComboBoxTo_p_wxWindow(void *x
) {
33051 return (void *)((wxWindow
*) (wxControl
*) ((wxComboBox
*) x
));
33053 static void *_p_wxGenericDirCtrlTo_p_wxWindow(void *x
) {
33054 return (void *)((wxWindow
*) (wxControl
*) ((wxGenericDirCtrl
*) x
));
33056 static void *_p_wxScrollBarTo_p_wxWindow(void *x
) {
33057 return (void *)((wxWindow
*) (wxControl
*) ((wxScrollBar
*) x
));
33059 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x
) {
33060 return (void *)((wxWindow
*) (wxControl
*) ((wxControlWithItems
*) x
));
33062 static void *_p_wxGaugeTo_p_wxWindow(void *x
) {
33063 return (void *)((wxWindow
*) (wxControl
*) ((wxGauge
*) x
));
33065 static void *_p_wxStaticLineTo_p_wxWindow(void *x
) {
33066 return (void *)((wxWindow
*) (wxControl
*) ((wxStaticLine
*) x
));
33068 static void *_p_wxListbookTo_p_wxWindow(void *x
) {
33069 return (void *)((wxWindow
*) (wxControl
*)(wxBookCtrl
*) ((wxListbook
*) x
));
33071 static void *_p_wxPyTreeCtrlTo_p_wxWindow(void *x
) {
33072 return (void *)((wxWindow
*) (wxControl
*) ((wxPyTreeCtrl
*) x
));
33074 static void *_p_wxCheckBoxTo_p_wxWindow(void *x
) {
33075 return (void *)((wxWindow
*) (wxControl
*) ((wxCheckBox
*) x
));
33077 static void *_p_wxRadioBoxTo_p_wxWindow(void *x
) {
33078 return (void *)((wxWindow
*) (wxControl
*) ((wxRadioBox
*) x
));
33080 static void *_p_wxCheckListBoxTo_p_wxWindow(void *x
) {
33081 return (void *)((wxWindow
*) (wxControl
*)(wxControlWithItems
*)(wxListBox
*) ((wxCheckListBox
*) x
));
33083 static void *_p_wxChoiceTo_p_wxWindow(void *x
) {
33084 return (void *)((wxWindow
*) (wxControl
*)(wxControlWithItems
*) ((wxChoice
*) x
));
33086 static void *_p_wxListBoxTo_p_wxWindow(void *x
) {
33087 return (void *)((wxWindow
*) (wxControl
*)(wxControlWithItems
*) ((wxListBox
*) x
));
33089 static void *_p_wxListViewTo_p_wxWindow(void *x
) {
33090 return (void *)((wxWindow
*) (wxControl
*)(wxPyListCtrl
*) ((wxListView
*) x
));
33092 static void *_p_wxNotebookTo_p_wxWindow(void *x
) {
33093 return (void *)((wxWindow
*) (wxControl
*)(wxBookCtrl
*) ((wxNotebook
*) x
));
33095 static void *_p_wxStaticBitmapTo_p_wxWindow(void *x
) {
33096 return (void *)((wxWindow
*) (wxControl
*) ((wxStaticBitmap
*) x
));
33098 static void *_p_wxSpinCtrlTo_p_wxWindow(void *x
) {
33099 return (void *)((wxWindow
*) (wxControl
*) ((wxSpinCtrl
*) x
));
33101 static void *_p_wxStaticTextTo_p_wxWindow(void *x
) {
33102 return (void *)((wxWindow
*) (wxControl
*) ((wxStaticText
*) x
));
33104 static void *_p_wxStaticBoxTo_p_wxWindow(void *x
) {
33105 return (void *)((wxWindow
*) (wxControl
*) ((wxStaticBox
*) x
));
33107 static void *_p_wxSliderTo_p_wxWindow(void *x
) {
33108 return (void *)((wxWindow
*) (wxControl
*) ((wxSlider
*) x
));
33110 static void *_p_wxSpinButtonTo_p_wxWindow(void *x
) {
33111 return (void *)((wxWindow
*) (wxControl
*) ((wxSpinButton
*) x
));
33113 static void *_p_wxButtonTo_p_wxWindow(void *x
) {
33114 return (void *)((wxWindow
*) (wxControl
*) ((wxButton
*) x
));
33116 static void *_p_wxBitmapButtonTo_p_wxWindow(void *x
) {
33117 return (void *)((wxWindow
*) (wxControl
*)(wxButton
*) ((wxBitmapButton
*) x
));
33119 static void *_p_wxContextHelpButtonTo_p_wxWindow(void *x
) {
33120 return (void *)((wxWindow
*) (wxControl
*)(wxButton
*)(wxBitmapButton
*) ((wxContextHelpButton
*) x
));
33122 static void *_p_wxTextCtrlTo_p_wxWindow(void *x
) {
33123 return (void *)((wxWindow
*) (wxControl
*) ((wxTextCtrl
*) x
));
33125 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x
) {
33126 return (void *)((wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
33128 static void *_p_wxBookCtrlEventTo_p_wxCommandEvent(void *x
) {
33129 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxBookCtrlEvent
*) x
));
33131 static void *_p_wxTextUrlEventTo_p_wxCommandEvent(void *x
) {
33132 return (void *)((wxCommandEvent
*) ((wxTextUrlEvent
*) x
));
33134 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x
) {
33135 return (void *)((wxCommandEvent
*) ((wxScrollEvent
*) x
));
33137 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x
) {
33138 return (void *)((wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
33140 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x
) {
33141 return (void *)((wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
33143 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x
) {
33144 return (void *)((wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
33146 static void *_p_wxListbookEventTo_p_wxCommandEvent(void *x
) {
33147 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*)(wxBookCtrlEvent
*) ((wxListbookEvent
*) x
));
33149 static void *_p_wxNotebookEventTo_p_wxCommandEvent(void *x
) {
33150 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*)(wxBookCtrlEvent
*) ((wxNotebookEvent
*) x
));
33152 static void *_p_wxListEventTo_p_wxCommandEvent(void *x
) {
33153 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxListEvent
*) x
));
33155 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x
) {
33156 return (void *)((wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
33158 static void *_p_wxTreeEventTo_p_wxCommandEvent(void *x
) {
33159 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxTreeEvent
*) x
));
33161 static void *_p_wxSpinEventTo_p_wxCommandEvent(void *x
) {
33162 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxSpinEvent
*) x
));
33164 static void *_p_wxHelpEventTo_p_wxCommandEvent(void *x
) {
33165 return (void *)((wxCommandEvent
*) ((wxHelpEvent
*) x
));
33167 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x
) {
33168 return (void *)((wxCommandEvent
*) ((wxNotifyEvent
*) x
));
33170 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x
) {
33171 return (void *)((wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
33173 static void *_p_wxDirFilterListCtrlTo_p_wxControlWithItems(void *x
) {
33174 return (void *)((wxControlWithItems
*) (wxChoice
*) ((wxDirFilterListCtrl
*) x
));
33176 static void *_p_wxChoiceTo_p_wxControlWithItems(void *x
) {
33177 return (void *)((wxControlWithItems
*) ((wxChoice
*) x
));
33179 static void *_p_wxListBoxTo_p_wxControlWithItems(void *x
) {
33180 return (void *)((wxControlWithItems
*) ((wxListBox
*) x
));
33182 static void *_p_wxCheckListBoxTo_p_wxControlWithItems(void *x
) {
33183 return (void *)((wxControlWithItems
*) (wxListBox
*) ((wxCheckListBox
*) x
));
33185 static void *_p_wxPyValidatorTo_p_wxValidator(void *x
) {
33186 return (void *)((wxValidator
*) ((wxPyValidator
*) x
));
33188 static swig_type_info _swigt__p_wxTextUrlEvent
[] = {{"_p_wxTextUrlEvent", 0, "wxTextUrlEvent *", 0, 0, 0, 0},{"_p_wxTextUrlEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33189 static swig_type_info _swigt__p_wxBookCtrlEvent
[] = {{"_p_wxBookCtrlEvent", 0, "wxBookCtrlEvent *", 0, 0, 0, 0},{"_p_wxBookCtrlEvent", 0, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxBookCtrlEvent
, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxBookCtrlEvent
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33190 static swig_type_info _swigt__p_wxSizer
[] = {{"_p_wxSizer", 0, "wxSizer *", 0, 0, 0, 0},{"_p_wxSizer", 0, 0, 0, 0, 0, 0},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxSizer
, 0, 0, 0, 0, 0},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxSizer
, 0, 0, 0, 0, 0},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxSizer
, 0, 0, 0, 0, 0},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxSizer
, 0, 0, 0, 0, 0},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxSizer
, 0, 0, 0, 0, 0},{"_p_wxNotebookSizer", _p_wxNotebookSizerTo_p_wxSizer
, 0, 0, 0, 0, 0},{"_p_wxPySizer", _p_wxPySizerTo_p_wxSizer
, 0, 0, 0, 0, 0},{"_p_wxBookCtrlSizer", _p_wxBookCtrlSizerTo_p_wxSizer
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33191 static swig_type_info _swigt__p_wxCheckBox
[] = {{"_p_wxCheckBox", 0, "wxCheckBox *", 0, 0, 0, 0},{"_p_wxCheckBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33192 static swig_type_info _swigt__p_wxPyTreeCtrl
[] = {{"_p_wxPyTreeCtrl", 0, "wxPyTreeCtrl *", 0, 0, 0, 0},{"_p_wxPyTreeCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33193 static swig_type_info _swigt__p_wxEvent
[] = {{"_p_wxEvent", 0, "wxEvent *", 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxEvent", 0, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxEvent
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33194 static swig_type_info _swigt__p_wxGenericDirCtrl
[] = {{"_p_wxGenericDirCtrl", 0, "wxGenericDirCtrl *", 0, 0, 0, 0},{"_p_wxGenericDirCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33195 static swig_type_info _swigt__p_bool
[] = {{"_p_bool", 0, "bool *", 0, 0, 0, 0},{"_p_bool", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33196 static swig_type_info _swigt__p_wxPyTreeItemData
[] = {{"_p_wxPyTreeItemData", 0, "wxPyTreeItemData *", 0, 0, 0, 0},{"_p_wxPyTreeItemData", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33197 static swig_type_info _swigt__p_wxItemContainer
[] = {{"_p_wxItemContainer", 0, "wxItemContainer *", 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxItemContainer
, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxItemContainer
, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxItemContainer
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxItemContainer
, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxItemContainer
, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxItemContainer
, 0, 0, 0, 0, 0},{"_p_wxItemContainer", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33198 static swig_type_info _swigt__p_wxPyListCtrl
[] = {{"_p_wxPyListCtrl", 0, "wxPyListCtrl *", 0, 0, 0, 0},{"_p_wxPyListCtrl", 0, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxPyListCtrl
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33199 static swig_type_info _swigt__p_wxDirFilterListCtrl
[] = {{"_p_wxDirFilterListCtrl", 0, "wxDirFilterListCtrl *", 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33200 static swig_type_info _swigt__p_wxStaticLine
[] = {{"_p_wxStaticLine", 0, "wxStaticLine *", 0, 0, 0, 0},{"_p_wxStaticLine", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33201 static swig_type_info _swigt__p_wxControl
[] = {{"_p_wxControl", 0, "wxControl *", 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxControl", 0, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxControl
, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxControl
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33202 static swig_type_info _swigt__p_wxPyControl
[] = {{"_p_wxPyControl", 0, "wxPyControl *", 0, 0, 0, 0},{"_p_wxPyControl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33203 static swig_type_info _swigt__p_wxGauge
[] = {{"_p_wxGauge", 0, "wxGauge *", 0, 0, 0, 0},{"_p_wxGauge", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33204 static swig_type_info _swigt__p_wxToolBarBase
[] = {{"_p_wxToolBarBase", 0, "wxToolBarBase *", 0, 0, 0, 0},{"_p_wxToolBarBase", 0, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxToolBarBase
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33205 static swig_type_info _swigt__p_wxFont
[] = {{"_p_wxFont", 0, "wxFont *", 0, 0, 0, 0},{"_p_wxFont", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33206 static swig_type_info _swigt__p_wxToggleButton
[] = {{"_p_wxToggleButton", 0, "wxToggleButton *", 0, 0, 0, 0},{"_p_wxToggleButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33207 static swig_type_info _swigt__p_wxRadioButton
[] = {{"_p_wxRadioButton", 0, "wxRadioButton *", 0, 0, 0, 0},{"_p_wxRadioButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33208 static swig_type_info _swigt__p_wxChoice
[] = {{"_p_wxChoice", 0, "wxChoice *", 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxChoice
, 0, 0, 0, 0, 0},{"_p_wxChoice", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33209 static swig_type_info _swigt__p_wxMemoryDC
[] = {{"_p_wxMemoryDC", 0, "wxMemoryDC *", 0, 0, 0, 0},{"_p_wxMemoryDC", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33210 static swig_type_info _swigt__p_wxListItemAttr
[] = {{"_p_wxListItemAttr", 0, "wxListItemAttr *", 0, 0, 0, 0},{"_p_wxListItemAttr", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33211 static swig_type_info _swigt__p_void
[] = {{"_p_void", 0, "void *", 0, 0, 0, 0},{"_p_void", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33212 static swig_type_info _swigt__p_int
[] = {{"_p_int", 0, "int *", 0, 0, 0, 0},{"_p_int", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33213 static swig_type_info _swigt__p_wxSize
[] = {{"_p_wxSize", 0, "wxSize *", 0, 0, 0, 0},{"_p_wxSize", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33214 static swig_type_info _swigt__p_wxDC
[] = {{"_p_wxDC", 0, "wxDC *", 0, 0, 0, 0},{"_p_wxDC", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33215 static swig_type_info _swigt__p_wxListView
[] = {{"_p_wxListView", 0, "wxListView *", 0, 0, 0, 0},{"_p_wxListView", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33216 static swig_type_info _swigt__p_wxIcon
[] = {{"_p_wxIcon", 0, "wxIcon *", 0, 0, 0, 0},{"_p_wxIcon", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33217 static swig_type_info _swigt__p_wxVisualAttributes
[] = {{"_p_wxVisualAttributes", 0, "wxVisualAttributes *", 0, 0, 0, 0},{"_p_wxVisualAttributes", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33218 static swig_type_info _swigt__p_wxTextCtrl
[] = {{"_p_wxTextCtrl", 0, "wxTextCtrl *", 0, 0, 0, 0},{"_p_wxTextCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33219 static swig_type_info _swigt__p_wxNotebook
[] = {{"_p_wxNotebook", 0, "wxNotebook *", 0, 0, 0, 0},{"_p_wxNotebook", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33220 static swig_type_info _swigt__p_wxNotifyEvent
[] = {{"_p_wxNotifyEvent", 0, "wxNotifyEvent *", 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxNotifyEvent
, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxNotifyEvent
, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxNotifyEvent
, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxNotifyEvent
, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxNotifyEvent
, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxNotifyEvent
, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33221 static swig_type_info _swigt__p_wxArrayString
[] = {{"_p_wxArrayString", 0, "wxArrayString *", 0, 0, 0, 0},{"_p_wxArrayString", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33222 static swig_type_info _swigt__p_wxListbook
[] = {{"_p_wxListbook", 0, "wxListbook *", 0, 0, 0, 0},{"_p_wxListbook", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33223 static swig_type_info _swigt__p_wxStaticBitmap
[] = {{"_p_wxStaticBitmap", 0, "wxStaticBitmap *", 0, 0, 0, 0},{"_p_wxStaticBitmap", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33224 static swig_type_info _swigt__p_wxSlider
[] = {{"_p_wxSlider", 0, "wxSlider *", 0, 0, 0, 0},{"_p_wxSlider", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33225 static swig_type_info _swigt__p_wxStaticBox
[] = {{"_p_wxStaticBox", 0, "wxStaticBox *", 0, 0, 0, 0},{"_p_wxStaticBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33226 static swig_type_info _swigt__p_wxArrayInt
[] = {{"_p_wxArrayInt", 0, "wxArrayInt *", 0, 0, 0, 0},{"_p_wxArrayInt", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33227 static swig_type_info _swigt__p_wxContextHelp
[] = {{"_p_wxContextHelp", 0, "wxContextHelp *", 0, 0, 0, 0},{"_p_wxContextHelp", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33228 static swig_type_info _swigt__p_long
[] = {{"_p_long", 0, "long *", 0, 0, 0, 0},{"_p_long", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33229 static swig_type_info _swigt__p_wxEvtHandler
[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", 0, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33230 static swig_type_info _swigt__p_wxListEvent
[] = {{"_p_wxListEvent", 0, "wxListEvent *", 0, 0, 0, 0},{"_p_wxListEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33231 static swig_type_info _swigt__p_wxCheckListBox
[] = {{"_p_wxCheckListBox", 0, "wxCheckListBox *", 0, 0, 0, 0},{"_p_wxCheckListBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33232 static swig_type_info _swigt__p_wxListBox
[] = {{"_p_wxListBox", 0, "wxListBox *", 0, 0, 0, 0},{"_p_wxListBox", 0, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxListBox
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33233 static swig_type_info _swigt__p_wxBookCtrl
[] = {{"_p_wxBookCtrl", 0, "wxBookCtrl *", 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxBookCtrl
, 0, 0, 0, 0, 0},{"_p_wxBookCtrl", 0, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxBookCtrl
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33234 static swig_type_info _swigt__p_wxSpinButton
[] = {{"_p_wxSpinButton", 0, "wxSpinButton *", 0, 0, 0, 0},{"_p_wxSpinButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33235 static swig_type_info _swigt__p_wxButton
[] = {{"_p_wxButton", 0, "wxButton *", 0, 0, 0, 0},{"_p_wxButton", 0, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxButton
, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxButton
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33236 static swig_type_info _swigt__p_wxBitmapButton
[] = {{"_p_wxBitmapButton", 0, "wxBitmapButton *", 0, 0, 0, 0},{"_p_wxBitmapButton", 0, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxBitmapButton
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33237 static swig_type_info _swigt__p_wxRect
[] = {{"_p_wxRect", 0, "wxRect *", 0, 0, 0, 0},{"_p_wxRect", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33238 static swig_type_info _swigt__p_wxContextHelpButton
[] = {{"_p_wxContextHelpButton", 0, "wxContextHelpButton *", 0, 0, 0, 0},{"_p_wxContextHelpButton", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33239 static swig_type_info _swigt__p_wxRadioBox
[] = {{"_p_wxRadioBox", 0, "wxRadioBox *", 0, 0, 0, 0},{"_p_wxRadioBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33240 static swig_type_info _swigt__p_wxScrollBar
[] = {{"_p_wxScrollBar", 0, "wxScrollBar *", 0, 0, 0, 0},{"_p_wxScrollBar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33241 static swig_type_info _swigt__p_char
[] = {{"_p_char", 0, "char *", 0, 0, 0, 0},{"_p_char", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33242 static swig_type_info _swigt__p_wxTreeItemId
[] = {{"_p_wxTreeItemId", 0, "wxTreeItemId *", 0, 0, 0, 0},{"_p_wxTreeItemId", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33243 static swig_type_info _swigt__p_wxComboBox
[] = {{"_p_wxComboBox", 0, "wxComboBox *", 0, 0, 0, 0},{"_p_wxComboBox", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33244 static swig_type_info _swigt__p_wxHelpEvent
[] = {{"_p_wxHelpEvent", 0, "wxHelpEvent *", 0, 0, 0, 0},{"_p_wxHelpEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33245 static swig_type_info _swigt__p_wxListItem
[] = {{"_p_wxListItem", 0, "wxListItem *", 0, 0, 0, 0},{"_p_wxListItem", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33246 static swig_type_info _swigt__p_wxNotebookSizer
[] = {{"_p_wxNotebookSizer", 0, "wxNotebookSizer *", 0, 0, 0, 0},{"_p_wxNotebookSizer", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33247 static swig_type_info _swigt__p_wxSpinEvent
[] = {{"_p_wxSpinEvent", 0, "wxSpinEvent *", 0, 0, 0, 0},{"_p_wxSpinEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33248 static swig_type_info _swigt__p_wxGenericDragImage
[] = {{"_p_wxGenericDragImage", 0, "wxGenericDragImage *", 0, 0, 0, 0},{"_p_wxGenericDragImage", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33249 static swig_type_info _swigt__p_wxSpinCtrl
[] = {{"_p_wxSpinCtrl", 0, "wxSpinCtrl *", 0, 0, 0, 0},{"_p_wxSpinCtrl", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33250 static swig_type_info _swigt__p_wxImageList
[] = {{"_p_wxImageList", 0, "wxImageList *", 0, 0, 0, 0},{"_p_wxImageList", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33251 static swig_type_info _swigt__p_wxHelpProvider
[] = {{"_p_wxHelpProvider", 0, "wxHelpProvider *", 0, 0, 0, 0},{"_p_wxHelpProvider", 0, 0, 0, 0, 0, 0},{"_p_wxSimpleHelpProvider", _p_wxSimpleHelpProviderTo_p_wxHelpProvider
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33252 static swig_type_info _swigt__p_wxTextAttr
[] = {{"_p_wxTextAttr", 0, "wxTextAttr *", 0, 0, 0, 0},{"_p_wxTextAttr", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33253 static swig_type_info _swigt__p_wxSimpleHelpProvider
[] = {{"_p_wxSimpleHelpProvider", 0, "wxSimpleHelpProvider *", 0, 0, 0, 0},{"_p_wxSimpleHelpProvider", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33254 static swig_type_info _swigt__p_wxPoint
[] = {{"_p_wxPoint", 0, "wxPoint *", 0, 0, 0, 0},{"_p_wxPoint", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33255 static swig_type_info _swigt__p_wxListbookEvent
[] = {{"_p_wxListbookEvent", 0, "wxListbookEvent *", 0, 0, 0, 0},{"_p_wxListbookEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33256 static swig_type_info _swigt__p_wxNotebookEvent
[] = {{"_p_wxNotebookEvent", 0, "wxNotebookEvent *", 0, 0, 0, 0},{"_p_wxNotebookEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33257 static swig_type_info _swigt__p_wxObject
[] = {{"_p_wxObject", 0, "wxObject *", 0, 0, 0, 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSizer", _p_wxSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxEvent", _p_wxEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxContextHelp", _p_wxContextHelpTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxListItem", _p_wxListItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxImage", _p_wxImageTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNotebookSizer", _p_wxNotebookSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGenericDragImage", _p_wxGenericDragImageTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxObject", 0, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxToolBarToolBase", _p_wxToolBarToolBaseTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBookCtrlSizer", _p_wxBookCtrlSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33258 static swig_type_info _swigt__p_wxCursor
[] = {{"_p_wxCursor", 0, "wxCursor *", 0, 0, 0, 0},{"_p_wxCursor", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33259 static swig_type_info _swigt__p_wxKeyEvent
[] = {{"_p_wxKeyEvent", 0, "wxKeyEvent *", 0, 0, 0, 0},{"_p_wxKeyEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33260 static swig_type_info _swigt__p_wxWindow
[] = {{"_p_wxWindow", 0, "wxWindow *", 0, 0, 0, 0},{"_p_wxBookCtrl", _p_wxBookCtrlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxToolBar", _p_wxToolBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxToggleButton", _p_wxToggleButtonTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxRadioButton", _p_wxRadioButtonTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxWindow", 0, 0, 0, 0, 0, 0},{"_p_wxPyControl", _p_wxPyControlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxToolBarBase", _p_wxToolBarBaseTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyListCtrl", _p_wxPyListCtrlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxComboBox", _p_wxComboBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxGenericDirCtrl", _p_wxGenericDirCtrlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxScrollBar", _p_wxScrollBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxGauge", _p_wxGaugeTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxStaticLine", _p_wxStaticLineTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxListbook", _p_wxListbookTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyTreeCtrl", _p_wxPyTreeCtrlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxCheckBox", _p_wxCheckBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxRadioBox", _p_wxRadioBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxListView", _p_wxListViewTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxNotebook", _p_wxNotebookTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxStaticBitmap", _p_wxStaticBitmapTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSpinCtrl", _p_wxSpinCtrlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxStaticText", _p_wxStaticTextTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxStaticBox", _p_wxStaticBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSlider", _p_wxSliderTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxButton", _p_wxButtonTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSpinButton", _p_wxSpinButtonTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxContextHelpButton", _p_wxContextHelpButtonTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxBitmapButton", _p_wxBitmapButtonTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxTextCtrl", _p_wxTextCtrlTo_p_wxWindow
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33261 static swig_type_info _swigt__p_wxString
[] = {{"_p_wxString", 0, "wxString *", 0, 0, 0, 0},{"_p_wxString", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33262 static swig_type_info _swigt__p_wxBitmap
[] = {{"_p_wxBitmap", 0, "wxBitmap *", 0, 0, 0, 0},{"_p_wxBitmap", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33263 static swig_type_info _swigt__p_wxTreeEvent
[] = {{"_p_wxTreeEvent", 0, "wxTreeEvent *", 0, 0, 0, 0},{"_p_wxTreeEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33264 static swig_type_info _swigt__p_wxMouseEvent
[] = {{"_p_wxMouseEvent", 0, "wxMouseEvent *", 0, 0, 0, 0},{"_p_wxMouseEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33265 static swig_type_info _swigt__p_wxCommandEvent
[] = {{"_p_wxCommandEvent", 0, "wxCommandEvent *", 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxBookCtrlEvent", _p_wxBookCtrlEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxTextUrlEvent", _p_wxTextUrlEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", 0, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxListbookEvent", _p_wxListbookEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxNotebookEvent", _p_wxNotebookEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxListEvent", _p_wxListEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxTreeEvent", _p_wxTreeEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxSpinEvent", _p_wxSpinEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxHelpEvent", _p_wxHelpEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxCommandEvent
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33266 static swig_type_info _swigt__p_wxStaticText
[] = {{"_p_wxStaticText", 0, "wxStaticText *", 0, 0, 0, 0},{"_p_wxStaticText", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33267 static swig_type_info _swigt__p_wxControlWithItems
[] = {{"_p_wxControlWithItems", 0, "wxControlWithItems *", 0, 0, 0, 0},{"_p_wxDirFilterListCtrl", _p_wxDirFilterListCtrlTo_p_wxControlWithItems
, 0, 0, 0, 0, 0},{"_p_wxChoice", _p_wxChoiceTo_p_wxControlWithItems
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", 0, 0, 0, 0, 0, 0},{"_p_wxListBox", _p_wxListBoxTo_p_wxControlWithItems
, 0, 0, 0, 0, 0},{"_p_wxCheckListBox", _p_wxCheckListBoxTo_p_wxControlWithItems
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33268 static swig_type_info _swigt__p_wxToolBarToolBase
[] = {{"_p_wxToolBarToolBase", 0, "wxToolBarToolBase *", 0, 0, 0, 0},{"_p_wxToolBarToolBase", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33269 static swig_type_info _swigt__p_wxColour
[] = {{"_p_wxColour", 0, "wxColour *", 0, 0, 0, 0},{"_p_wxColour", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33270 static swig_type_info _swigt__p_wxToolBar
[] = {{"_p_wxToolBar", 0, "wxToolBar *", 0, 0, 0, 0},{"_p_wxToolBar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33271 static swig_type_info _swigt__p_wxBookCtrlSizer
[] = {{"_p_wxBookCtrlSizer", 0, "wxBookCtrlSizer *", 0, 0, 0, 0},{"_p_wxBookCtrlSizer", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33272 static swig_type_info _swigt__p_wxValidator
[] = {{"_p_wxValidator", 0, "wxValidator *", 0, 0, 0, 0},{"_p_wxValidator", 0, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxValidator
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
33274 static swig_type_info
*swig_types_initial
[] = {
33275 _swigt__p_wxTextUrlEvent
,
33276 _swigt__p_wxBookCtrlEvent
,
33278 _swigt__p_wxCheckBox
,
33279 _swigt__p_wxPyTreeCtrl
,
33281 _swigt__p_wxGenericDirCtrl
,
33283 _swigt__p_wxPyTreeItemData
,
33284 _swigt__p_wxItemContainer
,
33285 _swigt__p_wxPyListCtrl
,
33286 _swigt__p_wxDirFilterListCtrl
,
33287 _swigt__p_wxStaticLine
,
33288 _swigt__p_wxControl
,
33289 _swigt__p_wxPyControl
,
33291 _swigt__p_wxToolBarBase
,
33293 _swigt__p_wxToggleButton
,
33294 _swigt__p_wxRadioButton
,
33295 _swigt__p_wxChoice
,
33296 _swigt__p_wxMemoryDC
,
33297 _swigt__p_wxListItemAttr
,
33302 _swigt__p_wxListView
,
33304 _swigt__p_wxVisualAttributes
,
33305 _swigt__p_wxTextCtrl
,
33306 _swigt__p_wxNotebook
,
33307 _swigt__p_wxNotifyEvent
,
33308 _swigt__p_wxArrayString
,
33309 _swigt__p_wxListbook
,
33310 _swigt__p_wxStaticBitmap
,
33311 _swigt__p_wxSlider
,
33312 _swigt__p_wxStaticBox
,
33313 _swigt__p_wxArrayInt
,
33314 _swigt__p_wxContextHelp
,
33316 _swigt__p_wxEvtHandler
,
33317 _swigt__p_wxListEvent
,
33318 _swigt__p_wxCheckListBox
,
33319 _swigt__p_wxListBox
,
33320 _swigt__p_wxBookCtrl
,
33321 _swigt__p_wxSpinButton
,
33322 _swigt__p_wxButton
,
33323 _swigt__p_wxBitmapButton
,
33325 _swigt__p_wxContextHelpButton
,
33326 _swigt__p_wxRadioBox
,
33327 _swigt__p_wxScrollBar
,
33329 _swigt__p_wxTreeItemId
,
33330 _swigt__p_wxComboBox
,
33331 _swigt__p_wxHelpEvent
,
33332 _swigt__p_wxListItem
,
33333 _swigt__p_wxNotebookSizer
,
33334 _swigt__p_wxSpinEvent
,
33335 _swigt__p_wxGenericDragImage
,
33336 _swigt__p_wxSpinCtrl
,
33337 _swigt__p_wxImageList
,
33338 _swigt__p_wxHelpProvider
,
33339 _swigt__p_wxTextAttr
,
33340 _swigt__p_wxSimpleHelpProvider
,
33342 _swigt__p_wxListbookEvent
,
33343 _swigt__p_wxNotebookEvent
,
33344 _swigt__p_wxObject
,
33345 _swigt__p_wxCursor
,
33346 _swigt__p_wxKeyEvent
,
33347 _swigt__p_wxWindow
,
33348 _swigt__p_wxString
,
33349 _swigt__p_wxBitmap
,
33350 _swigt__p_wxTreeEvent
,
33351 _swigt__p_wxMouseEvent
,
33352 _swigt__p_wxCommandEvent
,
33353 _swigt__p_wxStaticText
,
33354 _swigt__p_wxControlWithItems
,
33355 _swigt__p_wxToolBarToolBase
,
33356 _swigt__p_wxColour
,
33357 _swigt__p_wxToolBar
,
33358 _swigt__p_wxBookCtrlSizer
,
33359 _swigt__p_wxValidator
,
33364 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
33366 static swig_const_info swig_const_table
[] = {
33367 {0, 0, 0, 0.0, 0, 0}};
33376 SWIGEXPORT(void) SWIG_init(void) {
33377 static PyObject
*SWIG_globals
= 0;
33378 static int typeinit
= 0;
33381 if (!SWIG_globals
) SWIG_globals
= SWIG_newvarlink();
33382 m
= Py_InitModule((char *) SWIG_name
, SwigMethods
);
33383 d
= PyModule_GetDict(m
);
33386 for (i
= 0; swig_types_initial
[i
]; i
++) {
33387 swig_types
[i
] = SWIG_TypeRegister(swig_types_initial
[i
]);
33391 SWIG_InstallConstants(d
,swig_const_table
);
33393 PyDict_SetItemString(d
,(char*)"cvar", SWIG_globals
);
33394 SWIG_addvarlink(SWIG_globals
,(char*)"ButtonNameStr",_wrap_ButtonNameStr_get
, _wrap_ButtonNameStr_set
);
33395 PyDict_SetItemString(d
,"BU_LEFT", SWIG_From_int((int)wxBU_LEFT
));
33396 PyDict_SetItemString(d
,"BU_TOP", SWIG_From_int((int)wxBU_TOP
));
33397 PyDict_SetItemString(d
,"BU_RIGHT", SWIG_From_int((int)wxBU_RIGHT
));
33398 PyDict_SetItemString(d
,"BU_BOTTOM", SWIG_From_int((int)wxBU_BOTTOM
));
33399 PyDict_SetItemString(d
,"BU_EXACTFIT", SWIG_From_int((int)wxBU_EXACTFIT
));
33400 PyDict_SetItemString(d
,"BU_AUTODRAW", SWIG_From_int((int)wxBU_AUTODRAW
));
33401 SWIG_addvarlink(SWIG_globals
,(char*)"CheckBoxNameStr",_wrap_CheckBoxNameStr_get
, _wrap_CheckBoxNameStr_set
);
33402 PyDict_SetItemString(d
,"CHK_2STATE", SWIG_From_int((int)wxCHK_2STATE
));
33403 PyDict_SetItemString(d
,"CHK_3STATE", SWIG_From_int((int)wxCHK_3STATE
));
33404 PyDict_SetItemString(d
,"CHK_ALLOW_3RD_STATE_FOR_USER", SWIG_From_int((int)wxCHK_ALLOW_3RD_STATE_FOR_USER
));
33405 PyDict_SetItemString(d
,"CHK_UNCHECKED", SWIG_From_int((int)wxCHK_UNCHECKED
));
33406 PyDict_SetItemString(d
,"CHK_CHECKED", SWIG_From_int((int)wxCHK_CHECKED
));
33407 PyDict_SetItemString(d
,"CHK_UNDETERMINED", SWIG_From_int((int)wxCHK_UNDETERMINED
));
33408 SWIG_addvarlink(SWIG_globals
,(char*)"ChoiceNameStr",_wrap_ChoiceNameStr_get
, _wrap_ChoiceNameStr_set
);
33409 SWIG_addvarlink(SWIG_globals
,(char*)"ComboBoxNameStr",_wrap_ComboBoxNameStr_get
, _wrap_ComboBoxNameStr_set
);
33410 SWIG_addvarlink(SWIG_globals
,(char*)"GaugeNameStr",_wrap_GaugeNameStr_get
, _wrap_GaugeNameStr_set
);
33411 PyDict_SetItemString(d
,"GA_HORIZONTAL", SWIG_From_int((int)wxGA_HORIZONTAL
));
33412 PyDict_SetItemString(d
,"GA_VERTICAL", SWIG_From_int((int)wxGA_VERTICAL
));
33413 PyDict_SetItemString(d
,"GA_SMOOTH", SWIG_From_int((int)wxGA_SMOOTH
));
33414 PyDict_SetItemString(d
,"GA_PROGRESSBAR", SWIG_From_int((int)wxGA_PROGRESSBAR
));
33415 SWIG_addvarlink(SWIG_globals
,(char*)"StaticBitmapNameStr",_wrap_StaticBitmapNameStr_get
, _wrap_StaticBitmapNameStr_set
);
33416 SWIG_addvarlink(SWIG_globals
,(char*)"StaticBoxNameStr",_wrap_StaticBoxNameStr_get
, _wrap_StaticBoxNameStr_set
);
33417 SWIG_addvarlink(SWIG_globals
,(char*)"StaticTextNameStr",_wrap_StaticTextNameStr_get
, _wrap_StaticTextNameStr_set
);
33418 SWIG_addvarlink(SWIG_globals
,(char*)"ListBoxNameStr",_wrap_ListBoxNameStr_get
, _wrap_ListBoxNameStr_set
);
33419 SWIG_addvarlink(SWIG_globals
,(char*)"TextCtrlNameStr",_wrap_TextCtrlNameStr_get
, _wrap_TextCtrlNameStr_set
);
33420 PyDict_SetItemString(d
,"TE_NO_VSCROLL", SWIG_From_int((int)wxTE_NO_VSCROLL
));
33421 PyDict_SetItemString(d
,"TE_AUTO_SCROLL", SWIG_From_int((int)wxTE_AUTO_SCROLL
));
33422 PyDict_SetItemString(d
,"TE_READONLY", SWIG_From_int((int)wxTE_READONLY
));
33423 PyDict_SetItemString(d
,"TE_MULTILINE", SWIG_From_int((int)wxTE_MULTILINE
));
33424 PyDict_SetItemString(d
,"TE_PROCESS_TAB", SWIG_From_int((int)wxTE_PROCESS_TAB
));
33425 PyDict_SetItemString(d
,"TE_LEFT", SWIG_From_int((int)wxTE_LEFT
));
33426 PyDict_SetItemString(d
,"TE_CENTER", SWIG_From_int((int)wxTE_CENTER
));
33427 PyDict_SetItemString(d
,"TE_RIGHT", SWIG_From_int((int)wxTE_RIGHT
));
33428 PyDict_SetItemString(d
,"TE_CENTRE", SWIG_From_int((int)wxTE_CENTRE
));
33429 PyDict_SetItemString(d
,"TE_RICH", SWIG_From_int((int)wxTE_RICH
));
33430 PyDict_SetItemString(d
,"TE_PROCESS_ENTER", SWIG_From_int((int)wxTE_PROCESS_ENTER
));
33431 PyDict_SetItemString(d
,"TE_PASSWORD", SWIG_From_int((int)wxTE_PASSWORD
));
33432 PyDict_SetItemString(d
,"TE_AUTO_URL", SWIG_From_int((int)wxTE_AUTO_URL
));
33433 PyDict_SetItemString(d
,"TE_NOHIDESEL", SWIG_From_int((int)wxTE_NOHIDESEL
));
33434 PyDict_SetItemString(d
,"TE_DONTWRAP", SWIG_From_int((int)wxTE_DONTWRAP
));
33435 PyDict_SetItemString(d
,"TE_LINEWRAP", SWIG_From_int((int)wxTE_LINEWRAP
));
33436 PyDict_SetItemString(d
,"TE_WORDWRAP", SWIG_From_int((int)wxTE_WORDWRAP
));
33437 PyDict_SetItemString(d
,"TE_RICH2", SWIG_From_int((int)wxTE_RICH2
));
33438 PyDict_SetItemString(d
,"TEXT_ALIGNMENT_DEFAULT", SWIG_From_int((int)wxTEXT_ALIGNMENT_DEFAULT
));
33439 PyDict_SetItemString(d
,"TEXT_ALIGNMENT_LEFT", SWIG_From_int((int)wxTEXT_ALIGNMENT_LEFT
));
33440 PyDict_SetItemString(d
,"TEXT_ALIGNMENT_CENTRE", SWIG_From_int((int)wxTEXT_ALIGNMENT_CENTRE
));
33441 PyDict_SetItemString(d
,"TEXT_ALIGNMENT_CENTER", SWIG_From_int((int)wxTEXT_ALIGNMENT_CENTER
));
33442 PyDict_SetItemString(d
,"TEXT_ALIGNMENT_RIGHT", SWIG_From_int((int)wxTEXT_ALIGNMENT_RIGHT
));
33443 PyDict_SetItemString(d
,"TEXT_ALIGNMENT_JUSTIFIED", SWIG_From_int((int)wxTEXT_ALIGNMENT_JUSTIFIED
));
33444 PyDict_SetItemString(d
,"TEXT_ATTR_TEXT_COLOUR", SWIG_From_int((int)wxTEXT_ATTR_TEXT_COLOUR
));
33445 PyDict_SetItemString(d
,"TEXT_ATTR_BACKGROUND_COLOUR", SWIG_From_int((int)wxTEXT_ATTR_BACKGROUND_COLOUR
));
33446 PyDict_SetItemString(d
,"TEXT_ATTR_FONT_FACE", SWIG_From_int((int)wxTEXT_ATTR_FONT_FACE
));
33447 PyDict_SetItemString(d
,"TEXT_ATTR_FONT_SIZE", SWIG_From_int((int)wxTEXT_ATTR_FONT_SIZE
));
33448 PyDict_SetItemString(d
,"TEXT_ATTR_FONT_WEIGHT", SWIG_From_int((int)wxTEXT_ATTR_FONT_WEIGHT
));
33449 PyDict_SetItemString(d
,"TEXT_ATTR_FONT_ITALIC", SWIG_From_int((int)wxTEXT_ATTR_FONT_ITALIC
));
33450 PyDict_SetItemString(d
,"TEXT_ATTR_FONT_UNDERLINE", SWIG_From_int((int)wxTEXT_ATTR_FONT_UNDERLINE
));
33451 PyDict_SetItemString(d
,"TEXT_ATTR_FONT", SWIG_From_int((int)wxTEXT_ATTR_FONT
));
33452 PyDict_SetItemString(d
,"TEXT_ATTR_ALIGNMENT", SWIG_From_int((int)wxTEXT_ATTR_ALIGNMENT
));
33453 PyDict_SetItemString(d
,"TEXT_ATTR_LEFT_INDENT", SWIG_From_int((int)wxTEXT_ATTR_LEFT_INDENT
));
33454 PyDict_SetItemString(d
,"TEXT_ATTR_RIGHT_INDENT", SWIG_From_int((int)wxTEXT_ATTR_RIGHT_INDENT
));
33455 PyDict_SetItemString(d
,"TEXT_ATTR_TABS", SWIG_From_int((int)wxTEXT_ATTR_TABS
));
33456 PyDict_SetItemString(d
,"TE_HT_UNKNOWN", SWIG_From_int((int)wxTE_HT_UNKNOWN
));
33457 PyDict_SetItemString(d
,"TE_HT_BEFORE", SWIG_From_int((int)wxTE_HT_BEFORE
));
33458 PyDict_SetItemString(d
,"TE_HT_ON_TEXT", SWIG_From_int((int)wxTE_HT_ON_TEXT
));
33459 PyDict_SetItemString(d
,"TE_HT_BELOW", SWIG_From_int((int)wxTE_HT_BELOW
));
33460 PyDict_SetItemString(d
,"TE_HT_BEYOND", SWIG_From_int((int)wxTE_HT_BEYOND
));
33461 PyDict_SetItemString(d
, "wxEVT_COMMAND_TEXT_UPDATED", PyInt_FromLong(wxEVT_COMMAND_TEXT_UPDATED
));
33462 PyDict_SetItemString(d
, "wxEVT_COMMAND_TEXT_ENTER", PyInt_FromLong(wxEVT_COMMAND_TEXT_ENTER
));
33463 PyDict_SetItemString(d
, "wxEVT_COMMAND_TEXT_URL", PyInt_FromLong(wxEVT_COMMAND_TEXT_URL
));
33464 PyDict_SetItemString(d
, "wxEVT_COMMAND_TEXT_MAXLEN", PyInt_FromLong(wxEVT_COMMAND_TEXT_MAXLEN
));
33465 SWIG_addvarlink(SWIG_globals
,(char*)"ScrollBarNameStr",_wrap_ScrollBarNameStr_get
, _wrap_ScrollBarNameStr_set
);
33466 SWIG_addvarlink(SWIG_globals
,(char*)"SPIN_BUTTON_NAME",_wrap_SPIN_BUTTON_NAME_get
, _wrap_SPIN_BUTTON_NAME_set
);
33467 SWIG_addvarlink(SWIG_globals
,(char*)"SpinCtrlNameStr",_wrap_SpinCtrlNameStr_get
, _wrap_SpinCtrlNameStr_set
);
33468 PyDict_SetItemString(d
,"SP_HORIZONTAL", SWIG_From_int((int)wxSP_HORIZONTAL
));
33469 PyDict_SetItemString(d
,"SP_VERTICAL", SWIG_From_int((int)wxSP_VERTICAL
));
33470 PyDict_SetItemString(d
,"SP_ARROW_KEYS", SWIG_From_int((int)wxSP_ARROW_KEYS
));
33471 PyDict_SetItemString(d
,"SP_WRAP", SWIG_From_int((int)wxSP_WRAP
));
33472 PyDict_SetItemString(d
, "wxEVT_COMMAND_SPINCTRL_UPDATED", PyInt_FromLong(wxEVT_COMMAND_SPINCTRL_UPDATED
));
33473 SWIG_addvarlink(SWIG_globals
,(char*)"RadioBoxNameStr",_wrap_RadioBoxNameStr_get
, _wrap_RadioBoxNameStr_set
);
33474 SWIG_addvarlink(SWIG_globals
,(char*)"RadioButtonNameStr",_wrap_RadioButtonNameStr_get
, _wrap_RadioButtonNameStr_set
);
33475 SWIG_addvarlink(SWIG_globals
,(char*)"SliderNameStr",_wrap_SliderNameStr_get
, _wrap_SliderNameStr_set
);
33476 SWIG_addvarlink(SWIG_globals
,(char*)"ToggleButtonNameStr",_wrap_ToggleButtonNameStr_get
, _wrap_ToggleButtonNameStr_set
);
33477 PyDict_SetItemString(d
, "wxEVT_COMMAND_TOGGLEBUTTON_CLICKED", PyInt_FromLong(wxEVT_COMMAND_TOGGLEBUTTON_CLICKED
));
33478 SWIG_addvarlink(SWIG_globals
,(char*)"NOTEBOOK_NAME",_wrap_NOTEBOOK_NAME_get
, _wrap_NOTEBOOK_NAME_set
);
33479 PyDict_SetItemString(d
,"NB_FIXEDWIDTH", SWIG_From_int((int)wxNB_FIXEDWIDTH
));
33480 PyDict_SetItemString(d
,"NB_TOP", SWIG_From_int((int)wxNB_TOP
));
33481 PyDict_SetItemString(d
,"NB_LEFT", SWIG_From_int((int)wxNB_LEFT
));
33482 PyDict_SetItemString(d
,"NB_RIGHT", SWIG_From_int((int)wxNB_RIGHT
));
33483 PyDict_SetItemString(d
,"NB_BOTTOM", SWIG_From_int((int)wxNB_BOTTOM
));
33484 PyDict_SetItemString(d
,"NB_MULTILINE", SWIG_From_int((int)wxNB_MULTILINE
));
33485 PyDict_SetItemString(d
,"NB_HITTEST_NOWHERE", SWIG_From_int((int)wxNB_HITTEST_NOWHERE
));
33486 PyDict_SetItemString(d
,"NB_HITTEST_ONICON", SWIG_From_int((int)wxNB_HITTEST_ONICON
));
33487 PyDict_SetItemString(d
,"NB_HITTEST_ONLABEL", SWIG_From_int((int)wxNB_HITTEST_ONLABEL
));
33488 PyDict_SetItemString(d
,"NB_HITTEST_ONITEM", SWIG_From_int((int)wxNB_HITTEST_ONITEM
));
33489 PyDict_SetItemString(d
, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED
));
33490 PyDict_SetItemString(d
, "wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING
));
33491 PyDict_SetItemString(d
,"LB_DEFAULT", SWIG_From_int((int)wxLB_DEFAULT
));
33492 PyDict_SetItemString(d
,"LB_TOP", SWIG_From_int((int)wxLB_TOP
));
33493 PyDict_SetItemString(d
,"LB_BOTTOM", SWIG_From_int((int)wxLB_BOTTOM
));
33494 PyDict_SetItemString(d
,"LB_LEFT", SWIG_From_int((int)wxLB_LEFT
));
33495 PyDict_SetItemString(d
,"LB_RIGHT", SWIG_From_int((int)wxLB_RIGHT
));
33496 PyDict_SetItemString(d
,"LB_ALIGN_MASK", SWIG_From_int((int)wxLB_ALIGN_MASK
));
33497 PyDict_SetItemString(d
, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED
));
33498 PyDict_SetItemString(d
, "wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING", PyInt_FromLong(wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING
));
33499 PyDict_SetItemString(d
,"TOOL_STYLE_BUTTON", SWIG_From_int((int)wxTOOL_STYLE_BUTTON
));
33500 PyDict_SetItemString(d
,"TOOL_STYLE_SEPARATOR", SWIG_From_int((int)wxTOOL_STYLE_SEPARATOR
));
33501 PyDict_SetItemString(d
,"TOOL_STYLE_CONTROL", SWIG_From_int((int)wxTOOL_STYLE_CONTROL
));
33502 PyDict_SetItemString(d
,"TB_HORIZONTAL", SWIG_From_int((int)wxTB_HORIZONTAL
));
33503 PyDict_SetItemString(d
,"TB_VERTICAL", SWIG_From_int((int)wxTB_VERTICAL
));
33504 PyDict_SetItemString(d
,"TB_3DBUTTONS", SWIG_From_int((int)wxTB_3DBUTTONS
));
33505 PyDict_SetItemString(d
,"TB_FLAT", SWIG_From_int((int)wxTB_FLAT
));
33506 PyDict_SetItemString(d
,"TB_DOCKABLE", SWIG_From_int((int)wxTB_DOCKABLE
));
33507 PyDict_SetItemString(d
,"TB_NOICONS", SWIG_From_int((int)wxTB_NOICONS
));
33508 PyDict_SetItemString(d
,"TB_TEXT", SWIG_From_int((int)wxTB_TEXT
));
33509 PyDict_SetItemString(d
,"TB_NODIVIDER", SWIG_From_int((int)wxTB_NODIVIDER
));
33510 PyDict_SetItemString(d
,"TB_NOALIGN", SWIG_From_int((int)wxTB_NOALIGN
));
33511 PyDict_SetItemString(d
,"TB_HORZ_LAYOUT", SWIG_From_int((int)wxTB_HORZ_LAYOUT
));
33512 PyDict_SetItemString(d
,"TB_HORZ_TEXT", SWIG_From_int((int)wxTB_HORZ_TEXT
));
33513 SWIG_addvarlink(SWIG_globals
,(char*)"ListCtrlNameStr",_wrap_ListCtrlNameStr_get
, _wrap_ListCtrlNameStr_set
);
33514 PyDict_SetItemString(d
,"LC_VRULES", SWIG_From_int((int)wxLC_VRULES
));
33515 PyDict_SetItemString(d
,"LC_HRULES", SWIG_From_int((int)wxLC_HRULES
));
33516 PyDict_SetItemString(d
,"LC_ICON", SWIG_From_int((int)wxLC_ICON
));
33517 PyDict_SetItemString(d
,"LC_SMALL_ICON", SWIG_From_int((int)wxLC_SMALL_ICON
));
33518 PyDict_SetItemString(d
,"LC_LIST", SWIG_From_int((int)wxLC_LIST
));
33519 PyDict_SetItemString(d
,"LC_REPORT", SWIG_From_int((int)wxLC_REPORT
));
33520 PyDict_SetItemString(d
,"LC_ALIGN_TOP", SWIG_From_int((int)wxLC_ALIGN_TOP
));
33521 PyDict_SetItemString(d
,"LC_ALIGN_LEFT", SWIG_From_int((int)wxLC_ALIGN_LEFT
));
33522 PyDict_SetItemString(d
,"LC_AUTOARRANGE", SWIG_From_int((int)wxLC_AUTOARRANGE
));
33523 PyDict_SetItemString(d
,"LC_VIRTUAL", SWIG_From_int((int)wxLC_VIRTUAL
));
33524 PyDict_SetItemString(d
,"LC_EDIT_LABELS", SWIG_From_int((int)wxLC_EDIT_LABELS
));
33525 PyDict_SetItemString(d
,"LC_NO_HEADER", SWIG_From_int((int)wxLC_NO_HEADER
));
33526 PyDict_SetItemString(d
,"LC_NO_SORT_HEADER", SWIG_From_int((int)wxLC_NO_SORT_HEADER
));
33527 PyDict_SetItemString(d
,"LC_SINGLE_SEL", SWIG_From_int((int)wxLC_SINGLE_SEL
));
33528 PyDict_SetItemString(d
,"LC_SORT_ASCENDING", SWIG_From_int((int)wxLC_SORT_ASCENDING
));
33529 PyDict_SetItemString(d
,"LC_SORT_DESCENDING", SWIG_From_int((int)wxLC_SORT_DESCENDING
));
33530 PyDict_SetItemString(d
,"LC_MASK_TYPE", SWIG_From_int((int)wxLC_MASK_TYPE
));
33531 PyDict_SetItemString(d
,"LC_MASK_ALIGN", SWIG_From_int((int)wxLC_MASK_ALIGN
));
33532 PyDict_SetItemString(d
,"LC_MASK_SORT", SWIG_From_int((int)wxLC_MASK_SORT
));
33533 PyDict_SetItemString(d
,"LIST_MASK_STATE", SWIG_From_int((int)wxLIST_MASK_STATE
));
33534 PyDict_SetItemString(d
,"LIST_MASK_TEXT", SWIG_From_int((int)wxLIST_MASK_TEXT
));
33535 PyDict_SetItemString(d
,"LIST_MASK_IMAGE", SWIG_From_int((int)wxLIST_MASK_IMAGE
));
33536 PyDict_SetItemString(d
,"LIST_MASK_DATA", SWIG_From_int((int)wxLIST_MASK_DATA
));
33537 PyDict_SetItemString(d
,"LIST_SET_ITEM", SWIG_From_int((int)wxLIST_SET_ITEM
));
33538 PyDict_SetItemString(d
,"LIST_MASK_WIDTH", SWIG_From_int((int)wxLIST_MASK_WIDTH
));
33539 PyDict_SetItemString(d
,"LIST_MASK_FORMAT", SWIG_From_int((int)wxLIST_MASK_FORMAT
));
33540 PyDict_SetItemString(d
,"LIST_STATE_DONTCARE", SWIG_From_int((int)wxLIST_STATE_DONTCARE
));
33541 PyDict_SetItemString(d
,"LIST_STATE_DROPHILITED", SWIG_From_int((int)wxLIST_STATE_DROPHILITED
));
33542 PyDict_SetItemString(d
,"LIST_STATE_FOCUSED", SWIG_From_int((int)wxLIST_STATE_FOCUSED
));
33543 PyDict_SetItemString(d
,"LIST_STATE_SELECTED", SWIG_From_int((int)wxLIST_STATE_SELECTED
));
33544 PyDict_SetItemString(d
,"LIST_STATE_CUT", SWIG_From_int((int)wxLIST_STATE_CUT
));
33545 PyDict_SetItemString(d
,"LIST_STATE_DISABLED", SWIG_From_int((int)wxLIST_STATE_DISABLED
));
33546 PyDict_SetItemString(d
,"LIST_STATE_FILTERED", SWIG_From_int((int)wxLIST_STATE_FILTERED
));
33547 PyDict_SetItemString(d
,"LIST_STATE_INUSE", SWIG_From_int((int)wxLIST_STATE_INUSE
));
33548 PyDict_SetItemString(d
,"LIST_STATE_PICKED", SWIG_From_int((int)wxLIST_STATE_PICKED
));
33549 PyDict_SetItemString(d
,"LIST_STATE_SOURCE", SWIG_From_int((int)wxLIST_STATE_SOURCE
));
33550 PyDict_SetItemString(d
,"LIST_HITTEST_ABOVE", SWIG_From_int((int)wxLIST_HITTEST_ABOVE
));
33551 PyDict_SetItemString(d
,"LIST_HITTEST_BELOW", SWIG_From_int((int)wxLIST_HITTEST_BELOW
));
33552 PyDict_SetItemString(d
,"LIST_HITTEST_NOWHERE", SWIG_From_int((int)wxLIST_HITTEST_NOWHERE
));
33553 PyDict_SetItemString(d
,"LIST_HITTEST_ONITEMICON", SWIG_From_int((int)wxLIST_HITTEST_ONITEMICON
));
33554 PyDict_SetItemString(d
,"LIST_HITTEST_ONITEMLABEL", SWIG_From_int((int)wxLIST_HITTEST_ONITEMLABEL
));
33555 PyDict_SetItemString(d
,"LIST_HITTEST_ONITEMRIGHT", SWIG_From_int((int)wxLIST_HITTEST_ONITEMRIGHT
));
33556 PyDict_SetItemString(d
,"LIST_HITTEST_ONITEMSTATEICON", SWIG_From_int((int)wxLIST_HITTEST_ONITEMSTATEICON
));
33557 PyDict_SetItemString(d
,"LIST_HITTEST_TOLEFT", SWIG_From_int((int)wxLIST_HITTEST_TOLEFT
));
33558 PyDict_SetItemString(d
,"LIST_HITTEST_TORIGHT", SWIG_From_int((int)wxLIST_HITTEST_TORIGHT
));
33559 PyDict_SetItemString(d
,"LIST_HITTEST_ONITEM", SWIG_From_int((int)wxLIST_HITTEST_ONITEM
));
33560 PyDict_SetItemString(d
,"LIST_NEXT_ABOVE", SWIG_From_int((int)wxLIST_NEXT_ABOVE
));
33561 PyDict_SetItemString(d
,"LIST_NEXT_ALL", SWIG_From_int((int)wxLIST_NEXT_ALL
));
33562 PyDict_SetItemString(d
,"LIST_NEXT_BELOW", SWIG_From_int((int)wxLIST_NEXT_BELOW
));
33563 PyDict_SetItemString(d
,"LIST_NEXT_LEFT", SWIG_From_int((int)wxLIST_NEXT_LEFT
));
33564 PyDict_SetItemString(d
,"LIST_NEXT_RIGHT", SWIG_From_int((int)wxLIST_NEXT_RIGHT
));
33565 PyDict_SetItemString(d
,"LIST_ALIGN_DEFAULT", SWIG_From_int((int)wxLIST_ALIGN_DEFAULT
));
33566 PyDict_SetItemString(d
,"LIST_ALIGN_LEFT", SWIG_From_int((int)wxLIST_ALIGN_LEFT
));
33567 PyDict_SetItemString(d
,"LIST_ALIGN_TOP", SWIG_From_int((int)wxLIST_ALIGN_TOP
));
33568 PyDict_SetItemString(d
,"LIST_ALIGN_SNAP_TO_GRID", SWIG_From_int((int)wxLIST_ALIGN_SNAP_TO_GRID
));
33569 PyDict_SetItemString(d
,"LIST_FORMAT_LEFT", SWIG_From_int((int)wxLIST_FORMAT_LEFT
));
33570 PyDict_SetItemString(d
,"LIST_FORMAT_RIGHT", SWIG_From_int((int)wxLIST_FORMAT_RIGHT
));
33571 PyDict_SetItemString(d
,"LIST_FORMAT_CENTRE", SWIG_From_int((int)wxLIST_FORMAT_CENTRE
));
33572 PyDict_SetItemString(d
,"LIST_FORMAT_CENTER", SWIG_From_int((int)wxLIST_FORMAT_CENTER
));
33573 PyDict_SetItemString(d
,"LIST_AUTOSIZE", SWIG_From_int((int)wxLIST_AUTOSIZE
));
33574 PyDict_SetItemString(d
,"LIST_AUTOSIZE_USEHEADER", SWIG_From_int((int)wxLIST_AUTOSIZE_USEHEADER
));
33575 PyDict_SetItemString(d
,"LIST_RECT_BOUNDS", SWIG_From_int((int)wxLIST_RECT_BOUNDS
));
33576 PyDict_SetItemString(d
,"LIST_RECT_ICON", SWIG_From_int((int)wxLIST_RECT_ICON
));
33577 PyDict_SetItemString(d
,"LIST_RECT_LABEL", SWIG_From_int((int)wxLIST_RECT_LABEL
));
33578 PyDict_SetItemString(d
,"LIST_FIND_UP", SWIG_From_int((int)wxLIST_FIND_UP
));
33579 PyDict_SetItemString(d
,"LIST_FIND_DOWN", SWIG_From_int((int)wxLIST_FIND_DOWN
));
33580 PyDict_SetItemString(d
,"LIST_FIND_LEFT", SWIG_From_int((int)wxLIST_FIND_LEFT
));
33581 PyDict_SetItemString(d
,"LIST_FIND_RIGHT", SWIG_From_int((int)wxLIST_FIND_RIGHT
));
33582 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_DRAG
));
33583 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_RDRAG
));
33584 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
));
33585 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_LIST_END_LABEL_EDIT
));
33586 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ITEM
));
33587 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS", PyInt_FromLong(wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
));
33588 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_GET_INFO
));
33589 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_LIST_SET_INFO
));
33590 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_ITEM_SELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_SELECTED
));
33591 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_ITEM_DESELECTED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_DESELECTED
));
33592 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_LIST_KEY_DOWN
));
33593 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_INSERT_ITEM", PyInt_FromLong(wxEVT_COMMAND_LIST_INSERT_ITEM
));
33594 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_COL_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_CLICK
));
33595 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
));
33596 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
));
33597 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_ACTIVATED
));
33598 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_CACHE_HINT", PyInt_FromLong(wxEVT_COMMAND_LIST_CACHE_HINT
));
33599 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_COL_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
));
33600 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_COL_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
));
33601 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_COL_DRAGGING", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_DRAGGING
));
33602 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_COL_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_LIST_COL_END_DRAG
));
33603 PyDict_SetItemString(d
, "wxEVT_COMMAND_LIST_ITEM_FOCUSED", PyInt_FromLong(wxEVT_COMMAND_LIST_ITEM_FOCUSED
));
33605 // Map renamed classes back to their common name for OOR
33606 wxPyPtrTypeMap_Add("wxListCtrl", "wxPyListCtrl");
33608 SWIG_addvarlink(SWIG_globals
,(char*)"TreeCtrlNameStr",_wrap_TreeCtrlNameStr_get
, _wrap_TreeCtrlNameStr_set
);
33609 PyDict_SetItemString(d
,"TR_NO_BUTTONS", SWIG_From_int((int)wxTR_NO_BUTTONS
));
33610 PyDict_SetItemString(d
,"TR_HAS_BUTTONS", SWIG_From_int((int)wxTR_HAS_BUTTONS
));
33611 PyDict_SetItemString(d
,"TR_NO_LINES", SWIG_From_int((int)wxTR_NO_LINES
));
33612 PyDict_SetItemString(d
,"TR_LINES_AT_ROOT", SWIG_From_int((int)wxTR_LINES_AT_ROOT
));
33613 PyDict_SetItemString(d
,"TR_SINGLE", SWIG_From_int((int)wxTR_SINGLE
));
33614 PyDict_SetItemString(d
,"TR_MULTIPLE", SWIG_From_int((int)wxTR_MULTIPLE
));
33615 PyDict_SetItemString(d
,"TR_EXTENDED", SWIG_From_int((int)wxTR_EXTENDED
));
33616 PyDict_SetItemString(d
,"TR_HAS_VARIABLE_ROW_HEIGHT", SWIG_From_int((int)wxTR_HAS_VARIABLE_ROW_HEIGHT
));
33617 PyDict_SetItemString(d
,"TR_EDIT_LABELS", SWIG_From_int((int)wxTR_EDIT_LABELS
));
33618 PyDict_SetItemString(d
,"TR_HIDE_ROOT", SWIG_From_int((int)wxTR_HIDE_ROOT
));
33619 PyDict_SetItemString(d
,"TR_ROW_LINES", SWIG_From_int((int)wxTR_ROW_LINES
));
33620 PyDict_SetItemString(d
,"TR_FULL_ROW_HIGHLIGHT", SWIG_From_int((int)wxTR_FULL_ROW_HIGHLIGHT
));
33621 PyDict_SetItemString(d
,"TR_DEFAULT_STYLE", SWIG_From_int((int)wxTR_DEFAULT_STYLE
));
33622 PyDict_SetItemString(d
,"TR_TWIST_BUTTONS", SWIG_From_int((int)wxTR_TWIST_BUTTONS
));
33623 PyDict_SetItemString(d
,"TR_MAC_BUTTONS", SWIG_From_int((int)wxTR_MAC_BUTTONS
));
33624 PyDict_SetItemString(d
,"TR_AQUA_BUTTONS", SWIG_From_int((int)wxTR_AQUA_BUTTONS
));
33625 PyDict_SetItemString(d
,"TreeItemIcon_Normal", SWIG_From_int((int)wxTreeItemIcon_Normal
));
33626 PyDict_SetItemString(d
,"TreeItemIcon_Selected", SWIG_From_int((int)wxTreeItemIcon_Selected
));
33627 PyDict_SetItemString(d
,"TreeItemIcon_Expanded", SWIG_From_int((int)wxTreeItemIcon_Expanded
));
33628 PyDict_SetItemString(d
,"TreeItemIcon_SelectedExpanded", SWIG_From_int((int)wxTreeItemIcon_SelectedExpanded
));
33629 PyDict_SetItemString(d
,"TreeItemIcon_Max", SWIG_From_int((int)wxTreeItemIcon_Max
));
33630 PyDict_SetItemString(d
,"TREE_HITTEST_ABOVE", SWIG_From_int((int)wxTREE_HITTEST_ABOVE
));
33631 PyDict_SetItemString(d
,"TREE_HITTEST_BELOW", SWIG_From_int((int)wxTREE_HITTEST_BELOW
));
33632 PyDict_SetItemString(d
,"TREE_HITTEST_NOWHERE", SWIG_From_int((int)wxTREE_HITTEST_NOWHERE
));
33633 PyDict_SetItemString(d
,"TREE_HITTEST_ONITEMBUTTON", SWIG_From_int((int)wxTREE_HITTEST_ONITEMBUTTON
));
33634 PyDict_SetItemString(d
,"TREE_HITTEST_ONITEMICON", SWIG_From_int((int)wxTREE_HITTEST_ONITEMICON
));
33635 PyDict_SetItemString(d
,"TREE_HITTEST_ONITEMINDENT", SWIG_From_int((int)wxTREE_HITTEST_ONITEMINDENT
));
33636 PyDict_SetItemString(d
,"TREE_HITTEST_ONITEMLABEL", SWIG_From_int((int)wxTREE_HITTEST_ONITEMLABEL
));
33637 PyDict_SetItemString(d
,"TREE_HITTEST_ONITEMRIGHT", SWIG_From_int((int)wxTREE_HITTEST_ONITEMRIGHT
));
33638 PyDict_SetItemString(d
,"TREE_HITTEST_ONITEMSTATEICON", SWIG_From_int((int)wxTREE_HITTEST_ONITEMSTATEICON
));
33639 PyDict_SetItemString(d
,"TREE_HITTEST_TOLEFT", SWIG_From_int((int)wxTREE_HITTEST_TOLEFT
));
33640 PyDict_SetItemString(d
,"TREE_HITTEST_TORIGHT", SWIG_From_int((int)wxTREE_HITTEST_TORIGHT
));
33641 PyDict_SetItemString(d
,"TREE_HITTEST_ONITEMUPPERPART", SWIG_From_int((int)wxTREE_HITTEST_ONITEMUPPERPART
));
33642 PyDict_SetItemString(d
,"TREE_HITTEST_ONITEMLOWERPART", SWIG_From_int((int)wxTREE_HITTEST_ONITEMLOWERPART
));
33643 PyDict_SetItemString(d
,"TREE_HITTEST_ONITEM", SWIG_From_int((int)wxTREE_HITTEST_ONITEM
));
33644 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_BEGIN_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_DRAG
));
33645 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_BEGIN_RDRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_RDRAG
));
33646 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
));
33647 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_END_LABEL_EDIT", PyInt_FromLong(wxEVT_COMMAND_TREE_END_LABEL_EDIT
));
33648 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_DELETE_ITEM", PyInt_FromLong(wxEVT_COMMAND_TREE_DELETE_ITEM
));
33649 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_GET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_GET_INFO
));
33650 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_SET_INFO", PyInt_FromLong(wxEVT_COMMAND_TREE_SET_INFO
));
33651 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_ITEM_EXPANDED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDED
));
33652 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_ITEM_EXPANDING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_EXPANDING
));
33653 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_ITEM_COLLAPSED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSED
));
33654 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_ITEM_COLLAPSING", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_COLLAPSING
));
33655 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_SEL_CHANGED", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGED
));
33656 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_SEL_CHANGING", PyInt_FromLong(wxEVT_COMMAND_TREE_SEL_CHANGING
));
33657 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_KEY_DOWN", PyInt_FromLong(wxEVT_COMMAND_TREE_KEY_DOWN
));
33658 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_ITEM_ACTIVATED", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_ACTIVATED
));
33659 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
));
33660 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
));
33661 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_END_DRAG", PyInt_FromLong(wxEVT_COMMAND_TREE_END_DRAG
));
33662 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK", PyInt_FromLong(wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK
));
33663 PyDict_SetItemString(d
, "wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP", PyInt_FromLong(wxEVT_COMMAND_TREE_ITEM_GETTOOLTIP
));
33665 // Map renamed classes back to their common name for OOR
33666 wxPyPtrTypeMap_Add("wxTreeItemData", "wxPyTreeItemData");
33667 wxPyPtrTypeMap_Add("wxTreeCtrl", "wxPyTreeCtrl");
33669 SWIG_addvarlink(SWIG_globals
,(char*)"DirDialogDefaultFolderStr",_wrap_DirDialogDefaultFolderStr_get
, _wrap_DirDialogDefaultFolderStr_set
);
33670 PyDict_SetItemString(d
,"DIRCTRL_DIR_ONLY", SWIG_From_int((int)wxDIRCTRL_DIR_ONLY
));
33671 PyDict_SetItemString(d
,"DIRCTRL_SELECT_FIRST", SWIG_From_int((int)wxDIRCTRL_SELECT_FIRST
));
33672 PyDict_SetItemString(d
,"DIRCTRL_SHOW_FILTERS", SWIG_From_int((int)wxDIRCTRL_SHOW_FILTERS
));
33673 PyDict_SetItemString(d
,"DIRCTRL_3D_INTERNAL", SWIG_From_int((int)wxDIRCTRL_3D_INTERNAL
));
33674 PyDict_SetItemString(d
,"DIRCTRL_EDIT_LABELS", SWIG_From_int((int)wxDIRCTRL_EDIT_LABELS
));
33675 PyDict_SetItemString(d
,"FRAME_EX_CONTEXTHELP", SWIG_From_int((int)wxFRAME_EX_CONTEXTHELP
));
33676 PyDict_SetItemString(d
,"DIALOG_EX_CONTEXTHELP", SWIG_From_int((int)wxDIALOG_EX_CONTEXTHELP
));
33677 PyDict_SetItemString(d
, "wxEVT_HELP", PyInt_FromLong(wxEVT_HELP
));
33678 PyDict_SetItemString(d
, "wxEVT_DETAILED_HELP", PyInt_FromLong(wxEVT_DETAILED_HELP
));
33680 wxPyPtrTypeMap_Add("wxDragImage", "wxGenericDragImage");