CellRenderer.getAlignedArea

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

Parameters

widget Widget

the #GtkWidget this cell will be rendering to

flags GtkCellRendererState

render flags

cellArea GdkRectangle*

cell area which would be passed to gtk_cell_renderer_render()

alignedArea GdkRectangle

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

Meta