dragSetIconPixbuf
fn
void dragSetIconPixbuf(gdk.drag_context.DragContext context, gdkpixbuf.pixbuf.Pixbuf pixbuf, int hotX, int hotY)Sets pixbuf as the icon for a given drag.
Parameters
context | the context for a drag (This must be called with a context for the source side of a drag) |
pixbuf | the #GdkPixbuf to use as the drag icon |
hotX | the X offset within widget of the hotspot |
hotY | the Y offset within widget of the hotspot |