reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -468,6 +468,10 @@ class wxListCtrlPtr(wxControlPtr):
|
||||
def GetCountPerPage(self, *_args, **_kwargs):
|
||||
val = controls2c.wxListCtrl_GetCountPerPage(self, *_args, **_kwargs)
|
||||
return val
|
||||
def GetViewRect(self, *_args, **_kwargs):
|
||||
val = controls2c.wxListCtrl_GetViewRect(self, *_args, **_kwargs)
|
||||
if val: val = wxRectPtr(val) ; val.thisown = 1
|
||||
return val
|
||||
def GetItem(self, *_args, **_kwargs):
|
||||
val = controls2c.wxListCtrl_GetItem(self, *_args, **_kwargs)
|
||||
return val
|
||||
@@ -517,6 +521,7 @@ class wxListCtrlPtr(wxControlPtr):
|
||||
return val
|
||||
def GetItemSpacing(self, *_args, **_kwargs):
|
||||
val = controls2c.wxListCtrl_GetItemSpacing(self, *_args, **_kwargs)
|
||||
if val: val = wxSizePtr(val) ; val.thisown = 1
|
||||
return val
|
||||
def SetItemSpacing(self, *_args, **_kwargs):
|
||||
val = controls2c.wxListCtrl_SetItemSpacing(self, *_args, **_kwargs)
|
||||
|
Reference in New Issue
Block a user