方法

GtkCellLayoutreorder

已弃用:4.10 

声明 [src]

void
gtk_cell_layout_reorder (
  GtkCellLayout* cell_layout,
  GtkCellRenderer* cell,
  int position
)

描述 [src]

重新插入 cellposition

请注意,为了正确工作,需要将 cell 打包到 cell_layout 中。

已弃用自:4.10

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

参数

cell

类型: GtkCellRenderer

要重新排序的 GtkCellRenderer

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

类型: int

新的插入位置,用于放置 cell