Gdk.Drag Members

The members of Gdk.Drag are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

static
Abort(DragContext, uint)
Aborts a drag without dropping.
static
Drop(DragContext, uint)
Drops on the current destination.
static
DropSucceeded(DragContext) : bool
Documentation for this section has not yet been entered.
static
FindWindow(DragContext, Window, int, int, out Window, out DragProtocol)
Finds the destination window and DND protocol to use at the given pointer position.
static
FindWindowForScreen(DragContext, Window, Screen, int, int, out Window, out DragProtocol)
Finds the destination window and DND protocol to use at the given pointer position.
static
GetProtocol(uint, out DragProtocol) : uint
Finds out the DND protocol supported by a window.
static
GetProtocolForDisplay(Display, uint, out DragProtocol) : uint
Finds out the DND protocol supported by a window.
static
GetSelection(DragContext) : Atom
Returns the selection atom for the current source window.
static
Motion(DragContext, Window, DragProtocol, int, int, DragAction, DragAction, uint) : bool
Updates the drag context when the pointer moves or the set of actions changes.
static
Status(DragContext, DragAction, uint)
Selects one of the actions offered by the drag source.