TargetEntry.this

Makes a new gtk.TargetEntry

  1. this(GtkTargetEntry* gtkTargetEntry, bool ownedRef)
  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

Return Value

a pointer to a new gtk.TargetEntry Free with TargetEntry.free

Throws

ConstructionException GTK+ fails to create the object.