IconView.pathIsSelected

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

class IconView
bool
pathIsSelected

Parameters

path gtk.tree_path.TreePath

A #GtkTreePath to check selection on.

Return Value

Type: bool

true if path is selected.