Grid.getChildAt

Gets the child of grid whose area covers the grid cell whose upper left corner is at left, top.

class Grid
getChildAt
(
int left
,
int top
)

Parameters

left int

the left edge of the cell

top int

the top edge of the cell

Return Value

Type: Widget

the child at the given position, or NULL

Meta