方法

GtkCellLayoutset_attributes

已弃用: 4.10 

声明 [src]

void
gtk_cell_layout_set_attributes (
  GtkCellLayout* cell_layout,
  GtkCellRenderer* cell,
  ...
)

描述 [src]

将参数列表中的属性设置为 cell_layout 的属性。

有关更多信息,请参阅 gtk_cell_layout_add_attribute()

属性应按属性/列的顺序排列,如 gtk_cell_layout_add_attribute() 中所述。所有现有属性都将被移除,并用新属性替换。

自 4.10 版本以来已弃用

请勿在新代码中使用它。

此方法对语言绑定不可直接使用。

参数

cell

类型: GtkCellRenderer

A GtkCellRenderer

数据由方法调用者拥有。
...

类型: 

属性列表的空终止符。