CellArea.getCellAtPosition

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

Parameters

contextthe #GtkCellAreaContext used to hold sizes for area.
widgetthe #GtkWidget 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, or null.

Returns

the #GtkCellRenderer at x and y.