1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
16 class wxControlPtr(wxWindowPtr
):
17 def __init__(self
,this
):
20 def Create(self
, *_args
, **_kwargs
):
21 val
= controlsc
.wxControl_Create(self
, *_args
, **_kwargs
)
23 def Command(self
, *_args
, **_kwargs
):
24 val
= controlsc
.wxControl_Command(self
, *_args
, **_kwargs
)
26 def GetLabel(self
, *_args
, **_kwargs
):
27 val
= controlsc
.wxControl_GetLabel(self
, *_args
, **_kwargs
)
29 def SetLabel(self
, *_args
, **_kwargs
):
30 val
= controlsc
.wxControl_SetLabel(self
, *_args
, **_kwargs
)
33 return "<%s.%s instance; proxy of C++ wxControl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
34 class wxControl(wxControlPtr
):
35 def __init__(self
,*_args
,**_kwargs
):
36 self
.this
= controlsc
.new_wxControl(*_args
,**_kwargs
)
38 self
._setOORInfo
(self
)
42 def wxPreControl(*_args
,**_kwargs
):
43 val
= wxControlPtr(controlsc
.new_wxPreControl(*_args
,**_kwargs
))
49 class wxControlWithItemsPtr(wxControlPtr
):
50 def __init__(self
,this
):
53 def Delete(self
, *_args
, **_kwargs
):
54 val
= controlsc
.wxControlWithItems_Delete(self
, *_args
, **_kwargs
)
56 def GetCount(self
, *_args
, **_kwargs
):
57 val
= controlsc
.wxControlWithItems_GetCount(self
, *_args
, **_kwargs
)
59 def GetString(self
, *_args
, **_kwargs
):
60 val
= controlsc
.wxControlWithItems_GetString(self
, *_args
, **_kwargs
)
62 def SetString(self
, *_args
, **_kwargs
):
63 val
= controlsc
.wxControlWithItems_SetString(self
, *_args
, **_kwargs
)
65 def FindString(self
, *_args
, **_kwargs
):
66 val
= controlsc
.wxControlWithItems_FindString(self
, *_args
, **_kwargs
)
68 def Select(self
, *_args
, **_kwargs
):
69 val
= controlsc
.wxControlWithItems_Select(self
, *_args
, **_kwargs
)
71 def GetSelection(self
, *_args
, **_kwargs
):
72 val
= controlsc
.wxControlWithItems_GetSelection(self
, *_args
, **_kwargs
)
74 def GetStringSelection(self
, *_args
, **_kwargs
):
75 val
= controlsc
.wxControlWithItems_GetStringSelection(self
, *_args
, **_kwargs
)
77 def Append(self
, *_args
, **_kwargs
):
78 val
= controlsc
.wxControlWithItems_Append(self
, *_args
, **_kwargs
)
80 def GetClientData(self
, *_args
, **_kwargs
):
81 val
= controlsc
.wxControlWithItems_GetClientData(self
, *_args
, **_kwargs
)
83 def SetClientData(self
, *_args
, **_kwargs
):
84 val
= controlsc
.wxControlWithItems_SetClientData(self
, *_args
, **_kwargs
)
86 def AppendItems(self
, *_args
, **_kwargs
):
87 val
= controlsc
.wxControlWithItems_AppendItems(self
, *_args
, **_kwargs
)
90 return "<%s.%s instance; proxy of C++ wxControlWithItems instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
92 class wxControlWithItems(wxControlWithItemsPtr
):
93 def __init__(self
,this
):
99 class wxButtonPtr(wxControlPtr
):
100 def __init__(self
,this
):
103 def Create(self
, *_args
, **_kwargs
):
104 val
= controlsc
.wxButton_Create(self
, *_args
, **_kwargs
)
106 def SetDefault(self
, *_args
, **_kwargs
):
107 val
= controlsc
.wxButton_SetDefault(self
, *_args
, **_kwargs
)
109 def SetBackgroundColour(self
, *_args
, **_kwargs
):
110 val
= controlsc
.wxButton_SetBackgroundColour(self
, *_args
, **_kwargs
)
112 def SetForegroundColour(self
, *_args
, **_kwargs
):
113 val
= controlsc
.wxButton_SetForegroundColour(self
, *_args
, **_kwargs
)
116 return "<%s.%s instance; proxy of C++ wxButton instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
117 class wxButton(wxButtonPtr
):
118 def __init__(self
,*_args
,**_kwargs
):
119 self
.this
= controlsc
.new_wxButton(*_args
,**_kwargs
)
121 self
._setOORInfo
(self
)
125 def wxPreButton(*_args
,**_kwargs
):
126 val
= wxButtonPtr(controlsc
.new_wxPreButton(*_args
,**_kwargs
))
132 class wxBitmapButtonPtr(wxButtonPtr
):
133 def __init__(self
,this
):
136 def Create(self
, *_args
, **_kwargs
):
137 val
= controlsc
.wxBitmapButton_Create(self
, *_args
, **_kwargs
)
139 def GetBitmapLabel(self
, *_args
, **_kwargs
):
140 val
= controlsc
.wxBitmapButton_GetBitmapLabel(self
, *_args
, **_kwargs
)
141 if val
: val
= wxBitmapPtr(val
) ; val
.thisown
= 1
143 def GetBitmapDisabled(self
, *_args
, **_kwargs
):
144 val
= controlsc
.wxBitmapButton_GetBitmapDisabled(self
, *_args
, **_kwargs
)
145 if val
: val
= wxBitmapPtr(val
) ; val
.thisown
= 1
147 def GetBitmapFocus(self
, *_args
, **_kwargs
):
148 val
= controlsc
.wxBitmapButton_GetBitmapFocus(self
, *_args
, **_kwargs
)
149 if val
: val
= wxBitmapPtr(val
) ; val
.thisown
= 1
151 def GetBitmapSelected(self
, *_args
, **_kwargs
):
152 val
= controlsc
.wxBitmapButton_GetBitmapSelected(self
, *_args
, **_kwargs
)
153 if val
: val
= wxBitmapPtr(val
) ; val
.thisown
= 1
155 def SetBitmapDisabled(self
, *_args
, **_kwargs
):
156 val
= controlsc
.wxBitmapButton_SetBitmapDisabled(self
, *_args
, **_kwargs
)
158 def SetBitmapFocus(self
, *_args
, **_kwargs
):
159 val
= controlsc
.wxBitmapButton_SetBitmapFocus(self
, *_args
, **_kwargs
)
161 def SetBitmapSelected(self
, *_args
, **_kwargs
):
162 val
= controlsc
.wxBitmapButton_SetBitmapSelected(self
, *_args
, **_kwargs
)
164 def SetBitmapLabel(self
, *_args
, **_kwargs
):
165 val
= controlsc
.wxBitmapButton_SetBitmapLabel(self
, *_args
, **_kwargs
)
167 def SetMargins(self
, *_args
, **_kwargs
):
168 val
= controlsc
.wxBitmapButton_SetMargins(self
, *_args
, **_kwargs
)
170 def GetMarginX(self
, *_args
, **_kwargs
):
171 val
= controlsc
.wxBitmapButton_GetMarginX(self
, *_args
, **_kwargs
)
173 def GetMarginY(self
, *_args
, **_kwargs
):
174 val
= controlsc
.wxBitmapButton_GetMarginY(self
, *_args
, **_kwargs
)
177 return "<%s.%s instance; proxy of C++ wxBitmapButton instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
178 class wxBitmapButton(wxBitmapButtonPtr
):
179 def __init__(self
,*_args
,**_kwargs
):
180 self
.this
= controlsc
.new_wxBitmapButton(*_args
,**_kwargs
)
182 self
._setOORInfo
(self
)
186 def wxPreBitmapButton(*_args
,**_kwargs
):
187 val
= wxBitmapButtonPtr(controlsc
.new_wxPreBitmapButton(*_args
,**_kwargs
))
193 class wxCheckBoxPtr(wxControlPtr
):
194 def __init__(self
,this
):
197 def Create(self
, *_args
, **_kwargs
):
198 val
= controlsc
.wxCheckBox_Create(self
, *_args
, **_kwargs
)
200 def GetValue(self
, *_args
, **_kwargs
):
201 val
= controlsc
.wxCheckBox_GetValue(self
, *_args
, **_kwargs
)
203 def IsChecked(self
, *_args
, **_kwargs
):
204 val
= controlsc
.wxCheckBox_IsChecked(self
, *_args
, **_kwargs
)
206 def SetValue(self
, *_args
, **_kwargs
):
207 val
= controlsc
.wxCheckBox_SetValue(self
, *_args
, **_kwargs
)
210 return "<%s.%s instance; proxy of C++ wxCheckBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
211 class wxCheckBox(wxCheckBoxPtr
):
212 def __init__(self
,*_args
,**_kwargs
):
213 self
.this
= controlsc
.new_wxCheckBox(*_args
,**_kwargs
)
215 self
._setOORInfo
(self
)
219 def wxPreCheckBox(*_args
,**_kwargs
):
220 val
= wxCheckBoxPtr(controlsc
.new_wxPreCheckBox(*_args
,**_kwargs
))
226 class wxChoicePtr(wxControlWithItemsPtr
):
227 def __init__(self
,this
):
230 def Create(self
, *_args
, **_kwargs
):
231 val
= controlsc
.wxChoice_Create(self
, *_args
, **_kwargs
)
233 def Clear(self
, *_args
, **_kwargs
):
234 val
= controlsc
.wxChoice_Clear(self
, *_args
, **_kwargs
)
236 def GetColumns(self
, *_args
, **_kwargs
):
237 val
= controlsc
.wxChoice_GetColumns(self
, *_args
, **_kwargs
)
239 def SetColumns(self
, *_args
, **_kwargs
):
240 val
= controlsc
.wxChoice_SetColumns(self
, *_args
, **_kwargs
)
242 def SetSelection(self
, *_args
, **_kwargs
):
243 val
= controlsc
.wxChoice_SetSelection(self
, *_args
, **_kwargs
)
245 def SetStringSelection(self
, *_args
, **_kwargs
):
246 val
= controlsc
.wxChoice_SetStringSelection(self
, *_args
, **_kwargs
)
248 def SetString(self
, *_args
, **_kwargs
):
249 val
= controlsc
.wxChoice_SetString(self
, *_args
, **_kwargs
)
252 return "<%s.%s instance; proxy of C++ wxChoice instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
254 Select
= SetSelection
256 class wxChoice(wxChoicePtr
):
257 def __init__(self
,*_args
,**_kwargs
):
258 self
.this
= controlsc
.new_wxChoice(*_args
,**_kwargs
)
260 self
._setOORInfo
(self
)
264 def wxPreChoice(*_args
,**_kwargs
):
265 val
= wxChoicePtr(controlsc
.new_wxPreChoice(*_args
,**_kwargs
))
271 class wxComboBoxPtr(wxControlPtr
):
272 def __init__(self
,this
):
275 def Create(self
, *_args
, **_kwargs
):
276 val
= controlsc
.wxComboBox_Create(self
, *_args
, **_kwargs
)
278 def Copy(self
, *_args
, **_kwargs
):
279 val
= controlsc
.wxComboBox_Copy(self
, *_args
, **_kwargs
)
281 def Cut(self
, *_args
, **_kwargs
):
282 val
= controlsc
.wxComboBox_Cut(self
, *_args
, **_kwargs
)
284 def GetInsertionPoint(self
, *_args
, **_kwargs
):
285 val
= controlsc
.wxComboBox_GetInsertionPoint(self
, *_args
, **_kwargs
)
287 def GetLastPosition(self
, *_args
, **_kwargs
):
288 val
= controlsc
.wxComboBox_GetLastPosition(self
, *_args
, **_kwargs
)
290 def GetValue(self
, *_args
, **_kwargs
):
291 val
= controlsc
.wxComboBox_GetValue(self
, *_args
, **_kwargs
)
293 def Paste(self
, *_args
, **_kwargs
):
294 val
= controlsc
.wxComboBox_Paste(self
, *_args
, **_kwargs
)
296 def Replace(self
, *_args
, **_kwargs
):
297 val
= controlsc
.wxComboBox_Replace(self
, *_args
, **_kwargs
)
299 def Remove(self
, *_args
, **_kwargs
):
300 val
= controlsc
.wxComboBox_Remove(self
, *_args
, **_kwargs
)
302 def SetInsertionPoint(self
, *_args
, **_kwargs
):
303 val
= controlsc
.wxComboBox_SetInsertionPoint(self
, *_args
, **_kwargs
)
305 def SetInsertionPointEnd(self
, *_args
, **_kwargs
):
306 val
= controlsc
.wxComboBox_SetInsertionPointEnd(self
, *_args
, **_kwargs
)
308 def SetSelection(self
, *_args
, **_kwargs
):
309 val
= controlsc
.wxComboBox_SetSelection(self
, *_args
, **_kwargs
)
311 def SetMark(self
, *_args
, **_kwargs
):
312 val
= controlsc
.wxComboBox_SetMark(self
, *_args
, **_kwargs
)
314 def SetValue(self
, *_args
, **_kwargs
):
315 val
= controlsc
.wxComboBox_SetValue(self
, *_args
, **_kwargs
)
317 def SetEditable(self
, *_args
, **_kwargs
):
318 val
= controlsc
.wxComboBox_SetEditable(self
, *_args
, **_kwargs
)
320 def Clear(self
, *_args
, **_kwargs
):
321 val
= controlsc
.wxComboBox_Clear(self
, *_args
, **_kwargs
)
323 def Delete(self
, *_args
, **_kwargs
):
324 val
= controlsc
.wxComboBox_Delete(self
, *_args
, **_kwargs
)
326 def GetCount(self
, *_args
, **_kwargs
):
327 val
= controlsc
.wxComboBox_GetCount(self
, *_args
, **_kwargs
)
329 def GetString(self
, *_args
, **_kwargs
):
330 val
= controlsc
.wxComboBox_GetString(self
, *_args
, **_kwargs
)
332 def FindString(self
, *_args
, **_kwargs
):
333 val
= controlsc
.wxComboBox_FindString(self
, *_args
, **_kwargs
)
335 def GetSelection(self
, *_args
, **_kwargs
):
336 val
= controlsc
.wxComboBox_GetSelection(self
, *_args
, **_kwargs
)
338 def GetStringSelection(self
, *_args
, **_kwargs
):
339 val
= controlsc
.wxComboBox_GetStringSelection(self
, *_args
, **_kwargs
)
341 def Append(self
, *_args
, **_kwargs
):
342 val
= controlsc
.wxComboBox_Append(self
, *_args
, **_kwargs
)
344 def GetClientData(self
, *_args
, **_kwargs
):
345 val
= controlsc
.wxComboBox_GetClientData(self
, *_args
, **_kwargs
)
347 def SetClientData(self
, *_args
, **_kwargs
):
348 val
= controlsc
.wxComboBox_SetClientData(self
, *_args
, **_kwargs
)
351 return "<%s.%s instance; proxy of C++ wxComboBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
353 Select
= SetSelection
354 class wxComboBox(wxComboBoxPtr
):
355 def __init__(self
,*_args
,**_kwargs
):
356 self
.this
= controlsc
.new_wxComboBox(*_args
,**_kwargs
)
358 self
._setOORInfo
(self
)
362 def wxPreComboBox(*_args
,**_kwargs
):
363 val
= wxComboBoxPtr(controlsc
.new_wxPreComboBox(*_args
,**_kwargs
))
369 class wxGaugePtr(wxControlPtr
):
370 def __init__(self
,this
):
373 def Create(self
, *_args
, **_kwargs
):
374 val
= controlsc
.wxGauge_Create(self
, *_args
, **_kwargs
)
376 def GetBezelFace(self
, *_args
, **_kwargs
):
377 val
= controlsc
.wxGauge_GetBezelFace(self
, *_args
, **_kwargs
)
379 def GetRange(self
, *_args
, **_kwargs
):
380 val
= controlsc
.wxGauge_GetRange(self
, *_args
, **_kwargs
)
382 def GetShadowWidth(self
, *_args
, **_kwargs
):
383 val
= controlsc
.wxGauge_GetShadowWidth(self
, *_args
, **_kwargs
)
385 def GetValue(self
, *_args
, **_kwargs
):
386 val
= controlsc
.wxGauge_GetValue(self
, *_args
, **_kwargs
)
388 def IsVertical(self
, *_args
, **_kwargs
):
389 val
= controlsc
.wxGauge_IsVertical(self
, *_args
, **_kwargs
)
391 def SetBezelFace(self
, *_args
, **_kwargs
):
392 val
= controlsc
.wxGauge_SetBezelFace(self
, *_args
, **_kwargs
)
394 def SetRange(self
, *_args
, **_kwargs
):
395 val
= controlsc
.wxGauge_SetRange(self
, *_args
, **_kwargs
)
397 def SetShadowWidth(self
, *_args
, **_kwargs
):
398 val
= controlsc
.wxGauge_SetShadowWidth(self
, *_args
, **_kwargs
)
400 def SetValue(self
, *_args
, **_kwargs
):
401 val
= controlsc
.wxGauge_SetValue(self
, *_args
, **_kwargs
)
404 return "<%s.%s instance; proxy of C++ wxGauge instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
405 class wxGauge(wxGaugePtr
):
406 def __init__(self
,*_args
,**_kwargs
):
407 self
.this
= controlsc
.new_wxGauge(*_args
,**_kwargs
)
409 self
._setOORInfo
(self
)
413 def wxPreGauge(*_args
,**_kwargs
):
414 val
= wxGaugePtr(controlsc
.new_wxPreGauge(*_args
,**_kwargs
))
420 class wxStaticBoxPtr(wxControlPtr
):
421 def __init__(self
,this
):
424 def Create(self
, *_args
, **_kwargs
):
425 val
= controlsc
.wxStaticBox_Create(self
, *_args
, **_kwargs
)
428 return "<%s.%s instance; proxy of C++ wxStaticBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
429 class wxStaticBox(wxStaticBoxPtr
):
430 def __init__(self
,*_args
,**_kwargs
):
431 self
.this
= controlsc
.new_wxStaticBox(*_args
,**_kwargs
)
433 self
._setOORInfo
(self
)
437 def wxPreStaticBox(*_args
,**_kwargs
):
438 val
= wxStaticBoxPtr(controlsc
.new_wxPreStaticBox(*_args
,**_kwargs
))
444 class wxStaticLinePtr(wxControlPtr
):
445 def __init__(self
,this
):
448 def Create(self
, *_args
, **_kwargs
):
449 val
= controlsc
.wxStaticLine_Create(self
, *_args
, **_kwargs
)
452 return "<%s.%s instance; proxy of C++ wxStaticLine instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
453 class wxStaticLine(wxStaticLinePtr
):
454 def __init__(self
,*_args
,**_kwargs
):
455 self
.this
= controlsc
.new_wxStaticLine(*_args
,**_kwargs
)
457 self
._setOORInfo
(self
)
461 def wxPreStaticLine(*_args
,**_kwargs
):
462 val
= wxStaticLinePtr(controlsc
.new_wxPreStaticLine(*_args
,**_kwargs
))
468 class wxStaticTextPtr(wxControlPtr
):
469 def __init__(self
,this
):
472 def Create(self
, *_args
, **_kwargs
):
473 val
= controlsc
.wxStaticText_Create(self
, *_args
, **_kwargs
)
475 def GetLabel(self
, *_args
, **_kwargs
):
476 val
= controlsc
.wxStaticText_GetLabel(self
, *_args
, **_kwargs
)
478 def SetLabel(self
, *_args
, **_kwargs
):
479 val
= controlsc
.wxStaticText_SetLabel(self
, *_args
, **_kwargs
)
482 return "<%s.%s instance; proxy of C++ wxStaticText instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
483 class wxStaticText(wxStaticTextPtr
):
484 def __init__(self
,*_args
,**_kwargs
):
485 self
.this
= controlsc
.new_wxStaticText(*_args
,**_kwargs
)
487 self
._setOORInfo
(self
)
491 def wxPreStaticText(*_args
,**_kwargs
):
492 val
= wxStaticTextPtr(controlsc
.new_wxPreStaticText(*_args
,**_kwargs
))
498 class wxListBoxPtr(wxControlWithItemsPtr
):
499 def __init__(self
,this
):
502 def Create(self
, *_args
, **_kwargs
):
503 val
= controlsc
.wxListBox_Create(self
, *_args
, **_kwargs
)
505 def Clear(self
, *_args
, **_kwargs
):
506 val
= controlsc
.wxListBox_Clear(self
, *_args
, **_kwargs
)
508 def Deselect(self
, *_args
, **_kwargs
):
509 val
= controlsc
.wxListBox_Deselect(self
, *_args
, **_kwargs
)
511 def GetSelections(self
, *_args
, **_kwargs
):
512 val
= controlsc
.wxListBox_GetSelections(self
, *_args
, **_kwargs
)
514 def InsertItems(self
, *_args
, **_kwargs
):
515 val
= controlsc
.wxListBox_InsertItems(self
, *_args
, **_kwargs
)
517 def IsSelected(self
, *_args
, **_kwargs
):
518 val
= controlsc
.wxListBox_IsSelected(self
, *_args
, **_kwargs
)
520 def Selected(self
, *_args
, **_kwargs
):
521 val
= controlsc
.wxListBox_Selected(self
, *_args
, **_kwargs
)
523 def Set(self
, *_args
, **_kwargs
):
524 val
= controlsc
.wxListBox_Set(self
, *_args
, **_kwargs
)
526 def SetFirstItem(self
, *_args
, **_kwargs
):
527 val
= controlsc
.wxListBox_SetFirstItem(self
, *_args
, **_kwargs
)
529 def SetFirstItemStr(self
, *_args
, **_kwargs
):
530 val
= controlsc
.wxListBox_SetFirstItemStr(self
, *_args
, **_kwargs
)
532 def SetSelection(self
, *_args
, **_kwargs
):
533 val
= controlsc
.wxListBox_SetSelection(self
, *_args
, **_kwargs
)
535 def SetString(self
, *_args
, **_kwargs
):
536 val
= controlsc
.wxListBox_SetString(self
, *_args
, **_kwargs
)
538 def SetStringSelection(self
, *_args
, **_kwargs
):
539 val
= controlsc
.wxListBox_SetStringSelection(self
, *_args
, **_kwargs
)
542 return "<%s.%s instance; proxy of C++ wxListBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
543 class wxListBox(wxListBoxPtr
):
544 def __init__(self
,*_args
,**_kwargs
):
545 self
.this
= controlsc
.new_wxListBox(*_args
,**_kwargs
)
547 self
._setOORInfo
(self
)
551 def wxPreListBox(*_args
,**_kwargs
):
552 val
= wxListBoxPtr(controlsc
.new_wxPreListBox(*_args
,**_kwargs
))
558 class wxCheckListBoxPtr(wxListBoxPtr
):
559 def __init__(self
,this
):
562 def Create(self
, *_args
, **_kwargs
):
563 val
= controlsc
.wxCheckListBox_Create(self
, *_args
, **_kwargs
)
565 def IsChecked(self
, *_args
, **_kwargs
):
566 val
= controlsc
.wxCheckListBox_IsChecked(self
, *_args
, **_kwargs
)
568 def Check(self
, *_args
, **_kwargs
):
569 val
= controlsc
.wxCheckListBox_Check(self
, *_args
, **_kwargs
)
571 def InsertItems(self
, *_args
, **_kwargs
):
572 val
= controlsc
.wxCheckListBox_InsertItems(self
, *_args
, **_kwargs
)
574 def GetItemHeight(self
, *_args
, **_kwargs
):
575 val
= controlsc
.wxCheckListBox_GetItemHeight(self
, *_args
, **_kwargs
)
577 def HitTest(self
, *_args
, **_kwargs
):
578 val
= controlsc
.wxCheckListBox_HitTest(self
, *_args
, **_kwargs
)
580 def HitTestXY(self
, *_args
, **_kwargs
):
581 val
= controlsc
.wxCheckListBox_HitTestXY(self
, *_args
, **_kwargs
)
584 return "<%s.%s instance; proxy of C++ wxCheckListBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
585 class wxCheckListBox(wxCheckListBoxPtr
):
586 def __init__(self
,*_args
,**_kwargs
):
587 self
.this
= controlsc
.new_wxCheckListBox(*_args
,**_kwargs
)
589 self
._setOORInfo
(self
)
593 def wxPreCheckListBox(*_args
,**_kwargs
):
594 val
= wxCheckListBoxPtr(controlsc
.new_wxPreCheckListBox(*_args
,**_kwargs
))
600 class wxTextAttrPtr
:
601 def __init__(self
,this
):
604 def __del__(self
, delfunc
=controlsc
.delete_wxTextAttr
):
605 if self
.thisown
== 1:
610 def Init(self
, *_args
, **_kwargs
):
611 val
= controlsc
.wxTextAttr_Init(self
, *_args
, **_kwargs
)
613 def SetTextColour(self
, *_args
, **_kwargs
):
614 val
= controlsc
.wxTextAttr_SetTextColour(self
, *_args
, **_kwargs
)
616 def SetBackgroundColour(self
, *_args
, **_kwargs
):
617 val
= controlsc
.wxTextAttr_SetBackgroundColour(self
, *_args
, **_kwargs
)
619 def SetFont(self
, *_args
, **_kwargs
):
620 val
= controlsc
.wxTextAttr_SetFont(self
, *_args
, **_kwargs
)
622 def SetAlignment(self
, *_args
, **_kwargs
):
623 val
= controlsc
.wxTextAttr_SetAlignment(self
, *_args
, **_kwargs
)
625 def SetTabs(self
, *_args
, **_kwargs
):
626 val
= controlsc
.wxTextAttr_SetTabs(self
, *_args
, **_kwargs
)
628 def SetLeftIndent(self
, *_args
, **_kwargs
):
629 val
= controlsc
.wxTextAttr_SetLeftIndent(self
, *_args
, **_kwargs
)
631 def SetRightIndent(self
, *_args
, **_kwargs
):
632 val
= controlsc
.wxTextAttr_SetRightIndent(self
, *_args
, **_kwargs
)
634 def SetFlags(self
, *_args
, **_kwargs
):
635 val
= controlsc
.wxTextAttr_SetFlags(self
, *_args
, **_kwargs
)
637 def HasTextColour(self
, *_args
, **_kwargs
):
638 val
= controlsc
.wxTextAttr_HasTextColour(self
, *_args
, **_kwargs
)
640 def HasBackgroundColour(self
, *_args
, **_kwargs
):
641 val
= controlsc
.wxTextAttr_HasBackgroundColour(self
, *_args
, **_kwargs
)
643 def HasFont(self
, *_args
, **_kwargs
):
644 val
= controlsc
.wxTextAttr_HasFont(self
, *_args
, **_kwargs
)
646 def HasAlignment(self
, *_args
, **_kwargs
):
647 val
= controlsc
.wxTextAttr_HasAlignment(self
, *_args
, **_kwargs
)
649 def HasTabs(self
, *_args
, **_kwargs
):
650 val
= controlsc
.wxTextAttr_HasTabs(self
, *_args
, **_kwargs
)
652 def HasLeftIndent(self
, *_args
, **_kwargs
):
653 val
= controlsc
.wxTextAttr_HasLeftIndent(self
, *_args
, **_kwargs
)
655 def HasRightIndent(self
, *_args
, **_kwargs
):
656 val
= controlsc
.wxTextAttr_HasRightIndent(self
, *_args
, **_kwargs
)
658 def HasFlag(self
, *_args
, **_kwargs
):
659 val
= controlsc
.wxTextAttr_HasFlag(self
, *_args
, **_kwargs
)
661 def GetTextColour(self
, *_args
, **_kwargs
):
662 val
= controlsc
.wxTextAttr_GetTextColour(self
, *_args
, **_kwargs
)
663 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
665 def GetBackgroundColour(self
, *_args
, **_kwargs
):
666 val
= controlsc
.wxTextAttr_GetBackgroundColour(self
, *_args
, **_kwargs
)
667 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
669 def GetFont(self
, *_args
, **_kwargs
):
670 val
= controlsc
.wxTextAttr_GetFont(self
, *_args
, **_kwargs
)
671 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
673 def GetAlignment(self
, *_args
, **_kwargs
):
674 val
= controlsc
.wxTextAttr_GetAlignment(self
, *_args
, **_kwargs
)
676 def GetTabs(self
, *_args
, **_kwargs
):
677 val
= controlsc
.wxTextAttr_GetTabs(self
, *_args
, **_kwargs
)
679 def GetLeftIndent(self
, *_args
, **_kwargs
):
680 val
= controlsc
.wxTextAttr_GetLeftIndent(self
, *_args
, **_kwargs
)
682 def GetRightIndent(self
, *_args
, **_kwargs
):
683 val
= controlsc
.wxTextAttr_GetRightIndent(self
, *_args
, **_kwargs
)
685 def GetFlags(self
, *_args
, **_kwargs
):
686 val
= controlsc
.wxTextAttr_GetFlags(self
, *_args
, **_kwargs
)
688 def IsDefault(self
, *_args
, **_kwargs
):
689 val
= controlsc
.wxTextAttr_IsDefault(self
, *_args
, **_kwargs
)
692 return "<%s.%s instance; proxy of C++ wxTextAttr instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
693 class wxTextAttr(wxTextAttrPtr
):
694 def __init__(self
,*_args
,**_kwargs
):
695 self
.this
= controlsc
.new_wxTextAttr(*_args
,**_kwargs
)
701 class wxTextCtrlPtr(wxControlPtr
):
702 def __init__(self
,this
):
705 def Create(self
, *_args
, **_kwargs
):
706 val
= controlsc
.wxTextCtrl_Create(self
, *_args
, **_kwargs
)
708 def GetValue(self
, *_args
, **_kwargs
):
709 val
= controlsc
.wxTextCtrl_GetValue(self
, *_args
, **_kwargs
)
711 def SetValue(self
, *_args
, **_kwargs
):
712 val
= controlsc
.wxTextCtrl_SetValue(self
, *_args
, **_kwargs
)
714 def GetRange(self
, *_args
, **_kwargs
):
715 val
= controlsc
.wxTextCtrl_GetRange(self
, *_args
, **_kwargs
)
717 def GetLineLength(self
, *_args
, **_kwargs
):
718 val
= controlsc
.wxTextCtrl_GetLineLength(self
, *_args
, **_kwargs
)
720 def GetLineText(self
, *_args
, **_kwargs
):
721 val
= controlsc
.wxTextCtrl_GetLineText(self
, *_args
, **_kwargs
)
723 def GetNumberOfLines(self
, *_args
, **_kwargs
):
724 val
= controlsc
.wxTextCtrl_GetNumberOfLines(self
, *_args
, **_kwargs
)
726 def IsModified(self
, *_args
, **_kwargs
):
727 val
= controlsc
.wxTextCtrl_IsModified(self
, *_args
, **_kwargs
)
729 def IsEditable(self
, *_args
, **_kwargs
):
730 val
= controlsc
.wxTextCtrl_IsEditable(self
, *_args
, **_kwargs
)
732 def GetSelection(self
, *_args
, **_kwargs
):
733 val
= controlsc
.wxTextCtrl_GetSelection(self
, *_args
, **_kwargs
)
735 def GetStringSelection(self
, *_args
, **_kwargs
):
736 val
= controlsc
.wxTextCtrl_GetStringSelection(self
, *_args
, **_kwargs
)
738 def Clear(self
, *_args
, **_kwargs
):
739 val
= controlsc
.wxTextCtrl_Clear(self
, *_args
, **_kwargs
)
741 def Replace(self
, *_args
, **_kwargs
):
742 val
= controlsc
.wxTextCtrl_Replace(self
, *_args
, **_kwargs
)
744 def Remove(self
, *_args
, **_kwargs
):
745 val
= controlsc
.wxTextCtrl_Remove(self
, *_args
, **_kwargs
)
747 def LoadFile(self
, *_args
, **_kwargs
):
748 val
= controlsc
.wxTextCtrl_LoadFile(self
, *_args
, **_kwargs
)
750 def SaveFile(self
, *_args
, **_kwargs
):
751 val
= controlsc
.wxTextCtrl_SaveFile(self
, *_args
, **_kwargs
)
753 def MarkDirty(self
, *_args
, **_kwargs
):
754 val
= controlsc
.wxTextCtrl_MarkDirty(self
, *_args
, **_kwargs
)
756 def DiscardEdits(self
, *_args
, **_kwargs
):
757 val
= controlsc
.wxTextCtrl_DiscardEdits(self
, *_args
, **_kwargs
)
759 def SetMaxLength(self
, *_args
, **_kwargs
):
760 val
= controlsc
.wxTextCtrl_SetMaxLength(self
, *_args
, **_kwargs
)
762 def WriteText(self
, *_args
, **_kwargs
):
763 val
= controlsc
.wxTextCtrl_WriteText(self
, *_args
, **_kwargs
)
765 def AppendText(self
, *_args
, **_kwargs
):
766 val
= controlsc
.wxTextCtrl_AppendText(self
, *_args
, **_kwargs
)
768 def EmulateKeyPress(self
, *_args
, **_kwargs
):
769 val
= controlsc
.wxTextCtrl_EmulateKeyPress(self
, *_args
, **_kwargs
)
771 def SetStyle(self
, *_args
, **_kwargs
):
772 val
= controlsc
.wxTextCtrl_SetStyle(self
, *_args
, **_kwargs
)
774 def SetDefaultStyle(self
, *_args
, **_kwargs
):
775 val
= controlsc
.wxTextCtrl_SetDefaultStyle(self
, *_args
, **_kwargs
)
777 def GetDefaultStyle(self
, *_args
, **_kwargs
):
778 val
= controlsc
.wxTextCtrl_GetDefaultStyle(self
, *_args
, **_kwargs
)
779 if val
: val
= wxTextAttrPtr(val
)
781 def GetStyle(self
, *_args
, **_kwargs
):
782 val
= controlsc
.wxTextCtrl_GetStyle(self
, *_args
, **_kwargs
)
784 def XYToPosition(self
, *_args
, **_kwargs
):
785 val
= controlsc
.wxTextCtrl_XYToPosition(self
, *_args
, **_kwargs
)
787 def PositionToXY(self
, *_args
, **_kwargs
):
788 val
= controlsc
.wxTextCtrl_PositionToXY(self
, *_args
, **_kwargs
)
790 def ShowPosition(self
, *_args
, **_kwargs
):
791 val
= controlsc
.wxTextCtrl_ShowPosition(self
, *_args
, **_kwargs
)
793 def Copy(self
, *_args
, **_kwargs
):
794 val
= controlsc
.wxTextCtrl_Copy(self
, *_args
, **_kwargs
)
796 def Cut(self
, *_args
, **_kwargs
):
797 val
= controlsc
.wxTextCtrl_Cut(self
, *_args
, **_kwargs
)
799 def Paste(self
, *_args
, **_kwargs
):
800 val
= controlsc
.wxTextCtrl_Paste(self
, *_args
, **_kwargs
)
802 def CanCopy(self
, *_args
, **_kwargs
):
803 val
= controlsc
.wxTextCtrl_CanCopy(self
, *_args
, **_kwargs
)
805 def CanCut(self
, *_args
, **_kwargs
):
806 val
= controlsc
.wxTextCtrl_CanCut(self
, *_args
, **_kwargs
)
808 def CanPaste(self
, *_args
, **_kwargs
):
809 val
= controlsc
.wxTextCtrl_CanPaste(self
, *_args
, **_kwargs
)
811 def Undo(self
, *_args
, **_kwargs
):
812 val
= controlsc
.wxTextCtrl_Undo(self
, *_args
, **_kwargs
)
814 def Redo(self
, *_args
, **_kwargs
):
815 val
= controlsc
.wxTextCtrl_Redo(self
, *_args
, **_kwargs
)
817 def CanUndo(self
, *_args
, **_kwargs
):
818 val
= controlsc
.wxTextCtrl_CanUndo(self
, *_args
, **_kwargs
)
820 def CanRedo(self
, *_args
, **_kwargs
):
821 val
= controlsc
.wxTextCtrl_CanRedo(self
, *_args
, **_kwargs
)
823 def SetInsertionPoint(self
, *_args
, **_kwargs
):
824 val
= controlsc
.wxTextCtrl_SetInsertionPoint(self
, *_args
, **_kwargs
)
826 def SetInsertionPointEnd(self
, *_args
, **_kwargs
):
827 val
= controlsc
.wxTextCtrl_SetInsertionPointEnd(self
, *_args
, **_kwargs
)
829 def GetInsertionPoint(self
, *_args
, **_kwargs
):
830 val
= controlsc
.wxTextCtrl_GetInsertionPoint(self
, *_args
, **_kwargs
)
832 def GetLastPosition(self
, *_args
, **_kwargs
):
833 val
= controlsc
.wxTextCtrl_GetLastPosition(self
, *_args
, **_kwargs
)
835 def SetSelection(self
, *_args
, **_kwargs
):
836 val
= controlsc
.wxTextCtrl_SetSelection(self
, *_args
, **_kwargs
)
838 def SelectAll(self
, *_args
, **_kwargs
):
839 val
= controlsc
.wxTextCtrl_SelectAll(self
, *_args
, **_kwargs
)
841 def SetEditable(self
, *_args
, **_kwargs
):
842 val
= controlsc
.wxTextCtrl_SetEditable(self
, *_args
, **_kwargs
)
844 def IsSingleLine(self
, *_args
, **_kwargs
):
845 val
= controlsc
.wxTextCtrl_IsSingleLine(self
, *_args
, **_kwargs
)
847 def IsMultiLine(self
, *_args
, **_kwargs
):
848 val
= controlsc
.wxTextCtrl_IsMultiLine(self
, *_args
, **_kwargs
)
850 def write(self
, *_args
, **_kwargs
):
851 val
= controlsc
.wxTextCtrl_write(self
, *_args
, **_kwargs
)
853 def GetString(self
, *_args
, **_kwargs
):
854 val
= controlsc
.wxTextCtrl_GetString(self
, *_args
, **_kwargs
)
857 return "<%s.%s instance; proxy of C++ wxTextCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
858 class wxTextCtrl(wxTextCtrlPtr
):
859 def __init__(self
,*_args
,**_kwargs
):
860 self
.this
= controlsc
.new_wxTextCtrl(*_args
,**_kwargs
)
862 self
._setOORInfo
(self
)
866 def wxPreTextCtrl(*_args
,**_kwargs
):
867 val
= wxTextCtrlPtr(controlsc
.new_wxPreTextCtrl(*_args
,**_kwargs
))
873 class wxScrollBarPtr(wxControlPtr
):
874 def __init__(self
,this
):
877 def Create(self
, *_args
, **_kwargs
):
878 val
= controlsc
.wxScrollBar_Create(self
, *_args
, **_kwargs
)
880 def GetRange(self
, *_args
, **_kwargs
):
881 val
= controlsc
.wxScrollBar_GetRange(self
, *_args
, **_kwargs
)
883 def GetPageSize(self
, *_args
, **_kwargs
):
884 val
= controlsc
.wxScrollBar_GetPageSize(self
, *_args
, **_kwargs
)
886 def GetThumbPosition(self
, *_args
, **_kwargs
):
887 val
= controlsc
.wxScrollBar_GetThumbPosition(self
, *_args
, **_kwargs
)
889 def GetThumbSize(self
, *_args
, **_kwargs
):
890 val
= controlsc
.wxScrollBar_GetThumbSize(self
, *_args
, **_kwargs
)
892 def GetThumbLength(self
, *_args
, **_kwargs
):
893 val
= controlsc
.wxScrollBar_GetThumbLength(self
, *_args
, **_kwargs
)
895 def IsVertical(self
, *_args
, **_kwargs
):
896 val
= controlsc
.wxScrollBar_IsVertical(self
, *_args
, **_kwargs
)
898 def SetThumbPosition(self
, *_args
, **_kwargs
):
899 val
= controlsc
.wxScrollBar_SetThumbPosition(self
, *_args
, **_kwargs
)
901 def SetScrollbar(self
, *_args
, **_kwargs
):
902 val
= controlsc
.wxScrollBar_SetScrollbar(self
, *_args
, **_kwargs
)
905 return "<%s.%s instance; proxy of C++ wxScrollBar instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
906 class wxScrollBar(wxScrollBarPtr
):
907 def __init__(self
,*_args
,**_kwargs
):
908 self
.this
= controlsc
.new_wxScrollBar(*_args
,**_kwargs
)
910 self
._setOORInfo
(self
)
914 def wxPreScrollBar(*_args
,**_kwargs
):
915 val
= wxScrollBarPtr(controlsc
.new_wxPreScrollBar(*_args
,**_kwargs
))
921 class wxSpinButtonPtr(wxControlPtr
):
922 def __init__(self
,this
):
925 def Create(self
, *_args
, **_kwargs
):
926 val
= controlsc
.wxSpinButton_Create(self
, *_args
, **_kwargs
)
928 def GetMax(self
, *_args
, **_kwargs
):
929 val
= controlsc
.wxSpinButton_GetMax(self
, *_args
, **_kwargs
)
931 def GetMin(self
, *_args
, **_kwargs
):
932 val
= controlsc
.wxSpinButton_GetMin(self
, *_args
, **_kwargs
)
934 def GetValue(self
, *_args
, **_kwargs
):
935 val
= controlsc
.wxSpinButton_GetValue(self
, *_args
, **_kwargs
)
937 def SetRange(self
, *_args
, **_kwargs
):
938 val
= controlsc
.wxSpinButton_SetRange(self
, *_args
, **_kwargs
)
940 def SetValue(self
, *_args
, **_kwargs
):
941 val
= controlsc
.wxSpinButton_SetValue(self
, *_args
, **_kwargs
)
944 return "<%s.%s instance; proxy of C++ wxSpinButton instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
945 class wxSpinButton(wxSpinButtonPtr
):
946 def __init__(self
,*_args
,**_kwargs
):
947 self
.this
= controlsc
.new_wxSpinButton(*_args
,**_kwargs
)
949 self
._setOORInfo
(self
)
953 def wxPreSpinButton(*_args
,**_kwargs
):
954 val
= wxSpinButtonPtr(controlsc
.new_wxPreSpinButton(*_args
,**_kwargs
))
960 class wxStaticBitmapPtr(wxControlPtr
):
961 def __init__(self
,this
):
964 def Create(self
, *_args
, **_kwargs
):
965 val
= controlsc
.wxStaticBitmap_Create(self
, *_args
, **_kwargs
)
967 def GetBitmap(self
, *_args
, **_kwargs
):
968 val
= controlsc
.wxStaticBitmap_GetBitmap(self
, *_args
, **_kwargs
)
969 if val
: val
= wxBitmapPtr(val
) ; val
.thisown
= 1
971 def SetBitmap(self
, *_args
, **_kwargs
):
972 val
= controlsc
.wxStaticBitmap_SetBitmap(self
, *_args
, **_kwargs
)
974 def SetIcon(self
, *_args
, **_kwargs
):
975 val
= controlsc
.wxStaticBitmap_SetIcon(self
, *_args
, **_kwargs
)
978 return "<%s.%s instance; proxy of C++ wxStaticBitmap instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
979 class wxStaticBitmap(wxStaticBitmapPtr
):
980 def __init__(self
,*_args
,**_kwargs
):
981 self
.this
= controlsc
.new_wxStaticBitmap(*_args
,**_kwargs
)
983 self
._setOORInfo
(self
)
987 def wxPreStaticBitmap(*_args
,**_kwargs
):
988 val
= wxStaticBitmapPtr(controlsc
.new_wxPreStaticBitmap(*_args
,**_kwargs
))
994 class wxRadioBoxPtr(wxControlPtr
):
995 def __init__(self
,this
):
998 def Create(self
, *_args
, **_kwargs
):
999 val
= controlsc
.wxRadioBox_Create(self
, *_args
, **_kwargs
)
1001 def Enable(self
, *_args
, **_kwargs
):
1002 val
= controlsc
.wxRadioBox_Enable(self
, *_args
, **_kwargs
)
1004 def EnableItem(self
, *_args
, **_kwargs
):
1005 val
= controlsc
.wxRadioBox_EnableItem(self
, *_args
, **_kwargs
)
1007 def FindString(self
, *_args
, **_kwargs
):
1008 val
= controlsc
.wxRadioBox_FindString(self
, *_args
, **_kwargs
)
1010 def GetString(self
, *_args
, **_kwargs
):
1011 val
= controlsc
.wxRadioBox_GetString(self
, *_args
, **_kwargs
)
1013 def SetString(self
, *_args
, **_kwargs
):
1014 val
= controlsc
.wxRadioBox_SetString(self
, *_args
, **_kwargs
)
1016 def GetSelection(self
, *_args
, **_kwargs
):
1017 val
= controlsc
.wxRadioBox_GetSelection(self
, *_args
, **_kwargs
)
1019 def GetStringSelection(self
, *_args
, **_kwargs
):
1020 val
= controlsc
.wxRadioBox_GetStringSelection(self
, *_args
, **_kwargs
)
1022 def GetCount(self
, *_args
, **_kwargs
):
1023 val
= controlsc
.wxRadioBox_GetCount(self
, *_args
, **_kwargs
)
1025 def SetSelection(self
, *_args
, **_kwargs
):
1026 val
= controlsc
.wxRadioBox_SetSelection(self
, *_args
, **_kwargs
)
1028 def SetStringSelection(self
, *_args
, **_kwargs
):
1029 val
= controlsc
.wxRadioBox_SetStringSelection(self
, *_args
, **_kwargs
)
1031 def Show(self
, *_args
, **_kwargs
):
1032 val
= controlsc
.wxRadioBox_Show(self
, *_args
, **_kwargs
)
1034 def ShowItem(self
, *_args
, **_kwargs
):
1035 val
= controlsc
.wxRadioBox_ShowItem(self
, *_args
, **_kwargs
)
1038 return "<%s.%s instance; proxy of C++ wxRadioBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1040 GetItemLabel
= GetString
1041 SetItemLabel
= SetString
1044 class wxRadioBox(wxRadioBoxPtr
):
1045 def __init__(self
,*_args
,**_kwargs
):
1046 self
.this
= controlsc
.new_wxRadioBox(*_args
,**_kwargs
)
1048 self
._setOORInfo
(self
)
1052 def wxPreRadioBox(*_args
,**_kwargs
):
1053 val
= wxRadioBoxPtr(controlsc
.new_wxPreRadioBox(*_args
,**_kwargs
))
1055 val
._setOORInfo
(val
)
1059 class wxRadioButtonPtr(wxControlPtr
):
1060 def __init__(self
,this
):
1063 def Create(self
, *_args
, **_kwargs
):
1064 val
= controlsc
.wxRadioButton_Create(self
, *_args
, **_kwargs
)
1066 def GetValue(self
, *_args
, **_kwargs
):
1067 val
= controlsc
.wxRadioButton_GetValue(self
, *_args
, **_kwargs
)
1069 def SetValue(self
, *_args
, **_kwargs
):
1070 val
= controlsc
.wxRadioButton_SetValue(self
, *_args
, **_kwargs
)
1073 return "<%s.%s instance; proxy of C++ wxRadioButton instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1074 class wxRadioButton(wxRadioButtonPtr
):
1075 def __init__(self
,*_args
,**_kwargs
):
1076 self
.this
= controlsc
.new_wxRadioButton(*_args
,**_kwargs
)
1078 self
._setOORInfo
(self
)
1082 def wxPreRadioButton(*_args
,**_kwargs
):
1083 val
= wxRadioButtonPtr(controlsc
.new_wxPreRadioButton(*_args
,**_kwargs
))
1085 val
._setOORInfo
(val
)
1089 class wxSliderPtr(wxControlPtr
):
1090 def __init__(self
,this
):
1093 def Create(self
, *_args
, **_kwargs
):
1094 val
= controlsc
.wxSlider_Create(self
, *_args
, **_kwargs
)
1096 def ClearSel(self
, *_args
, **_kwargs
):
1097 val
= controlsc
.wxSlider_ClearSel(self
, *_args
, **_kwargs
)
1099 def ClearTicks(self
, *_args
, **_kwargs
):
1100 val
= controlsc
.wxSlider_ClearTicks(self
, *_args
, **_kwargs
)
1102 def GetLineSize(self
, *_args
, **_kwargs
):
1103 val
= controlsc
.wxSlider_GetLineSize(self
, *_args
, **_kwargs
)
1105 def GetMax(self
, *_args
, **_kwargs
):
1106 val
= controlsc
.wxSlider_GetMax(self
, *_args
, **_kwargs
)
1108 def GetMin(self
, *_args
, **_kwargs
):
1109 val
= controlsc
.wxSlider_GetMin(self
, *_args
, **_kwargs
)
1111 def GetPageSize(self
, *_args
, **_kwargs
):
1112 val
= controlsc
.wxSlider_GetPageSize(self
, *_args
, **_kwargs
)
1114 def GetSelEnd(self
, *_args
, **_kwargs
):
1115 val
= controlsc
.wxSlider_GetSelEnd(self
, *_args
, **_kwargs
)
1117 def GetSelStart(self
, *_args
, **_kwargs
):
1118 val
= controlsc
.wxSlider_GetSelStart(self
, *_args
, **_kwargs
)
1120 def GetThumbLength(self
, *_args
, **_kwargs
):
1121 val
= controlsc
.wxSlider_GetThumbLength(self
, *_args
, **_kwargs
)
1123 def GetTickFreq(self
, *_args
, **_kwargs
):
1124 val
= controlsc
.wxSlider_GetTickFreq(self
, *_args
, **_kwargs
)
1126 def GetValue(self
, *_args
, **_kwargs
):
1127 val
= controlsc
.wxSlider_GetValue(self
, *_args
, **_kwargs
)
1129 def SetRange(self
, *_args
, **_kwargs
):
1130 val
= controlsc
.wxSlider_SetRange(self
, *_args
, **_kwargs
)
1132 def SetTickFreq(self
, *_args
, **_kwargs
):
1133 val
= controlsc
.wxSlider_SetTickFreq(self
, *_args
, **_kwargs
)
1135 def SetLineSize(self
, *_args
, **_kwargs
):
1136 val
= controlsc
.wxSlider_SetLineSize(self
, *_args
, **_kwargs
)
1138 def SetPageSize(self
, *_args
, **_kwargs
):
1139 val
= controlsc
.wxSlider_SetPageSize(self
, *_args
, **_kwargs
)
1141 def SetSelection(self
, *_args
, **_kwargs
):
1142 val
= controlsc
.wxSlider_SetSelection(self
, *_args
, **_kwargs
)
1144 def SetThumbLength(self
, *_args
, **_kwargs
):
1145 val
= controlsc
.wxSlider_SetThumbLength(self
, *_args
, **_kwargs
)
1147 def SetTick(self
, *_args
, **_kwargs
):
1148 val
= controlsc
.wxSlider_SetTick(self
, *_args
, **_kwargs
)
1150 def SetValue(self
, *_args
, **_kwargs
):
1151 val
= controlsc
.wxSlider_SetValue(self
, *_args
, **_kwargs
)
1154 return "<%s.%s instance; proxy of C++ wxSlider instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1155 class wxSlider(wxSliderPtr
):
1156 def __init__(self
,*_args
,**_kwargs
):
1157 self
.this
= controlsc
.new_wxSlider(*_args
,**_kwargs
)
1159 self
._setOORInfo
(self
)
1163 def wxPreSlider(*_args
,**_kwargs
):
1164 val
= wxSliderPtr(controlsc
.new_wxPreSlider(*_args
,**_kwargs
))
1166 val
._setOORInfo
(val
)
1170 class wxSpinCtrlPtr(wxSpinButtonPtr
):
1171 def __init__(self
,this
):
1174 def Create(self
, *_args
, **_kwargs
):
1175 val
= controlsc
.wxSpinCtrl_Create(self
, *_args
, **_kwargs
)
1177 def GetMax(self
, *_args
, **_kwargs
):
1178 val
= controlsc
.wxSpinCtrl_GetMax(self
, *_args
, **_kwargs
)
1180 def GetMin(self
, *_args
, **_kwargs
):
1181 val
= controlsc
.wxSpinCtrl_GetMin(self
, *_args
, **_kwargs
)
1183 def GetValue(self
, *_args
, **_kwargs
):
1184 val
= controlsc
.wxSpinCtrl_GetValue(self
, *_args
, **_kwargs
)
1186 def SetRange(self
, *_args
, **_kwargs
):
1187 val
= controlsc
.wxSpinCtrl_SetRange(self
, *_args
, **_kwargs
)
1189 def SetValue(self
, *_args
, **_kwargs
):
1190 val
= controlsc
.wxSpinCtrl_SetValue(self
, *_args
, **_kwargs
)
1192 def SetSelection(self
, *_args
, **_kwargs
):
1193 val
= controlsc
.wxSpinCtrl_SetSelection(self
, *_args
, **_kwargs
)
1196 return "<%s.%s instance; proxy of C++ wxSpinCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1197 class wxSpinCtrl(wxSpinCtrlPtr
):
1198 def __init__(self
,*_args
,**_kwargs
):
1199 self
.this
= controlsc
.new_wxSpinCtrl(*_args
,**_kwargs
)
1201 self
._setOORInfo
(self
)
1205 def wxPreSpinCtrl(*_args
,**_kwargs
):
1206 val
= wxSpinCtrlPtr(controlsc
.new_wxPreSpinCtrl(*_args
,**_kwargs
))
1208 val
._setOORInfo
(val
)
1212 class wxToggleButtonPtr(wxControlPtr
):
1213 def __init__(self
,this
):
1216 def Create(self
, *_args
, **_kwargs
):
1217 val
= controlsc
.wxToggleButton_Create(self
, *_args
, **_kwargs
)
1219 def SetValue(self
, *_args
, **_kwargs
):
1220 val
= controlsc
.wxToggleButton_SetValue(self
, *_args
, **_kwargs
)
1222 def GetValue(self
, *_args
, **_kwargs
):
1223 val
= controlsc
.wxToggleButton_GetValue(self
, *_args
, **_kwargs
)
1225 def SetLabel(self
, *_args
, **_kwargs
):
1226 val
= controlsc
.wxToggleButton_SetLabel(self
, *_args
, **_kwargs
)
1229 return "<%s.%s instance; proxy of C++ wxToggleButton instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1230 class wxToggleButton(wxToggleButtonPtr
):
1231 def __init__(self
,*_args
,**_kwargs
):
1232 self
.this
= controlsc
.new_wxToggleButton(*_args
,**_kwargs
)
1234 self
._setOORInfo
(self
)
1238 def wxPreToggleButton(*_args
,**_kwargs
):
1239 val
= wxToggleButtonPtr(controlsc
.new_wxPreToggleButton(*_args
,**_kwargs
))
1241 val
._setOORInfo
(val
)
1247 #-------------- FUNCTION WRAPPERS ------------------
1249 def wxButton_GetDefaultSize(*_args
, **_kwargs
):
1250 val
= controlsc
.wxButton_GetDefaultSize(*_args
,**_kwargs
)
1251 if val
: val
= wxSizePtr(val
); val
.thisown
= 1
1254 def wxTextAttr_Combine(*_args
, **_kwargs
):
1255 val
= controlsc
.wxTextAttr_Combine(*_args
,**_kwargs
)
1256 if val
: val
= wxTextAttrPtr(val
); val
.thisown
= 1
1261 #-------------- VARIABLE WRAPPERS ------------------
1263 cvar
= controlsc
.cvar
1264 wxDefaultValidator
= wxValidatorPtr(controlsc
.cvar
.wxDefaultValidator
)
1265 wxTE_NO_VSCROLL
= controlsc
.wxTE_NO_VSCROLL
1266 wxTE_AUTO_SCROLL
= controlsc
.wxTE_AUTO_SCROLL
1267 wxTE_READONLY
= controlsc
.wxTE_READONLY
1268 wxTE_MULTILINE
= controlsc
.wxTE_MULTILINE
1269 wxTE_PROCESS_TAB
= controlsc
.wxTE_PROCESS_TAB
1270 wxTE_LEFT
= controlsc
.wxTE_LEFT
1271 wxTE_CENTER
= controlsc
.wxTE_CENTER
1272 wxTE_RIGHT
= controlsc
.wxTE_RIGHT
1273 wxTE_CENTRE
= controlsc
.wxTE_CENTRE
1274 wxTE_RICH
= controlsc
.wxTE_RICH
1275 wxTE_PROCESS_ENTER
= controlsc
.wxTE_PROCESS_ENTER
1276 wxTE_PASSWORD
= controlsc
.wxTE_PASSWORD
1277 wxTE_AUTO_URL
= controlsc
.wxTE_AUTO_URL
1278 wxTE_NOHIDESEL
= controlsc
.wxTE_NOHIDESEL
1279 wxTE_DONTWRAP
= controlsc
.wxTE_DONTWRAP
1280 wxTE_LINEWRAP
= controlsc
.wxTE_LINEWRAP
1281 wxTE_WORDWRAP
= controlsc
.wxTE_WORDWRAP
1282 wxTE_RICH2
= controlsc
.wxTE_RICH2
1283 wxTEXT_ATTR_TEXT_COLOUR
= controlsc
.wxTEXT_ATTR_TEXT_COLOUR
1284 wxTEXT_ATTR_BACKGROUND_COLOUR
= controlsc
.wxTEXT_ATTR_BACKGROUND_COLOUR
1285 wxTEXT_ATTR_FONT_FACE
= controlsc
.wxTEXT_ATTR_FONT_FACE
1286 wxTEXT_ATTR_FONT_SIZE
= controlsc
.wxTEXT_ATTR_FONT_SIZE
1287 wxTEXT_ATTR_FONT_WEIGHT
= controlsc
.wxTEXT_ATTR_FONT_WEIGHT
1288 wxTEXT_ATTR_FONT_ITALIC
= controlsc
.wxTEXT_ATTR_FONT_ITALIC
1289 wxTEXT_ATTR_FONT_UNDERLINE
= controlsc
.wxTEXT_ATTR_FONT_UNDERLINE
1290 wxTEXT_ATTR_FONT
= controlsc
.wxTEXT_ATTR_FONT
1291 wxTEXT_ATTR_ALIGNMENT
= controlsc
.wxTEXT_ATTR_ALIGNMENT
1292 wxTEXT_ATTR_LEFT_INDENT
= controlsc
.wxTEXT_ATTR_LEFT_INDENT
1293 wxTEXT_ATTR_RIGHT_INDENT
= controlsc
.wxTEXT_ATTR_RIGHT_INDENT
1294 wxTEXT_ATTR_TABS
= controlsc
.wxTEXT_ATTR_TABS
1295 wxTEXT_ALIGNMENT_DEFAULT
= controlsc
.wxTEXT_ALIGNMENT_DEFAULT
1296 wxTEXT_ALIGNMENT_LEFT
= controlsc
.wxTEXT_ALIGNMENT_LEFT
1297 wxTEXT_ALIGNMENT_CENTRE
= controlsc
.wxTEXT_ALIGNMENT_CENTRE
1298 wxTEXT_ALIGNMENT_CENTER
= controlsc
.wxTEXT_ALIGNMENT_CENTER
1299 wxTEXT_ALIGNMENT_RIGHT
= controlsc
.wxTEXT_ALIGNMENT_RIGHT
1300 wxTEXT_ALIGNMENT_JUSTIFIED
= controlsc
.wxTEXT_ALIGNMENT_JUSTIFIED
1301 wxEVT_COMMAND_TOGGLEBUTTON_CLICKED
= controlsc
.wxEVT_COMMAND_TOGGLEBUTTON_CLICKED