get_cell_at_position
Description:
[ Version ( since = "3.0" ) ]
public unowned CellRenderer get_cell_at_position (CellAreaContext context, Widget widget, Rectangle cell_area, int x, int y, out Rectangle alloc_area)
public unowned CellRenderer get_cell_at_position (CellAreaContext context, Widget widget, Rectangle cell_area, int x, int y, out Rectangle alloc_area)
Gets the CellRenderer at x
and y
coordinates
inside this and optionally returns the full cell allocation for it inside cell_area
.
Parameters:
this |
a CellArea |
context |
the CellAreaContext used to hold sizes for this . |
widget |
the Widget that this is rendering on |
cell_area |
the whole allocated area for this in |
x |
the x position |
y |
the y position |
alloc_area |
where to store the inner allocated area of the returned cell renderer, or null. |
Returns:
the CellRenderer at |