信号
GtkCellArea::apply-attributes
声明
void
apply_attributes (
GtkCellArea* self,
GtkTreeModel* model,
GtkTreeIter* iter,
gboolean is_expander,
gboolean is_expanded,
gpointer user_data
)
参数
model-
类型:
GtkTreeModel将应用属性的
GtkTreeModel。数据由函数的调用者拥有。 iter-
类型:
GtkTreeIter指示应用属性到的行的
GtkTreeIter。数据由函数的调用者拥有。 is_expander-
类型:
gboolean视图是否显示此行的子项。
is_expanded-
类型:
gboolean是否视图当前显示此行的子项。