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

hiRemoveFixedMenu

hiRemoveFixedMenu( 
[ w_window ] 
[ r_fixedMenu ]
) 
=> t / nil

Description

Removes a fixed menu from a window. If you do not specify a menu, all fixed menus are removed. To delete a fixed menu, first use hiRemoveFixedMenu to remove the fixed menu from the window and then use hiDeleteMenu to destroy the fixed menu.

Fixed menus are no longer supported in windows. Use the new toolbar functions to create toolbars instead for windows. Existing fixed menus that have been added to windows are no longer displayed. Replace these menus with toolbars.

This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.

Arguments

w_window

Window from which the fixed menu is to be removed. It cannot be a session window or a dockable window. If you do not specify w_window, the current window is used.

r_fixedMenu

The fixed menu to remove. If you do not specify a menu, all fixed menus are removed from the window.

r_fixedMenu is returned by a call to hiCreateVerticalFixedMenu.

Value Returned

t

The fixed menu is removed.

nil

No fixed menu is associated with the window.

Examples

hiRemoveFixedMenu(window(2))

Related Topics

Window Functions

hiDeleteMenu

hiCreateVerticalFixedMenu


Return to top
 ⠀
X