gtkTreePathIsAncestor {RGtk2}R Documentation

gtkTreePathIsAncestor

Description

Returns TRUE if descendant is a descendant of path.

Usage

gtkTreePathIsAncestor(object, descendant)

Arguments

object [GtkTreePath] a GtkTreePath
descendant [GtkTreePath] another GtkTreePath

Value

[logical] TRUE if descendant is contained inside path

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]