wx.html2.WebViewArchiveHandler¶A custom handler for the file scheme which also supports loading from archives.
The syntax for wx.html2.WebViewArchiveHandler differs from virtual file systems in the rest of wxWidgets by using a syntax such as scheme:///C:/example/docs.zip;protocol=zip/main.htm Currently the only supported protocol is zip .
Added in version 2.9.3.
See also
Class Hierarchy¶
Inheritance diagram for class WebViewArchiveHandler:
Methods Summary¶Constructor. |
|
Class API¶Possible constructors:
WebViewArchiveHandler(scheme) -> None
A custom handler for the file scheme which also supports loading from archives.
Constructor.
scheme (string)
None
uri (string)
FSFile
A pointer to the file represented by uri .