Method
GtkTreeStoreis_ancestor
Declaration [src]
gboolean
gtk_tree_store_is_ancestor (
GtkTreeStore* tree_store,
GtkTreeIter* iter,
GtkTreeIter* descendant
)
Description [src]
Checks if iter
is an ancestor of descendant
.
Deprecated since: | 4.10 |
Use |
Parameters
iter |
GtkTreeIter |
A valid |
|
The data is owned by the caller of the function. | |
descendant |
GtkTreeIter |
A valid |
|
The data is owned by the caller of the function. |