drag_dest_set_proxy


Description:


public void drag_dest_set_proxy (Widget widget, Window proxy_window, DragProtocol protocol, bool use_coordinates)

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 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+-2.0