is_descendant
Description:
public bool is_descendant (
TreePath ancestor)
Returns true if this is a descendant of ancestor.
Parameters:
| this |
a TreePath-struct
|
| ancestor |
another TreePath-struct
|
Returns:
|
true if ancestor contains this somewhere below it
|