方法
GtkCellAreaContextallocate
弃用:4.10
声明 [源]
void
gtk_cell_area_context_allocate (
GtkCellAreaContext* context,
int width,
int height
)
描述 [源]
为所有使用 context
绘制的行分配宽度和/或高度。
通常只进行水平分配或有时进行垂直分配,因为一组行通常以垂直或水平方式并排渲染,并且共享相同的宽度或高度。有时它们在水平和垂直方向上进行分配,产生行的均匀效果。通常,当启用 GtkTreeView:fixed-height-mode
时,GtkTreeView
就会这样做。
自 4.10 版本起弃用
此对象将在 GTK 5 中移除。