Grid.getChildAt

Gets the child of grid whose area covers the grid cell at column, row.

class Grid
getChildAt
(
int column
,
int row
)

Parameters

column int

the left edge of the cell

row int

the top edge of the cell

Return Value

Type: gtk.widget.Widget

the child at the given position