From: Robin Dunn Date: Sun, 2 May 2004 03:14:58 +0000 (+0000) Subject: Added wx.FileSystem support X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/450d55a035d90e211026a51eb2072d55f5a738a3?hp=c24da6d6a664b0adf7bdbf4f3dee50a3dadf8da6 Added wx.FileSystem support git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_vscroll.i b/wxPython/src/_vscroll.i index 90b84d9012..b8b7546831 100644 --- a/wxPython/src/_vscroll.i +++ b/wxPython/src/_vscroll.i @@ -508,6 +508,10 @@ public: void RefreshAll(); void SetItemCount(size_t count); + // retrieve the file system used by the wxHtmlWinParser: if you use + // relative paths in your HTML, you should use its ChangePathTo() method + wxFileSystem& GetFileSystem(); + const wxFileSystem& GetFileSystem(); };