GtkIconView::select_path

void select_path(GtkTreePath path);

Selects the item given in path. For example,

$iconview->select_path(23);
would select the 23rd item in the list.

Counting begins at 0.

See also: unselect_path() , select_all()