Method
GtkWidgetdrag_source_set_icon_gicon
Declaration [src]
void
gtk_drag_source_set_icon_gicon (
GtkWidget* widget,
GIcon* icon
)
Description [src]
Sets the icon that will be used for drags from a particular source
to icon
. See the docs for GtkIconTheme
for more details.
Available since: | 3.2 |
Parameters
icon |
GIcon |
A |
|
The data is owned by the caller of the function. |