add_separator()

Adds a separator in the menu. Returns: none.

See also: add_menu(), set_user_menu_label(), check_user_menu(), clear_user_menu().

Syntax:

add_separator(menuName);

where

menuName is optional. It is a predefined internal name: User, User2, User3, User4, User5. It is also the name displayed on the top of the menu providing it wasn't changed by a call to set_user_menu_label(). Default is User.

Example:
add_menu("Command 1", "default_cb", NULL);
add_menu("Command 2", "default_cb", NULL);
add_separator();
add_menu("Command 3", "default_cb", NULL);

Download Example File:

The following link(s) lead to the Agilent EEsof EDA Knowledge center website. You will need to register at this site with a valid support contract to download an example file.

Batch Simulation

Where Used:

Graphical user interface

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources