DragContext.dropReply

Accepts or rejects a drop. This function is called by the drag destination in response to a drop initiated by the drag source.

class DragContext
void
dropReply
(,
uint time
)

Parameters

accepted int

TRUE if the drop is accepted

time uint

the timestamp for this operation

Meta