LinkButton.this

Creates a new GtkLinkButton containing a label. Since 2.10

  1. this(GtkLinkButton* gtkLinkButton)
  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. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta