get_aligned_area


Description:

[ Version ( since = "3.0" ) ]
public virtual Rectangle get_aligned_area (Widget widget, CellRendererState flags, Rectangle cell_area)

Gets the aligned area used by this inside cell_area.

Used for finding the appropriate edit and focus rectangle.

Parameters:

this

a CellRenderer instance

widget

the Widget this cell will be rendering to

flags

render flags

cell_area

cell area which would be passed to render

aligned_area

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