SWIGged update for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-16 19:45:18 +00:00
parent 3979290c61
commit 57ee4c3b3b
5 changed files with 303 additions and 0 deletions

View File

@@ -626,6 +626,9 @@ class wxListCtrlPtr(wxControlPtr):
def SortItems(self, *_args, **_kwargs):
val = apply(controls2c.wxListCtrl_SortItems,(self,) + _args, _kwargs)
return val
def GetMainWindow(self, *_args, **_kwargs):
val = apply(controls2c.wxListCtrl_GetMainWindow,(self,) + _args, _kwargs)
return val
def __repr__(self):
return "<C wxListCtrl instance at %s>" % (self.this,)