drag_dest_set_proxy


Description:


[ Version ( deprecated = true , deprecated_since = "3.22" ) ]
public void drag_dest_set_proxy (Widget widget, Window proxy_window, DragProtocol protocol, bool use_coordinates)

Warning: drag_dest_set_proxy is deprecated since 3.22.

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

Parameters:

this

a Widget

proxy_window

the window to which to forward drag events

protocol

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

use_coordinates

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


Namespace: Gtk
Package: gtk+-3.0