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