Method GTK2.TreeView()->get_dest_row_at_pos()


Method get_dest_row_at_pos

mapping get_dest_row_at_pos(int drag_x, int drag_y)

Description

Determines the destination row for a given position. Returns ([ "path": GTK2.TreePath, "pos": int ]) if there is such a row, or 0 if not. pos will be one of GTK2.TREE_VIEW_DROP_[INTO_OR_]{BEFORE,AFTER}.