is_ancestor


Description:

public bool is_ancestor (TreeIter iter, TreeIter descendant)

Returns true if iter is an ancestor of descendant.

That is, iter is the parent (or grandparent or great-grandparent) of descendant.

Parameters:

this

A `GtkTreeStore`

iter

A valid `GtkTreeIter`

descendant

A valid `GtkTreeIter`

Returns:

true, if iter is an ancestor of descendant




2022 vala-language.org