LinkButton.this

Creates a new GtkLinkButton with the URI as its text. Since 2.10

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

Parameters

uri string

a valid URI

Throws

ConstructionException GTK+ fails to create the object.

Meta