wx.html2.WebViewHistoryItem¶A simple class that contains the URL and title of an element of the history of a wx.html2.WebView.
Added in version 2.9.3.
See also
Class Hierarchy¶
Inheritance diagram for class WebViewHistoryItem:
Methods Summary¶Constructor. |
|
Properties Summary¶See |
|
See |
Class API¶Possible constructors:
WebViewHistoryItem(url, title) -> None
A simple class that contains the URL and title of an element of the history of a WebView.
Constructor.
url (string)
title (string)
None
str
The title of the page.
str
The url of the page.