Gtk.IconView.prototype.selected_foreach
function selected_foreach(func:Gtk.IconViewForeachFunc):void {
// Gjs wrapper for gtk_icon_view_selected_foreach()
}Calls a function for each selected icon. Note that the model or selection cannot be modified from within this function.
Since 2.6
- func
The function to call for each selected icon.