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

hiSetTabWindowTip

hiSetTabWindowTip(
w_windowID
t_toolTip
)
=> t / nil

Description

Sets the tooltip for the specified window’s tab. Tabs are displayed when multiple windows are open in a session window.

This function overrides any initial value that might have been set when the window was created.

Arguments

w_windowID

The window ID.

t_toolTip

The new tooltip. The tooltip is displayed when the mouse hovers over the tab title.

Values Returned

t

The tooltip was set.

nil

There was an error.

Example

hiSetTabWindowTip( window ( 4 ) "Top Cell: myDesign" )

Related Topics

hiOpenWindow

hiSetTabWindowTitle

hiSetTabWindowIcon


Return to top
 ⠀
X