gtkDragSetDefaultIcon {RGtk2} | R Documentation |
Changes the default drag icon. GTK+ retains references for the
arguments, and will release them when they are no longer needed.
WARNING: gtk_drag_set_default_icon
is deprecated and should not be used in newly-written code. Change the default drag icon via the stock system by
changing the stock pixbuf for
GTK_STOCK_DNDinstead.
gtkDragSetDefaultIcon(colormap, pixmap, mask, hot.x, hot.y)
|
the colormap of the icon |
|
the image data for the icon |
|
the transparency mask for an image, or |
|
The X offset within |
|
The Y offset within |
Derived by RGtkGen from GTK+ documentation