DragContext.dragBegin

Starts a drag and creates a new drag context for it. This function is called by the drag source.

class DragContext
static
dragBegin

Parameters

window Window

the source window for this drag.

targets ListG

the offered targets, as list of GdkAtoms. [transfer none][element-type GdkAtom]

Return Value

a newly created GdkDragContext.

Meta