VISIO::GRID
(int parent, int x, int y)
Description: Creates a
grid. The grid is a table on which the actual widgets are drawn. The
arguments define the parent on which the grid is created (e.g. a
window), the amount of squares in x-direction and the amount of squares
in y-direction. Returns the ID of the created grid.
Example: grid
= VISIO::GRID (window,10,10)