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(wxChoicePtr
):
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 SetMark(self
,arg0
,arg1
):
247 val
= controlsc
.wxComboBox_SetMark(self
.this
,arg0
,arg1
)
249 def SetValue(self
,arg0
):
250 val
= controlsc
.wxComboBox_SetValue(self
.this
,arg0
)
253 return "<C wxComboBox instance>"
254 class wxComboBox(wxComboBoxPtr
):
255 def __init__(self
,arg0
,arg1
,*args
) :
256 argl
= map(None,args
)
257 try: argl
[1] = argl
[1].this
259 try: argl
[2] = argl
[2].this
262 self
.this
= apply(controlsc
.new_wxComboBox
,(arg0
.this
,arg1
,)+args
)
264 wx
._StdWindowCallbacks
(self
)
269 class wxGaugePtr(wxControlPtr
):
270 def __init__(self
,this
):
273 def GetBezelFace(self
):
274 val
= controlsc
.wxGauge_GetBezelFace(self
.this
)
277 val
= controlsc
.wxGauge_GetRange(self
.this
)
279 def GetShadowWidth(self
):
280 val
= controlsc
.wxGauge_GetShadowWidth(self
.this
)
283 val
= controlsc
.wxGauge_GetValue(self
.this
)
285 def SetBezelFace(self
,arg0
):
286 val
= controlsc
.wxGauge_SetBezelFace(self
.this
,arg0
)
288 def SetRange(self
,arg0
):
289 val
= controlsc
.wxGauge_SetRange(self
.this
,arg0
)
291 def SetShadowWidth(self
,arg0
):
292 val
= controlsc
.wxGauge_SetShadowWidth(self
.this
,arg0
)
294 def SetValue(self
,arg0
):
295 val
= controlsc
.wxGauge_SetValue(self
.this
,arg0
)
298 return "<C wxGauge instance>"
299 class wxGauge(wxGaugePtr
):
300 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
301 argl
= map(None,args
)
302 try: argl
[0] = argl
[0].this
304 try: argl
[1] = argl
[1].this
307 self
.this
= apply(controlsc
.new_wxGauge
,(arg0
.this
,arg1
,arg2
,)+args
)
309 wx
._StdWindowCallbacks
(self
)
314 class wxStaticBoxPtr(wxControlPtr
):
315 def __init__(self
,this
):
319 return "<C wxStaticBox instance>"
320 class wxStaticBox(wxStaticBoxPtr
):
321 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
322 argl
= map(None,args
)
323 try: argl
[0] = argl
[0].this
325 try: argl
[1] = argl
[1].this
328 self
.this
= apply(controlsc
.new_wxStaticBox
,(arg0
.this
,arg1
,arg2
,)+args
)
334 class wxStaticTextPtr(wxControlPtr
):
335 def __init__(self
,this
):
339 val
= controlsc
.wxStaticText_GetLabel(self
.this
)
341 def SetLabel(self
,arg0
):
342 val
= controlsc
.wxStaticText_SetLabel(self
.this
,arg0
)
345 return "<C wxStaticText instance>"
346 class wxStaticText(wxStaticTextPtr
):
347 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
348 argl
= map(None,args
)
349 try: argl
[0] = argl
[0].this
351 try: argl
[1] = argl
[1].this
354 self
.this
= apply(controlsc
.new_wxStaticText
,(arg0
.this
,arg1
,arg2
,)+args
)
356 wx
._StdWindowCallbacks
(self
)
361 class wxListBoxPtr(wxControlPtr
):
362 def __init__(self
,this
):
365 def Append(self
,arg0
):
366 val
= controlsc
.wxListBox_Append(self
.this
,arg0
)
369 val
= controlsc
.wxListBox_Clear(self
.this
)
371 def Delete(self
,arg0
):
372 val
= controlsc
.wxListBox_Delete(self
.this
,arg0
)
374 def Deselect(self
,arg0
):
375 val
= controlsc
.wxListBox_Deselect(self
.this
,arg0
)
377 def FindString(self
,arg0
):
378 val
= controlsc
.wxListBox_FindString(self
.this
,arg0
)
380 def GetSelection(self
):
381 val
= controlsc
.wxListBox_GetSelection(self
.this
)
383 def GetSelections(self
):
384 val
= controlsc
.wxListBox_GetSelections(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 AppendText(self
,arg0
):
540 val
= controlsc
.wxTextCtrl_AppendText(self
.this
,arg0
)
542 def XYToPosition(self
,arg0
,arg1
):
543 val
= controlsc
.wxTextCtrl_XYToPosition(self
.this
,arg0
,arg1
)
546 val
= controlsc
.wxTextCtrl_CanCopy(self
.this
)
549 val
= controlsc
.wxTextCtrl_CanCut(self
.this
)
552 val
= controlsc
.wxTextCtrl_CanPaste(self
.this
)
555 val
= controlsc
.wxTextCtrl_CanRedo(self
.this
)
558 val
= controlsc
.wxTextCtrl_CanUndo(self
.this
)
560 def GetSelection(self
):
561 val
= controlsc
.wxTextCtrl_GetSelection(self
.this
)
563 def IsEditable(self
):
564 val
= controlsc
.wxTextCtrl_IsEditable(self
.this
)
567 return "<C wxTextCtrl instance>"
568 class wxTextCtrl(wxTextCtrlPtr
):
569 def __init__(self
,arg0
,arg1
,*args
) :
570 argl
= map(None,args
)
571 try: argl
[1] = argl
[1].this
573 try: argl
[2] = argl
[2].this
576 self
.this
= apply(controlsc
.new_wxTextCtrl
,(arg0
.this
,arg1
,)+args
)
578 wx
._StdWindowCallbacks
(self
)
583 class wxScrollBarPtr(wxControlPtr
):
584 def __init__(self
,this
):
588 val
= controlsc
.wxScrollBar_GetRange(self
.this
)
590 def GetPageSize(self
):
591 val
= controlsc
.wxScrollBar_GetPageSize(self
.this
)
593 def GetThumbPosition(self
):
594 val
= controlsc
.wxScrollBar_GetThumbPosition(self
.this
)
596 def GetThumbSize(self
):
597 val
= controlsc
.wxScrollBar_GetThumbSize(self
.this
)
599 def SetThumbPosition(self
,arg0
):
600 val
= controlsc
.wxScrollBar_SetThumbPosition(self
.this
,arg0
)
602 def SetScrollbar(self
,arg0
,arg1
,arg2
,arg3
,*args
):
603 val
= apply(controlsc
.wxScrollBar_SetScrollbar
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
606 return "<C wxScrollBar instance>"
607 class wxScrollBar(wxScrollBarPtr
):
608 def __init__(self
,arg0
,*args
) :
609 argl
= map(None,args
)
610 try: argl
[1] = argl
[1].this
612 try: argl
[2] = argl
[2].this
615 self
.this
= apply(controlsc
.new_wxScrollBar
,(arg0
.this
,)+args
)
617 wx
._StdWindowCallbacks
(self
)
622 class wxSpinButtonPtr(wxControlPtr
):
623 def __init__(self
,this
):
627 val
= controlsc
.wxSpinButton_GetMax(self
.this
)
630 val
= controlsc
.wxSpinButton_GetMin(self
.this
)
633 val
= controlsc
.wxSpinButton_GetValue(self
.this
)
635 def SetRange(self
,arg0
,arg1
):
636 val
= controlsc
.wxSpinButton_SetRange(self
.this
,arg0
,arg1
)
638 def SetValue(self
,arg0
):
639 val
= controlsc
.wxSpinButton_SetValue(self
.this
,arg0
)
642 return "<C wxSpinButton instance>"
643 class wxSpinButton(wxSpinButtonPtr
):
644 def __init__(self
,arg0
,*args
) :
645 argl
= map(None,args
)
646 try: argl
[1] = argl
[1].this
648 try: argl
[2] = argl
[2].this
651 self
.this
= apply(controlsc
.new_wxSpinButton
,(arg0
.this
,)+args
)
657 class wxStaticBitmapPtr(wxControlPtr
):
658 def __init__(self
,this
):
662 val
= controlsc
.wxStaticBitmap_GetBitmap(self
.this
)
663 val
= wxBitmapPtr(val
)
665 def SetBitmap(self
,arg0
):
666 val
= controlsc
.wxStaticBitmap_SetBitmap(self
.this
,arg0
.this
)
669 return "<C wxStaticBitmap instance>"
670 class wxStaticBitmap(wxStaticBitmapPtr
):
671 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
672 argl
= map(None,args
)
673 try: argl
[0] = argl
[0].this
675 try: argl
[1] = argl
[1].this
678 self
.this
= apply(controlsc
.new_wxStaticBitmap
,(arg0
.this
,arg1
,arg2
.this
,)+args
)
680 wx
._StdWindowCallbacks
(self
)
685 class wxRadioBoxPtr(wxControlPtr
):
686 def __init__(self
,this
):
689 def Enable(self
,arg0
):
690 val
= controlsc
.wxRadioBox_Enable(self
.this
,arg0
)
692 def EnableItem(self
,arg0
,arg1
):
693 val
= controlsc
.wxRadioBox_EnableItem(self
.this
,arg0
,arg1
)
695 def FindString(self
,arg0
):
696 val
= controlsc
.wxRadioBox_FindString(self
.this
,arg0
)
698 def GetItemLabel(self
,arg0
):
699 val
= controlsc
.wxRadioBox_GetItemLabel(self
.this
,arg0
)
701 def GetSelection(self
):
702 val
= controlsc
.wxRadioBox_GetSelection(self
.this
)
704 def GetString(self
,arg0
):
705 val
= controlsc
.wxRadioBox_GetString(self
.this
,arg0
)
707 def GetStringSelection(self
):
708 val
= controlsc
.wxRadioBox_GetStringSelection(self
.this
)
711 val
= controlsc
.wxRadioBox_Number(self
.this
)
713 def SetItemLabel(self
,arg0
,arg1
):
714 val
= controlsc
.wxRadioBox_SetItemLabel(self
.this
,arg0
,arg1
)
716 def SetSelection(self
,arg0
):
717 val
= controlsc
.wxRadioBox_SetSelection(self
.this
,arg0
)
719 def SetStringSelection(self
,arg0
):
720 val
= controlsc
.wxRadioBox_SetStringSelection(self
.this
,arg0
)
723 val
= controlsc
.wxRadioBox_Show(self
.this
,arg0
)
725 def ShowItem(self
,arg0
,arg1
):
726 val
= controlsc
.wxRadioBox_ShowItem(self
.this
,arg0
,arg1
)
729 return "<C wxRadioBox instance>"
730 class wxRadioBox(wxRadioBoxPtr
):
731 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
732 argl
= map(None,args
)
733 try: argl
[0] = argl
[0].this
735 try: argl
[1] = argl
[1].this
738 self
.this
= apply(controlsc
.new_wxRadioBox
,(arg0
.this
,arg1
,arg2
,)+args
)
740 wx
._StdWindowCallbacks
(self
)
745 class wxRadioButtonPtr(wxControlPtr
):
746 def __init__(self
,this
):
750 val
= controlsc
.wxRadioButton_GetValue(self
.this
)
752 def SetValue(self
,arg0
):
753 val
= controlsc
.wxRadioButton_SetValue(self
.this
,arg0
)
756 return "<C wxRadioButton instance>"
757 class wxRadioButton(wxRadioButtonPtr
):
758 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
759 argl
= map(None,args
)
760 try: argl
[0] = argl
[0].this
762 try: argl
[1] = argl
[1].this
765 self
.this
= apply(controlsc
.new_wxRadioButton
,(arg0
.this
,arg1
,arg2
,)+args
)
767 wx
._StdWindowCallbacks
(self
)
772 class wxSliderPtr(wxControlPtr
):
773 def __init__(self
,this
):
777 val
= controlsc
.wxSlider_ClearSel(self
.this
)
779 def ClearTicks(self
):
780 val
= controlsc
.wxSlider_ClearTicks(self
.this
)
782 def GetLineSize(self
):
783 val
= controlsc
.wxSlider_GetLineSize(self
.this
)
786 val
= controlsc
.wxSlider_GetMax(self
.this
)
789 val
= controlsc
.wxSlider_GetMin(self
.this
)
791 def GetPageSize(self
):
792 val
= controlsc
.wxSlider_GetPageSize(self
.this
)
795 val
= controlsc
.wxSlider_GetSelEnd(self
.this
)
797 def GetSelStart(self
):
798 val
= controlsc
.wxSlider_GetSelStart(self
.this
)
800 def GetThumbLength(self
):
801 val
= controlsc
.wxSlider_GetThumbLength(self
.this
)
803 def GetTickFreq(self
):
804 val
= controlsc
.wxSlider_GetTickFreq(self
.this
)
807 val
= controlsc
.wxSlider_GetValue(self
.this
)
809 def SetRange(self
,arg0
,arg1
):
810 val
= controlsc
.wxSlider_SetRange(self
.this
,arg0
,arg1
)
812 def SetTickFreq(self
,arg0
,arg1
):
813 val
= controlsc
.wxSlider_SetTickFreq(self
.this
,arg0
,arg1
)
815 def SetLineSize(self
,arg0
):
816 val
= controlsc
.wxSlider_SetLineSize(self
.this
,arg0
)
818 def SetPageSize(self
,arg0
):
819 val
= controlsc
.wxSlider_SetPageSize(self
.this
,arg0
)
821 def SetSelection(self
,arg0
,arg1
):
822 val
= controlsc
.wxSlider_SetSelection(self
.this
,arg0
,arg1
)
824 def SetThumbLength(self
,arg0
):
825 val
= controlsc
.wxSlider_SetThumbLength(self
.this
,arg0
)
827 def SetTick(self
,arg0
):
828 val
= controlsc
.wxSlider_SetTick(self
.this
,arg0
)
830 def SetValue(self
,arg0
):
831 val
= controlsc
.wxSlider_SetValue(self
.this
,arg0
)
834 return "<C wxSlider instance>"
835 class wxSlider(wxSliderPtr
):
836 def __init__(self
,arg0
,arg1
,arg2
,arg3
,arg4
,*args
) :
837 argl
= map(None,args
)
838 try: argl
[0] = argl
[0].this
840 try: argl
[1] = argl
[1].this
843 self
.this
= apply(controlsc
.new_wxSlider
,(arg0
.this
,arg1
,arg2
,arg3
,arg4
,)+args
)
845 wx
._StdWindowCallbacks
(self
)
852 #-------------- FUNCTION WRAPPERS ------------------
856 #-------------- VARIABLE WRAPPERS ------------------