函数
GtkTreeSelectionForeachFunc
声明
void
(* GtkTreeSelectionForeachFunc) (
GtkTreeModel* model,
GtkTreePath* path,
GtkTreeIter* iter,
gpointer data
)
参数
model
-
类型:
GtkTreeModel
正在查看的
GtkTreeModel
。数据归函数调用方所有。 path
-
类型:
GtkTreePath
选中行的
GtkTreePath
。数据归函数调用方所有。 iter
-
类型:
GtkTreeIter
指向选中行的
GtkTreeIter
。数据归函数调用方所有。 data
-
类型:
gpointer
用户数据。
该参数可以为 NULL
。数据归函数调用方所有。