Package: gtk

Function gtk-cell-renderer-preferred-width-for-height

Lambda List

gtk-cell-renderer-preferred-width-for-height (cell widget height)

Arguments

cell -- a gtk-cell-renderer object
widget -- the gtk-widget object this cell renderer will be rendering to
height -- an integer with the size which is available for allocation

Return Value

minimum-width -- an integer with the minimum size
natural-width -- an integer with the preferred size

Details

Retreives a cell renderers's minimum and natural width if it were rendered to widget with the specified height.
 

See also

2021-3-7