Package: gtk

Callback gtk:icon-view-foreach-func

Syntax

lambda (view path)

Arguments

view -- a gtk:icon-view widget
path -- a gtk:tree-path instance for a selected row

Details

A callback function used by the gtk:icon-view-selected-foreach function to map all selected rows. It will be called on every selected row in the view.

Warning

This callback function is deprecated since 4.20. There is no replacement.
 

See also

#2025-12-08