Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Class Gnome.Href

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container GTK1.Button Gnome.Href
Description

This widget is a GtkButton button that contains a URL. When clicked it invokes the configured browser for the URL you provided.

 Gnome.Href( "http://www.gnome.org", "GNOME Web Site" )

 Gnome.Href( "http://www.gnome.org" )


Inherit Button

inherit GTK1.Button : Button


Method create

Gnome.Href Gnome.Href(string url, string|void label)

Description

Created a GNOME href object, a label widget with a clickable action and an associated URL. If label is set to 0, url is used as the label.