Widget.dragBegin

This function is equivalent to gtk_drag_begin_with_coordinates(), passing -1, -1 as coordinates.

More...

Parameters

targets TargetList

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

actions GdkDragAction

A bitmask of the allowed drag actions for this drag

button int

The button the user clicked to start the drag

event Event

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

Return Value

the context for this drag

Detailed Description

Deprecated: Use gtk_drag_begin_with_coordinates() instead