Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

lmgrManageMenuItems

lmgrManageMenuItems( 
l_names 
g_manageOn 
) 
=> t / nil

Description

Manages the named objects (enabling the display of named objects) inside their menu hierarchy and pop-up sets. Objects can be either a single item or an entire menu.

You can also specify items that have been predefined by Cadence.

This function has the same effect as specifying the managed attribute in lmgrSetObject().

This SKILL API can be used in Virtuoso and cdsLibMgr.il.

Arguments

l_names

List of item names that indicates items to be deleted.

g_manageOn

A Boolean that sets unmanaged (invisible) if it is nil, and managed otherwise.

Value Returned

t

All arguments were processed without error because the named objects exist.

nil

An error occurred.

Examples

This example causes the separators on the File menu to be made invisible.

lmgrManageMenuItems( list ( "fileSeparator1" "fileSeparator2"
"fileSeparator3" "fileSeparator4" ) nil ) => t

Related Topics

lmgrDeleteMenuItems

lmgrSensitizeMenuItems


Return to top
 ⠀
X