Package: gtk

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

Lambda List

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

Arguments

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

Return Value

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

Details

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

See also

2021-3-7