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

context gtk.cell_area_context.CellAreaContext

the #GtkCellAreaContext used to hold sizes for area.

widget gtk.widget.Widget

the #GtkWidget that area is rendering on

cellArea gdk.rectangle.Rectangle

the whole allocated area for area in widget for this row

x int

the x position

y int

the y position

allocArea gdk.rectangle.Rectangle

where to store the inner allocated area of the returned cell renderer, or null.

Return Value

Type: gtk.cell_renderer.CellRenderer

the #GtkCellRenderer at x and y.