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

More...
class TreeSelection
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 GtkListView or GtkColumnView