TreePath.isDescendant

Returns TRUE if path is a descendant of ancestor.

class TreePath
int
isDescendant

Parameters

ancestor TreePath

another GtkTreePath

Return Value

Type: int

TRUE if ancestor contains path somewhere below it

Meta