The members of Gdk.Drag are listed below.
See Also: Inherited members from System.Object
Drag() | Documentation for this section has not yet been entered. |
static | Abort(DragContext, uint)Aborts a drag without dropping. | |
static | Drop(DragContext, uint)Drops on the current destination. | |
static | DropSucceeded(DragContext)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)Finds out the DND protocol supported by a window. | |
static | GetProtocolForDisplay(Display, uint, out DragProtocol)Finds out the DND protocol supported by a window. | |
static | GetSelection(DragContext)Returns the selection atom for the current source window. | |
static | Motion(DragContext, Window, DragProtocol, int, int, DragAction, DragAction, uint)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. | |