虚拟方法

GtkCellLayoutadd_attribute

已弃用:4.10 

声明 [源]

void
add_attribute (
  GtkCellLayout* cell_layout,
  GtkCellRenderer* cell,
  const char* attribute,
  int column
)

描述 [源]

向 cell_layout 的列表中添加一个属性映射。

column 是从模型获取值的列,而 attribute 是从该值设置的 cell 上的属性。例如,如果模型的第 2 列包含字符串,则可以将 GtkCellRendererText 的“text”属性从第 2 列获取其值。在这种情况下,“属性”和“属性”可互换使用。

已弃用:4.10

请勿在新编写的代码中使用它。

参数

cell

类型: GtkCellRenderer

A GtkCellRenderer

数据由方法调用者所有。
attribute

类型: const char*

渲染器上的属性。

数据由方法调用者所有。
值是 NUL 终止的 UTF-8 字符串。
column

类型: int

模型上获取属性的列位置。