Add a widget to the specified row and column with optional spans.
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. |