drag_set_icon_pixbuf


Description:


public void drag_set_icon_pixbuf (DragContext context, Pixbuf pixbuf, int hot_x, int hot_y)

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 Pixbuf to use as the drag icon

hot_x

the X offset within widget of the hotspot

hot_y

the Y offset within widget of the hotspot


Namespace: Gtk
Package: gtk+-3.0