Handbook
Glossary
gtk_drag_begin_with_coordinates ( widget targets actions button event x y -- GdkDragContext* )
Vocabulary
gtk3
.
ffi
Inputs
widget
an
object
targets
an
object
actions
an
object
button
an
object
event
an
object
x
an
object
y
an
object
Outputs
GdkDragContext*
an
object
Definition
USING:
alien.syntax
gdk3.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
GdkDragContext*
gtk_drag_begin_with_coordinates
( GtkWidget* widget, GtkTargetList* targets,
GdkDragAction
actions,
gint
button, GdkEvent* event,
gint
x,
gint
y )