CellRenderer.getAlignedArea

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

class CellRenderer
void
getAlignedArea

Parameters

widget Widget

the GtkWidget this cell will be rendering to

flags GtkCellRendererState

render flags

cellArea Rectangle

cell area which would be passed to gtk_cell_renderer_render()

alignedArea Rectangle

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

Meta