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
Argument
|
Window with the fixed menu to be identified. If you do not specify w_window, the current window is used. |
Value Returned
Examples
menu = hiGetWindowFixedMenu(myWin)
Related Topics
Return to top