CellArea.innerCellArea

This is a convenience function for gtk.cell_area.CellArea implementations to get the inner area where a given gtk.cell_renderer.CellRenderer will be rendered. It removes any padding previously added by gtk.cell_area.CellArea.requestRenderer.

Parameters

widget gtk.widget.Widget

the gtk.widget.Widget that area is rendering onto

cellArea gdk.rectangle.Rectangle

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

innerArea gdk.rectangle.Rectangle

the return location for the inner cell area