Method
GtkTreePathis_descendant
Declaration [src]
gboolean
gtk_tree_path_is_descendant (
GtkTreePath* path,
GtkTreePath* ancestor
)
Description [src]
Returns TRUE
if path
is a descendant of ancestor
.
Deprecated since: | 4.10 |
Please do not use it in newly written code. |
Parameters
ancestor |
GtkTreePath |
Another |
|
The data is owned by the caller of the function. |