LinkButton.newWithLabel

Creates a new gtk.link_button.LinkButton 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.