enable_model_drag_source
Description:
public void enable_model_drag_source (ModifierType start_button_mask, ContentFormats formats, DragAction actions)
  
  Turns this into a drag source for automatic DND.
Note: 
      
        
    
    Use [class@Gtk.GridView] instead
Calling this method sets `GtkIconView`reorderable to false.
Parameters:
| this | a `GtkIconView` | 
| start_button_mask | Mask of allowed buttons to start drag | 
| formats | the formats that the drag will support | 
| actions | the bitmask of possible actions for a drag from this widget |