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 #GtkCellRenderer at x and y coordinates inside area and optionally returns the full cell allocation for it inside cell_area.
context | the #GtkCellAreaContext used to hold sizes for area. |
widget | the #GtkWidget 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, or null. |
x and y.