方法

GtkCellAreaContextpush_preferred_height

已弃用:4.10 

声明 [src]

void
gtk_cell_area_context_push_preferred_height (
  GtkCellAreaContext* context,
  int minimum_height,
  int natural_height
)

描述 [src]

如果新的建议尺寸超过当前的最小尺寸和自然尺寸,则导致最小尺寸和/或自然尺寸增加。

此方法在GtkCellAreaContext的实现中用于在一系列GtkTreeModel行上请求的过程中,逐步通过一系列gtk_cell_area_get_preferred_height()请求推进请求的尺寸。

自4.10版本起弃用

此对象将在GTK 5中被移除

参数

minimum_height

类型: int

context提议的新最小高度。

natural_height

类型: int

context提议的新自然高度。