gtkTreePathIsDescendant {RGtk2.10}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.10 version 2.10.6 Index]