dragSetIconStock

fnvoid dragSetIconStock(gdk.drag_context.DragContext context, string stockId, int hotX, int hotY)

Sets the icon for a given drag from a stock ID.

Parameters

contextthe context for a drag (This must be called with a context for the source side of a drag)
stockIdthe ID of the stock icon to use for the drag
hotXthe X offset within the icon of the hotspot
hotYthe Y offset within the icon of the hotspot

Deprecated

Use [gtk.global.dragSetIconName] instead.