gtkTreePathIsDescendant {RGtk2}R Documentation

gtkTreePathIsDescendant

Description

Returns TRUE if path is a descendant of ancestor.

Usage

gtkTreePathIsDescendant(object, ancestor)

Arguments

object [GtkTreePath] a GtkTreePath
ancestor [GtkTreePath] another GtkTreePath

Value

[logical] TRUE if ancestor contains path somewhere below it

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]