函数

GtkListBoxForeachFunc

声明

void
(* GtkListBoxForeachFunc) (
  GtkListBox* box,
  GtkListBoxRow* row,
  gpointer user_data
)

描述 [src]

由 gtk_list_box_selected_foreach() 使用的一个函数。

它将在 box 的每个选定子级上调用。

参数

box

类型: GtkListBox

一个 GtkListBox

数据由函数的调用者所有。
row

类型: GtkListBoxRow

一个 GtkListBoxRow

数据由函数的调用者所有。
user_data

类型: gpointer

用户数据。

参数可以为 NULL
数据由函数的调用者所有。