方法

GtkTreePathis_descendant

已弃用:4.10 

声明 [src]

gboolean
gtk_tree_path_is_descendant (
  GtkTreePath* path,
  GtkTreePath* ancestor
)

描述 [src]

如果 pathancestor 的子节点,则返回 TRUE

自 4.10 版本起已弃用

请在新编写的代码中不要使用它。

参数

祖先

类型: GtkTreePath

另一个 GtkTreePath

数据由方法的调用者拥有。

返回值

类型: gboolean

TRUE 如果 ancestor 包含 path 在其下方某处。