TreePath.isDescendant

Returns %TRUE if @path is a descendant of @ancestor.

class TreePath
bool
isDescendant

Parameters

ancestor TreePath

another #GtkTreePath-struct

Return Value

Type: bool

%TRUE if @ancestor contains @path somewhere below it

Meta