TreeSelection.pathIsSelected

Returns TRUE if the row pointed to by path is currently selected. If path does not point to a valid location, FALSE is returned

class TreeSelection
bool
pathIsSelected

Parameters

path TreePath

A gtk.TreePath to check selection on.

Return Value

Type: bool

TRUE if path is selected.