Package: gtk

Function gtk:cell-renderer-preferred-size

Lambda List

gtk:cell-renderer-preferred-size (renderer widget)

Arguments

renderer -- a gtk:cell-renderer object
widget -- a gtk:widget object this cell renderer will be rendering to

Return Value

minimum -- a gtk:requisition instance with the minimum size
natural -- a gtk:requisition instance with the natural size

Details

Retrieves the minimum and natural size of a cell renderer taking into account the preference for height-for-width management of the widget.
 

See also

#2024-3-15