The Toolbars section specifies the default layout and contents of the toolbars. It contains a submenu for each toolbar defined by the menu.
There are five distinct types of items that can be specified for toolbars. The syntax for each kind is provided in the example below. All lines other than the separator begin with a standard name tag, which is used to associate help information with the item. In the following example, the **TOOLS1 declaration is a submenu that uses the alias TOOLS1 as a label to reference the subsequent toolbar definition.
***TOOLBARS
**TOOLS1
TAG1 [Toolbar ("tbarname", orient, visible, xval, yval, rows)]
TAG2 [Button ("btnname", id_small,
id_large)]macro
TAG3 [Flyout ("flyname", id_small, id_large, icon, alias)]
TAG4 [Control (element)]
[--]
The fifth line defines a separator (- -).
To control Toolbars across partial menus, use the following syntax at the Toolbar Name prompt of TOOLBAR:
menugroup.toolbarname
Toolbar Definition
Button Definition
Flyout Definition
Control Definition
See Also
Creating Custom Toolbars