Method

GtkWidgetdrag_source_set_icon_name

since: 2.8

Declaration [src]

void
gtk_drag_source_set_icon_name (
  GtkWidget* widget,
  const gchar* icon_name
)

Description [src]

Sets the icon that will be used for drags from a particular source to a themed icon. See the docs for GtkIconTheme for more details.

Available since: 2.8

Parameters

icon_name

Type: const gchar*

Name of icon to use.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.