虚拟方法
GtkCellLayoutpack_start
废弃:4.10
声明 [源代码]
void
pack_start (
GtkCellLayout* cell_layout,
GtkCellRenderer* cell,
gboolean expand
)
描述 [源代码]
将 cell
紧密地添加到 cell_layout
的开始处。如果 expand
为 FALSE
,则 cell
分配的空间不超出其所需。任何未使用的空间将平均分配给 expand
为 TRUE
的单元格。
请注意,不支持重用相同的单元格渲染器。
自:4.10 废弃
请勿在新编写的代码中使用它。
参数
cell
-
类型:
GtkCellRenderer
一个
GtkCellRenderer
。数据由方法调用者拥有。 expand
-
类型:
gboolean
TRUE
如果cell
要分配额外的空间给cell_layout
。