Method
GtkWidgetdrag_source_set_icon_gicon
since: 3.2
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-
Type:
GIconA
GIcon.The data is owned by the caller of the method.