TreePath.isDescendant
bool isDescendant(gtk.tree_path.TreePath ancestor)Returns true if path is a descendant of ancestor.
Parameters
ancestor | another [gtk.tree_path.TreePath] |
Returns
true if ancestor contains path somewhere below it
bool isDescendant(gtk.tree_path.TreePath ancestor)Returns true if path is a descendant of ancestor.
ancestor | another [gtk.tree_path.TreePath] |