IconView.enableModelDragDest

void enableModelDragDest(gdk.content_formats.ContentFormats formats, gdk.types.DragAction actions)

Turns icon_view into a drop destination for automatic DND. Calling this method sets [gtk.icon_view.IconView]:reorderable to false.

Parameters

formatsthe formats that the drag will support
actionsthe bitmask of possible actions for a drag to this widget

Deprecated

Use [gtk.grid_view.GridView] instead