get_position_for_child


Description:

public bool get_position_for_child (Widget child, out int row, out int column)

Gets the row and column of a widget contained in the Grid.

Parameters:

child

The widget to look for in the grid.

row

The row that contains the child.

column

The column that contains the child.

Returns:

true if the child was found.