Package: gtk

Function gtk:cell-area-cell-at-position

Lambda List

gtk:cell-area-cell-at-position (area context widget cell x y)

Arguments

area -- a gtk:cell-area object
context -- a gtk:cell-area-context object used to hold sizes for area
widget -- a gtk:widget object that area is rendering on
cell -- a gdk:rectangle instance with the whole allocated area for area in widget for this row
x -- an integer with the x position
y -- an integer with the y position

Return Value

The gtk:cell-renderer object at x and y for the first value and the gdk:rectangle allocation for the inner allocated area of the returned cell renderer.

Details

Gets the gtk:cell-renderer object at x and y coordinates inside area and the full cell allocation for it inside cell.

Warning

The gtk:cell-area implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

#2024-7-7