| gtkDragSourceSetIcon {RGtk2} | R Documentation |
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 gtkDragSourceSetIconPixbuf instead.
gtkDragSourceSetIcon(object, colormap, pixmap, mask = NULL)
|
[GtkWidget] a GtkWidget |
|
[GdkColormap] the colormap of the icon |
|
[GdkPixmap] the image data for the icon |
|
[GdkBitmap] the transparency mask for an image. |
Derived by RGtkGen from GTK+ documentation