A simple class that contains the URL and title of an element of the history of a wx.html2.WebView.
wx.html2.WebView ^^<>< =’’>:</>&;&;< =’’>\ </></>
New in version 2.9.3.
See also
Constructor. |
|
See |
|
See |
wx.html2.
WebViewHistoryItem
(object)¶Possible constructors:
WebViewHistoryItem(url, title)
A simple class that contains the URL and title of an element of the history of a WebView.
__init__
(self, url, title)¶Constructor.
url (string) –
title (string) –
GetTitle
(self)¶string
The title of the page.
GetUrl
(self)¶string
The url of the page.