[ Version ( since = "3.2" ) ]
public unowned Widget? get_child_at (int left, int top)
Gets the child of this whose area covers the grid cell at column, row.
| this |
a `GtkGrid` |
| column |
the left edge of the cell |
| row |
the top edge of the cell |
|
the child at the given position |