Package: gtk
Function gtk:tree-path-compare
Lambda Listgtk:tree-path-compare (path1 path2) ArgumentsReturn Value The integer with the relative position of path1 and path2. Details
Compares two paths. If path1 appears before path2 in a model, then -1 is returned. If path2 appears before path1, then 1 is returned. If the two nodes
are equal, then 0 is returned. Warning | See also |
2025-2-25