gtkDragSetIconPixbuf {RGtk2} | R Documentation |
Sets pixbuf
as the icon for a given drag.
gtkDragSetIconPixbuf(object, pixbuf, hot.x, hot.y)
|
[GdkDragContext ] the context for a drag. (This must be called
with a context for the source side of a drag) |
|
[GdkPixbuf ] the GdkPixbuf to use as the drag icon. |
|
[integer] the X offset within widget of the hotspot. |
|
[integer] the Y offset within widget of the hotspot. |
Derived by RGtkGen from GTK+ documentation