Method
GtkWidgetdrag_dest_set_proxy
deprecated: 3.22
Declaration [src]
void
gtk_drag_dest_set_proxy (
GtkWidget* widget,
GdkWindow* proxy_window,
GdkDragProtocol protocol,
gboolean use_coordinates
)
Description [src]
Sets this widget as a proxy for drops to another window.
Deprecated since: 3.22
Please do not use it in newly written code.
Parameters
proxy_window-
Type:
GdkWindowThe window to which to forward drag events.
The data is owned by the caller of the method. protocol-
Type:
GdkDragProtocolThe drag protocol which the
proxy_windowaccepts (You can usegdk_drag_get_protocol()to determine this). use_coordinates-
Type:
gbooleanIf
TRUE, send the same coordinates to the destination, because it is an embedded subwindow.