CellRenderer.getAlignedArea

Gets the aligned area used by cell inside cell_area. Used for finding the appropriate edit and focus rectangle.

Parameters

widget gtk.widget.Widget

the #GtkWidget this cell will be rendering to

flags gtk.types.CellRendererState

render flags

cellArea gdk.rectangle.Rectangle

cell area which would be passed to gtk.cell_renderer.CellRenderer.render

alignedArea gdk.rectangle.Rectangle

the return location for the space inside cell_area that would acually be used to render.