pushPreferredWidth
open fun pushPreferredWidth(minimumWidth: <Error class: unknown class>, naturalWidth: <Error class: unknown class>)(source)
⚠️ Deprecated ⚠️
This is deprecated since version 4.10.
This object will be removed in GTK 5
---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.
Parameters
minimumWidth
the proposed new minimum width for @context
naturalWidth
the proposed new natural width for @context