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.

Warning

The gtk:tree-selection implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-11-5