New Menus
Functions Introduced:
enables you to create new menus. Defining a new menu differs from adding buttons to an existing menu in the following ways:
• The menu file you supply should end in .mnu, not .aux. (It has the same syntax, though.)
• You need to define an exit action for the menu, in addition to an action for each button on the menu.
• You can either specify the new menu in user_initialize() or you can set up the new menu locally before you use it.
Parent topic