VISIO::SLIDER
(int grid, int alignment, int xpos, int ypos, int xsize, int
ysize)
Description: Creates a
slider. The slider is created on grid 'grid', it has coordinates
'xpos' and 'ypos', and the width is determined by 'xsize' and the
height by 'ysize'. The 'alignment' determines if the created slider
is horizontal (“0”) or vertical (“1”). The ID of the created slider is
returned to the BASIC program.
Example: slider
= VISIO::SLIDER (grid, 0, 4, 4, 8, 30)