drag_begin_from_point
Description:
[ Version ( since = "3.20" ) ]
public DragContext drag_begin_from_point (Window window, Device device, List<Atom> targets, int x_root, int y_root)
Starts a drag and creates a new drag context for it.
This function is called by the drag source.
Parameters:
window |
the source window for this drag |
device |
the device that controls this drag |
targets |
the offered targets, as list of Atoms |
x_root |
the x coordinate where the drag nominally started |
y_root |
the y coordinate where the drag nominally started |
Returns:
a newly created DragContext |
Namespace: Gdk
Package: gdk-3.0