Version: 2.9.4
Public Member Functions
wxWebViewHistoryItem Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/webview.h>


Detailed Description

A simple class that contains the URL and title of an element of the history of a wxWebView.

Since:
2.9.3

Library:  wxWebView
Category:  WebView
参照:
wxWebView

Public Member Functions

 wxWebViewHistoryItem (const wxString &url, const wxString &title)
 Construtor.
wxString GetUrl ()
wxString GetTitle ()

List of all members.


Constructor & Destructor Documentation

wxWebViewHistoryItem::wxWebViewHistoryItem ( const wxString url,
const wxString title 
)

Construtor.


Member Function Documentation

wxString wxWebViewHistoryItem::GetTitle ( )
Returns:
The title of the page.
wxString wxWebViewHistoryItem::GetUrl ( )
Returns:
The url of the page.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines