LinkButton.newWithLabel
gtk.link_button.LinkButton newWithLabel(string uri, string label = null)Creates a new #GtkLinkButton containing a label.
Parameters
uri | a valid URI |
label | the text of the button |
Returns
a new link button widget.
gtk.link_button.LinkButton newWithLabel(string uri, string label = null)Creates a new #GtkLinkButton containing a label.
uri | a valid URI |
label | the text of the button |