get_cell_at_position


Description:

public unowned CellRenderer get_cell_at_position (CellAreaContext context, Widget widget, Rectangle cell_area, int x, int y, out Rectangle alloc_area)

Gets the `GtkCellRenderer` at x and y coordinates inside this and optionally returns the full cell allocation for it inside cell_area.

Parameters:

this

a `GtkCellArea`

context

the `GtkCellArea`Context used to hold sizes for this.

widget

the `GtkWidget` that this is rendering on

cell_area

the whole allocated area for this in widget for this row

x

the x position

y

the y position

alloc_area

where to store the inner allocated area of the returned cell renderer

Returns:

the `GtkCellRenderer` at x and y.