Various tweaks, fixes, and additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -745,6 +745,12 @@ class wxRadioBoxPtr(wxControlPtr):
|
||||
def SetString(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxRadioBox_SetString,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def GetColumnCount(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxRadioBox_GetColumnCount,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def GetRowCount(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxRadioBox_GetRowCount,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def GetSelection(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxRadioBox_GetSelection,(self,) + _args, _kwargs)
|
||||
return val
|
||||
@@ -754,12 +760,6 @@ class wxRadioBoxPtr(wxControlPtr):
|
||||
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)
|
||||
return val
|
||||
def GetRowCount(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxRadioBox_GetRowCount,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def SetSelection(self, *_args, **_kwargs):
|
||||
val = apply(controlsc.wxRadioBox_SetSelection,(self,) + _args, _kwargs)
|
||||
return val
|
||||
|
Reference in New Issue
Block a user