IconView.enableModelDragSource

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

More...

Parameters

startButtonMask gdk.types.ModifierType

Mask of allowed buttons to start drag

formats gdk.content_formats.ContentFormats

the formats that the drag will support

actions gdk.types.DragAction

the bitmask of possible actions for a drag from this widget

Detailed Description

Deprecated: Use gtk.grid_view.GridView instead