Package: gtk

Function gtk-tree-view-set-drag-dest-row

Lambda List

gtk-tree-view-set-drag-dest-row (view path pos)

Arguments

view -- a gtk-tree-view widget
path -- the gtk-tree-path instance of the row to highlight, or nil
pos -- a gtk-tree-view-drop-position value wich specifies whether to drop before, after or into the row

Details

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

See also

2021-2-26