Technical data

enable_menu
CR-78 ModelSim Commands ModelSim EE/SE Command Reference
enable_menu
The enable_menu command enables a previously-disabled menu. The menu will
be changed from grayed-out to normal, and will become responsive. Returns
nothing.
Syntax
enable_menu
<window_name> <menu_path>
Arguments
<window_name>
Tk path of the window containing the menu. Required.
Note that the path for the Main window may be expressed as main or "". All other
window pathnames begin with a period (.) as shown in the example below.
<menu_path>
Name of the Tk menu-widget path. Required.
Examples
enable_menu "" file
Enables the previously-disabled file menu of the Main VSIM window.
enable_menu .mywindow file
Enables the previously-disabled file menu of the mywindow window.
See also
disable_menu command
(CR-65)