DropTarget.this

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

type gobject.types.GType

The supported type or G_TYPE_INVALID

actions gdk.types.DragAction

the supported actions

Return Value