Package: gtk

Function gtk:cell-area-cell-allocation

Lambda List

gtk:cell-area-cell-allocation (area context widget renderer cell)

Arguments

area -- a gtk:cell-area object
context -- a gtk:cell-area-context object used to hold sizes for area
widget -- a gtk:widget object that area is rendering on
renderer -- a gtk:cell-renderer object to get the allocation for
cell -- a gdk:rectangle instance with the whole allocated area for area in widget for this row

Return Value

The gdk:rectangle instance with the allocation for renderer.

Details

Derives the allocation of the cell renderer inside the cell area if cell were to be renderered in area.

Warning

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

See also

#2024-7-7