drag_motion
Description:
public bool drag_motion (DragContext context, Window dest_window, DragProtocol protocol, int x_root, int y_root, DragAction suggested_action, DragAction possible_actions, uint32 time_)
Updates the drag context when the pointer moves or the set of actions changes.
This function is called by the drag source.
This function does not need to be called in managed drag and drop operations. See manage_dnd for more information.
Parameters:
context | |
dest_window |
the new destination window, obtained by |
protocol |
the DND protocol in use, obtained by |
x_root |
the x position of the pointer in root coordinates |
y_root |
the y position of the pointer in root coordinates |
suggested_action |
the suggested action |
possible_actions |
the possible actions |
time_ |
the timestamp for this operation |
Namespace: Gdk
Package: gdk-3.0