A wx.html2.WebView file system handler to support standard wx.FileSystem protocols of the form example:page.htm
The handler allows wx.html2.WebView to use wx.FileSystem in a similar fashion to its use with Html.
The wx.MemoryFSHandler documentation gives an example of how it may be used.
wx.html2.WebView ^^<>< =’’>:</>&;&;< =’’>\ </></>
New in version 2.9.5.
See also
wx.html2.WebView, wx.html2.WebViewHandler, wx.html2.WebViewArchiveHandler
Constructor. |
|
wx.html2.
WebViewFSHandler
(WebViewHandler)¶Possible constructors:
WebViewFSHandler(scheme)
A WebView file system handler to support standard FileSystem protocols of the form example:page.htm The handler allows WebView to use FileSystem in a similar fashion to its use with Html.
__init__
(self, scheme)¶Constructor.
scheme (string) –
GetFile
(self, uri)¶uri (string) –
FSFile
A pointer to the file represented by uri
.