VISIO::NOTEBOOK
(int grid, int tabpos, int xpos, int ypos, int xsize, int ysize)
Description: Creates a
notebook. This is a set of overlapping pages with tabs attached. The
notebook is created on grid 'grid', it has coordinates 'xpos' and
'ypos', and the width is determined by 'xsize' and the height by
'ysize'. The 'tabpos' determines on which side the tabs will be
shown: V_POS_LEFT, V_POS_TOP, V_POS_RIGHT or V_POS_BOTTOM. The ID of
the created notebook is returned to the BASIC program.
Example: notebook
= VISIO::NOTEBOOK (grid, V_POS_TOP, 1, 1, 48, 48)