dragSetIconPixbuf

fnvoid dragSetIconPixbuf(gdk.drag_context.DragContext context, gdkpixbuf.pixbuf.Pixbuf pixbuf, int hotX, int hotY)

Sets pixbuf as the icon for a given drag.

Parameters

contextthe context for a drag (This must be called with a context for the source side of a drag)
pixbufthe #GdkPixbuf to use as the drag icon
hotXthe X offset within widget of the hotspot
hotYthe Y offset within widget of the hotspot