Method
GtkWidgetdrag_source_set_icon_stock
deprecated: 3.10
Declaration [src]
void
gtk_drag_source_set_icon_stock (
GtkWidget* widget,
const gchar* stock_id
)
Description [src]
Sets the icon that will be used for drags from a particular source to a stock icon.
Deprecated since: 3.10
Use gtk_drag_source_set_icon_name()
instead.