CellArea.getCellAtPosition

Gets the [gtk.cell_renderer.CellRenderer] at x and y coordinates inside area and optionally returns the full cell allocation for it inside cell_area.

Parameters

contextthe [gtk.cell_area.CellArea]Context used to hold sizes for area.
widgetthe [gtk.widget.Widget] that area is rendering on
cellAreathe whole allocated area for area in widget for this row
xthe x position
ythe y position
allocAreawhere to store the inner allocated area of the returned cell renderer

Returns

the [gtk.cell_renderer.CellRenderer] at x and y.