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.
This function is obsolete. The default icon should now be changed
via the stock system by changing the stock pixbuf for GTK_STOCK_DND
.
WARNING: gtk_drag_set_default_icon
is deprecated and should not be used in newly-written code.
gtkDragSetDefaultIcon(colormap, pixmap, mask, hot.x, hot.y)
|
[GdkColormap ] the colormap of the icon |
|
[GdkPixmap ] the image data for the icon |
|
[GdkBitmap ] the transparency mask for an image. |
|
[integer] The X offset within widget of the hotspot. |
|
[integer] The Y offset within widget of the hotspot. |
Derived by RGtkGen from GTK+ documentation