DragAndDrop.sourceSetIcon

Sets the icon that will be used for drags from a particular widget from a pixmap/mask. GTK+ retains references for the arguments, and will release them when they are no longer needed. Use gtk_drag_source_set_icon_pixbuf() instead.

class DragAndDrop
static
void
sourceSetIcon

Parameters

widget Widget

a GtkWidget

colormap Colormap

the colormap of the icon

pixmap Pixmap

the image data for the icon

mask Bitmap

the transparency mask for an image. [allow-none]

Meta