Class 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.