DragIcon.setFromPaintable

Creates a GtkDragIcon that shows @paintable, and associates it with the drag operation.

The hotspot position on the paintable is aligned with the hotspot of the cursor.

class DragIcon
static
void
setFromPaintable

Parameters

drag Drag

a GdkDrag

paintable PaintableIF

a GdkPaintable to display

hotX int

X coordinate of the hotspot

hotY int

Y coordinate of the hotspot

Meta