Method

Gtk.TreePath.is_ancestor

Declaration [src]

gboolean
gtk_tree_path_is_ancestor (
  GtkTreePath* path,
  GtkTreePath* descendant
)

Description [src]

Returns TRUE if descendant is a descendant of path.

Parameters

descendant GtkTreePath
 

another GtkTreePath-struct

 Ownership is not transferred to the callee

Return value

Returns: gboolean

TRUE if descendant is contained inside path