- def Number(self, *_args, **_kwargs):
- val = apply(controlsc.wxRadioBox_Number,(self,) + _args, _kwargs)
+ def GetCount(self, *_args, **_kwargs):
+ val = apply(controlsc.wxRadioBox_GetCount,(self,) + _args, _kwargs)
+ return val
+ def GetColumnCount(self, *_args, **_kwargs):
+ val = apply(controlsc.wxRadioBox_GetColumnCount,(self,) + _args, _kwargs)