IconView.pathIsSelected

bool pathIsSelected(gtk.tree_path.TreePath path)

Returns true if the icon pointed to by path is currently selected. If path does not point to a valid location, false is returned.

Parameters

pathA [gtk.tree_path.TreePath] to check selection on.

Returns

true if path is selected.

Deprecated

Use [gtk.grid_view.GridView] instead