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 gtk.Widget this cell will be rendering to

flags GtkCellRendererState

render flags

cellArea GdkRectangle*

cell area which would be passed to CellRenderer.render

alignedArea GdkRectangle

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

Meta