gtkTreePathCompare {RGtk2} | R Documentation |
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.
gtkTreePathCompare(object, b)
|
[GtkTreePath ] A GtkTreePath . |
|
[GtkTreePath ] A GtkTreePath to compare with. |
[integer] The relative positions of a
and b
Derived by RGtkGen from GTK+ documentation