Widget.dragDestSetProxy

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

Parameters

proxyWindow gdk.window.Window

the window to which to forward drag events

protocol gdk.types.DragProtocol

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.