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

See also

#2024-5-3