phoenix_title wx.html2.WebViewHistoryItem

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.


class_hierarchy Class Hierarchy

Inheritance diagram for class WebViewHistoryItem:

method_summary Methods Summary

__init__

Constructor.

GetTitle

GetUrl


property_summary Properties Summary

Title

See GetTitle

Url

See GetUrl


api Class API

class 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.


Methods

__init__(self, url, title)

Constructor.

Parameters
  • url (string) –

  • title (string) –



GetTitle(self)
Return type

string

Returns

The title of the page.



GetUrl(self)
Return type

string

Returns

The url of the page.


Properties

Title

See GetTitle



Url

See GetUrl