Menu Item Definition

The section of the *.ini file which defines a menu item is as follows:

[<Section_Name>]

WINDOW =<window name>

MENU =~<menu name>

SUBMENU =~<submenu name>

ITEM =~<menu item name>

DESCRIPTION ="<text>"

SEPARATOR =<separator>

FILE =<filename>.txt

Note

The terms to the left of the equals sign must be written in block caps.

The variables have the following significance:

If several *.ini files are created, they are evaluated in alphabetical order. The menu items which are defined in a file called asd_menu.ini are further up the relevant menu than items in the same menu which are defined in my_menu.ini. Within the same *.ini file, the menu items are created in the order in which they are defined.

See also

Structure of the Script Files

Defining Menu Items

Window Names

Hints for Defining Menu Items