interface menu undisplay
Allows you to close an existing menu on the menubar.
The ‘interface menu’ allows you to create, manage, and display menus. Adams view displays menus below the Command Line. You may enter Adams view commands by picking on menus, and filling out the resulting panels. If you have menus loaded and displayed, you have your choice between typing commands in the Command Line, and picking through the menus. If you are unfamiliar with a command, you will probably find the menus easier to use. If you know exactly which command to enter, you may find it quicker to type it directly.
Adams View menus are data base objects. You create, modify, and delete them as you would any other objects in Adams view. With your Adams view distribution, you received a predefined set of menus and panels that closely match the Adams view command structure. You may use them as they are, or modify them to suit your own needs and tastes.
The main menu is named '.gui.root'. The names of other menus are derived from the keywords they represent. The fixed menu, at the bottom of the display, is a special menu named '.gui.fixed_menu'. You may add, modify, or delete items from the fixed menu, but you may not delete the menu itself. To get the name of any particular menu, type on the command line (while the desired menu is displayed): "list_info pick <CR>". Then pick the desired menu and then it's full definition, including the name, will be displayed in the information window.
Menus work very simply. Each menu item has a command string associated with it. When you select an item by picking on it, Adams view executes the command associated with the item. Many times, this command will display a new menu next to the current one, allowing you to work your way down the command structure. The final menu item will display the panel associated with the command you are entering, if it has parameters, or issue the command immediately, if it has no parameters.
This command is used to close an existing menu on the menubar.
Format:
interface menu undisplay |
|---|
menu_name = | an exisitng GI_menu |
Example:
interface menu undisplay & |
|---|
menu_name = | zoom |
Description:
Parameter | Value Type | Description |
|---|
menu_name | An Exisitng GI_menu | Specifies the of an existing menu |
Extended Definition:
1. All the menus need not be displayed everytime. The menus can be selectively displayed and close by using the ‘interface menu display’ and ‘interface menu undisplay’ commands respectively by specifying the ‘menu_name’.