Description Usage Arguments Details Author(s)
Sets the icon for a given drag from a named themed icon. See
the docs for GtkIconTheme
for more details. Note that the
size of the icon depends on the icon theme (the icon is
loaded at the symbolic size GTK_ICON_SIZE_DND
), thus
hot.x
and hot.y
have to be used with care.
1 | gtkDragSetIconName(object, icon.name, hot.x, hot.y)
|
|
the context for a drag. (This must be called with a context for the source side of a drag) |
|
name of icon to use |
|
the X offset of the hotspot within the icon |
|
the Y offset of the hotspot within the icon |
Since 2.8
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.