Description Usage Arguments Value Author(s)
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.
1 | gtkTreePathCompare(object, b)
|
|
A |
|
A |
[integer] The relative positions of a
and b
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.