.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2018 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.html2.WebViewHistoryItem:

==========================================================================================================================================
|phoenix_title|  **wx.html2.WebViewHistoryItem**
==========================================================================================================================================

A simple class that contains the URL and title of an element of the history of a :ref:`wx.html2.WebView`.          

:ref:`wx.html2.WebView` 



         



.. versionadded:: 2.9.3 
     







.. seealso:: :ref:`wx.html2.WebView`    







|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>WebViewHistoryItem</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.html2.WebViewHistoryItem_inheritance.png" alt="Inheritance diagram of WebViewHistoryItem" usemap="#dummy" class="inheritance"/></center>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.html2.WebViewHistoryItem.html" title="A simple class that contains the URL and title of an element of the history of a wx.html2.WebView." alt="" coords="5,5,233,35"/> </map> 
   </p>
   </div>

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.html2.WebViewHistoryItem.__init__`                                    Construtor.
:meth:`~wx.html2.WebViewHistoryItem.GetTitle`                                    
:meth:`~wx.html2.WebViewHistoryItem.GetUrl`                                      
================================================================================ ================================================================================


|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.html2.WebViewHistoryItem.Title`                                       See :meth:`~wx.html2.WebViewHistoryItem.GetTitle`
:attr:`~wx.html2.WebViewHistoryItem.Url`                                         See :meth:`~wx.html2.WebViewHistoryItem.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.



   .. method:: __init__(self, url, title)

      Construtor.                  


      :param `url`: 
      :type `url`: string
      :param `title`: 
      :type `title`: string







   .. method:: GetTitle(self)



                

      :rtype: `string`







      :returns: 

         The title of the page.   








   .. method:: GetUrl(self)



                

      :rtype: `string`







      :returns: 

         The url of the page.   








   .. attribute:: Title

      See :meth:`~wx.html2.WebViewHistoryItem.GetTitle`


   .. attribute:: Url

      See :meth:`~wx.html2.WebViewHistoryItem.GetUrl`