方法
GtkTreePathis_ancestor
已弃用: 4.10
声明 [源]
gboolean
gtk_tree_path_is_ancestor (
GtkTreePath* path,
GtkTreePath* descendant
)
参数
descendant
-
类型:
GtkTreePath
另一个
GtkTreePath
对象。数据由方法调用者所有。
已弃用: 4.10
gboolean
gtk_tree_path_is_ancestor (
GtkTreePath* path,
GtkTreePath* descendant
)
descendant
类型: GtkTreePath
另一个 GtkTreePath
对象。
数据由方法调用者所有。 |