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
(
int ok
,
uint time
)

Parameters

ok int

TRUE if the drop is accepted.

time uint

the timestamp for this operation.

Meta