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

hiMoveFixedMenu

hiMoveFixedMenu( 
[ ?window w_window ] 
[ ?menuSide s_menuSide ] 
[ ?fixedMenu g_fixedMenu ]
) 
=> t / nil

Description

Moves the fixed menu to the opposite side of the 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 get displayed. Replace these menus with toolbars.

Arguments

?window w_window

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

?menuSide s_menuSide

  

Side of the window where the fixed menu is to appear. This value must be either ’left, ’right or ’top. If you do not specify a side, the menu is moved to the opposite of the current side. (If the fixed menu is currently on the top, it is moved to the left because fixed menus cannot be on the bottom.)

?fixedMenu g_fixedMenu

  

The fixed menu to move, specified as a symbol. If you don’t specify a fixed menu, moves all fixed menus.

Value Returned

t

The fixed menu is moved.

nil

No fixed menu is associated with this window.

Examples

hiMoveFixedMenu( ?menuSide ’right )

Related Topics

Window Functions


Return to top
 ⠀
X