Package: gtk

Function gtk:cell-renderer-preferred-size

Lambda List

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

Arguments

cell -- 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 widget.

Warning

The gtk:cell-renderer implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

#2024-5-15