方法
GtkCellAreaContextget_preferred_height
废弃: 4.10
声明 [源]
void
gtk_cell_area_context_get_preferred_height (
GtkCellAreaContext* context,
int* minimum_height,
int* natural_height
)
描述 [源]
获取由此上下文请求的所有行的累积首选高度。
在调用gtk_cell_area_context_reset()
后和/或首次请求GtkCellArea
的大小之前,返回值都是0。
自4.10版本以来已废弃
此对象将在GTK 5中移除