VISIO::STATUS_BAR
(int grid, int xpos, int ypos, int xsize, int ysize)
Description: Creates a
statusbar. The statusbar is created on grid 'grid', it has
coordinates 'xpos' and 'ypos', and the width is determined by 'xsize'
and the height by 'ysize'. The contents of the statusbar can be set
with the command visio::status_set_text.
The ID of the created statusbar is returned to the BASIC program.
Example: statusbar
= VISIO::STATUS_BAR (grid, 0, 10, 10, 1)