drag_set_icon_default
function drag_set_icon_default(context:Gdk.DragContext):void { // Gjs wrapper for gtk_drag_set_icon_default() }
Sets the icon for a particular drag to the default icon.
- context
the context for a drag. (This must be called with a context for the source side of a drag)