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
|
A Boolean that sets unmanaged (invisible) if it is |
Value Returned
|
All arguments were processed without error because the named objects exist. |
|
Examples
This example causes the separators on the File menu to be made invisible.
lmgrManageMenuItems( list ( "fileSeparator1" "fileSeparator2"
"fileSeparator3" "fileSeparator4" ) nil ) => t
Related Topics
Return to top