Widget.dragDestSetProxy

Sets this widget as a proxy for drops to another window.

class Widget
void
dragDestSetProxy

Parameters

proxyWindow GdkWin

the window to which to forward drag events

protocol GdkDragProtocol

the drag protocol which the proxy_window accepts (You can use gdk_drag_get_protocol() to determine this)

useCoordinates bool

If TRUE, send the same coordinates to the destination, because it is an embedded subwindow.