Package: gtk

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

Lambda List

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

Arguments

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

Return Value

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

Details

Retreives the minimum and natural height of a cell renderer if it were rendered to widget with the specified width.
 

See also

#2024-3-15