TreeView.enableModelDragDest

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

class TreeView
void
enableModelDragDest

Parameters

formats ContentFormats

the target formats that the drag will support

actions GdkDragAction

the bitmask of possible actions for a drag from this widget

Meta