TreeView.enableModelDragDest

Turns tree_view into a drop destination for automatic DND. Calling this method sets gtk.tree_view.TreeView:reorderable to false.

More...

Parameters

formats gdk.content_formats.ContentFormats

the target formats that the drag will support

actions gdk.types.DragAction

the bitmask of possible actions for a drag from this widget

Detailed Description