add_at


Description:

public void add_at (Widget child, int row, int column, int rowspan = 1, int colspan = 1)

Add a widget to the specified row and column with optional spans.

Parameters:

child

The widget to add.

row

The row to add the widget to.

column

The column to add the widget to.

rowspan

The number of rows that the widget will span.

colspan

The number of columns that the widget will span.