Gtk.CellAreaContext.prototype.push_preferred_height

function push_preferred_height(minimum_height:Number, natural_height:Number):void {
    // Gjs wrapper for gtk_cell_area_context_push_preferred_height()
}

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 Gtk.CellAreaContext implementations during the request process over a series of Gtk.TreeModel rows to progressively push the requested height over a series of Gtk.CellArea.prototype.get_preferred_height requests.

Since 3.0

minimum_height

the proposed new minimum height for context

natural_height

the proposed new natural height for context