CellArea.innerCellArea

void innerCellArea(gtk.widget.Widget widget, gdk.rectangle.Rectangle cellArea, out gdk.rectangle.Rectangle innerArea)

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 [gtk.cell_area.CellArea.requestRenderer].

Parameters

widgetthe #GtkWidget that area is rendering onto
cellAreathe widget relative coordinates where one of area’s cells is to be placed
innerAreathe return location for the inner cell area