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. Since 2.6

class IconView
int
pathIsSelected

Parameters

path TreePath

A GtkTreePath to check selection on.

Return Value

Type: int

TRUE if path is selected.

Meta