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