1 # This file was created automatically by SWIG.
12 class wxControlPtr(wxWindowPtr
):
13 def __init__(self
,this
):
16 def Command(self
,arg0
):
17 val
= controlsc
.wxControl_Command(self
.this
,arg0
.this
)
20 val
= controlsc
.wxControl_GetLabel(self
.this
)
22 def SetLabel(self
,arg0
):
23 val
= controlsc
.wxControl_SetLabel(self
.this
,arg0
)
26 return "<C wxControl instance>"
27 class wxControl(wxControlPtr
):
28 def __init__(self
,this
):
34 class wxButtonPtr(wxControlPtr
):
35 def __init__(self
,this
):
39 val
= controlsc
.wxButton_SetDefault(self
.this
)
42 return "<C wxButton instance>"
43 class wxButton(wxButtonPtr
):
44 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
46 try: argl
[0] = argl
[0].this
48 try: argl
[1] = argl
[1].this
51 self
.this
= apply(controlsc
.new_wxButton
,(arg0
.this
,arg1
,arg2
,)+args
)
53 wx
._StdWindowCallbacks
(self
)
58 class wxBitmapButtonPtr(wxButtonPtr
):
59 def __init__(self
,this
):
62 def GetBitmapLabel(self
):
63 val
= controlsc
.wxBitmapButton_GetBitmapLabel(self
.this
)
64 val
= wxBitmapPtr(val
)
66 def GetBitmapDisabled(self
):
67 val
= controlsc
.wxBitmapButton_GetBitmapDisabled(self
.this
)
68 val
= wxBitmapPtr(val
)
70 def GetBitmapFocus(self
):
71 val
= controlsc
.wxBitmapButton_GetBitmapFocus(self
.this
)
72 val
= wxBitmapPtr(val
)
74 def GetBitmapSelected(self
):
75 val
= controlsc
.wxBitmapButton_GetBitmapSelected(self
.this
)
76 val
= wxBitmapPtr(val
)
78 def SetBitmapDisabled(self
,arg0
):
79 val
= controlsc
.wxBitmapButton_SetBitmapDisabled(self
.this
,arg0
.this
)
81 def SetBitmapFocus(self
,arg0
):
82 val
= controlsc
.wxBitmapButton_SetBitmapFocus(self
.this
,arg0
.this
)
84 def SetBitmapSelected(self
,arg0
):
85 val
= controlsc
.wxBitmapButton_SetBitmapSelected(self
.this
,arg0
.this
)
87 def SetBitmapLabel(self
,arg0
):
88 val
= controlsc
.wxBitmapButton_SetBitmapLabel(self
.this
,arg0
.this
)
91 return "<C wxBitmapButton instance>"
92 class wxBitmapButton(wxBitmapButtonPtr
):
93 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
95 try: argl
[0] = argl
[0].this
97 try: argl
[1] = argl
[1].this
100 self
.this
= apply(controlsc
.new_wxBitmapButton
,(arg0
.this
,arg1
,arg2
.this
,)+args
)
102 wx
._StdWindowCallbacks
(self
)
107 class wxCheckBoxPtr(wxControlPtr
):
108 def __init__(self
,this
):
112 val
= controlsc
.wxCheckBox_GetValue(self
.this
)
114 def SetValue(self
,arg0
):
115 val
= controlsc
.wxCheckBox_SetValue(self
.this
,arg0
)
118 return "<C wxCheckBox instance>"
119 class wxCheckBox(wxCheckBoxPtr
):
120 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
121 argl
= map(None,args
)
122 try: argl
[0] = argl
[0].this
124 try: argl
[1] = argl
[1].this
127 self
.this
= apply(controlsc
.new_wxCheckBox
,(arg0
.this
,arg1
,arg2
,)+args
)
129 wx
._StdWindowCallbacks
(self
)
134 class wxChoicePtr(wxControlPtr
):
135 def __init__(self
,this
):
138 def Append(self
,arg0
):
139 val
= controlsc
.wxChoice_Append(self
.this
,arg0
)
142 val
= controlsc
.wxChoice_Clear(self
.this
)
144 def FindString(self
,arg0
):
145 val
= controlsc
.wxChoice_FindString(self
.this
,arg0
)
147 def GetColumns(self
):
148 val
= controlsc
.wxChoice_GetColumns(self
.this
)
150 def GetSelection(self
):
151 val
= controlsc
.wxChoice_GetSelection(self
.this
)
153 def GetString(self
,arg0
):
154 val
= controlsc
.wxChoice_GetString(self
.this
,arg0
)
156 def GetStringSelection(self
):
157 val
= controlsc
.wxChoice_GetStringSelection(self
.this
)
160 val
= controlsc
.wxChoice_Number(self
.this
)
162 def SetColumns(self
,*args
):
163 val
= apply(controlsc
.wxChoice_SetColumns
,(self
.this
,)+args
)
165 def SetSelection(self
,arg0
):
166 val
= controlsc
.wxChoice_SetSelection(self
.this
,arg0
)
168 def SetStringSelection(self
,arg0
):
169 val
= controlsc
.wxChoice_SetStringSelection(self
.this
,arg0
)
172 return "<C wxChoice instance>"
173 class wxChoice(wxChoicePtr
):
174 def __init__(self
,arg0
,arg1
,*args
) :
175 argl
= map(None,args
)
176 try: argl
[0] = argl
[0].this
178 try: argl
[1] = argl
[1].this
181 self
.this
= apply(controlsc
.new_wxChoice
,(arg0
.this
,arg1
,)+args
)
183 wx
._StdWindowCallbacks
(self
)
188 class wxComboBoxPtr(wxControlPtr
):
189 def __init__(self
,this
):
192 def Append(self
,arg0
):
193 val
= controlsc
.wxComboBox_Append(self
.this
,arg0
)
196 val
= controlsc
.wxComboBox_Clear(self
.this
)
199 val
= controlsc
.wxComboBox_Copy(self
.this
)
202 val
= controlsc
.wxComboBox_Cut(self
.this
)
204 def Delete(self
,arg0
):
205 val
= controlsc
.wxComboBox_Delete(self
.this
,arg0
)
207 def FindString(self
,arg0
):
208 val
= controlsc
.wxComboBox_FindString(self
.this
,arg0
)
210 def GetInsertionPoint(self
):
211 val
= controlsc
.wxComboBox_GetInsertionPoint(self
.this
)
213 def GetLastPosition(self
):
214 val
= controlsc
.wxComboBox_GetLastPosition(self
.this
)
216 def GetSelection(self
):
217 val
= controlsc
.wxComboBox_GetSelection(self
.this
)
219 def GetString(self
,arg0
):
220 val
= controlsc
.wxComboBox_GetString(self
.this
,arg0
)
222 def GetStringSelection(self
):
223 val
= controlsc
.wxComboBox_GetStringSelection(self
.this
)
226 val
= controlsc
.wxComboBox_GetValue(self
.this
)
229 val
= controlsc
.wxComboBox_Number(self
.this
)
232 val
= controlsc
.wxComboBox_Paste(self
.this
)
234 def Replace(self
,arg0
,arg1
,arg2
):
235 val
= controlsc
.wxComboBox_Replace(self
.this
,arg0
,arg1
,arg2
)
237 def Remove(self
,arg0
,arg1
):
238 val
= controlsc
.wxComboBox_Remove(self
.this
,arg0
,arg1
)
240 def SetInsertionPoint(self
,arg0
):
241 val
= controlsc
.wxComboBox_SetInsertionPoint(self
.this
,arg0
)
243 def SetInsertionPointEnd(self
):
244 val
= controlsc
.wxComboBox_SetInsertionPointEnd(self
.this
)
246 def SetSelection(self
,arg0
,*args
):
247 val
= apply(controlsc
.wxComboBox_SetSelection
,(self
.this
,arg0
,)+args
)
249 def SetMark(self
,arg0
,arg1
):
250 val
= controlsc
.wxComboBox_SetMark(self
.this
,arg0
,arg1
)
252 def SetValue(self
,arg0
):
253 val
= controlsc
.wxComboBox_SetValue(self
.this
,arg0
)
256 return "<C wxComboBox instance>"
257 class wxComboBox(wxComboBoxPtr
):
258 def __init__(self
,arg0
,arg1
,*args
) :
259 argl
= map(None,args
)
260 try: argl
[1] = argl
[1].this
262 try: argl
[2] = argl
[2].this
265 self
.this
= apply(controlsc
.new_wxComboBox
,(arg0
.this
,arg1
,)+args
)
267 wx
._StdWindowCallbacks
(self
)
272 class wxGaugePtr(wxControlPtr
):
273 def __init__(self
,this
):
276 def GetBezelFace(self
):
277 val
= controlsc
.wxGauge_GetBezelFace(self
.this
)
280 val
= controlsc
.wxGauge_GetRange(self
.this
)
282 def GetShadowWidth(self
):
283 val
= controlsc
.wxGauge_GetShadowWidth(self
.this
)
286 val
= controlsc
.wxGauge_GetValue(self
.this
)
288 def SetBezelFace(self
,arg0
):
289 val
= controlsc
.wxGauge_SetBezelFace(self
.this
,arg0
)
291 def SetRange(self
,arg0
):
292 val
= controlsc
.wxGauge_SetRange(self
.this
,arg0
)
294 def SetShadowWidth(self
,arg0
):
295 val
= controlsc
.wxGauge_SetShadowWidth(self
.this
,arg0
)
297 def SetValue(self
,arg0
):
298 val
= controlsc
.wxGauge_SetValue(self
.this
,arg0
)
301 return "<C wxGauge instance>"
302 class wxGauge(wxGaugePtr
):
303 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
304 argl
= map(None,args
)
305 try: argl
[0] = argl
[0].this
307 try: argl
[1] = argl
[1].this
310 self
.this
= apply(controlsc
.new_wxGauge
,(arg0
.this
,arg1
,arg2
,)+args
)
312 wx
._StdWindowCallbacks
(self
)
317 class wxStaticBoxPtr(wxControlPtr
):
318 def __init__(self
,this
):
322 return "<C wxStaticBox instance>"
323 class wxStaticBox(wxStaticBoxPtr
):
324 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
325 argl
= map(None,args
)
326 try: argl
[0] = argl
[0].this
328 try: argl
[1] = argl
[1].this
331 self
.this
= apply(controlsc
.new_wxStaticBox
,(arg0
.this
,arg1
,arg2
,)+args
)
337 class wxStaticTextPtr(wxControlPtr
):
338 def __init__(self
,this
):
342 val
= controlsc
.wxStaticText_GetLabel(self
.this
)
344 def SetLabel(self
,arg0
):
345 val
= controlsc
.wxStaticText_SetLabel(self
.this
,arg0
)
348 return "<C wxStaticText instance>"
349 class wxStaticText(wxStaticTextPtr
):
350 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
351 argl
= map(None,args
)
352 try: argl
[0] = argl
[0].this
354 try: argl
[1] = argl
[1].this
357 self
.this
= apply(controlsc
.new_wxStaticText
,(arg0
.this
,arg1
,arg2
,)+args
)
359 wx
._StdWindowCallbacks
(self
)
364 class wxListBoxPtr(wxControlPtr
):
365 def __init__(self
,this
):
368 def Append(self
,arg0
):
369 val
= controlsc
.wxListBox_Append(self
.this
,arg0
)
372 val
= controlsc
.wxListBox_Clear(self
.this
)
374 def Delete(self
,arg0
):
375 val
= controlsc
.wxListBox_Delete(self
.this
,arg0
)
377 def Deselect(self
,arg0
):
378 val
= controlsc
.wxListBox_Deselect(self
.this
,arg0
)
380 def FindString(self
,arg0
):
381 val
= controlsc
.wxListBox_FindString(self
.this
,arg0
)
383 def GetSelection(self
):
384 val
= controlsc
.wxListBox_GetSelection(self
.this
)
386 def GetString(self
,arg0
):
387 val
= controlsc
.wxListBox_GetString(self
.this
,arg0
)
389 def GetStringSelection(self
):
390 val
= controlsc
.wxListBox_GetStringSelection(self
.this
)
393 val
= controlsc
.wxListBox_Number(self
.this
)
395 def Selected(self
,arg0
):
396 val
= controlsc
.wxListBox_Selected(self
.this
,arg0
)
398 def Set(self
,arg0
,*args
):
399 val
= apply(controlsc
.wxListBox_Set
,(self
.this
,arg0
,)+args
)
401 def SetFirstItem(self
,arg0
):
402 val
= controlsc
.wxListBox_SetFirstItem(self
.this
,arg0
)
404 def SetFirstItemStr(self
,arg0
):
405 val
= controlsc
.wxListBox_SetFirstItemStr(self
.this
,arg0
)
407 def SetSelection(self
,arg0
,*args
):
408 val
= apply(controlsc
.wxListBox_SetSelection
,(self
.this
,arg0
,)+args
)
410 def SetString(self
,arg0
,arg1
):
411 val
= controlsc
.wxListBox_SetString(self
.this
,arg0
,arg1
)
413 def SetStringSelection(self
,arg0
,*args
):
414 val
= apply(controlsc
.wxListBox_SetStringSelection
,(self
.this
,arg0
,)+args
)
417 return "<C wxListBox instance>"
418 class wxListBox(wxListBoxPtr
):
419 def __init__(self
,arg0
,arg1
,*args
) :
420 argl
= map(None,args
)
421 try: argl
[0] = argl
[0].this
423 try: argl
[1] = argl
[1].this
426 self
.this
= apply(controlsc
.new_wxListBox
,(arg0
.this
,arg1
,)+args
)
428 wx
._StdWindowCallbacks
(self
)
433 class wxCheckListBoxPtr(wxListBoxPtr
):
434 def __init__(self
,this
):
437 def IsChecked(self
,arg0
):
438 val
= controlsc
.wxCheckListBox_IsChecked(self
.this
,arg0
)
440 def Check(self
,arg0
,*args
):
441 val
= apply(controlsc
.wxCheckListBox_Check
,(self
.this
,arg0
,)+args
)
443 def GetItemHeight(self
):
444 val
= controlsc
.wxCheckListBox_GetItemHeight(self
.this
)
447 return "<C wxCheckListBox instance>"
448 class wxCheckListBox(wxCheckListBoxPtr
):
449 def __init__(self
,arg0
,arg1
,*args
) :
450 argl
= map(None,args
)
451 try: argl
[0] = argl
[0].this
453 try: argl
[1] = argl
[1].this
456 self
.this
= apply(controlsc
.new_wxCheckListBox
,(arg0
.this
,arg1
,)+args
)
458 wx
._StdWindowCallbacks
(self
)
463 class wxTextCtrlPtr(wxControlPtr
):
464 def __init__(self
,this
):
468 val
= controlsc
.wxTextCtrl_Clear(self
.this
)
471 val
= controlsc
.wxTextCtrl_Copy(self
.this
)
474 val
= controlsc
.wxTextCtrl_Cut(self
.this
)
476 def DiscardEdits(self
):
477 val
= controlsc
.wxTextCtrl_DiscardEdits(self
.this
)
479 def GetInsertionPoint(self
):
480 val
= controlsc
.wxTextCtrl_GetInsertionPoint(self
.this
)
482 def GetLastPosition(self
):
483 val
= controlsc
.wxTextCtrl_GetLastPosition(self
.this
)
485 def GetLineLength(self
,arg0
):
486 val
= controlsc
.wxTextCtrl_GetLineLength(self
.this
,arg0
)
488 def GetLineText(self
,arg0
):
489 val
= controlsc
.wxTextCtrl_GetLineText(self
.this
,arg0
)
491 def GetNumberOfLines(self
):
492 val
= controlsc
.wxTextCtrl_GetNumberOfLines(self
.this
)
495 val
= controlsc
.wxTextCtrl_GetValue(self
.this
)
497 def IsModified(self
):
498 val
= controlsc
.wxTextCtrl_IsModified(self
.this
)
500 def LoadFile(self
,arg0
):
501 val
= controlsc
.wxTextCtrl_LoadFile(self
.this
,arg0
)
504 val
= controlsc
.wxTextCtrl_Paste(self
.this
)
506 def PositionToXY(self
,arg0
):
507 val
= controlsc
.wxTextCtrl_PositionToXY(self
.this
,arg0
)
509 def Remove(self
,arg0
,arg1
):
510 val
= controlsc
.wxTextCtrl_Remove(self
.this
,arg0
,arg1
)
512 def Replace(self
,arg0
,arg1
,arg2
):
513 val
= controlsc
.wxTextCtrl_Replace(self
.this
,arg0
,arg1
,arg2
)
515 def SaveFile(self
,arg0
):
516 val
= controlsc
.wxTextCtrl_SaveFile(self
.this
,arg0
)
518 def SetEditable(self
,arg0
):
519 val
= controlsc
.wxTextCtrl_SetEditable(self
.this
,arg0
)
521 def SetInsertionPoint(self
,arg0
):
522 val
= controlsc
.wxTextCtrl_SetInsertionPoint(self
.this
,arg0
)
524 def SetInsertionPointEnd(self
):
525 val
= controlsc
.wxTextCtrl_SetInsertionPointEnd(self
.this
)
527 def SetSelection(self
,arg0
,arg1
):
528 val
= controlsc
.wxTextCtrl_SetSelection(self
.this
,arg0
,arg1
)
530 def SetValue(self
,arg0
):
531 val
= controlsc
.wxTextCtrl_SetValue(self
.this
,arg0
)
533 def ShowPosition(self
,arg0
):
534 val
= controlsc
.wxTextCtrl_ShowPosition(self
.this
,arg0
)
536 def WriteText(self
,arg0
):
537 val
= controlsc
.wxTextCtrl_WriteText(self
.this
,arg0
)
539 def XYToPosition(self
,arg0
,arg1
):
540 val
= controlsc
.wxTextCtrl_XYToPosition(self
.this
,arg0
,arg1
)
543 return "<C wxTextCtrl instance>"
544 class wxTextCtrl(wxTextCtrlPtr
):
545 def __init__(self
,arg0
,arg1
,*args
) :
546 argl
= map(None,args
)
547 try: argl
[1] = argl
[1].this
549 try: argl
[2] = argl
[2].this
552 self
.this
= apply(controlsc
.new_wxTextCtrl
,(arg0
.this
,arg1
,)+args
)
554 wx
._StdWindowCallbacks
(self
)
559 class wxScrollBarPtr(wxControlPtr
):
560 def __init__(self
,this
):
564 val
= controlsc
.wxScrollBar_GetRange(self
.this
)
566 def GetPageSize(self
):
567 val
= controlsc
.wxScrollBar_GetPageSize(self
.this
)
569 def GetThumbPosition(self
):
570 val
= controlsc
.wxScrollBar_GetThumbPosition(self
.this
)
572 def GetThumbSize(self
):
573 val
= controlsc
.wxScrollBar_GetThumbSize(self
.this
)
575 def SetThumbPosition(self
,arg0
):
576 val
= controlsc
.wxScrollBar_SetThumbPosition(self
.this
,arg0
)
578 def SetScrollbar(self
,arg0
,arg1
,arg2
,arg3
,*args
):
579 val
= apply(controlsc
.wxScrollBar_SetScrollbar
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
582 return "<C wxScrollBar instance>"
583 class wxScrollBar(wxScrollBarPtr
):
584 def __init__(self
,arg0
,*args
) :
585 argl
= map(None,args
)
586 try: argl
[1] = argl
[1].this
588 try: argl
[2] = argl
[2].this
591 self
.this
= apply(controlsc
.new_wxScrollBar
,(arg0
.this
,)+args
)
593 wx
._StdWindowCallbacks
(self
)
598 class wxSpinButtonPtr(wxControlPtr
):
599 def __init__(self
,this
):
603 val
= controlsc
.wxSpinButton_GetMax(self
.this
)
606 val
= controlsc
.wxSpinButton_GetMin(self
.this
)
609 val
= controlsc
.wxSpinButton_GetValue(self
.this
)
611 def SetRange(self
,arg0
,arg1
):
612 val
= controlsc
.wxSpinButton_SetRange(self
.this
,arg0
,arg1
)
614 def SetValue(self
,arg0
):
615 val
= controlsc
.wxSpinButton_SetValue(self
.this
,arg0
)
618 return "<C wxSpinButton instance>"
619 class wxSpinButton(wxSpinButtonPtr
):
620 def __init__(self
,arg0
,*args
) :
621 argl
= map(None,args
)
622 try: argl
[1] = argl
[1].this
624 try: argl
[2] = argl
[2].this
627 self
.this
= apply(controlsc
.new_wxSpinButton
,(arg0
.this
,)+args
)
633 class wxStaticBitmapPtr(wxControlPtr
):
634 def __init__(self
,this
):
638 val
= controlsc
.wxStaticBitmap_GetBitmap(self
.this
)
639 val
= wxBitmapPtr(val
)
641 def SetBitmap(self
,arg0
):
642 val
= controlsc
.wxStaticBitmap_SetBitmap(self
.this
,arg0
.this
)
645 return "<C wxStaticBitmap instance>"
646 class wxStaticBitmap(wxStaticBitmapPtr
):
647 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
648 argl
= map(None,args
)
649 try: argl
[0] = argl
[0].this
651 try: argl
[1] = argl
[1].this
654 self
.this
= apply(controlsc
.new_wxStaticBitmap
,(arg0
.this
,arg1
,arg2
.this
,)+args
)
656 wx
._StdWindowCallbacks
(self
)
661 class wxRadioBoxPtr(wxControlPtr
):
662 def __init__(self
,this
):
665 def Enable(self
,arg0
):
666 val
= controlsc
.wxRadioBox_Enable(self
.this
,arg0
)
668 def EnableItem(self
,arg0
,arg1
):
669 val
= controlsc
.wxRadioBox_EnableItem(self
.this
,arg0
,arg1
)
671 def FindString(self
,arg0
):
672 val
= controlsc
.wxRadioBox_FindString(self
.this
,arg0
)
675 val
= controlsc
.wxRadioBox_GetLabel(self
.this
)
677 def GetItemLabel(self
,arg0
):
678 val
= controlsc
.wxRadioBox_GetItemLabel(self
.this
,arg0
)
680 def GetSelection(self
):
681 val
= controlsc
.wxRadioBox_GetSelection(self
.this
)
683 def GetString(self
,arg0
):
684 val
= controlsc
.wxRadioBox_GetString(self
.this
,arg0
)
686 def GetStringSelection(self
):
687 val
= controlsc
.wxRadioBox_GetStringSelection(self
.this
)
690 val
= controlsc
.wxRadioBox_Number(self
.this
)
692 def SetLabel(self
,arg0
):
693 val
= controlsc
.wxRadioBox_SetLabel(self
.this
,arg0
)
695 def SetItemLabel(self
,arg0
,arg1
):
696 val
= controlsc
.wxRadioBox_SetItemLabel(self
.this
,arg0
,arg1
)
698 def SetSelection(self
,arg0
):
699 val
= controlsc
.wxRadioBox_SetSelection(self
.this
,arg0
)
701 def SetStringSelection(self
,arg0
):
702 val
= controlsc
.wxRadioBox_SetStringSelection(self
.this
,arg0
)
705 val
= controlsc
.wxRadioBox_Show(self
.this
,arg0
)
707 def ShowItem(self
,arg0
,arg1
):
708 val
= controlsc
.wxRadioBox_ShowItem(self
.this
,arg0
,arg1
)
711 return "<C wxRadioBox instance>"
712 class wxRadioBox(wxRadioBoxPtr
):
713 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
714 argl
= map(None,args
)
715 try: argl
[0] = argl
[0].this
717 try: argl
[1] = argl
[1].this
720 self
.this
= apply(controlsc
.new_wxRadioBox
,(arg0
.this
,arg1
,arg2
,)+args
)
722 wx
._StdWindowCallbacks
(self
)
727 class wxRadioButtonPtr(wxControlPtr
):
728 def __init__(self
,this
):
732 val
= controlsc
.wxRadioButton_GetValue(self
.this
)
734 def SetValue(self
,arg0
):
735 val
= controlsc
.wxRadioButton_SetValue(self
.this
,arg0
)
738 return "<C wxRadioButton instance>"
739 class wxRadioButton(wxRadioButtonPtr
):
740 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
741 argl
= map(None,args
)
742 try: argl
[0] = argl
[0].this
744 try: argl
[1] = argl
[1].this
747 self
.this
= apply(controlsc
.new_wxRadioButton
,(arg0
.this
,arg1
,arg2
,)+args
)
749 wx
._StdWindowCallbacks
(self
)
754 class wxSliderPtr(wxControlPtr
):
755 def __init__(self
,this
):
759 val
= controlsc
.wxSlider_ClearSel(self
.this
)
761 def ClearTicks(self
):
762 val
= controlsc
.wxSlider_ClearTicks(self
.this
)
764 def GetLineSize(self
):
765 val
= controlsc
.wxSlider_GetLineSize(self
.this
)
768 val
= controlsc
.wxSlider_GetMax(self
.this
)
771 val
= controlsc
.wxSlider_GetMin(self
.this
)
773 def GetPageSize(self
):
774 val
= controlsc
.wxSlider_GetPageSize(self
.this
)
777 val
= controlsc
.wxSlider_GetSelEnd(self
.this
)
779 def GetSelStart(self
):
780 val
= controlsc
.wxSlider_GetSelStart(self
.this
)
782 def GetThumbLength(self
):
783 val
= controlsc
.wxSlider_GetThumbLength(self
.this
)
785 def GetTickFreq(self
):
786 val
= controlsc
.wxSlider_GetTickFreq(self
.this
)
789 val
= controlsc
.wxSlider_GetValue(self
.this
)
791 def SetRange(self
,arg0
,arg1
):
792 val
= controlsc
.wxSlider_SetRange(self
.this
,arg0
,arg1
)
794 def SetTickFreq(self
,arg0
,arg1
):
795 val
= controlsc
.wxSlider_SetTickFreq(self
.this
,arg0
,arg1
)
797 def SetLineSize(self
,arg0
):
798 val
= controlsc
.wxSlider_SetLineSize(self
.this
,arg0
)
800 def SetPageSize(self
,arg0
):
801 val
= controlsc
.wxSlider_SetPageSize(self
.this
,arg0
)
803 def SetSelection(self
,arg0
,arg1
):
804 val
= controlsc
.wxSlider_SetSelection(self
.this
,arg0
,arg1
)
806 def SetThumbLength(self
,arg0
):
807 val
= controlsc
.wxSlider_SetThumbLength(self
.this
,arg0
)
809 def SetTick(self
,arg0
):
810 val
= controlsc
.wxSlider_SetTick(self
.this
,arg0
)
812 def SetValue(self
,arg0
):
813 val
= controlsc
.wxSlider_SetValue(self
.this
,arg0
)
816 return "<C wxSlider instance>"
817 class wxSlider(wxSliderPtr
):
818 def __init__(self
,arg0
,arg1
,arg2
,arg3
,arg4
,*args
) :
819 argl
= map(None,args
)
820 try: argl
[0] = argl
[0].this
822 try: argl
[1] = argl
[1].this
825 self
.this
= apply(controlsc
.new_wxSlider
,(arg0
.this
,arg1
,arg2
,arg3
,arg4
,)+args
)
827 wx
._StdWindowCallbacks
(self
)
834 #-------------- FUNCTION WRAPPERS ------------------
838 #-------------- VARIABLE WRAPPERS ------------------