Package: gtk

Callback gtk-icon-view-foreach-func

Details

A callback function used by the function gtk-icon-view-selected-foreach to map all selected rows. It will be called on every selected row in the view.
 lambda (view path)  
view
A gtk-icon-view widget.
path
The gtk-tree-path instance of a selected row.
 

See also

2021-3-9