gtkDragSetIconPixmap {RGtk2} | R Documentation |
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, gtkDragSetIconPixbuf
will be more convenient to use.
gtkDragSetIconPixmap(object, colormap, pixmap, mask, hot.x, hot.y)
|
[GdkDragContext ] the context for a drag. (This must be called
with a context for the source side of a drag) |
|
[GdkColormap ] the colormap of the icon |
|
[GdkPixmap ] the image data for the icon |
|
[GdkBitmap ] the transparency mask for the icon |
|
[integer] the X offset within pixmap of the hotspot. |
|
[integer] the Y offset within pixmap of the hotspot. |
Derived by RGtkGen from GTK+ documentation