IconView.enableModelDragDest

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

More...

Parameters

formats gdk.content_formats.ContentFormats

the formats that the drag will support

actions gdk.types.DragAction

the bitmask of possible actions for a drag to this widget

Detailed Description

Deprecated: Use gtk.grid_view.GridView instead