DropTarget.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gobject.types.GType type, gdk.types.DragAction actions) nothrow

Creates a new gtk.drop_target.DropTarget object.

If the drop target should support more than 1 type, pass G_TYPE_INVALID for type and then call gtk.drop_target.DropTarget.setGtypes.

Parameters

typeThe supported type or G_TYPE_INVALID
actionsthe supported actions

Returns