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¶
Methods Summary¶
Constructor. |
|
Properties Summary¶
See |
|
See |
Class API¶
- class wx.html2.WebViewHistoryItem(object)¶
Possible constructors:
WebViewHistoryItem(url, title) -> None
A simple class that contains the URL and title of an element of the history of a WebView.
Methods¶
- __init__(self, url, title)¶
Constructor.
- Parameters:
url (string)
title (string)
- Return type:
None
- GetTitle(self)¶
- Return type:
str
- Returns:
The title of the page.
- GetUrl(self)¶
- Return type:
str
- Returns:
The url of the page.
Properties¶