GtkIconView::item_activated

void item_activated(GtkTreePath path);

Activates the item at the given path. Note that activate does not mean select. Activation is something like an internal, invisible selection.

Causes the "item-activated" signal to be emitted.

See select_path() if you want to select an item.