TargetEntry.this

Makes a new #GtkTargetEntry.

  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 #GtkTargetEntry. Free with gtk_target_entry_free()

Throws

ConstructionException GTK+ fails to create the object.

Meta