TreeStore.isAncestor

Checks if iter is an ancestor of descendant.

More...

Parameters

iter gtk.tree_iter.TreeIter
descendant gtk.tree_iter.TreeIter

Return Value

Type: bool

true if iter is an ancestor of descendant, and false otherwise

Detailed Description

Deprecated: Use gtk.tree_list_model.TreeListModel instead