Package: gtk

Function gtk:cell-area-inner-cell-area

Lambda List

gtk:cell-area-inner-cell-area (area widget cell)

Arguments

area -- a gtk:cell-area object
widget -- a gtk:widget object that area is rendering onto
cell -- a gdk:rectangle instance with the widget relative coordinates where one of the cells of the cell area is to be placed

Return Value

The gdk:rectangle instance with the inner cell area.

Details

This is a convenience function for gtk:cell-area implementations to get the inner area where a given gtk:cell-renderer object will be rendered. It removes any padding previously added by the gtk:cell-area-request-renderer function.

Warning

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

See also

#2024-7-7