Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


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, add_menucb, add_menuitem, add_submenu, change_menu_cmd

The add_separator command is also used as part of the add_menu example.


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase