attach


Description:

public void attach (Widget child, int left, int top, int width = 1, int height = 1)

Adds a widget to the grid.

The position of child is determined by left and top. The number of “cells” that child will occupy is determined by width and height.

Parameters:

this

a Grid

child

the widget to add

left

the column number to attach the left side of child to

top

the row number to attach the top side of child to

width

the number of columns that child will span

height

the number of rows that child will span