getAlignedArea
open fun getAlignedArea(widget: Widget, flags: CellRendererState, cellArea: <Error class: unknown class>, alignedArea: <Error class: unknown class>)
Gets the aligned area used by @cell inside @cell_area. Used for finding the appropriate edit and focus rectangle.
Parameters
widget
the GtkWidget
this cell will be rendering to
flags
render flags
cellArea
cell area which would be passed to gtk_cell_renderer_render()
alignedArea
the return location for the space inside @cell_area that would actually be used to render.