CellRenderer.getAlignedArea
void getAlignedArea(gtk.widget.Widget widget, gtk.types.CellRendererState flags, gdk.rectangle.Rectangle cellArea, out gdk.rectangle.Rectangle alignedArea)Gets the aligned area used by cell inside cell_area. Used for finding the appropriate edit and focus rectangle.
Parameters
widget | the [gtk.widget.Widget] this cell will be rendering to |
flags | render flags |
cellArea | cell area which would be passed to [gtk.cell_renderer.CellRenderer.render] |
alignedArea | the return location for the space inside cell_area that would actually be used to render. |