TypeScript API Documentation for GDK
API Version: 3.0
Library Version: 3.24.51
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Starts a drag and creates a new drag context for it. This function assumes that the drag is controlled by the client pointer device, use gdk_drag_begin_for_device() to begin a drag with a different device.
gdk_drag_begin_for_device()
This function is called by the drag source.
the source window for this drag.
the offered targets, as list of GdkAtoms
GdkAtoms
a newly created Gdk.DragContext
Starts a drag and creates a new drag context for it. This function assumes that the drag is controlled by the client pointer device, use
gdk_drag_begin_for_device()to begin a drag with a different device.This function is called by the drag source.