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.

Parameters

ancestor

Type: GtkTreePath

Another GtkTreePath-struct.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if ancestor contains path somewhere below it.