TargetEntry.this

Makes a new GtkTargetEntry structure.

  1. this(GtkTargetEntry* gtkTargetEntry)
  2. this(string target, uint flags, uint info)
    class TargetEntry
    this
    (
    string target
    ,
    uint flags
    ,
    uint info
    )

Parameters

target string

String identifier for target

flags uint

Set of flags, see GtkTargetFlags

info uint

an ID that will be passed back to the application

Throws

ConstructionException GTK+ fails to create the object.

Meta