def GetValue(self, *_args, **_kwargs):
val = apply(controlsc.wxCheckBox_GetValue,(self,) + _args, _kwargs)
return val
+ def IsChecked(self, *_args, **_kwargs):
+ val = apply(controlsc.wxCheckBox_IsChecked,(self,) + _args, _kwargs)
+ return val
def SetValue(self, *_args, **_kwargs):
val = apply(controlsc.wxCheckBox_SetValue,(self,) + _args, _kwargs)
return val
def __init__(self,this):
self.this = this
self.thisown = 0
- def __del__(self,controlsc=controlsc):
- if self.thisown == 1 :
- controlsc.delete_wxTextAttr(self)
+ def __del__(self, delfunc=controlsc.delete_wxTextAttr):
+ if self.thisown == 1:
+ try:
+ delfunc(self)
+ except:
+ pass
def SetTextColour(self, *_args, **_kwargs):
val = apply(controlsc.wxTextAttr_SetTextColour,(self,) + _args, _kwargs)
return val
def GetRowCount(self, *_args, **_kwargs):
val = apply(controlsc.wxRadioBox_GetRowCount,(self,) + _args, _kwargs)
return val
+ def GetNextItem(self, *_args, **_kwargs):
+ val = apply(controlsc.wxRadioBox_GetNextItem,(self,) + _args, _kwargs)
+ return val
def GetSelection(self, *_args, **_kwargs):
val = apply(controlsc.wxRadioBox_GetSelection,(self,) + _args, _kwargs)
return val