方法

GtkCellLayoutclear_attributes

不推荐:4.10 

声明 [src]

void
gtk_cell_layout_clear_attributes (
  GtkCellLayout* cell_layout,
  GtkCellRenderer* cell
)

说明 [src]

清除之前通过 gtk_cell_layout_set_attributes() 设置的所有现有属性。

已从:4.10 开始不推荐使用

请勿在新建代码中使用。

参数

cell

类型: GtkCellRenderer

要清除其属性映射的 GtkCellRenderer

数据归方法调用者所有。