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

A 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.
 

See also

#2023-3-16