gtkDragDestSetProxy {RGtk2}R Documentation

gtkDragDestSetProxy

Description

Sets this widget as a proxy for drops to another window.

Usage

gtkDragDestSetProxy(object, proxy.window, protocol, use.coordinates)

Arguments

object [GtkWidget] a GtkWidget
proxy.window [GdkWindow] the window to which to forward drag events
protocol [GdkDragProtocol] the drag protocol which the proxy.window accepts (You can use gdkDragGetProtocol to determine this)
use.coordinates [logical] If TRUE, send the same coordinates to the destination, because it is an embedded subwindow.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]