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.
Added in version 2.9.5.
Constructor. |
|
Possible constructors:
WebViewFSHandler(scheme : str) -> None
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.
Constructor.
scheme (string)
None
uri (string)
FSFile
A pointer to the file represented by uri
.