1 # This file was created automatically by SWIG.
11 class wxControlPtr(wxWindowPtr
):
12 def __init__(self
,this
):
15 def Command(self
,arg0
):
16 val
= controlsc
.wxControl_Command(self
.this
,arg0
.this
)
19 val
= controlsc
.wxControl_GetLabel(self
.this
)
21 def SetLabel(self
,arg0
):
22 val
= controlsc
.wxControl_SetLabel(self
.this
,arg0
)
25 return "<C wxControl instance>"
26 class wxControl(wxControlPtr
):
27 def __init__(self
,this
):
33 class wxButtonPtr(wxControlPtr
):
34 def __init__(self
,this
):
38 val
= controlsc
.wxButton_SetDefault(self
.this
)
41 return "<C wxButton instance>"
42 class wxButton(wxButtonPtr
):
43 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
45 try: argl
[0] = argl
[0].this
47 try: argl
[1] = argl
[1].this
50 self
.this
= apply(controlsc
.new_wxButton
,(arg0
.this
,arg1
,arg2
,)+args
)
56 class wxBitmapButtonPtr(wxButtonPtr
):
57 def __init__(self
,this
):
60 def GetBitmapLabel(self
):
61 val
= controlsc
.wxBitmapButton_GetBitmapLabel(self
.this
)
62 val
= wxBitmapPtr(val
)
64 def GetBitmapDisabled(self
):
65 val
= controlsc
.wxBitmapButton_GetBitmapDisabled(self
.this
)
66 val
= wxBitmapPtr(val
)
68 def GetBitmapFocus(self
):
69 val
= controlsc
.wxBitmapButton_GetBitmapFocus(self
.this
)
70 val
= wxBitmapPtr(val
)
72 def GetBitmapSelected(self
):
73 val
= controlsc
.wxBitmapButton_GetBitmapSelected(self
.this
)
74 val
= wxBitmapPtr(val
)
76 def SetBitmapDisabled(self
,arg0
):
77 val
= controlsc
.wxBitmapButton_SetBitmapDisabled(self
.this
,arg0
.this
)
79 def SetBitmapFocus(self
,arg0
):
80 val
= controlsc
.wxBitmapButton_SetBitmapFocus(self
.this
,arg0
.this
)
82 def SetBitmapSelected(self
,arg0
):
83 val
= controlsc
.wxBitmapButton_SetBitmapSelected(self
.this
,arg0
.this
)
85 def SetBitmapLabel(self
,arg0
):
86 val
= controlsc
.wxBitmapButton_SetBitmapLabel(self
.this
,arg0
.this
)
89 return "<C wxBitmapButton instance>"
90 class wxBitmapButton(wxBitmapButtonPtr
):
91 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
93 try: argl
[0] = argl
[0].this
95 try: argl
[1] = argl
[1].this
98 self
.this
= apply(controlsc
.new_wxBitmapButton
,(arg0
.this
,arg1
,arg2
.this
,)+args
)
104 class wxCheckBoxPtr(wxControlPtr
):
105 def __init__(self
,this
):
109 val
= controlsc
.wxCheckBox_GetValue(self
.this
)
111 def SetValue(self
,arg0
):
112 val
= controlsc
.wxCheckBox_SetValue(self
.this
,arg0
)
115 return "<C wxCheckBox instance>"
116 class wxCheckBox(wxCheckBoxPtr
):
117 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
118 argl
= map(None,args
)
119 try: argl
[0] = argl
[0].this
121 try: argl
[1] = argl
[1].this
124 self
.this
= apply(controlsc
.new_wxCheckBox
,(arg0
.this
,arg1
,arg2
,)+args
)
130 class wxChoicePtr(wxControlPtr
):
131 def __init__(self
,this
):
134 def Append(self
,arg0
):
135 val
= controlsc
.wxChoice_Append(self
.this
,arg0
)
138 val
= controlsc
.wxChoice_Clear(self
.this
)
140 def FindString(self
,arg0
):
141 val
= controlsc
.wxChoice_FindString(self
.this
,arg0
)
143 def GetColumns(self
):
144 val
= controlsc
.wxChoice_GetColumns(self
.this
)
146 def GetSelection(self
):
147 val
= controlsc
.wxChoice_GetSelection(self
.this
)
149 def GetString(self
,arg0
):
150 val
= controlsc
.wxChoice_GetString(self
.this
,arg0
)
152 def GetStringSelection(self
):
153 val
= controlsc
.wxChoice_GetStringSelection(self
.this
)
156 val
= controlsc
.wxChoice_Number(self
.this
)
158 def SetColumns(self
,*args
):
159 val
= apply(controlsc
.wxChoice_SetColumns
,(self
.this
,)+args
)
161 def SetSelection(self
,arg0
):
162 val
= controlsc
.wxChoice_SetSelection(self
.this
,arg0
)
164 def SetStringSelection(self
,arg0
):
165 val
= controlsc
.wxChoice_SetStringSelection(self
.this
,arg0
)
168 return "<C wxChoice instance>"
169 class wxChoice(wxChoicePtr
):
170 def __init__(self
,arg0
,arg1
,*args
) :
171 argl
= map(None,args
)
172 try: argl
[0] = argl
[0].this
174 try: argl
[1] = argl
[1].this
177 self
.this
= apply(controlsc
.new_wxChoice
,(arg0
.this
,arg1
,)+args
)
183 class wxComboBoxPtr(wxControlPtr
):
184 def __init__(self
,this
):
187 def Append(self
,arg0
):
188 val
= controlsc
.wxComboBox_Append(self
.this
,arg0
)
191 val
= controlsc
.wxComboBox_Clear(self
.this
)
194 val
= controlsc
.wxComboBox_Copy(self
.this
)
197 val
= controlsc
.wxComboBox_Cut(self
.this
)
199 def Delete(self
,arg0
):
200 val
= controlsc
.wxComboBox_Delete(self
.this
,arg0
)
202 def FindString(self
,arg0
):
203 val
= controlsc
.wxComboBox_FindString(self
.this
,arg0
)
205 def GetInsertionPoint(self
):
206 val
= controlsc
.wxComboBox_GetInsertionPoint(self
.this
)
208 def GetLastPosition(self
):
209 val
= controlsc
.wxComboBox_GetLastPosition(self
.this
)
211 def GetSelection(self
):
212 val
= controlsc
.wxComboBox_GetSelection(self
.this
)
214 def GetString(self
,arg0
):
215 val
= controlsc
.wxComboBox_GetString(self
.this
,arg0
)
217 def GetStringSelection(self
):
218 val
= controlsc
.wxComboBox_GetStringSelection(self
.this
)
221 val
= controlsc
.wxComboBox_GetValue(self
.this
)
224 val
= controlsc
.wxComboBox_Number(self
.this
)
227 val
= controlsc
.wxComboBox_Paste(self
.this
)
229 def Replace(self
,arg0
,arg1
,arg2
):
230 val
= controlsc
.wxComboBox_Replace(self
.this
,arg0
,arg1
,arg2
)
232 def Remove(self
,arg0
,arg1
):
233 val
= controlsc
.wxComboBox_Remove(self
.this
,arg0
,arg1
)
235 def SetInsertionPoint(self
,arg0
):
236 val
= controlsc
.wxComboBox_SetInsertionPoint(self
.this
,arg0
)
238 def SetInsertionPointEnd(self
):
239 val
= controlsc
.wxComboBox_SetInsertionPointEnd(self
.this
)
241 def SetSelection(self
,arg0
,*args
):
242 val
= apply(controlsc
.wxComboBox_SetSelection
,(self
.this
,arg0
,)+args
)
244 def SetMark(self
,arg0
,arg1
):
245 val
= controlsc
.wxComboBox_SetMark(self
.this
,arg0
,arg1
)
247 def SetValue(self
,arg0
):
248 val
= controlsc
.wxComboBox_SetValue(self
.this
,arg0
)
251 return "<C wxComboBox instance>"
252 class wxComboBox(wxComboBoxPtr
):
253 def __init__(self
,arg0
,arg1
,*args
) :
254 argl
= map(None,args
)
255 try: argl
[1] = argl
[1].this
257 try: argl
[2] = argl
[2].this
260 self
.this
= apply(controlsc
.new_wxComboBox
,(arg0
.this
,arg1
,)+args
)
266 class wxGaugePtr(wxControlPtr
):
267 def __init__(self
,this
):
270 def GetBezelFace(self
):
271 val
= controlsc
.wxGauge_GetBezelFace(self
.this
)
274 val
= controlsc
.wxGauge_GetRange(self
.this
)
276 def GetShadowWidth(self
):
277 val
= controlsc
.wxGauge_GetShadowWidth(self
.this
)
280 val
= controlsc
.wxGauge_GetValue(self
.this
)
282 def SetBezelFace(self
,arg0
):
283 val
= controlsc
.wxGauge_SetBezelFace(self
.this
,arg0
)
285 def SetRange(self
,arg0
):
286 val
= controlsc
.wxGauge_SetRange(self
.this
,arg0
)
288 def SetShadowWidth(self
,arg0
):
289 val
= controlsc
.wxGauge_SetShadowWidth(self
.this
,arg0
)
291 def SetValue(self
,arg0
):
292 val
= controlsc
.wxGauge_SetValue(self
.this
,arg0
)
295 return "<C wxGauge instance>"
296 class wxGauge(wxGaugePtr
):
297 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
298 argl
= map(None,args
)
299 try: argl
[0] = argl
[0].this
301 try: argl
[1] = argl
[1].this
304 self
.this
= apply(controlsc
.new_wxGauge
,(arg0
.this
,arg1
,arg2
,)+args
)
310 class wxStaticBoxPtr(wxControlPtr
):
311 def __init__(self
,this
):
315 return "<C wxStaticBox instance>"
316 class wxStaticBox(wxStaticBoxPtr
):
317 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
318 argl
= map(None,args
)
319 try: argl
[0] = argl
[0].this
321 try: argl
[1] = argl
[1].this
324 self
.this
= apply(controlsc
.new_wxStaticBox
,(arg0
.this
,arg1
,arg2
,)+args
)
330 class wxStaticTextPtr(wxControlPtr
):
331 def __init__(self
,this
):
335 val
= controlsc
.wxStaticText_GetLabel(self
.this
)
337 def SetLabel(self
,arg0
):
338 val
= controlsc
.wxStaticText_SetLabel(self
.this
,arg0
)
341 return "<C wxStaticText instance>"
342 class wxStaticText(wxStaticTextPtr
):
343 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
344 argl
= map(None,args
)
345 try: argl
[0] = argl
[0].this
347 try: argl
[1] = argl
[1].this
350 self
.this
= apply(controlsc
.new_wxStaticText
,(arg0
.this
,arg1
,arg2
,)+args
)
356 class wxListBoxPtr(wxControlPtr
):
357 def __init__(self
,this
):
360 def Append(self
,arg0
):
361 val
= controlsc
.wxListBox_Append(self
.this
,arg0
)
364 val
= controlsc
.wxListBox_Clear(self
.this
)
366 def Delete(self
,arg0
):
367 val
= controlsc
.wxListBox_Delete(self
.this
,arg0
)
369 def Deselect(self
,arg0
):
370 val
= controlsc
.wxListBox_Deselect(self
.this
,arg0
)
372 def FindString(self
,arg0
):
373 val
= controlsc
.wxListBox_FindString(self
.this
,arg0
)
375 def GetSelection(self
):
376 val
= controlsc
.wxListBox_GetSelection(self
.this
)
378 def GetString(self
,arg0
):
379 val
= controlsc
.wxListBox_GetString(self
.this
,arg0
)
381 def GetStringSelection(self
):
382 val
= controlsc
.wxListBox_GetStringSelection(self
.this
)
385 val
= controlsc
.wxListBox_Number(self
.this
)
387 def Selected(self
,arg0
):
388 val
= controlsc
.wxListBox_Selected(self
.this
,arg0
)
390 def Set(self
,arg0
,*args
):
391 val
= apply(controlsc
.wxListBox_Set
,(self
.this
,arg0
,)+args
)
393 def SetFirstItem(self
,arg0
):
394 val
= controlsc
.wxListBox_SetFirstItem(self
.this
,arg0
)
396 def SetFirstItemStr(self
,arg0
):
397 val
= controlsc
.wxListBox_SetFirstItemStr(self
.this
,arg0
)
399 def SetSelection(self
,arg0
,*args
):
400 val
= apply(controlsc
.wxListBox_SetSelection
,(self
.this
,arg0
,)+args
)
402 def SetString(self
,arg0
,arg1
):
403 val
= controlsc
.wxListBox_SetString(self
.this
,arg0
,arg1
)
405 def SetStringSelection(self
,arg0
,*args
):
406 val
= apply(controlsc
.wxListBox_SetStringSelection
,(self
.this
,arg0
,)+args
)
409 return "<C wxListBox instance>"
410 class wxListBox(wxListBoxPtr
):
411 def __init__(self
,arg0
,arg1
,*args
) :
412 argl
= map(None,args
)
413 try: argl
[0] = argl
[0].this
415 try: argl
[1] = argl
[1].this
418 self
.this
= apply(controlsc
.new_wxListBox
,(arg0
.this
,arg1
,)+args
)
424 class wxTextCtrlPtr(wxControlPtr
):
425 def __init__(self
,this
):
429 val
= controlsc
.wxTextCtrl_Clear(self
.this
)
432 val
= controlsc
.wxTextCtrl_Copy(self
.this
)
435 val
= controlsc
.wxTextCtrl_Cut(self
.this
)
437 def DiscardEdits(self
):
438 val
= controlsc
.wxTextCtrl_DiscardEdits(self
.this
)
440 def GetInsertionPoint(self
):
441 val
= controlsc
.wxTextCtrl_GetInsertionPoint(self
.this
)
443 def GetLastPosition(self
):
444 val
= controlsc
.wxTextCtrl_GetLastPosition(self
.this
)
446 def GetLineLength(self
,arg0
):
447 val
= controlsc
.wxTextCtrl_GetLineLength(self
.this
,arg0
)
449 def GetLineText(self
,arg0
):
450 val
= controlsc
.wxTextCtrl_GetLineText(self
.this
,arg0
)
452 def GetNumberOfLines(self
):
453 val
= controlsc
.wxTextCtrl_GetNumberOfLines(self
.this
)
456 val
= controlsc
.wxTextCtrl_GetValue(self
.this
)
458 def IsModified(self
):
459 val
= controlsc
.wxTextCtrl_IsModified(self
.this
)
461 def LoadFile(self
,arg0
):
462 val
= controlsc
.wxTextCtrl_LoadFile(self
.this
,arg0
)
465 val
= controlsc
.wxTextCtrl_Paste(self
.this
)
467 def PositionToXY(self
,arg0
):
468 val
= controlsc
.wxTextCtrl_PositionToXY(self
.this
,arg0
)
470 def Remove(self
,arg0
,arg1
):
471 val
= controlsc
.wxTextCtrl_Remove(self
.this
,arg0
,arg1
)
473 def Replace(self
,arg0
,arg1
,arg2
):
474 val
= controlsc
.wxTextCtrl_Replace(self
.this
,arg0
,arg1
,arg2
)
476 def SaveFile(self
,arg0
):
477 val
= controlsc
.wxTextCtrl_SaveFile(self
.this
,arg0
)
479 def SetEditable(self
,arg0
):
480 val
= controlsc
.wxTextCtrl_SetEditable(self
.this
,arg0
)
482 def SetInsertionPoint(self
,arg0
):
483 val
= controlsc
.wxTextCtrl_SetInsertionPoint(self
.this
,arg0
)
485 def SetInsertionPointEnd(self
):
486 val
= controlsc
.wxTextCtrl_SetInsertionPointEnd(self
.this
)
488 def SetSelection(self
,arg0
,arg1
):
489 val
= controlsc
.wxTextCtrl_SetSelection(self
.this
,arg0
,arg1
)
491 def SetValue(self
,arg0
):
492 val
= controlsc
.wxTextCtrl_SetValue(self
.this
,arg0
)
494 def ShowPosition(self
,arg0
):
495 val
= controlsc
.wxTextCtrl_ShowPosition(self
.this
,arg0
)
497 def WriteText(self
,arg0
):
498 val
= controlsc
.wxTextCtrl_WriteText(self
.this
,arg0
)
500 def XYToPosition(self
,arg0
,arg1
):
501 val
= controlsc
.wxTextCtrl_XYToPosition(self
.this
,arg0
,arg1
)
504 return "<C wxTextCtrl instance>"
505 class wxTextCtrl(wxTextCtrlPtr
):
506 def __init__(self
,arg0
,arg1
,*args
) :
507 argl
= map(None,args
)
508 try: argl
[1] = argl
[1].this
510 try: argl
[2] = argl
[2].this
513 self
.this
= apply(controlsc
.new_wxTextCtrl
,(arg0
.this
,arg1
,)+args
)
519 class wxScrollBarPtr(wxControlPtr
):
520 def __init__(self
,this
):
524 val
= controlsc
.wxScrollBar_GetRange(self
.this
)
526 def GetPageSize(self
):
527 val
= controlsc
.wxScrollBar_GetPageSize(self
.this
)
529 def GetPosition(self
):
530 val
= controlsc
.wxScrollBar_GetPosition(self
.this
)
532 def GetThumbSize(self
):
533 val
= controlsc
.wxScrollBar_GetThumbSize(self
.this
)
535 def SetPosition(self
,arg0
):
536 val
= controlsc
.wxScrollBar_SetPosition(self
.this
,arg0
)
538 def SetScrollbar(self
,arg0
,arg1
,arg2
,arg3
,*args
):
539 val
= apply(controlsc
.wxScrollBar_SetScrollbar
,(self
.this
,arg0
,arg1
,arg2
,arg3
,)+args
)
542 return "<C wxScrollBar instance>"
543 class wxScrollBar(wxScrollBarPtr
):
544 def __init__(self
,arg0
,*args
) :
545 argl
= map(None,args
)
546 try: argl
[1] = argl
[1].this
548 try: argl
[2] = argl
[2].this
551 self
.this
= apply(controlsc
.new_wxScrollBar
,(arg0
.this
,)+args
)
557 class wxSpinButtonPtr(wxControlPtr
):
558 def __init__(self
,this
):
562 val
= controlsc
.wxSpinButton_GetMax(self
.this
)
565 val
= controlsc
.wxSpinButton_GetMin(self
.this
)
568 val
= controlsc
.wxSpinButton_GetValue(self
.this
)
570 def SetRange(self
,arg0
,arg1
):
571 val
= controlsc
.wxSpinButton_SetRange(self
.this
,arg0
,arg1
)
573 def SetValue(self
,arg0
):
574 val
= controlsc
.wxSpinButton_SetValue(self
.this
,arg0
)
577 return "<C wxSpinButton instance>"
578 class wxSpinButton(wxSpinButtonPtr
):
579 def __init__(self
,arg0
,*args
) :
580 argl
= map(None,args
)
581 try: argl
[1] = argl
[1].this
583 try: argl
[2] = argl
[2].this
586 self
.this
= apply(controlsc
.new_wxSpinButton
,(arg0
.this
,)+args
)
592 class wxStaticBitmapPtr(wxControlPtr
):
593 def __init__(self
,this
):
597 val
= controlsc
.wxStaticBitmap_GetBitmap(self
.this
)
598 val
= wxBitmapPtr(val
)
600 def SetBitmap(self
,arg0
):
601 val
= controlsc
.wxStaticBitmap_SetBitmap(self
.this
,arg0
.this
)
604 return "<C wxStaticBitmap instance>"
605 class wxStaticBitmap(wxStaticBitmapPtr
):
606 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
607 argl
= map(None,args
)
608 try: argl
[0] = argl
[0].this
610 try: argl
[1] = argl
[1].this
613 self
.this
= apply(controlsc
.new_wxStaticBitmap
,(arg0
.this
,arg1
,arg2
.this
,)+args
)
619 class wxRadioBoxPtr(wxControlPtr
):
620 def __init__(self
,this
):
623 def EnableBox(self
,arg0
):
624 val
= controlsc
.wxRadioBox_EnableBox(self
.this
,arg0
)
626 def Enable(self
,arg0
,arg1
):
627 val
= controlsc
.wxRadioBox_Enable(self
.this
,arg0
,arg1
)
629 def FindString(self
,arg0
):
630 val
= controlsc
.wxRadioBox_FindString(self
.this
,arg0
)
632 def GetBoxLabel(self
):
633 val
= controlsc
.wxRadioBox_GetBoxLabel(self
.this
)
635 def GetLabel(self
,arg0
):
636 val
= controlsc
.wxRadioBox_GetLabel(self
.this
,arg0
)
638 def GetSelection(self
):
639 val
= controlsc
.wxRadioBox_GetSelection(self
.this
)
641 def GetString(self
,arg0
):
642 val
= controlsc
.wxRadioBox_GetString(self
.this
,arg0
)
644 def GetStringSelection(self
):
645 val
= controlsc
.wxRadioBox_GetStringSelection(self
.this
)
648 val
= controlsc
.wxRadioBox_Number(self
.this
)
650 def SetBoxLabel(self
,arg0
):
651 val
= controlsc
.wxRadioBox_SetBoxLabel(self
.this
,arg0
)
653 def SetLabel(self
,arg0
,arg1
):
654 val
= controlsc
.wxRadioBox_SetLabel(self
.this
,arg0
,arg1
)
656 def SetSelection(self
,arg0
):
657 val
= controlsc
.wxRadioBox_SetSelection(self
.this
,arg0
)
659 def SetStringSelection(self
,arg0
):
660 val
= controlsc
.wxRadioBox_SetStringSelection(self
.this
,arg0
)
663 val
= controlsc
.wxRadioBox_Show(self
.this
,arg0
)
665 def ShowItem(self
,arg0
,arg1
):
666 val
= controlsc
.wxRadioBox_ShowItem(self
.this
,arg0
,arg1
)
669 return "<C wxRadioBox instance>"
670 class wxRadioBox(wxRadioBoxPtr
):
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_wxRadioBox
,(arg0
.this
,arg1
,arg2
,)+args
)
684 class wxRadioButtonPtr(wxControlPtr
):
685 def __init__(self
,this
):
689 val
= controlsc
.wxRadioButton_GetValue(self
.this
)
691 def SetValue(self
,arg0
):
692 val
= controlsc
.wxRadioButton_SetValue(self
.this
,arg0
)
695 return "<C wxRadioButton instance>"
696 class wxRadioButton(wxRadioButtonPtr
):
697 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
698 argl
= map(None,args
)
699 try: argl
[0] = argl
[0].this
701 try: argl
[1] = argl
[1].this
704 self
.this
= apply(controlsc
.new_wxRadioButton
,(arg0
.this
,arg1
,arg2
,)+args
)
710 class wxSliderPtr(wxControlPtr
):
711 def __init__(self
,this
):
715 val
= controlsc
.wxSlider_ClearSel(self
.this
)
717 def ClearTicks(self
):
718 val
= controlsc
.wxSlider_ClearTicks(self
.this
)
720 def GetLineSize(self
):
721 val
= controlsc
.wxSlider_GetLineSize(self
.this
)
724 val
= controlsc
.wxSlider_GetMax(self
.this
)
727 val
= controlsc
.wxSlider_GetMin(self
.this
)
729 def GetPageSize(self
):
730 val
= controlsc
.wxSlider_GetPageSize(self
.this
)
733 val
= controlsc
.wxSlider_GetSelEnd(self
.this
)
735 def GetSelStart(self
):
736 val
= controlsc
.wxSlider_GetSelStart(self
.this
)
738 def GetThumbLength(self
):
739 val
= controlsc
.wxSlider_GetThumbLength(self
.this
)
741 def GetTickFreq(self
):
742 val
= controlsc
.wxSlider_GetTickFreq(self
.this
)
745 val
= controlsc
.wxSlider_GetValue(self
.this
)
747 def SetRange(self
,arg0
,arg1
):
748 val
= controlsc
.wxSlider_SetRange(self
.this
,arg0
,arg1
)
750 def SetTickFreq(self
,arg0
,arg1
):
751 val
= controlsc
.wxSlider_SetTickFreq(self
.this
,arg0
,arg1
)
753 def SetLineSize(self
,arg0
):
754 val
= controlsc
.wxSlider_SetLineSize(self
.this
,arg0
)
756 def SetPageSize(self
,arg0
):
757 val
= controlsc
.wxSlider_SetPageSize(self
.this
,arg0
)
759 def SetSelection(self
,arg0
,arg1
):
760 val
= controlsc
.wxSlider_SetSelection(self
.this
,arg0
,arg1
)
762 def SetThumbLength(self
,arg0
):
763 val
= controlsc
.wxSlider_SetThumbLength(self
.this
,arg0
)
765 def SetTick(self
,arg0
):
766 val
= controlsc
.wxSlider_SetTick(self
.this
,arg0
)
768 def SetValue(self
,arg0
):
769 val
= controlsc
.wxSlider_SetValue(self
.this
,arg0
)
772 return "<C wxSlider instance>"
773 class wxSlider(wxSliderPtr
):
774 def __init__(self
,arg0
,arg1
,arg2
,arg3
,arg4
,*args
) :
775 argl
= map(None,args
)
776 try: argl
[0] = argl
[0].this
778 try: argl
[1] = argl
[1].this
781 self
.this
= apply(controlsc
.new_wxSlider
,(arg0
.this
,arg1
,arg2
,arg3
,arg4
,)+args
)
789 #-------------- FUNCTION WRAPPERS ------------------
793 #-------------- VARIABLE WRAPPERS ------------------