Package: gtk

Function gtk:icon-view-selected-items

Lambda List

gtk:icon-view-selected-items (view)

Arguments

view -- a gtk:icon-view widget

Return Value

The list containing a gtk:tree-path instance for each selected row.

Details

Creates a list of paths of all selected items. Additionally, if you are planning on modifying the model after calling this function, you may want to convert the returned list into a list of gtk:tree-row-reference instances. To do this, you can use the gtk:tree-row-reference-new function.

Warning

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

See also

#2024-5-1