DragContext.dragGetProtocolForDisplay

Finds out the DND protocol supported by a window. Since 2.2

class DragContext
static
dragGetProtocolForDisplay

Parameters

display Display

the GdkDisplay where the destination window resides

xid GdkNativeWindow

the windowing system id of the destination window.

protocol GdkDragProtocol

location where the supported DND protocol is returned.

Return Value

the windowing system id of the window where the drop should happen. This may be xid or the id of a proxy window, or zero if xid doesn't support Drag and Drop.

Meta