BindingSet.this

GTK+ maintains a global list of binding sets. Each binding set has a unique name which needs to be specified upon creation.

  1. this(GtkBindingSet* gtkBindingSet, bool ownedRef)
  2. this(string setName)
    class BindingSet
    this
    (
    string setName
    )

Parameters

setName string

unique name of this binding set

Return Value

new binding set

Throws

ConstructionException GTK+ fails to create the object.