Grid.getChildAt
gtk.widget.Widget getChildAt(int left, int top)Gets the child of grid whose area covers the grid cell whose upper left corner is at left, top.
Parameters
left | the left edge of the cell |
top | the top edge of the cell |
Returns
the child at the given position, or null