Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkTreePathCompare: gtkTreePathCompare
Description
Compares two paths. If
a
appears before
b
in a tree, then -1 is returned. If
b
appears before
a
, then 1 is returned. If the two nodes are equal, then 0 is returned.
Usage
gtkTreePathCompare(object, b)
Arguments
object
A
GtkTreePath
.
b
A
GtkTreePath
to compare with.
Value
a
and
b