LinkButton

constructor(uri: String)

Creates a new GtkLinkButton with the URI as its text.

Return

a new link button widget.

Parameters

uri

a valid URI


constructor(uri: String, label: String? = null)

Creates a new GtkLinkButton containing a label.

Return

a new link button widget.

Parameters

uri

a valid URI

label

the text of the button


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)