SWIGged updates for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-02-07 01:00:09 +00:00
parent a490d0f89c
commit ee9e836596
3 changed files with 38 additions and 2 deletions

View File

@@ -511,6 +511,9 @@ class wxListCtrlPtr(wxControlPtr):
def GetItemSpacing(self, *_args, **_kwargs):
val = apply(controls2c.wxListCtrl_GetItemSpacing,(self,) + _args, _kwargs)
return val
def SetItemSpacing(self, *_args, **_kwargs):
val = apply(controls2c.wxListCtrl_SetItemSpacing,(self,) + _args, _kwargs)
return val
def GetSelectedItemCount(self, *_args, **_kwargs):
val = apply(controls2c.wxListCtrl_GetSelectedItemCount,(self,) + _args, _kwargs)
return val