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

hiGetWindowFixedMenu

hiGetWindowFixedMenu(
[ w_window ]
) 
=> r_fixMenu / nil

Description

Identifies the fixed menu on a window.

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.

Argument

w_window

Window with the fixed menu to be identified. If you do not specify w_window, the current window is used.

Value Returned

r_fixMenu

The fixed menu ID.

nil

There is no fixed menu on the window.

Examples

menu = hiGetWindowFixedMenu(myWin)

Related Topics

Window Functions


Return to top
 ⠀
X