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

hiReplaceAllBannerMenus

hiReplaceAllBannerMenus(
w_windowId 
l_menulist
) 
=> t / nil 

Description

Replaces all menus in a window with new menus.

There is a maximum number of 40 window banner menus that can be added.

Arguments

w_windowId

Window in which you want to replace menus.

l_menulist

List of menus that will replace the existing menus. These menus must be listed in the order in which you want them to be placed. Each menu must have been created with hiCreatePulldownMenu.

Values Returned

t

The menus are replaced.

nil

w_windowId or any of the menus in the list is invalid, or the same menu appears more than once in the list.

Related Topics

Window Banner Functions

hiCreatePulldownMenu


Return to top
 ⠀
X