wx.html2.WebViewHandler¶The base class for handling custom schemes in wx.html2.WebView, for example to allow virtual file system support.
New in version 2.9.3.
See also
Class Hierarchy¶
Inheritance diagram for class WebViewHandler:
Known Subclasses¶wx.html2.WebViewArchiveHandler, wx.html2.WebViewFSHandler
Methods Summary¶Constructor. |
|
Properties Summary¶See |
Class API¶Possible constructors:
WebViewHandler(scheme)
The base class for handling custom schemes in WebView, for example to allow virtual file system support.
Constructor.
Takes the name of the scheme that will be handled by this class for example file or zip .
scheme (string) –
uri (string) –
FSFile
A pointer to the file represented by uri .
string
The name of the scheme, as passed to the constructor.