IconView.enableModelDragDest
void enableModelDragDest(gtk.target_entry.TargetEntry[] targets, gdk.types.DragAction actions)Turns icon_view into a drop destination for automatic DND. Calling this method sets #GtkIconView:reorderable to false.
Parameters
targets | the table of targets that the drag will support |
actions | the bitmask of possible actions for a drag to this widget |