Class: Wx::WEB::WebViewHistoryItem

Inherits:
Object
  • Object
show all
Defined in:
lib/wx/doc/gen/web/web_view.rb

Overview

Note:

This class is untracked and should not be derived from nor instances extended!

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

Category: WebView

See Also:

Requires:

  • USE_WEBVIEW

Instance Method Summary collapse

Constructor Details

#initialize(url, title) ⇒ Wx::WEB::WebViewHistoryItem

Constructor.

Parameters:

  • url (String)
  • title (String)


1012
# File 'lib/wx/doc/gen/web/web_view.rb', line 1012

def initialize(url, title) end

Instance Method Details

#get_titleString Also known as: title

The title of the page.

Returns:

  • (String)


1025
# File 'lib/wx/doc/gen/web/web_view.rb', line 1025

def get_title; end

#get_urlString Also known as: url

The url of the page.

Returns:

  • (String)


1018
# File 'lib/wx/doc/gen/web/web_view.rb', line 1018

def get_url; end