Gtk.LinkButton.new_with_label
function new_with_label(uri:String, label:String):Gtk.Widget { // Gjs wrapper for gtk_link_button_new_with_label() }
Creates a new Gtk.LinkButton containing a label.
Since 2.10
- uri
a valid URI
- label
the text of the button
- Returns
a new link button widget.