Package: gtk

Function gtk-tree-selection-path-is-selected

Lambda List

gtk-tree-selection-path-is-selected (selection path)

Arguments

selection -- a gtk-tree-selection object
path -- a gtk-tree-path instance to check selection on

Return Value

True if path is selected.

Details

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

See also

2021-2-28