方法

GtkTreePathis_ancestor

已弃用: 4.10 

声明 [源]

gboolean
gtk_tree_path_is_ancestor (
  GtkTreePath* path,
  GtkTreePath* descendant
)

描述 [源]

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

自 4.10 版本开始弃用

请勿在新写的代码中使用它。

参数

descendant

类型: GtkTreePath

另一个 GtkTreePath 对象。

数据由方法调用者所有。

返回值

类型: gboolean

如果 descendantpath 内,则返回 TRUE