IconView.selectedForeach

void selectedForeach(gtk.types.IconViewForeachFunc func)

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

Parameters

funcThe function to call for each selected icon.

Deprecated

Use [gtk.grid_view.GridView] instead