Handbook
Glossary
gdk_drag_context_set_hotspot ( drag_context hot_x hot_y -- )
Vocabulary
gdk3
.
ffi
Inputs
drag_context
an
object
hot_x
an
object
hot_y
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
void
gdk_drag_context_set_hotspot
( GdkDragContext* drag_context,
gint
hot_x,
gint
hot_y )