VISIO::MENU_BAR (int grid, int xpos, int ypos, int xsize, int ysize)

Description: Creates a menubar. Before doing so, the separate menu's have to be created with visio::menulist. Then create a menubar. After this, connect the created menu's to the menubar with visio::menu_connect. The ID of the created menu bar is returned to the BASIC program.

Example: menu_bar = VISIO::MENU_BAR (grid, 0, 0, 10, 1)