Description Usage Arguments Author(s)
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_DND
instead.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.