Method GTK2.TreePath()->compare()
- Method compare
int compare(GTK2.TreePath b)
- Description
Compares two paths. If this path appears before b, -1 is returned. If b before this path, 1 is return. If they are equal, 0 is returned.
int compare(GTK2.TreePath b)
Compares two paths. If this path appears before b, -1 is returned. If b before this path, 1 is return. If they are equal, 0 is returned.