RGtk2 (version 2.20.31)

gtkTreeSelectionPathIsSelected: gtkTreeSelectionPathIsSelected

Description

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

Usage

gtkTreeSelectionPathIsSelected(object, path)

Arguments

path
A GtkTreePath to check selection on.

Value

TRUE if path is selected.