Handbook
Glossary
gdk_drag_begin_from_point ( window device targets x_root y_root -- GdkDragContext* )
Vocabulary
gdk3
.
ffi
Inputs
window
an
object
device
an
object
targets
an
object
x_root
an
object
y_root
an
object
Outputs
GdkDragContext*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
GdkDragContext*
gdk_drag_begin_from_point
( GdkWindow* window, GdkDevice* device, GList* targets,
gint
x_root,
gint
y_root )