Method
GtkCellAreaContextpush_preferred_width
since: 3.0
Declaration [src]
void
gtk_cell_area_context_push_preferred_width (
GtkCellAreaContext* context,
gint minimum_width,
gint natural_width
)
Description [src]
Causes the minimum and/or natural width to grow if the new proposed sizes exceed the current minimum and natural width.
This is used by GtkCellAreaContext
implementations during
the request process over a series of GtkTreeModel
rows to
progressively push the requested width over a series of
gtk_cell_area_get_preferred_width()
requests.
Available since: 3.0