TreeView.setDragDestRow

Sets the row that is highlighted for feedback. If path is null, an existing highlight is removed.

More...

Parameters

path gtk.tree_path.TreePath

The path of the row to highlight

pos gtk.types.TreeViewDropPosition

Specifies whether to drop before, after or into the row

Detailed Description