dragDrop
fn
void dragDrop(gdk.drag_context.DragContext context, uint time)Drops on the current destination.
This function is called by the drag source.
This function does not need to be called in managed drag and drop operations. See gdk.drag_context.DragContext.manageDnd for more information.
Parameters
context | a #GdkDragContext |
time | the timestamp for this operation |