信号

GtkCellArea::apply-attributes

声明

void
apply_attributes (
  GtkCellArea* self,
  GtkTreeModel* model,
  GtkTreeIter* iter,
  gboolean is_expander,
  gboolean is_expanded,
  gpointer user_data
)

描述 [源]

每当从模型 model 应用属性到 area 时,都会发出此信号。

默认处理程序

在通过 g_signal_connect() 添加的处理程序之前调用默认处理程序。

参数

model

类型: GtkTreeModel

将应用属性的 GtkTreeModel

数据由函数的调用者拥有。
iter

类型: GtkTreeIter

指示应用属性到的行的 GtkTreeIter

数据由函数的调用者拥有。
is_expander

类型: gboolean

视图是否显示此行的子项。

is_expanded

类型: gboolean

是否视图当前显示此行的子项。