gtkDragDestSetProxy {RGtk2} | R Documentation |
Sets this widget as a proxy for drops to another window.
gtkDragDestSetProxy(object, proxy.window, protocol, use.coordinates)
|
[GtkWidget ] a GtkWidget |
|
[GdkWindow ] the window to which to forward drag events |
|
[GdkDragProtocol ] the drag protocol which the proxy.window accepts
(You can use gdkDragGetProtocol to determine this) |
|
[logical] If TRUE , send the same coordinates to the
destination, because it is an embedded
subwindow. |
Derived by RGtkGen from GTK+ documentation