方法
GtkCellAreaattribute_connect
弃用:4.10
声明 [src]
void
gtk_cell_area_attribute_connect (
GtkCellArea* area,
GtkCellRenderer* renderer,
const char* attribute,
int column
)
参数
renderer-
类型:
GtkCellRenderer要连接属性的
GtkCellRenderer。数据归方法的调用者所有。 attribute-
类型:
const char*属性名称。
数据归方法的调用者所有。 该值为一个以 NUL 结尾的 UTF-8 字符串。 column-
类型:
int要从中获取属性值
GtkTreeModel的 column。