IconView.enableModelDragDest

Turns icon_view into a drop destination for automatic DND. Calling this method sets "reorderable" to FALSE. Since 2.8

class IconView
void
enableModelDragDest

Parameters

targets GtkTargetEntry[]

the table of targets that the drag will support. [array length=n_targets]

actions GdkDragAction

the bitmask of possible actions for a drag to this widget

Meta