gdk_drag_motion ( context dest_window protocol x_root y_root suggested_action possible_actions time_ -- gboolean )


Vocabulary
gdk2.ffi

Inputs
contextan object
dest_windowan object
protocolan object
x_rootan object
y_rootan object
suggested_actionan object
possible_actionsan object
time_an object


Outputs
gbooleanan object


Definition


LIBRARY: gdk2 FUNCTION: gboolean gdk_drag_motion
( GdkDragContext* context, GdkWindow* dest_window,
GdkDragProtocol protocol, gint x_root, gint y_root,
GdkDragAction suggested_action, GdkDragAction
possible_actions, guint32 time_ )