Package: gtk

Function gtk:cell-area-context-push-preferred-height

Lambda List

gtk:cell-area-context-push-preferred-height (context minimum natural)

Arguments

context -- a gtk:cell-area-context object
minimum -- an integer with the proposed new minimum height for context
natural -- an integer with the proposed new natural height for context

Details

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:cell-area-context implementations during the request process over a series of gtk:tree-model rows to progressively push the requested height over a series of the gtk:cell-area-preferred-height function requests.

Warning

The gtk:cell-area-context implementation is deprecated since 4.10. This object will be removed in GTK 5.
 

See also

#2024-2-21