LinkButton.with_label
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.10" ) ]
public LinkButton.with_label (string uri, string? label)
[ Version ( since = "2.10" ) ]
public LinkButton.with_label (string uri, string? label)
Creates a new LinkButton containing a label.
Parameters:
uri |
a valid URI |
label |
the text of the button |
Returns:
a new link button widget. |