Package: gtk

Function gtk:icon-view-selected-foreach

Lambda List

gtk:icon-view-selected-foreach (view func)

Arguments

view -- a gtk:icon-view widget
func -- a gtk:icon-view-foreach-func callback function to call for each selected icon

Details

Calls a function for each selected icon. Note that the model or selection cannot be modified from within this function.

Warning

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

See also

#2024-5-1