TreePath.isDescendant
bool isDescendant(gtk.tree_path.TreePath ancestor)Returns true if path is a descendant of ancestor.
Parameters
ancestor | another #GtkTreePath-struct |
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 #GtkTreePath-struct |