Method

GtkCellAreaContextpush_preferred_height

deprecated: 4.10 

Declaration [src]

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

Description [src]

Causes the minimum and/or natural height to grow if the new proposed sizes exceed the current minimum and natural height.

This is used by GtkCellAreaContext implementations during the request process over a series of GtkTreeModel rows to progressively push the requested height over a series of gtk_cell_area_get_preferred_height() requests.

Deprecated since: 4.10

This object will be removed in GTK 5

Parameters

minimum_height

Type: int

The proposed new minimum height for context.

natural_height

Type: int

The proposed new natural height for context.