reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-08 01:30:10 +00:00
parent b53190ef7e
commit 09c21d3b80
6 changed files with 607 additions and 249 deletions

View File

@@ -1880,11 +1880,11 @@ class VListBox(VScrolledWindow):
return _windows_.VListBox_GetSelectedCount(*args, **kwargs)
def GetFirstSelected(*args, **kwargs):
"""GetFirstSelected(self, unsigned long cookie) -> int"""
"""GetFirstSelected(self) -> PyObject"""
return _windows_.VListBox_GetFirstSelected(*args, **kwargs)
def GetNextSelected(*args, **kwargs):
"""GetNextSelected(self, unsigned long cookie) -> int"""
"""GetNextSelected(self, unsigned long cookie) -> PyObject"""
return _windows_.VListBox_GetNextSelected(*args, **kwargs)
def GetMargins(*args, **kwargs):