gtkDragSourceSetIconPixbuf {RGtk2} | R Documentation |
Sets the icon that will be used for drags from a particular widget
from a GdkPixbuf
. GTK+ retains a reference for pixbuf
and will
release it when it is no longer needed.
gtkDragSourceSetIconPixbuf(object, pixbuf)
|
[GtkWidget ] a GtkWidget |
|
[GdkPixbuf ] the GdkPixbuf for the drag icon |
Derived by RGtkGen from GTK+ documentation