Package: gtk
Function gtk:tree-path-compare
Lambda Listgtk:tree-path-compare (path1 path2) ArgumentsReturn ValueThe integer with the relative positions of path1 and path2. Details
Compares two paths. If path1 appears before path2 in a tree, then -1 is returned. If path2 appears before path1, then 1 is returned. If the two nodes
are equal, then 0 is returned. | See also |
2024-3-28