gdk_drag_begin_from_point ( window device targets x_root y_root -- GdkDragContext* )


Vocabulary
gdk3.ffi

Inputs
windowan object
devicean object
targetsan object
x_rootan object
y_rootan object


Outputs
GdkDragContext*an object


Definition


LIBRARY: gdk3 FUNCTION: GdkDragContext*
gdk_drag_begin_from_point
( GdkWindow* window, GdkDevice* device, GList* targets, gint
x_root, gint y_root )