inner_cell_area


Description:

public Rectangle inner_cell_area (Widget widget, Rectangle cell_area)

This is a convenience function for `GtkCellArea` implementations to get the inner area where a given `GtkCellRenderer` will be rendered.

It removes any padding previously added by request_renderer.

Parameters:

this

a `GtkCellArea`

widget

the `GtkWidget` that this is rendering onto

cell_area

the widget relative coordinates where one of this’s cells is to be placed

inner_area

the return location for the inner cell area