dragSetIconStock
fn
void dragSetIconStock(gdk.drag_context.DragContext context, string stockId, int hotX, int hotY)Sets the icon for a given drag from a stock ID.
Parameters
context | the context for a drag (This must be called with a context for the source side of a drag) |
stockId | the ID of the stock icon to use for the drag |
hotX | the X offset within the icon of the hotspot |
hotY | the Y offset within the icon of the hotspot |
Deprecated
Use [gtk.global.dragSetIconName] instead.