Package: gtk

Function gtk:cell-renderer-preferred-width

Lambda List

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

Arguments

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

Return Value

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

Details

Retreives the minimum and natural width of a cell renderer when rendered to the 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