IconView.enableModelDragDest

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

class IconView
void
enableModelDragDest

Parameters

targets TargetEntry[]

the table of targets that the drag will support

actions GdkDragAction

the bitmask of possible actions for a drag to this widget

Meta