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