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: Widget

the child at the given position, or %NULL

Meta