Package: gtk

Function gtk:cell-area-foreach-alloc

Lambda List

gtk:cell-area-foreach-alloc (area context widget cell background func)

Arguments

area -- a gtk:cell-area object
context -- a gtk:cell-area-context object
widget -- a gtk:widget object that area is rendering to
cell -- a gdk:rectangle instance with the relative coordinates and size of widget for rendering area
background -- a gdk:rectangle instance with the relative coordinates of the background for rendering area
func -- a gtk:cell-alloc-callback callback function

Details

Calls the callback function for every gtk:cell-renderer object in the cell area with the allocated rectangle inside cell.

Warning

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

See also

2024-7-7