DragAndDrop.dragSetIconStock

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

More...
struct DragAndDrop
static
void
dragSetIconStock

Parameters

context DragContext

the context for a drag (This must be called with a context for the source side of a drag)

stockId string

the ID of the stock icon to use for the drag

hotX int

the X offset within the icon of the hotspot

hotY int

the Y offset within the icon of the hotspot

Detailed Description

Deprecated: Use gtk_drag_set_icon_name() instead.