DropTarget.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.

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