x and y.gtk.cell_renderer.CellRenderer getCellAtPosition(gtk.cell_area_context.CellAreaContext context, gtk.widget.Widget widget, gdk.rectangle.Rectangle cellArea, int x, int y, out gdk.rectangle.Rectangle allocArea)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.
context | the [gtk.cell_area.CellArea]Context used to hold sizes for area. |
widget | the [gtk.widget.Widget] that area is rendering on |
cellArea | the whole allocated area for area in widget for this row |
x | the x position |
y | the y position |
allocArea | where to store the inner allocated area of the returned cell renderer |
x and y.