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

context gtk.cell_area_context.CellAreaContext

the gtk.cell_area.CellAreaContext used to hold sizes for area.

widget gtk.widget.Widget

the gtk.widget.Widget 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

Return Value

Type: gtk.cell_renderer.CellRenderer