#include <wx/webview.h>
A simple class that contains the URL and title of an element of the history of a wxWebView.
Public Member Functions | |
| wxWebViewHistoryItem (const wxString &url, const wxString &title) | |
| Construtor.  More... | |
| wxString | GetUrl () | 
| wxString | GetTitle () | 
Construtor.
| wxString wxWebViewHistoryItem::GetTitle | ( | ) | 
| wxString wxWebViewHistoryItem::GetUrl | ( | ) |