TreeView.enableModelDragSource

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

More...

Parameters

startButtonMask gdk.types.ModifierType

Mask of allowed buttons to start drag

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