Technical data
add_separator
ModelSim EE/SE Command Reference ModelSim Commands CR-31
add_separator
The add_separator command adds a separator as the next item in the specified
menu path in the specified window. Returns nothing.
Syntax
add_separator
<window_name> <menu_path>
Arguments
<window_name>
Tk path of the window containing the menu. Required.
<menu_path>
Name of the Tk menu widget plus submenu path. Required.
Examples
add_separator $wname user
See also
add_menu command
(CR-26), add_menucb command (CR-28), add_menuitem
command
(CR-30), add_submenu command (CR-32), and the change_menu_cmd
command
(CR-44)
The add_separator command is also used as part of the add_menu
(CR-26)
example.