Widget.dragBegin

This function is equivalent to gtk.widget.Widget.dragBeginWithCoordinates, passing -1, -1 as coordinates.

More...

Parameters

targets gtk.target_list.TargetList

The targets (data formats) in which the source can provide the data

actions gdk.types.DragAction

A bitmask of the allowed drag actions for this drag

button int

The button the user clicked to start the drag

event gdk.event.Event

The event that triggered the start of the drag, or null if none can be obtained.

Return Value

Type: gdk.drag_context.DragContext

the context for this drag

Detailed Description