Technical data
add_separator
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
269
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 (p264),
add_menucb
command (p266),
add_menuitem
command (p268),
add_submenu
command (p270), and the
change_menu_cmd
command (p282)
The
add_separator
command is also used as part of the
add_menu
(p264)
example.