A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.html2.WebViewHandler.html below:

wx.html2.WebViewHandler — wxPython Phoenix 4.2.4a1 documentation

wx.html2.WebViewHandler¶

The base class for handling custom schemes in wx.html2.WebView, for example to allow virtual file system support.

wx.html2.WebView

Added in version 2.9.3.

Class Hierarchy¶

Inheritance diagram for class

WebViewHandler

:

Known Subclasses¶

wx.html2.WebViewArchiveHandler, wx.html2.WebViewFSHandler

Methods Summary¶ Properties Summary¶ Class API¶
class wx.html2.WebViewHandler(object)¶

Possible constructors:

WebViewHandler(scheme) -> None

The base class for handling custom schemes in WebView, for example to allow virtual file system support.


Methods¶
__init__(self, scheme)¶

Constructor.

Takes the name of the scheme that will be handled by this class for example file or zip .

Parameters:

scheme (string)

Return type:

None


GetFile(self, uri)¶
Parameters:

uri (string)

Return type:

FSFile

Returns:

A pointer to the file represented by uri .


GetName(self)¶
Return type:

str

Returns:

The name of the scheme, as passed to the constructor.


GetSecurityURL(self)¶
Return type:

str

Returns:

The custom security URL. Only used by WebViewIE .

Added in version 4.1/wxWidgets-3.1.5.


SetSecurityURL(self, url)¶

Sets a custom security URL.

Only used by WebViewIE .

Parameters:

url (string)

Return type:

None

Added in version 4.1/wxWidgets-3.1.5.


Properties¶
Name¶

See GetName


SecurityURL¶

See GetSecurityURL and SetSecurityURL


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4