getCellAtPosition

open fun getCellAtPosition(context: CellAreaContext, widget: Widget, cellArea: <Error class: unknown class>, x: Int, y: Int, allocArea: <Error class: unknown class>?): CellRenderer

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

Return

the GtkCellRenderer at @x and @y.

Parameters

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