[ Version ( since = "3.0" ) ]
public Rectangle inner_cell_area (Widget widget, Rectangle cell_area)
This is a convenience function for CellArea implementations to get the inner area where a given CellRenderer will be rendered.
It removes any padding previously added by request_renderer.
| this |
a CellArea |
| widget |
the Widget that this is rendering onto |
| cell_area |
the |
| inner_area |
the return location for the inner cell area |