Method
GtkWidgetdrag_dest_set_proxy
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 |
GdkWindow |
The window to which to forward drag events. |
|
The data is owned by the caller of the function. | |
protocol |
GdkDragProtocol |
The drag protocol which the |
|
use_coordinates |
gboolean |
If |