LinkButton.newWithLabel

Creates a new #GtkLinkButton containing a label.

class LinkButton
static
newWithLabel
(
string uri
,
string label = null
)

Parameters

uri string

a valid URI

label string

the text of the button

Return Value

Type: gtk.link_button.LinkButton

a new link button widget.