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: GdkWindow

The window to which to forward drag events.

The data is owned by the caller of the method.
protocol

Type: GdkDragProtocol

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

use_coordinates

Type: gboolean

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