Package: gtk

Function gtk:icon-view-get-drag-dest-item

Lambda List

gtk:icon-view-get-drag-dest-item (view)

Syntax

(gtk:icon-view-get-drag-dest-item view) => path, pos

Arguments

view -- a gtk:icon-view widget
path -- a gtk:tree-path instance for the highlighted item, or nil
pos -- a gtk:icon-view-drop-position value for the drop position, or nil

Details

Gets information about the item that is highlighted for feedback.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

#2025-05-22