inner_cell_area


Description:

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

Parameters:

this

a CellArea

widget

the Widget 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