TreeStore.isAncestor
bool isAncestor(gtk.tree_iter.TreeIter iter, gtk.tree_iter.TreeIter descendant)Checks if iter is an ancestor of descendant.
Parameters
iter | A valid [gtk.tree_iter.TreeIter] |
descendant | A valid [gtk.tree_iter.TreeIter] |
Returns
true if iter is an ancestor of descendant, and false otherwise
Deprecated
Use [gtk.tree_list_model.TreeListModel] instead