selected_foreach


Description:

public void selected_foreach (IconViewForeachFunc func)

Calls a function for each selected icon.

Note:

Use [class@Gtk.GridView] instead

Note that the model or selection cannot be modified from within this function.

Parameters:

this

A `GtkIconView`.

func

The function to call for each selected icon.

data

User data to pass to the function.