VISIO::EDIT
(int grid, int xpos, int ypos, int xsize, int ysize)
Description: Creates a
multiline text widget. This widget has default one scrollbar on the
right. The multiline edit widget has coordinates 'xpos' and 'ypos',
and the width is determined by 'xsize' and the height by 'ysize'. The
ID of the created widget is returned to the BASIC program.
Example: textedit
= VISIO::EDIT (grid, 0, 0, 10, 10)