TargetList.this

Creates a new GtkTargetList from an array of GtkTargetEntry.

  1. this(GtkTargetList* gtkTargetList)
  2. this(GtkTargetEntry[] targets)
    class TargetList

Parameters

targets GtkTargetEntry[]

Pointer to an array of GtkTargetEntry. [array length=ntargets]

Throws

ConstructionException GTK+ fails to create the object.

Meta