Package: gtk

Function gtk-grid-child-at

Lambda List

gtk-grid-child-at (grid left top)

Arguments

grid -- a gtk-grid widget
left -- an integer with the left edge of the cell
top -- an integer with the top edge of the cell

Return Value

The gtk-widget child at the given position, or nil.

Details

Gets the child of the grid whose area covers the grid cell whose upper left corner is at left, top.
 

See also

*2021-10-30