函数
GtkCellLayoutDataFunc
声明
void
(* GtkCellLayoutDataFunc) (
GtkCellLayout* cell_layout,
GtkCellRenderer* cell,
GtkTreeModel* tree_model,
GtkTreeIter* iter,
gpointer data
)
参数
cell_layout
-
类型:
GtkCellLayout
一个
GtkCellLayout
。该数据归函数调用者所有。 cell
-
类型:
GtkCellRenderer
要设置其值的目标单元格渲染器。
该数据归函数调用者所有。 tree_model
-
类型:
GtkTreeModel
目标 模型。
该数据归函数调用者所有。 iter
-
类型:
GtkTreeIter
指示要为他设置值的行的
GtkTreeIter
。该数据归函数调用者所有。 data
-
类型:
gpointer
传递至 gtk_cell_layout_set_cell_data_func() 的用户数据。
该参数可以为 NULL
。该数据归函数调用者所有。