Package: gtk

Function gtk:widget-preferred-width-for-height

Lambda List

gtk:widget-preferred-width-for-height (widget height)

Arguments

widget -- a gtk:widget object
height -- an integer for the height which is available for allocation

Return Value

minimum-width -- an integer for the minimum width, or nil
natural-width -- an integer for the natural width, or nil

Details

Retrieves a minimum and natural width of the widget if it would be given the specified height.

The returned request will be modified by the GtkWidgetClass::adjust_size_request virtual method and by any gtk:size-group objects that have been applied. That is, the returned request is the one that should be used for layout, not necessarily the one returned by the widget itself.
 

See also

#2025-06-23