Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiGetBannerMenus

hiGetBannerMenus(
w_windowId 
)
=> l_menuSymbols / nil

Description

Returns a list of menus available in the menu bar of a window.

Argument

w_windowId

Window from which the menus are retrieved.

Values Returned

l_menuSymbols

A list of all menu symbols contained in the menu bar. The menu symbols are returned in the order in which they appear on the menu bar, from left to right.

nil

There are no menus in the menu bar.

Examples

Returns a list of menus available in hiGetCIWindow.

hiGetBannerMenus( hiGetCIWindow ( ) )
=> (hiOpenMenu hiDMMenu tcMenu hiPlotMenu hiFrameworkMenu transMenu)

Related Topics

Window Banner Functions


Return to top
 ⠀
X