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.

More...
class IconView
bool
pathIsSelected

Parameters

path gtk.tree_path.TreePath

A gtk.tree_path.TreePath to check selection on.

Return Value

Type: bool

true if path is selected.

Detailed Description

Deprecated: Use gtk.grid_view.GridView instead