get_child_at


Description:

public Widget? get_child_at (int row, int column)

Gets the child widget at the specified row and column.

Parameters:

row

The row of the child widget.

column

The column of the child widget.

Returns:

The Widget at the specified location or null if there was nothing at that location.