DragAndDrop.setIconPixmap

Sets pixmap as the icon for a given drag. GTK+ retains references for the arguments, and will release them when they are no longer needed. In general, gtk_drag_set_icon_pixbuf() will be more convenient to use.

class DragAndDrop
void
setIconPixmap

Parameters

colormap Colormap

the colormap of the icon

pixmap Pixmap

the image data for the icon

mask Bitmap

the transparency mask for the icon or NULL for none. [allow-none]

hotX int

the X offset within pixmap of the hotspot.

hotY int

the Y offset within pixmap of the hotspot.

Meta