LinkButton.this

Creates a new gtk.LinkButton containing a label.

  1. this(GtkLinkButton* gtkLinkButton, bool ownedRef)
  2. this(string uri)
  3. this(string uri, string label)
    class LinkButton
    this
    (
    string uri
    ,
    string label
    )

Parameters

uri string

a valid URI

label string

the text of the button

Return Value

a new link button widget.

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.10