IconView.enableModelDragSource

Turns @icon_view into a drag source for automatic DND. Calling this method sets #GtkIconView:reorderable to %FALSE.

Parameters

startButtonMask GdkModifierType

Mask of allowed buttons to start drag

formats ContentFormats

the formats that the drag will support

actions GdkDragAction

the bitmask of possible actions for a drag from this widget

Meta