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

hiSetMenuItemStatusTip

hiSetMenuItemStatusTip(
r_hiMenu
s_itemHandle
t_statusTip
)
=> t / nil

Description

Sets the status tip for the specified menu item. The status tip is displayed on the status bar at the bottom of the window when the mouse hovers over the menu item.

Arguments

r_hiMenu

Menu created with hiCreateMenu, hiCreatePulldownMenu, hiCreateHorizontalFixedMenu, or hiCreateVerticalFixedMenu.

s_itemHandle

SKILL menu item handle specified when the menu item was created with hiCreateMenuItem or hiCreateSliderMenuItem.

s_itemHandle cannot be an action.

t_statusTip

Displays status tip when the mouse hovers over the menu item.

Values Returned

t

The status tip was set for the menu item.

nil

There was an error.

Related Topics

Menu Functions

hiCreatePulldownMenu

hiCreateMenu

hiCreateMenuItem

hiCreateSliderMenuItem

hiCreateSeparatorMenuItem

hiDisableMenuItem

hiEnableMenuItem


Return to top
 ⠀
X