reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-02 03:25:19 +00:00
parent 7ef67bb9b2
commit 7fdaaabe42
2 changed files with 46 additions and 9 deletions

View File

@@ -1833,6 +1833,10 @@ class HtmlListBox(VListBox):
"""SetItemCount(self, size_t count)"""
return _windows_.HtmlListBox_SetItemCount(*args, **kwargs)
def GetFileSystem(*args, **kwargs):
"""GetFileSystem(self) -> FileSystem"""
return _windows_.HtmlListBox_GetFileSystem(*args, **kwargs)
class HtmlListBoxPtr(HtmlListBox):
def __init__(self, this):