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 -- a 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.

Warning

The gtk:tree-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-5-28